annotate Spells.cpp @ 1159:da80e03c677c

Render::DrawProjectile cleanup (correct)
author Grumpy7
date Mon, 03 Jun 2013 23:26:05 +0200
parents 5d5c78088274
children 29a8defbad9e
rev   line source
0
Ritor1
parents:
diff changeset
1 #include <stdlib.h>
Ritor1
parents:
diff changeset
2
Ritor1
parents:
diff changeset
3 #include "Spells.h"
Ritor1
parents:
diff changeset
4 #include "Overlays.h"
Ritor1
parents:
diff changeset
5 #include "Allocator.h"
Ritor1
parents:
diff changeset
6 #include "LOD.h"
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 142
diff changeset
7 #include "texts.h"
0
Ritor1
parents:
diff changeset
8
Ritor1
parents:
diff changeset
9 #include "mm7_data.h"
Ritor1
parents:
diff changeset
10
Ritor1
parents:
diff changeset
11
Ritor1
parents:
diff changeset
12
Ritor1
parents:
diff changeset
13
839
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
14 TownPortalData TownPortalList[6] = //4ECBB8
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
15 {
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
16 {Vec3_int_(-5121, 2107, 1), 1536, 0, 21, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
17 {Vec3_int_(-15148, -10240, 1473), 0, 0, 4, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
18 {Vec3_int_(-10519, 5375, 753), 512, 0, 3, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
19 {Vec3_int_(3114, -11055, 513), 0, 0, 10, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
20 {Vec3_int_(-158, 7624, 1), 512, 0, 7, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
21 {Vec3_int_(-1837, -4247, 65), 65, 0, 8, 0}
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
22 } ;
0
Ritor1
parents:
diff changeset
23
Ritor1
parents:
diff changeset
24 struct SpellStats *pSpellStats;
Ritor1
parents:
diff changeset
25
Ritor1
parents:
diff changeset
26
1086
74ab0ed7e308 arrows working
zipi
parents: 1016
diff changeset
27 stru324_spell stru_4E3ACC[103] =
488
Nomad
parents: 363
diff changeset
28 {
Nomad
parents: 363
diff changeset
29 {10, 0},
Nomad
parents: 363
diff changeset
30 {1000, 0}, {1010, 0}, {1020, 0}, {1030, 0}, {1040, 0}, {1050, 0}, {1060, 0}, {1070, 0}, {1080, 0}, {1090, 0}, {1100, 0},
Nomad
parents: 363
diff changeset
31 {2000, 0}, {2010, 0}, {2020, 0}, {2030, 0}, {2040, 0}, {2050, 0}, {2060, 0}, {2070, 0}, {2080, 0}, {2090, 0}, {2100, 0},
Nomad
parents: 363
diff changeset
32 {3000, 0}, {3010, 0}, {3020, 0}, {3030, 0}, {3040, 0}, {3050, 0}, {3060, 0}, {3070, 0}, {3080, 0}, {3090, 0}, {3100, 0},
Nomad
parents: 363
diff changeset
33 {4000, 0}, {4010, 0}, {4020, 0}, {4030, 0}, {4040, 0}, {4050, 0}, {4060, 0}, {4070, 0}, {4080, 0}, {4090, 0}, {4100, 0},
Nomad
parents: 363
diff changeset
34 {5000, 0}, {5010, 0}, {5020, 0}, {5030, 0}, {5040, 0}, {5050, 0}, {5060, 0}, {5070, 0}, {5080, 0}, {5090, 0}, {5100, 0},
Nomad
parents: 363
diff changeset
35 {6000, 0}, {6010, 0}, {6020, 0}, {6030, 0}, {6040, 0}, {6050, 0}, {6060, 0}, {6070, 0}, {6080, 0}, {6090, 0}, {6100, 0},
Nomad
parents: 363
diff changeset
36 {7000, 0}, {7010, 0}, {7020, 0}, {7030, 0}, {7040, 0}, {7050, 0}, {7060, 0}, {7070, 0}, {7080, 0}, {7090, 0}, {7100, 0},
Nomad
parents: 363
diff changeset
37 {8000, 0}, {8010, 0}, {8020, 0}, {8030, 0}, {8040, 0}, {8050, 0}, {8060, 0}, {8070, 0}, {8080, 0}, {8090, 0}, {8100, 0},
1086
74ab0ed7e308 arrows working
zipi
parents: 1016
diff changeset
38 {9000, 0}, {9010, 0}, {9020, 0}, {9030, 0}, {9040, 0}, {9050, 0}, {9060, 0}, {9070, 0}, {9080, 0}, {9090, 0}, {9100, 0},
74ab0ed7e308 arrows working
zipi
parents: 1016
diff changeset
39 {545, 0},
74ab0ed7e308 arrows working
zipi
parents: 1016
diff changeset
40 {545, 0},
74ab0ed7e308 arrows working
zipi
parents: 1016
diff changeset
41 {555, 0}
488
Nomad
parents: 363
diff changeset
42 };
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
43 //9 spellbook pages 11 spells per page 9*11 =99 +1 zero struct at 0. It counted from 1!
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
44 SpellData pSpellDatas[100]={
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
45 {0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
46
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
47 {1, 1, 1, 1, 60, 60, 60, 40, 0, 0},//0
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
48 {2, 2, 2, 2, 110, 110, 100, 90, 768, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
49 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
50 {4, 4, 4, 4, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
51 {5, 5, 5, 5, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
52 {8, 8, 8, 8, 100, 100, 90, 80, 1536, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
53 {10, 10, 10, 10, 150, 150, 150, 150, 1536, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
54 {15, 15, 15, 15, 120, 120, 120, 120, 1536, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
55 {20, 20, 20, 20, 100, 100, 100, 90, 264, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
56 {25, 25, 25, 25, 100, 100, 100, 90, 268, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
57 {30, 30, 30, 30, 90, 90, 90, 90, 3855, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
58
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
59 {1, 1, 1, 0, 60, 60, 60, 60, 0, 0}, //1
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
60 {2, 2, 2, 2, 120, 120, 120, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
61 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
62 {4, 4, 4, 4, 110, 100, 90, 80, 258, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
63 {5, 5, 5, 5, 90, 90, 70, 50, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
64 {8, 8, 8, 8, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
65 {10, 10, 10, 10, 100, 100, 90, 70, 2048, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
66 {15, 15, 15, 15, 200, 200, 200, 200, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
67 {20, 20, 20, 20, 100, 100, 100, 90, 2570, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
68 {25, 25, 25, 25, 250, 250, 250, 250, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
69 {30, 30, 30, 30, 90, 90, 90, 90, 276, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
70
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
71 {1, 1, 1, 1, 60, 60, 60, 20, 0, 0}, //2
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
72 {2, 2, 2, 2, 110, 100, 90, 70, 514, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
73 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
74 {4, 4, 4, 4, 110, 100, 90, 80, 1024, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
75 {5, 5, 5, 5, 150, 150, 150, 150, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
76 {8, 8, 8, 8, 200, 200, 200, 200, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
77 {10, 10, 10, 10, 100, 100, 90, 80, 2313, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
78 {15, 15, 15, 15, 140, 140, 140, 140, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
79 {20, 20, 20, 20, 200, 200, 200, 200, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
80 {25, 25, 25, 25, 80, 80, 80, 80, 780, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
81 {30, 30, 30, 30, 250, 250, 250, 250, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
82
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
83 {1, 1, 1, 1, 80, 80, 80, 80, 0, 0}, //3
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
84 {2, 2, 2, 2, 100, 100, 100, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
85 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
86 {4, 4, 4, 4, 110, 100, 90, 80, 773, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
87 {5, 5, 5, 5, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
88 {8, 8, 8, 8, 100, 100, 90, 80, 2304, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
89 {10, 10, 10, 10, 140, 140, 140, 140, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
90 {15, 15, 15, 15, 90, 90, 90, 80, 2048, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
91 {20, 20, 20, 20, 150, 150, 150, 150, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
92 {25, 25, 25, 25, 100, 100, 100, 90, 276, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
93 {30, 30, 30, 30, 90, 90, 90, 90, 25, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
94
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
95 {1, 1, 1, 1, 100, 100, 100, 100, 0, 0}, //4
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
96 {2, 2, 2, 2, 100, 100, 100, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
97 {3, 3, 3, 3, 90, 90, 90, 90, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
98 {4, 4, 4, 4, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
99 {5, 5, 5, 5, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
100 {8, 8, 8, 8, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
101 {10, 10, 10, 10, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
102 {15, 15, 15, 15, 100, 100, 100, 100, 2058, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
103 {20, 20, 20, 20, 240, 240, 240, 240, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
104 {25, 25, 25, 25, 150, 150, 150, 150, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
105 {30, 30, 30, 30, 1000, 1000, 1000, 1000, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
106
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
107 {1, 1, 1, 1, 120, 120, 120, 120, 0, 0}, //5
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
108 {2, 2, 2, 2, 110, 110, 110, 110, 771, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
109 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
110 {4, 4, 4, 4, 110, 100, 90, 80, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
111 {5, 5, 5, 5, 100, 100, 100, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
112 {8, 8, 8, 8, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
113 {10, 10, 10, 10, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
114 {15, 15, 15, 15, 80, 80, 80, 80, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
115 {20, 20, 20, 20, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
116 {25, 25, 25, 25, 110, 110, 110, 100, 268, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
117 {30, 30, 30, 30, 120, 120, 120, 120, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
118
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
119 {1, 1, 1, 1, 120, 120, 120, 120, 0, 0}, //6
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
120 {2, 2, 2, 2, 100, 100, 100, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
121 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
122 {4, 4, 4, 4, 110, 100, 90, 80, 520, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
123 {5, 5, 5, 5, 110, 110, 110, 110, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
124 {8, 8, 8, 8, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
125 {10, 10, 10, 10, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
126 {15, 15, 15, 15, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
127 {20, 20, 20, 20, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
128 {25, 25, 25, 25, 110, 110, 110, 100, 1310, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
129 {30, 30, 30, 30, 100, 100, 100, 100, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
130
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
131 {5, 5, 5, 5, 110, 100, 90, 80, 1024, 0}, //7
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
132 {10, 10, 10, 10, 120, 110, 100, 90, 4112, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
133 {15, 15, 15, 15, 120, 110, 100, 90, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
134 {20, 20, 20, 20, 160, 140, 120, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
135 {25, 25, 25, 25, 140, 140, 140, 140, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
136 {30, 30, 30, 30, 500, 500, 500, 500, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
137 {35, 35, 35, 35, 135, 135, 120, 100, 281, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
138 {40, 40, 40, 40, 500, 500, 500, 500, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
139 {45, 45, 45, 45, 250, 250, 250, 250, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
140 {50, 50, 50, 50, 150, 150, 150, 135, 5140, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
141 {55, 55, 55, 55, 300, 300, 300, 300, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
142
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
143 {10, 10, 10, 10, 140, 140, 140, 140, 0, 0}, //8
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
144 {15, 15, 15, 15, 120, 110, 100, 90, 2585, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
145 {20, 20, 20, 20, 120, 100, 90, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
146 {25, 25, 25, 25, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
147 {30, 30, 30, 30, 90, 90, 80, 70, 1542, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
148 {35, 35, 35, 35, 120, 120, 100, 80, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
149 {40, 40, 40, 40, 110, 110, 110, 110, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
150 {45, 45, 45, 45, 200, 200, 200, 150, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
151 {50, 50, 50, 50, 120, 120, 120, 100, 6400, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
152 {55, 55, 55, 55, 250, 250, 250, 250, 306, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
153 {60, 60, 60, 60, 300, 300, 300, 300, 2073, 0}
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
154 };
0
Ritor1
parents:
diff changeset
155
490
Nomad
parents: 488
diff changeset
156
Nomad
parents: 488
diff changeset
157 unsigned int wand_spell_ids[25] =
Nomad
parents: 488
diff changeset
158 {
Nomad
parents: 488
diff changeset
159 // 135 Wand of Fire 136 Wand of Sparks 137 Wand of Poison 138 Wand of Stunning 139 Wand of Harm
Nomad
parents: 488
diff changeset
160 SPELL_FIRE_FIRE_BOLT, SPELL_AIR_SPARKS, SPELL_WATER_POISON_SPRAY, SPELL_EARTH_STUN, SPELL_BODY_HARM,
Nomad
parents: 488
diff changeset
161 // 140 Fairy Wand of Light 141 Fairy Wand of Ice 142 Fairy Wand of Lashing 143 Fairy Wand of Mind 144 Fairy Wand of Swarms
Nomad
parents: 488
diff changeset
162 SPELL_LIGHT_LIGHT_BOLT, SPELL_WATER_ICE_BOLT, SPELL_SPIRIT_SPIRIT_LASH, SPELL_MIND_MIND_BLAST, SPELL_EARTH_DEADLY_SWARM,
Nomad
parents: 488
diff changeset
163 // 145 Alacorn Wand of Fireballs 146 Alacorn Wand of Acid 147 Alacorn Wand of Lightning 148 Alacorn Wand of Blades 149 Alacorn Wand of Charms
Nomad
parents: 488
diff changeset
164 SPELL_FIRE_FIREBALL, SPELL_WATER_ACID_BURST, SPELL_AIR_LIGHNING_BOLT, SPELL_EARTH_BLADES, SPELL_MIND_CHARM,
Nomad
parents: 488
diff changeset
165 // 150 Arcane Wand of Blasting 151 Arcane Wand of The Fist 152 Arcane Wand of Rocks 153 Arcane Wand of Paralyzing 154 Arcane Wand of Clouds
Nomad
parents: 488
diff changeset
166 SPELL_WATER_ICE_BLAST, SPELL_BODY_FLYING_FIST, SPELL_EARTH_ROCK_BLAST, SPELL_LIGHT_PARALYZE, SPELL_DARK_TOXIC_CLOUD,
Nomad
parents: 488
diff changeset
167 // 155 Mystic Wand of Implosion 156 Mystic Wand of Distortion 157 Mystic Wand of Sharpmetal 158 Mystic Wand of Shrinking 159 Mystic Wand of Incineration
Nomad
parents: 488
diff changeset
168 SPELL_AIR_IMPLOSION, SPELL_EARTH_MASS_DISTORTION, SPELL_DARK_SHARPMETAL, SPELL_DARK_SHRINKING_RAY, SPELL_FIRE_INCINERATE
Nomad
parents: 488
diff changeset
169 };
Nomad
parents: 488
diff changeset
170
Nomad
parents: 488
diff changeset
171
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
172 unsigned char pSpellbookSpellIndices[9][12] = // 4E2430
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
173 { //0 1 2 3 4 5 6 7 8 9 10 11
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
174 {0, 3, 1, 8, 11, 7, 4, 10, 6, 2, 5, 9},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
175 {0, 11, 2, 9, 6, 8, 5, 10, 3, 7, 1, 4},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
176 {0, 4, 8, 9, 1, 10, 3, 11, 7, 6, 2, 5},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
177 {0, 7, 10, 8, 2, 11, 1, 5, 3, 6, 4, 9},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
178 {0, 5, 10, 11, 7, 2, 8, 1, 4, 9, 3, 6},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
179 {0, 5, 9, 8, 3, 7, 6, 4, 1, 11, 2, 10},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
180 {0, 1, 6, 9, 3, 5, 8, 11, 7, 10, 4, 2},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
181 {0, 1, 10, 11, 9, 4, 3, 6, 5, 7, 8, 2},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
182 {0, 9, 3, 7, 1, 5, 2, 10, 11, 8, 6, 4}
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
183 };
0
Ritor1
parents:
diff changeset
184
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
185 struct SpellBookIconPos pIconPos[9][12]={
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
186
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
187 {{ 0, 0}, { 17, 13}, {115, 2}, {217, 15},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
188 {299, 6}, { 28, 125}, {130, 133}, {294, 114},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
189 { 11, 232}, {134, 233}, {237, 171}, {296, 231}},
0
Ritor1
parents:
diff changeset
190
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
191 {{ 0, 0}, {19, 9}, {117, 3}, {206, 13},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
192 {285, 7}, {16, 123}, {113, 101}, {201, 118},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
193 {317, 110}, {11, 230}, {149, 236}, {296, 234}},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
194
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
195 {{ 0, 0}, {17, 9}, {140, 0}, {210, 34},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
196 {293, 5}, {15, 98}, { 78, 121}, {175, 136},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
197 {301, 115}, {15, 226}, {154, 225}, {272, 220}},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
198
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
199 {{ 0, 0}, { 7, 9}, {156, 2}, {277, 9},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
200 { 11, 117}, {111, 82}, {180, 102}, {303, 108},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
201 { 10, 229}, {120, 221}, {201, 217}, {296, 225}},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
202
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
203 {{ 0, 0}, {18, 8}, { 89, 15}, {192, 14},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
204 {292, 7}, {22, 129}, {125, 146}, {217, 136},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
205 {305, 115}, {22, 226}, {174, 237}, {290, 231}},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
206
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
207 {{ 0, 0}, { 18, 12}, {148, 9}, {292, 7},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
208 { 17, 122}, {121, 99}, {220, 87}, {293, 112},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
209 { 13, 236}, {128, 213}, {220, 223}, {315, 223}},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
210
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
211 {{ 0, 0}, {23, 14}, {127, 8}, {204, 0},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
212 {306, 8}, {14, 115}, {122, 132}, {200, 116},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
213 {293, 122}, {20, 228}, {154, 228}, {294, 239}},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
214
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
215 {{ 0, 0}, { 19, 14}, {124, 10}, {283, 12},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
216 { 8, 105}, {113, 89}, {190, 82}, {298, 108},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
217 { 18, 181}, {101, 204}, {204, 203}, {285, 218}},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
218
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
219 {{ 0, 0}, {18, 17}, {110, 16}, {201, 15},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
220 {307, 15}, {18, 148}, {125, 166}, {201, 123},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
221 {275, 120}, {28, 235}, {217, 222}, {324, 216}}};
0
Ritor1
parents:
diff changeset
222
Ritor1
parents:
diff changeset
223
Ritor1
parents:
diff changeset
224 //----- (0042EB31) --------------------------------------------------------
Ritor1
parents:
diff changeset
225 bool SpellBuff::NotExpired()
Ritor1
parents:
diff changeset
226 {
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 142
diff changeset
227 return (signed __int64)this->uExpireTime > 0 ? true:false;
0
Ritor1
parents:
diff changeset
228 }
Ritor1
parents:
diff changeset
229
Ritor1
parents:
diff changeset
230
Ritor1
parents:
diff changeset
231 //----- (00458585) --------------------------------------------------------
Ritor1
parents:
diff changeset
232 void SpellBuff::Reset()
Ritor1
parents:
diff changeset
233 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
234 uSkill = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
235 uPower = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
236 uExpireTime = 0i64;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
237 uCaster = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
238 uFlags = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
239 if (uOverlayID)
0
Ritor1
parents:
diff changeset
240 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
241 pOtherOverlayList->pOverlays[uOverlayID - 1].Reset();
142
8b8fd4d83fdc Various things here and there
Nomad
parents: 0
diff changeset
242 pOtherOverlayList->bRedraw = true;
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
243 uOverlayID = 0;
0
Ritor1
parents:
diff changeset
244 }
Ritor1
parents:
diff changeset
245 }
Ritor1
parents:
diff changeset
246
Ritor1
parents:
diff changeset
247 //----- (004585CA) --------------------------------------------------------
Ritor1
parents:
diff changeset
248 signed int SpellBuff::_4585CA(__int64 a2)
Ritor1
parents:
diff changeset
249 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
250 if (uExpireTime && uExpireTime < a2)
0
Ritor1
parents:
diff changeset
251 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
252 uExpireTime = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
253 uPower = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
254 uSkill = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
255 uOverlayID = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
256 return true;
0
Ritor1
parents:
diff changeset
257 }
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
258 return false;
0
Ritor1
parents:
diff changeset
259 }
Ritor1
parents:
diff changeset
260
Ritor1
parents:
diff changeset
261 //----- (004584E0) --------------------------------------------------------
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
262 bool SpellBuff::Apply(unsigned __int64 uExpireTime, unsigned __int16 uSkillLevel, unsigned __int16 uPower, int uOverlayID, unsigned __int8 caster)
0
Ritor1
parents:
diff changeset
263 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
264 if (this->uExpireTime && uExpireTime < this->uExpireTime)
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
265 return false;
0
Ritor1
parents:
diff changeset
266
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
267 this->uSkill = uSkillLevel;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
268 this->uPower = uPower;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
269 this->uExpireTime = uExpireTime;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
270 if (this->uOverlayID && this->uOverlayID != uOverlayID)
0
Ritor1
parents:
diff changeset
271 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
272 pOtherOverlayList->pOverlays[this->uOverlayID - 1].Reset();
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
273 pOtherOverlayList->bRedraw = true;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
274 this->uOverlayID = 0;
0
Ritor1
parents:
diff changeset
275 }
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
276 this->uOverlayID = uOverlayID;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
277 this->uCaster = caster;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
278
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
279 return true;
0
Ritor1
parents:
diff changeset
280 }
Ritor1
parents:
diff changeset
281
Ritor1
parents:
diff changeset
282 //----- (0045384A) --------------------------------------------------------
Ritor1
parents:
diff changeset
283 void SpellStats::Initialize()
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
284 {
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
285 int decode_step;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
286 char* test_string;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
287 bool break_loop;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
288 unsigned char c;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
289 unsigned int temp_str_len;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
290 char* tmp_pos;
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 142
diff changeset
291
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
292 if ( pSpellsTXT_Raw )
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
293 pAllocator->FreeChunk(pSpellsTXT_Raw);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
294 pSpellsTXT_Raw = NULL;
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 142
diff changeset
295
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
296 pSpellsTXT_Raw = (char *)pEvents_LOD->LoadRaw("spells.txt", 0);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
297 strtok(pSpellsTXT_Raw, "\r");
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
298 strtok(NULL, "\r");
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
299 for(int i=1; i<100; ++i)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
300 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
301 test_string=strtok(NULL, "\r")+1;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
302 decode_step =0;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
303 break_loop=false;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
304 do
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
305 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
306 c = *(unsigned char*)test_string;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
307 temp_str_len = 0;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
308 while((c!='\t')&&(c>0))
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
309 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
310 ++temp_str_len;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
311 c=test_string[temp_str_len];
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
312 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
313 tmp_pos=test_string+temp_str_len;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
314 if (*tmp_pos == 0)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
315 break_loop = true;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
316 *tmp_pos = 0;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
317 if (temp_str_len)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
318 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
319 switch (decode_step)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
320 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
321 case 2:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
322 pInfos[i].pName=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
323 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
324 case 3:
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
325 pInfos[i].uSchool = SPELL_SCHOOL_NONE;
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
326 if (!_stricmp("fire", test_string) )
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
327 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
328 pInfos[i].uSchool =SPELL_SCHOOL_FIRE;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
329 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
330 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
331 if ( !_stricmp("air", test_string) )
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
332 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
333 pInfos[i].uSchool = SPELL_SCHOOL_AIR;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
334 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
335 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
336 if ( !_stricmp("water", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
337 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
338 pInfos[i].uSchool = SPELL_SCHOOL_WATER;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
339 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
340 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
341 if ( !_stricmp("earth", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
342 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
343 pInfos[i].uSchool = SPELL_SCHOOL_EARTH;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
344 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
345 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
346 if ( !_stricmp("spirit", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
347 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
348 pInfos[i].uSchool = SPELL_SCHOOL_SPIRIT;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
349 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
350 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
351 if ( !_stricmp("mind", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
352 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
353 pInfos[i].uSchool = SPELL_SCHOOL_MIND;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
354 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
355 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
356 if ( !_stricmp("body", test_string) )
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
357 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
358 pInfos[i].uSchool = SPELL_SCHOOL_BODY;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
359 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
360 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
361 if ( !_stricmp("light", test_string) )
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
362 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
363 pInfos[i].uSchool = SPELL_SCHOOL_LIGHT;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
364 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
365 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
366 if ( !_stricmp("dark", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
367 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
368 pInfos[i].uSchool = SPELL_SCHOOL_DARK;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
369 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
370 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
371
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
372 if ( !_stricmp("magic", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
373 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
374 pInfos[i].uSchool = SPELL_SCHOOL_MAGIC;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
375 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
376 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
377 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
378 case 4:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
379 pInfos[i].pShortName=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
380 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
381 case 5:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
382 pInfos[i].pDescription=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
383 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
384 case 6:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
385 pInfos[i].pBasicSkillDesc=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
386 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
387 case 7:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
388 pInfos[i].pExpertSkillDesc=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
389 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
390 case 8:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
391 pInfos[i].pMasterSkillDesc=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
392 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
393 case 9:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
394 pInfos[i].pGrandmasterSkillDesc=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
395 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
396 case 10:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
397 int in_string_pos=0;
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
398 unsigned char test;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
399 int in_str_len=strlen(test_string);
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
400 for (int j=0; j<in_str_len; ++j)
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
401 {
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
402 test= tolower(test_string[j]);
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
403 switch (test)
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
404 {
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
405 case 109:
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
406 pSpellDatas[i].field_12|=1;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
407 break;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
408 case 101:
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
409 pSpellDatas[i].field_12|=2;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
410 break;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
411 case 99:
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
412 pSpellDatas[i].field_12|=4;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
413 break;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
414 case 120:
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
415 pSpellDatas[i].field_12|=8;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
416 break;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
417 }
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
418 }
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
419 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
420 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
421 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
422 else
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
423 break_loop=true;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
424 ++decode_step;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
425 test_string=tmp_pos+1;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
426 } while ((decode_step<11)&&!break_loop);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
427 if ((i%11)==0)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
428 strtok(NULL, "\r");
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
429 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
430
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
431 }