annotate Spells.cpp @ 1520:d023247ae118

Fixed #62
author yoctozepto
date Wed, 04 Sep 2013 20:24:16 +0200
parents 4c787c28ddce
children 75fafd8ced59
rev   line source
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1104
diff changeset
1 #ifdef _MSC_VER
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1104
diff changeset
2 #define _CRT_SECURE_NO_WARNINGS
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1104
diff changeset
3 #endif
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1104
diff changeset
4
0
Ritor1
parents:
diff changeset
5 #include <stdlib.h>
Ritor1
parents:
diff changeset
6
Ritor1
parents:
diff changeset
7 #include "Spells.h"
Ritor1
parents:
diff changeset
8 #include "Overlays.h"
Ritor1
parents:
diff changeset
9 #include "Allocator.h"
Ritor1
parents:
diff changeset
10 #include "LOD.h"
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 142
diff changeset
11 #include "texts.h"
0
Ritor1
parents:
diff changeset
12
Ritor1
parents:
diff changeset
13 #include "mm7_data.h"
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
14 #include "Party.h"
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
15 #include "Math.h"
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
16 #include "SpriteObject.h"
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
17 #include "ObjectList.h"
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
18 #include "Indoor.h"
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
19 #include "AudioPlayer.h"
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
20 #include "Actor.h"
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
21 #include "Game.h"
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
22 #include "stru6.h"
0
Ritor1
parents:
diff changeset
23
Ritor1
parents:
diff changeset
24
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
25 std::array<TownPortalData, 6> TownPortalList = //4ECBB8
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
26 {{
839
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
27 {Vec3_int_(-5121, 2107, 1), 1536, 0, 21, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
28 {Vec3_int_(-15148, -10240, 1473), 0, 0, 4, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
29 {Vec3_int_(-10519, 5375, 753), 512, 0, 3, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
30 {Vec3_int_(3114, -11055, 513), 0, 0, 10, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
31 {Vec3_int_(-158, 7624, 1), 512, 0, 7, 0},
ae8f83e1b0cf coordinates for the town portal
x1diablo
parents: 490
diff changeset
32 {Vec3_int_(-1837, -4247, 65), 65, 0, 8, 0}
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
33 }} ;
0
Ritor1
parents:
diff changeset
34
Ritor1
parents:
diff changeset
35 struct SpellStats *pSpellStats;
Ritor1
parents:
diff changeset
36
Ritor1
parents:
diff changeset
37
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
38 std::array<stru324_spell, 103> stru_4E3ACC =
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
39 {{
488
Nomad
parents: 363
diff changeset
40 {10, 0},
Nomad
parents: 363
diff changeset
41 {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
42 {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
43 {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
44 {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
45 {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
46 {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
47 {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
48 {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
49 {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
50 {545, 0},
74ab0ed7e308 arrows working
zipi
parents: 1016
diff changeset
51 {545, 0},
74ab0ed7e308 arrows working
zipi
parents: 1016
diff changeset
52 {555, 0}
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
53 }};
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
54 //9 spellbook pages 11 spells per page 9*11 =99 +1 zero struct at 0. It counted from 1!
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
55 std::array<SpellData, 100> pSpellDatas={{
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
56 {0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
57
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
58 {1, 1, 1, 1, 60, 60, 60, 40, 0, 0},//0
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
59 {2, 2, 2, 2, 110, 110, 100, 90, 768, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
60 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
61 {4, 4, 4, 4, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
62 {5, 5, 5, 5, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
63 {8, 8, 8, 8, 100, 100, 90, 80, 1536, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
64 {10, 10, 10, 10, 150, 150, 150, 150, 1536, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
65 {15, 15, 15, 15, 120, 120, 120, 120, 1536, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
66 {20, 20, 20, 20, 100, 100, 100, 90, 264, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
67 {25, 25, 25, 25, 100, 100, 100, 90, 268, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
68 {30, 30, 30, 30, 90, 90, 90, 90, 3855, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
69
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
70 {1, 1, 1, 0, 60, 60, 60, 60, 0, 0}, //1
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
71 {2, 2, 2, 2, 120, 120, 120, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
72 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
73 {4, 4, 4, 4, 110, 100, 90, 80, 258, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
74 {5, 5, 5, 5, 90, 90, 70, 50, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
75 {8, 8, 8, 8, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
76 {10, 10, 10, 10, 100, 100, 90, 70, 2048, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
77 {15, 15, 15, 15, 200, 200, 200, 200, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
78 {20, 20, 20, 20, 100, 100, 100, 90, 2570, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
79 {25, 25, 25, 25, 250, 250, 250, 250, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
80 {30, 30, 30, 30, 90, 90, 90, 90, 276, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
81
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
82 {1, 1, 1, 1, 60, 60, 60, 20, 0, 0}, //2
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
83 {2, 2, 2, 2, 110, 100, 90, 70, 514, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
84 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
85 {4, 4, 4, 4, 110, 100, 90, 80, 1024, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
86 {5, 5, 5, 5, 150, 150, 150, 150, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
87 {8, 8, 8, 8, 200, 200, 200, 200, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
88 {10, 10, 10, 10, 100, 100, 90, 80, 2313, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
89 {15, 15, 15, 15, 140, 140, 140, 140, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
90 {20, 20, 20, 20, 200, 200, 200, 200, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
91 {25, 25, 25, 25, 80, 80, 80, 80, 780, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
92 {30, 30, 30, 30, 250, 250, 250, 250, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
93
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
94 {1, 1, 1, 1, 80, 80, 80, 80, 0, 0}, //3
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
95 {2, 2, 2, 2, 100, 100, 100, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
96 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
97 {4, 4, 4, 4, 110, 100, 90, 80, 773, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
98 {5, 5, 5, 5, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
99 {8, 8, 8, 8, 100, 100, 90, 80, 2304, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
100 {10, 10, 10, 10, 140, 140, 140, 140, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
101 {15, 15, 15, 15, 90, 90, 90, 80, 2048, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
102 {20, 20, 20, 20, 150, 150, 150, 150, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
103 {25, 25, 25, 25, 100, 100, 100, 90, 276, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
104 {30, 30, 30, 30, 90, 90, 90, 90, 25, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
105
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
106 {1, 1, 1, 1, 100, 100, 100, 100, 0, 0}, //4
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
107 {2, 2, 2, 2, 100, 100, 100, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
108 {3, 3, 3, 3, 90, 90, 90, 90, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
109 {4, 4, 4, 4, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
110 {5, 5, 5, 5, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
111 {8, 8, 8, 8, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
112 {10, 10, 10, 10, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
113 {15, 15, 15, 15, 100, 100, 100, 100, 2058, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
114 {20, 20, 20, 20, 240, 240, 240, 240, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
115 {25, 25, 25, 25, 150, 150, 150, 150, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
116 {30, 30, 30, 30, 1000, 1000, 1000, 1000, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
117
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
118 {1, 1, 1, 1, 120, 120, 120, 120, 0, 0}, //5
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
119 {2, 2, 2, 2, 110, 110, 110, 110, 771, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
120 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
121 {4, 4, 4, 4, 110, 100, 90, 80, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
122 {5, 5, 5, 5, 100, 100, 100, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
123 {8, 8, 8, 8, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
124 {10, 10, 10, 10, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
125 {15, 15, 15, 15, 80, 80, 80, 80, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
126 {20, 20, 20, 20, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
127 {25, 25, 25, 25, 110, 110, 110, 100, 268, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
128 {30, 30, 30, 30, 120, 120, 120, 120, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
129
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
130 {1, 1, 1, 1, 120, 120, 120, 120, 0, 0}, //6
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
131 {2, 2, 2, 2, 100, 100, 100, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
132 {3, 3, 3, 3, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
133 {4, 4, 4, 4, 110, 100, 90, 80, 520, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
134 {5, 5, 5, 5, 110, 110, 110, 110, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
135 {8, 8, 8, 8, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
136 {10, 10, 10, 10, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
137 {15, 15, 15, 15, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
138 {20, 20, 20, 20, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
139 {25, 25, 25, 25, 110, 110, 110, 100, 1310, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
140 {30, 30, 30, 30, 100, 100, 100, 100, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
141
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
142 {5, 5, 5, 5, 110, 100, 90, 80, 1024, 0}, //7
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
143 {10, 10, 10, 10, 120, 110, 100, 90, 4112, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
144 {15, 15, 15, 15, 120, 110, 100, 90, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
145 {20, 20, 20, 20, 160, 140, 120, 100, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
146 {25, 25, 25, 25, 140, 140, 140, 140, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
147 {30, 30, 30, 30, 500, 500, 500, 500, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
148 {35, 35, 35, 35, 135, 135, 120, 100, 281, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
149 {40, 40, 40, 40, 500, 500, 500, 500, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
150 {45, 45, 45, 45, 250, 250, 250, 250, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
151 {50, 50, 50, 50, 150, 150, 150, 135, 5140, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
152 {55, 55, 55, 55, 300, 300, 300, 300, 0, 0},
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
153
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
154 {10, 10, 10, 10, 140, 140, 140, 140, 0, 0}, //8
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
155 {15, 15, 15, 15, 120, 110, 100, 90, 2585, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
156 {20, 20, 20, 20, 120, 100, 90, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
157 {25, 25, 25, 25, 120, 120, 120, 120, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
158 {30, 30, 30, 30, 90, 90, 80, 70, 1542, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
159 {35, 35, 35, 35, 120, 120, 100, 80, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
160 {40, 40, 40, 40, 110, 110, 110, 110, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
161 {45, 45, 45, 45, 200, 200, 200, 150, 0, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
162 {50, 50, 50, 50, 120, 120, 120, 100, 6400, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
163 {55, 55, 55, 55, 250, 250, 250, 250, 306, 0},
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
164 {60, 60, 60, 60, 300, 300, 300, 300, 2073, 0}
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
165 }};
0
Ritor1
parents:
diff changeset
166
490
Nomad
parents: 488
diff changeset
167
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
168 std::array<unsigned int, 25> wand_spell_ids =
490
Nomad
parents: 488
diff changeset
169 {
Nomad
parents: 488
diff changeset
170 // 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
171 SPELL_FIRE_FIRE_BOLT, SPELL_AIR_SPARKS, SPELL_WATER_POISON_SPRAY, SPELL_EARTH_STUN, SPELL_BODY_HARM,
Nomad
parents: 488
diff changeset
172 // 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
173 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
174 // 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
175 SPELL_FIRE_FIREBALL, SPELL_WATER_ACID_BURST, SPELL_AIR_LIGHNING_BOLT, SPELL_EARTH_BLADES, SPELL_MIND_CHARM,
Nomad
parents: 488
diff changeset
176 // 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
177 SPELL_WATER_ICE_BLAST, SPELL_BODY_FLYING_FIST, SPELL_EARTH_ROCK_BLAST, SPELL_LIGHT_PARALYZE, SPELL_DARK_TOXIC_CLOUD,
Nomad
parents: 488
diff changeset
178 // 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
179 SPELL_AIR_IMPLOSION, SPELL_EARTH_MASS_DISTORTION, SPELL_DARK_SHARPMETAL, SPELL_DARK_SHRINKING_RAY, SPELL_FIRE_INCINERATE
Nomad
parents: 488
diff changeset
180 };
Nomad
parents: 488
diff changeset
181
Nomad
parents: 488
diff changeset
182
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1165
diff changeset
183 std::array<std::array<unsigned char, 12>, 9> pSpellbookSpellIndices = // 4E2430
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1165
diff changeset
184 {{ //0 1 2 3 4 5 6 7 8 9 10 11
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
185 {0, 3, 1, 8, 11, 7, 4, 10, 6, 2, 5, 9},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
186 {0, 11, 2, 9, 6, 8, 5, 10, 3, 7, 1, 4},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
187 {0, 4, 8, 9, 1, 10, 3, 11, 7, 6, 2, 5},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
188 {0, 7, 10, 8, 2, 11, 1, 5, 3, 6, 4, 9},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
189 {0, 5, 10, 11, 7, 2, 8, 1, 4, 9, 3, 6},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
190 {0, 5, 9, 8, 3, 7, 6, 4, 1, 11, 2, 10},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
191 {0, 1, 6, 9, 3, 5, 8, 11, 7, 10, 4, 2},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
192 {0, 1, 10, 11, 9, 4, 3, 6, 5, 7, 8, 2},
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
193 {0, 9, 3, 7, 1, 5, 2, 10, 11, 8, 6, 4}
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1165
diff changeset
194 }};
0
Ritor1
parents:
diff changeset
195
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
196 std::array<std::array<struct SpellBookIconPos, 12>, 9> pIconPos={{
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 357
diff changeset
197
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
198 { 0, 0, 17, 13, 115, 2, 217, 15,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
199 299, 6, 28, 125, 130, 133, 294, 114,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
200 11, 232, 134, 233, 237, 171, 296, 231},
0
Ritor1
parents:
diff changeset
201
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
202 { 0, 0, 19, 9, 117, 3, 206, 13,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
203 285, 7, 16, 123, 113, 101, 201, 118,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
204 317, 110, 11, 230, 149, 236, 296, 234},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
205
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
206 { 0, 0, 17, 9, 140, 0, 210, 34,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
207 293, 5, 15, 98, 78, 121, 175, 136,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
208 301, 115, 15, 226, 154, 225, 272, 220},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
209
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
210 { 0, 0, 7, 9, 156, 2, 277, 9,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
211 11, 117, 111, 82, 180, 102, 303, 108,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
212 10, 229, 120, 221, 201, 217, 296, 225},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
213
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
214 { 0, 0, 18, 8, 89, 15, 192, 14,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
215 292, 7, 22, 129, 125, 146, 217, 136,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
216 305, 115, 22, 226, 174, 237, 290, 231},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
217
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
218 { 0, 0, 18, 12, 148, 9, 292, 7,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
219 17, 122, 121, 99, 220, 87, 293, 112,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
220 13, 236, 128, 213, 220, 223, 315, 223},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
221
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
222 { 0, 0, 23, 14, 127, 8, 204, 0,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
223 306, 8, 14, 115, 122, 132, 200, 116,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
224 293, 122, 20, 228, 154, 228, 294, 239},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
225
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
226 { 0, 0, 19, 14, 124, 10, 283, 12,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
227 8, 105, 113, 89, 190, 82, 298, 108,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
228 18, 181, 101, 204, 204, 203, 285, 218},
357
b07cf89108d5 Spell positions in book
Gloval
parents: 210
diff changeset
229
1206
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
230 { 0, 0, 18, 17, 110, 16, 201, 15,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
231 307, 15, 18, 148, 125, 166, 201, 123,
ab6560001f5b arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents: 1205
diff changeset
232 275, 120, 28, 235, 217, 222, 324, 216}}};
0
Ritor1
parents:
diff changeset
233
Ritor1
parents:
diff changeset
234
Ritor1
parents:
diff changeset
235 //----- (0042EB31) --------------------------------------------------------
Ritor1
parents:
diff changeset
236 bool SpellBuff::NotExpired()
Ritor1
parents:
diff changeset
237 {
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 142
diff changeset
238 return (signed __int64)this->uExpireTime > 0 ? true:false;
0
Ritor1
parents:
diff changeset
239 }
Ritor1
parents:
diff changeset
240
Ritor1
parents:
diff changeset
241
Ritor1
parents:
diff changeset
242 //----- (00458585) --------------------------------------------------------
Ritor1
parents:
diff changeset
243 void SpellBuff::Reset()
Ritor1
parents:
diff changeset
244 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
245 uSkill = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
246 uPower = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
247 uExpireTime = 0i64;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
248 uCaster = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
249 uFlags = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
250 if (uOverlayID)
0
Ritor1
parents:
diff changeset
251 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
252 pOtherOverlayList->pOverlays[uOverlayID - 1].Reset();
142
8b8fd4d83fdc Various things here and there
Nomad
parents: 0
diff changeset
253 pOtherOverlayList->bRedraw = true;
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
254 uOverlayID = 0;
0
Ritor1
parents:
diff changeset
255 }
Ritor1
parents:
diff changeset
256 }
Ritor1
parents:
diff changeset
257
Ritor1
parents:
diff changeset
258 //----- (004585CA) --------------------------------------------------------
1340
22cb507446a4 turnengine refactoring continue
Gloval
parents: 1306
diff changeset
259 bool SpellBuff::IsBuffExpiredToTime( __int64 time_end )
22cb507446a4 turnengine refactoring continue
Gloval
parents: 1306
diff changeset
260 {
22cb507446a4 turnengine refactoring continue
Gloval
parents: 1306
diff changeset
261 if (uExpireTime && (uExpireTime < time_end))
0
Ritor1
parents:
diff changeset
262 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
263 uExpireTime = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
264 uPower = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
265 uSkill = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
266 uOverlayID = 0;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
267 return true;
0
Ritor1
parents:
diff changeset
268 }
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
269 return false;
0
Ritor1
parents:
diff changeset
270 }
Ritor1
parents:
diff changeset
271
Ritor1
parents:
diff changeset
272 //----- (004584E0) --------------------------------------------------------
1340
22cb507446a4 turnengine refactoring continue
Gloval
parents: 1306
diff changeset
273 bool SpellBuff::Apply( signed __int64 uExpireTime, unsigned __int16 uSkillLevel, unsigned __int16 uPower, int uOverlayID, unsigned __int8 caster )
22cb507446a4 turnengine refactoring continue
Gloval
parents: 1306
diff changeset
274 {
22cb507446a4 turnengine refactoring continue
Gloval
parents: 1306
diff changeset
275 if (this->uExpireTime && (uExpireTime < this->uExpireTime))
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
276 return false;
0
Ritor1
parents:
diff changeset
277
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
278 this->uSkill = uSkillLevel;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
279 this->uPower = uPower;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
280 this->uExpireTime = uExpireTime;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
281 if (this->uOverlayID && this->uOverlayID != uOverlayID)
0
Ritor1
parents:
diff changeset
282 {
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
283 pOtherOverlayList->pOverlays[this->uOverlayID - 1].Reset();
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
284 pOtherOverlayList->bRedraw = true;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
285 this->uOverlayID = 0;
0
Ritor1
parents:
diff changeset
286 }
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
287 this->uOverlayID = uOverlayID;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
288 this->uCaster = caster;
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
289
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
290 return true;
0
Ritor1
parents:
diff changeset
291 }
Ritor1
parents:
diff changeset
292
Ritor1
parents:
diff changeset
293 //----- (0045384A) --------------------------------------------------------
Ritor1
parents:
diff changeset
294 void SpellStats::Initialize()
982
08fd1436ef35 enums & lod
Nomad
parents: 910
diff changeset
295 {
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
296 int decode_step;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
297 char* test_string;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
298 bool break_loop;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
299 unsigned char c;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
300 unsigned int temp_str_len;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
301 char* tmp_pos;
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 142
diff changeset
302
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
303 if ( pSpellsTXT_Raw )
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
304 pAllocator->FreeChunk(pSpellsTXT_Raw);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
305 pSpellsTXT_Raw = NULL;
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 142
diff changeset
306
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
307 pSpellsTXT_Raw = (char *)pEvents_LOD->LoadRaw("spells.txt", 0);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
308 strtok(pSpellsTXT_Raw, "\r");
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
309 strtok(NULL, "\r");
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
310 for(int i=1; i<100; ++i)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
311 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
312 test_string=strtok(NULL, "\r")+1;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
313 decode_step =0;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
314 break_loop=false;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
315 do
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
316 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
317 c = *(unsigned char*)test_string;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
318 temp_str_len = 0;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
319 while((c!='\t')&&(c>0))
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
320 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
321 ++temp_str_len;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
322 c=test_string[temp_str_len];
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
323 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
324 tmp_pos=test_string+temp_str_len;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
325 if (*tmp_pos == 0)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
326 break_loop = true;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
327 *tmp_pos = 0;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
328 if (temp_str_len)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
329 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
330 switch (decode_step)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
331 {
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
332 case 2:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
333 pInfos[i].pName=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
334 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
335 case 3:
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
336 pInfos[i].uSchool = SPELL_SCHOOL_NONE;
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
337 if (!_stricmp("fire", test_string) )
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
338 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
339 pInfos[i].uSchool =SPELL_SCHOOL_FIRE;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
340 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
341 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
342 if ( !_stricmp("air", test_string) )
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
343 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
344 pInfos[i].uSchool = SPELL_SCHOOL_AIR;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
345 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
346 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
347 if ( !_stricmp("water", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
348 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
349 pInfos[i].uSchool = SPELL_SCHOOL_WATER;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
350 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
351 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
352 if ( !_stricmp("earth", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
353 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
354 pInfos[i].uSchool = SPELL_SCHOOL_EARTH;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
355 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
356 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
357 if ( !_stricmp("spirit", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
358 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
359 pInfos[i].uSchool = SPELL_SCHOOL_SPIRIT;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
360 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
361 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
362 if ( !_stricmp("mind", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
363 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
364 pInfos[i].uSchool = SPELL_SCHOOL_MIND;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
365 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
366 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
367 if ( !_stricmp("body", test_string) )
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
368 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
369 pInfos[i].uSchool = SPELL_SCHOOL_BODY;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
370 break;
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("light", 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_LIGHT;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
375 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
376 }
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
377 if ( !_stricmp("dark", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
378 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
379 pInfos[i].uSchool = SPELL_SCHOOL_DARK;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
380 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
381 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
382
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1086
diff changeset
383 if ( !_stricmp("magic", test_string))
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
384 {
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
385 pInfos[i].uSchool = SPELL_SCHOOL_MAGIC;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
386 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
387 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
388 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
389 case 4:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
390 pInfos[i].pShortName=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
391 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
392 case 5:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
393 pInfos[i].pDescription=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
394 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
395 case 6:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
396 pInfos[i].pBasicSkillDesc=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
397 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
398 case 7:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
399 pInfos[i].pExpertSkillDesc=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
400 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
401 case 8:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
402 pInfos[i].pMasterSkillDesc=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
403 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
404 case 9:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
405 pInfos[i].pGrandmasterSkillDesc=RemoveQuotes(test_string);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
406 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
407 case 10:
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
408 int in_string_pos=0;
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
409 unsigned char test;
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
410 int in_str_len=strlen(test_string);
192
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
411 for (int j=0; j<in_str_len; ++j)
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
412 {
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
413 test= tolower(test_string[j]);
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
414 switch (test)
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
415 {
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
416 case 109:
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
417 pSpellDatas[i].field_12|=1;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
418 break;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
419 case 101:
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
420 pSpellDatas[i].field_12|=2;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
421 break;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
422 case 99:
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
423 pSpellDatas[i].field_12|=4;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
424 break;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
425 case 120:
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
426 pSpellDatas[i].field_12|=8;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
427 break;
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
428 }
1c8add70bcf9 spell init fixed
Gloval
parents: 191
diff changeset
429 }
191
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
430 break;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
431 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
432 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
433 else
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
434 break_loop=true;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
435 ++decode_step;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
436 test_string=tmp_pos+1;
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
437 } while ((decode_step<11)&&!break_loop);
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
438 if ((i%11)==0)
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
439 strtok(NULL, "\r");
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
440 }
4813b57396ba spell init in progress
Gloval
parents: 189
diff changeset
441
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
442 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
443 //----- (00448DF8) --------------------------------------------------------
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
444 void __fastcall EventCastSpell(int uSpellID, int uSkillLevel, int uSkill, int fromx, int fromy, int fromz, int tox, int toy, int toz)//sub_448DF8
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
445 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
446 int v9; // esi@1
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
447 double v10; // st7@4
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
448 double v11; // st6@4
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
449 double v12; // st5@4
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
450 double v13; // st7@6
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
451 int v14; // ST44_4@7
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
452 signed int v15; // ebx@9
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
453 signed int v16; // edx@15
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
454 char *v17; // ecx@16
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
455 unsigned __int16 v18; // ax@20
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
456 char *v19; // ecx@31
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
457 int v20; // edx@35
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
458 signed int v21; // edx@37
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
459 char *v22; // ecx@38
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
460 unsigned __int16 v23; // ax@41
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
461 int i; // esi@42
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
462 signed int v25; // edx@55
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
463 char *v26; // ecx@56
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
464 unsigned __int16 v27; // ax@59
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
465 int j; // esi@60
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
466 signed int v29; // edx@66
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
467 char *v30; // ecx@67
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
468 unsigned __int16 v31; // ax@70
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
469 //Player *v32; // eax@80
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
470 //unsigned __int16 v33; // si@85
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
471 int v34; // eax@96
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
472 int v35; // eax@97
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
473 unsigned __int64 v36; // qax@99
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
474 SpellBuff *v37; // ecx@99
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
475 int v38; // esi@103
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
476 signed __int64 v39; // qax@105
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
477 int v40; // ebx@108
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
478 int v41; // ebx@109
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
479 int v42; // esi@111
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
480 int v43; // ebx@111
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
481 int v44; // eax@117
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
482 //unsigned __int16 v45; // si@137
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
483 unsigned __int16 v46; // [sp-8h] [bp-BCh]@99
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
484 int v47; // [sp-4h] [bp-B8h]@35
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
485 unsigned __int16 v48; // [sp-4h] [bp-B8h]@99
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
486 int v49; // [sp+0h] [bp-B4h]@35
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
487 int v50; // [sp+0h] [bp-B4h]@99
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
488 int v51; // [sp+4h] [bp-B0h]@35
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
489 unsigned __int8 v52; // [sp+4h] [bp-B0h]@99
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
490 float v53; // [sp+14h] [bp-A0h]@4
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
491 float v54; // [sp+18h] [bp-9Ch]@4
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
492 int v55; // [sp+28h] [bp-8Ch]@7
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
493 unsigned int yaw; // [sp+30h] [bp-84h]@7
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
494 int pitch; // [sp+34h] [bp-80h]@7
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
495 //SpriteObject a1; // [sp+38h] [bp-7Ch]@12
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
496 int v59; // [sp+A8h] [bp-Ch]@1
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
497 int v60; // [sp+ACh] [bp-8h]@1
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
498 //int spellnum_; // [sp+B0h] [bp-4h]@1
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
499 //signed int levela; // [sp+BCh] [bp+8h]@80
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
500 int a6_4; // [sp+C8h] [bp+14h]@117
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
501 float a7a; // [sp+CCh] [bp+18h]@6
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
502 signed int a7b; // [sp+CCh] [bp+18h]@12
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
503 int a7c; // [sp+CCh] [bp+18h]@29
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
504 int a7d; // [sp+CCh] [bp+18h]@55
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
505 float a8a; // [sp+D0h] [bp+1Ch]@6
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
506 int a8b; // [sp+D0h] [bp+1Ch]@37
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
507 int a8c; // [sp+D0h] [bp+1Ch]@55
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
508 float toza; // [sp+D4h] [bp+20h]@6
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
509
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
510 v9 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
511 v59 = uSkillLevel + 1;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
512 //spellnum_ = uSpellID;
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
513 v60 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
514 if ( tox || toy || toz )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
515 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
516 v10 = (double)tox - (double)fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
517 v53 = v10;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
518 v11 = (double)toy - (double)fromy;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
519 v54 = v11;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
520 v12 = (double)toz;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
521 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
522 else
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
523 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
524 v10 = (double)pParty->vPosition.x - (double)fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
525 v53 = v10;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
526 v11 = (double)pParty->vPosition.y - (double)fromy;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
527 v54 = v11;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
528 v12 = (double)(pParty->vPosition.z + pParty->sEyelevel);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
529 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
530 a7a = v12 - (double)fromz;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
531 toza = v11 * v11;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
532 a8a = v10 * v10;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
533 v13 = sqrt(a7a * a7a + a8a + toza);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
534 if ( v13 <= 1.0 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
535 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
536 LOBYTE(v55) = 1;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
537 yaw = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
538 pitch = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
539 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
540 else
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
541 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
542 v55 = (signed __int64)v13;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
543 v14 = (signed __int64)sqrt(a8a + toza);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
544 yaw = stru_5C6E00->Atan2((signed __int64)v53, (signed __int64)v54);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
545 pitch = stru_5C6E00->Atan2(v14, (signed __int64)a7a);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
546 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
547 v15 = v59;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
548 if ( v59 <= 0 || v59 > 4 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
549 v15 = 1;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
550 a7b = v15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
551
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
552 SpriteObject a1; // [sp+38h] [bp-7Ch]@12
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
553 //SpriteObject::SpriteObject(&a1);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
554
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
555 a1.uType = stru_4E3ACC[uSpellID].uType;
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
556 if ( uSpellID > 58 )
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
557 {
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
558 if ( uSpellID == 69 )
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
559 goto LABEL_117;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
560 if ( uSpellID != 83 )
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
561 return;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
562 v40 = v15 - 2;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
563 if ( v40 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
564 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
565 v41 = v40 - 1;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
566 if ( !v41 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
567 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
568 v42 = 14400 * uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
569 v43 = 4 * uSkill + 10;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
570 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
571 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 1u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
572 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 2u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
573 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 3u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
574 v39 = (signed __int64)((double)(v42 << 7) * 0.033333335);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
575 v37 = &pParty->pPartyBuffs[PARTY_BUFF_DAY_OF_GODS];
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
576 v36 = pParty->uTimePlayed + v39;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
577 v37->Apply(v36, a7b, v43, 0, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
578 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
579 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
580 if ( v41 == 1 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
581 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
582 v42 = 18000 * uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
583 v43 = 5 * uSkill + 10;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
584 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
585 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 1u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
586 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 2u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
587 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 3u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
588 v39 = (signed __int64)((double)(v42 << 7) * 0.033333335);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
589 v37 = &pParty->pPartyBuffs[PARTY_BUFF_DAY_OF_GODS];
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
590 v36 = pParty->uTimePlayed + v39;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
591 v37->Apply(v36, a7b, v43, 0, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
592 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
593 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
594 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
595 v42 = 10800 * uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
596 v43 = 3 * uSkill + 10;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
597 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
598 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 1u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
599 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 2u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
600 pGame->pStru6Instance->SetPlayerBuffAnim(0x53u, 3u);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
601 v39 = (signed __int64)((double)(v42 << 7) * 0.033333335);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
602 v37 = &pParty->pPartyBuffs[PARTY_BUFF_DAY_OF_GODS];
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
603 v36 = pParty->uTimePlayed + v39;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
604 v37->Apply(v36, a7b, v43, 0, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
605 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
606 }
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
607 if ( uSpellID != 58 )
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
608 {
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
609 switch ( uSpellID )
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
610 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
611 case 2:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
612 case 6:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
613 case 18:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
614 case 26:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
615 case 29:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
616 case 32:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
617 case 39:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
618 case 41:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
619 a1.stru_24.Reset();
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
620 v16 = 0;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
621 a1.spell_id = uSpellID;
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
622 a1.spell_level = uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
623 a1.spell_skill = v15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
624 if ( (signed int)pObjectList->uNumObjects <= 0 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
625 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
626 v18 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
627 a1.uObjectDescID = v18;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
628 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
629 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
630 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
631 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
632 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
633 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
634 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
635 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
636 a1.spell_target_pid = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
637 a1.uFacing = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
638 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
639 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
640 a1.Create(v20, pitch, v49, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
641 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
642 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
643 v17 = (char *)&pObjectList->pObjects->uObjectID;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
644 while ( (short)a1.uType != *(short *)v17 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
645 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
646 ++v16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
647 v17 += 56;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
648 if ( v16 >= (signed int)pObjectList->uNumObjects )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
649 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
650 v18 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
651 a1.uObjectDescID = v18;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
652 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
653 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
654 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
655 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
656 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
657 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
658 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
659 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
660 a1.spell_target_pid = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
661 a1.uFacing = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
662 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
663 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
664 a1.Create(v20, pitch, v49, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
665 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
666 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
667 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
668 v18 = v16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
669 a1.uObjectDescID = v18;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
670 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
671 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
672 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
673 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
674 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
675 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
676 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
677 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
678 a1.spell_target_pid = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
679 a1.uFacing = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
680 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
681 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
682 a1.Create(v20, pitch, v49, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
683 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
684 case 24:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
685 switch ( v15 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
686 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
687 case 1:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
688 v60 = 1;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
689 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
690 case 2:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
691 v60 = 3;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
692 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
693 case 3:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
694 v60 = 5;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
695 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
696 case 4:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
697 v60 = 7;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
698 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
699 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
700 a7c = (signed int)(60 * stru_5C6E00->uIntegerDoublePi) / 360;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
701 if ( v60 != 1 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
702 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
703 a8b = a7c / (v60 - 1);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
704 a1.stru_24.Reset();
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
705 v21 = 0;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
706 a1.spell_id = uSpellID;
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
707 a1.spell_level = uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
708 a1.spell_skill = v15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
709 if ( (signed int)pObjectList->uNumObjects <= 0 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
710 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
711 v23 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
712 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
713 else
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
714 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
715 v22 = (char *)&pObjectList->pObjects->uObjectID;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
716 while ( (short)a1.uType != *(short *)v22 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
717 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
718 ++v21;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
719 v22 += 56;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
720 if ( v21 >= (signed int)pObjectList->uNumObjects )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
721 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
722 v23 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
723 a1.uObjectDescID = v23;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
724 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
725 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
726 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
727 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
728 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
729 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
730 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
731 a1.spell_target_pid = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
732 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
733 for ( i = a7c / -2; i <= a7c / 2; i += a8b )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
734 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
735 a1.uFacing = i + yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
736 a1.Create((signed __int16)(i + (short)yaw), pitch, pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
737 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
738 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
739 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
740 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
741 v23 = v21;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
742 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
743 a1.uObjectDescID = v23;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
744 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
745 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
746 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
747 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
748 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
749 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
750 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
751 a1.spell_target_pid = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
752 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
753 for ( i = a7c / -2; i <= a7c / 2; i += a8b )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
754 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
755 a1.uFacing = i + yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
756 a1.Create((signed __int16)(i + (short)yaw), pitch, pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
757 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
758 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
759 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
760 a1.stru_24.Reset();
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
761 v16 = 0;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
762 a1.spell_id = uSpellID;
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
763 a1.spell_level = uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
764 a1.spell_skill = v15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
765 if ( (signed int)pObjectList->uNumObjects <= 0 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
766 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
767 v18 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
768 a1.uObjectDescID = v18;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
769 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
770 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
771 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
772 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
773 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
774 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
775 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
776 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
777 a1.spell_target_pid = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
778 a1.uFacing = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
779 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
780 v51 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
781 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
782 v47 = pitch;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
783 a1.Create(v20, v47, v49, v51);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
784 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
785 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
786 v19 = (char *)&pObjectList->pObjects->uObjectID;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
787 do
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
788 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
789 if ( (short)a1.uType == *(short *)v19 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
790 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
791 v18 = v16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
792 a1.uObjectDescID = v18;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
793 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
794 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
795 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
796 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
797 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
798 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
799 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
800 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
801 a1.spell_target_pid = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
802 a1.uFacing = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
803 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
804 v51 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
805 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
806 v47 = pitch;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
807 a1.Create(v20, v47, v49, v51);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
808 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
809 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
810 ++v16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
811 v19 += 56;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
812 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
813 while ( v16 < (signed int)pObjectList->uNumObjects );
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
814 v18 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
815 a1.uObjectDescID = v18;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
816 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
817 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
818 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
819 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
820 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
821 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
822 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
823 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
824 a1.spell_target_pid = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
825 a1.uFacing = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
826 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
827 v51 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
828 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
829 v47 = pitch;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
830 a1.Create(v20, v47, v49, v51);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
831 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
832 case 15:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
833 switch ( v15 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
834 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
835 case 1:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
836 v60 = 3;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
837 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
838 case 2:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
839 v60 = 5;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
840 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
841 case 3:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
842 v60 = 7;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
843 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
844 case 4:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
845 v60 = 9;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
846 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
847 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
848 a7d = (signed int)(60 * stru_5C6E00->uIntegerDoublePi) / 360;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
849 a8c = (signed int)(60 * stru_5C6E00->uIntegerDoublePi) / 360 / (v60 - 1);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
850 a1.stru_24.Reset();
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
851 v25 = 0;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
852 a1.spell_id = uSpellID;
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
853 a1.spell_level = uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
854 a1.spell_skill = v15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
855 if ( (signed int)pObjectList->uNumObjects <= 0 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
856 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
857 v27 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
858 a1.uObjectDescID = v27;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
859 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
860 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
861 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
862 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
863 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
864 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
865 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
866 a1.spell_target_pid = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
867 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
868 for ( j = a7d / -2; j <= a7d / 2; j += a8c )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
869 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
870 a1.uFacing = j + yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
871 a1.Create((signed __int16)(j + (short)yaw), pitch, pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
872 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
873 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
874 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
875 v26 = (char *)&pObjectList->pObjects->uObjectID;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
876 while ( (short)a1.uType != *(short *)v26 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
877 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
878 ++v25;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
879 v26 += 56;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
880 if ( v25 >= (signed int)pObjectList->uNumObjects )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
881 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
882 v27 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
883 a1.uObjectDescID = v27;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
884 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
885 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
886 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
887 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
888 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
889 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
890 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
891 a1.spell_target_pid = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
892 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
893 for ( j = a7d / -2; j <= a7d / 2; j += a8c )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
894 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
895 a1.uFacing = j + yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
896 a1.Create((signed __int16)(j + (short)yaw), pitch, pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
897 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
898 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
899 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
900 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
901 v27 = v25;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
902 a1.uObjectDescID = v27;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
903 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
904 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
905 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
906 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
907 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
908 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
909 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
910 a1.spell_target_pid = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
911 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
912 for ( j = a7d / -2; j <= a7d / 2; j += a8c )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
913 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
914 a1.uFacing = j + yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
915 a1.Create(
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
916 (signed __int16)(j + (short)yaw),
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
917 pitch,
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
918 pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed,
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
919 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
920 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
921 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
922 case 43:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
923 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
924 return;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
925 a1.stru_24.Reset();
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
926 v29 = 0;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
927 a1.spell_id = uSpellID;
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
928 a1.spell_level = uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
929 a1.spell_skill = v15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
930 if ( (signed int)pObjectList->uNumObjects <= 0 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
931 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
932 v31 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
933 a1.uObjectDescID = v31;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
934 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
935 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
936 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
937 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
938 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
939 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
940 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
941 a1.spell_target_pid = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
942 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
943 v51 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
944 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
945 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
946 v47 = (signed int)stru_5C6E00->uIntegerHalfPi / 2;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
947 a1.Create(v20, v47, v49, v51);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
948 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
949 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
950 v30 = (char *)&pObjectList->pObjects->uObjectID;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
951 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
952
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
953 case SPELL_FIRE_HASTE:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
954 if ( v15 > 0 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
955 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
956 if ( v15 <= 2 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
957 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
958 v9 = 60 * (uSkill + 60);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
959 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
960 else
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
961 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
962 if ( v15 == 3 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
963 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
964 v9 = 180 * (uSkill + 20);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
965 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
966 else
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
967 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
968 if ( v15 == 4 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
969 v9 = 240 * (uSkill + 15);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
970 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
971 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
972 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
973 //levela = 1;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
974 //v32 = pParty->pPlayers;//[0].pConditions[1];
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
975 //do
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
976 for (uint i = 0; i < 4; ++i)
1362
d6cf8ead9242 Condition checking functions slightly renamed, some final changes in Player::SetCondition
Grumpy7
parents: 1361
diff changeset
977 if (pParty->pPlayers[i].IsWeak())
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
978 return;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
979 //while ( v32 <= &pParty->pPlayers[3] );
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
980 //if ( !levela )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
981 // return;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
982 pParty->pPartyBuffs[PARTY_BUFF_HASTE].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(v9 * 128) * 0.033333335),
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
983 v15,
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
984 0,
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
985 0,
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
986 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
987 //v33 = spellnum_;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
988 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 0);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
989 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 1);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
990 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 2);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
991 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 3);
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
992 goto LABEL_138;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
993 case 17:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
994 case 38:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
995 case 51:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
996 switch ( v15 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
997 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
998 case 1:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
999 case 2:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1000 v9 = 300 * (uSkill + 12);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1001 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1002 case 3:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1003 v9 = 900 * (uSkill + 4);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1004 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1005 case 4:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1006 v9 = 3600 * (uSkill + 1);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1007 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1008 }
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1009 switch ( uSpellID )
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1010 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1011 case 17:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1012 v60 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1013 uSkill = 14;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1014 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1015 case 38:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1016 v35 = uSkill + 5;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1017 uSkill = 15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1018 v60 = v35;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1019 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1020 case 51:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1021 v34 = uSkill + 5;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1022 uSkill = 9;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1023 v60 = v34;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1024 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1025 }
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1026 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 0);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1027 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 1);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1028 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 2);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1029 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 3);
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1030 v52 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1031 v50 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1032 v48 = v60;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1033 v46 = v15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1034 v36 = pParty->uTimePlayed + (signed int)(signed __int64)((double)(v9 << 7) * 0.033333335);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1035 v37 = &pParty->pPartyBuffs[uSkill];
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1036 v37->Apply(v36, v46, v48, v50, v52);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1037 goto LABEL_139;;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1038 case 8:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1039 if ( v15 == 2 || v15 == 3 || v15 != 4 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1040 v38 = 60 * uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1041 else
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1042 v38 = 600 * uSkill;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1043 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 0);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1044 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 1);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1045 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 2);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1046 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 3);
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1047 v52 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1048 v50 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1049 v48 = uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1050 v46 = v15;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1051 v39 = (signed __int64)((double)(v38 << 7) * 0.033333335);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1052 v37 = &pParty->pPartyBuffs[PARTY_BUFF_IMMOLATION];
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1053 v36 = pParty->uTimePlayed + v39;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1054 v37->Apply(v36, v46, v48, v50, v52);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1055 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1056 case 3:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1057 case 14:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1058 case 25:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1059 case 36:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1060 goto LABEL_117;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1061 default:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1062 return;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1063 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1064 while ( (short)a1.uType != *(short *)v30 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1065 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1066 ++v29;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1067 v30 += 56;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1068 if ( v29 >= (signed int)pObjectList->uNumObjects )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1069 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1070 v31 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1071 a1.uObjectDescID = v31;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1072 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1073 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1074 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1075 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1076 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1077 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1078 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1079 a1.spell_target_pid = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1080 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1081 v51 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1082 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1083 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1084 v47 = (signed int)stru_5C6E00->uIntegerHalfPi / 2;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1085 a1.Create(v20, v47, v49, v51);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1086 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1087 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1088 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1089 v31 = v29;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1090 a1.uObjectDescID = v31;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1091 *(_QWORD *)&a1.vPosition.y = __PAIR__(fromz, fromy);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1092 a1.vPosition.x = fromx;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1093 a1.uAttributes = 16;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1094 a1.uSectorID = pIndoor->GetSector(fromx, fromy, fromz);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1095 a1.field_60_distance_related_prolly_lod = v55;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1096 a1.uSpriteFrameID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1097 a1.spell_caster_pid = 8000 | OBJECT_Item;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1098 a1.spell_target_pid = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1099 a1.uSoundID = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1100 v51 = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1101 v49 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1102 v20 = yaw;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1103 v47 = (signed int)stru_5C6E00->uIntegerHalfPi / 2;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1104 a1.Create(v20, v47, v49, v51);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1105 goto LABEL_139;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1106 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1107 LABEL_117:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1108 v44 = uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1109 a6_4 = 3600 * uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1110 if ( v15 == 1 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1111 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1112 v60 = v44;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1113 goto LABEL_125;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1114 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1115 if ( v15 == 2 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1116 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1117 v44 = 2 * uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1118 v60 = v44;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1119 goto LABEL_125;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1120 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1121 if ( v15 == 3 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1122 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1123 v44 = 3 * uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1124 v60 = v44;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1125 goto LABEL_125;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1126 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1127 if ( v15 == 4 )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1128 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1129 v44 = 4 * uSkill;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1130 v60 = v44;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1131 goto LABEL_125;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1132 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1133 LABEL_125:
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1134 switch ( uSpellID )
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1135 {
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1136 case 3:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1137 uSkill = 6;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1138 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1139 case 14:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1140 uSkill = 0;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1141 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1142 case 25:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1143 uSkill = 17;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1144 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1145 case 36:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1146 uSkill = 4;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1147 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1148 case 58:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1149 uSkill = 12;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1150 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1151 case 69:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1152 uSkill = 1;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1153 break;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1154 }
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1155 //v45 = spellnum_;
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1156 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 0);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1157 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 1);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1158 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 2);
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1159 pGame->pStru6Instance->SetPlayerBuffAnim(uSpellID, 3);
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1160 pParty->pPartyBuffs[uSkill].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)a6_4 * 4.2666669), v15, v60, 0, 0);
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1161 //levela = 1;
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1162 LABEL_138:
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1163 //if ( levela )
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1164 LABEL_139:
1519
4c787c28ddce Clean CastSpellInfo. (2)
yoctozepto
parents: 1362
diff changeset
1165 pAudioPlayer->PlaySound((SoundID)word_4EE088_sound_ids[uSpellID], 0, 0, fromx, fromy, 0, 0, 0);
1296
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1166 }
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1167 //----- (00427769) --------------------------------------------------------
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1168 bool __fastcall sub_427769_spell(unsigned int uSpellID)
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1169 {
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1170 bool result; // eax@2
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1171
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1172 __debugbreak(); // refactor
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1173 if ( *(&pSpellDatas[0].field_12 + 20 * uSpellID) & 0xC )
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1174 result = 1;
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1175 else
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1176 result = 0;
c423f946dc99 moving files continue
Ritor1
parents: 1295
diff changeset
1177 return result;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1178 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1179 //----- (0043AFE3) --------------------------------------------------------
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1180 int __fastcall _43AFE3_calc_spell_damage(int a1, int a2, signed int a3, int a4)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1181 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1182 int result; // eax@1
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1183 unsigned int v5; // [sp-4h] [bp-8h]@9
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1184
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1185 result = 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1186 if ( a1 == 7 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1187 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1188 if ( a3 <= 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1189 return result;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1190 if ( a3 <= 2 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1191 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1192 v5 = 6;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1193 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1194 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1195 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1196 if ( a3 == 3 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1197 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1198 v5 = 8;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1199 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1200 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1201 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1202 if ( a3 != 4 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1203 return result;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1204 v5 = 10;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1205 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1206 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1207 result = GetDiceResult(a2, v5);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1208 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1209 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1210 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1211 if ( a1 == 44 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1212 result = a4 * (LOBYTE(pSpellDatas[40].field_10) + 2 * a2) / 100;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1213 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1214 result = *((char *)&pSpellDatas[0].field_10 + 20 * a1)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1215 + GetDiceResult(a2, *((char *)&pSpellDatas[0].field_10 + 20 * a1 + 1));
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1216 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1296
diff changeset
1217 return result;
1295
86a83e12d795 moving files
Ritor1
parents: 1206
diff changeset
1218 }