Mercurial > mm7
annotate mm7_6.cpp @ 792:41b4e9769863
Walking in BLV iproved drastically.
author | Nomad |
---|---|
date | Mon, 25 Mar 2013 07:32:38 +0200 |
parents | b3e08a496778 |
children | f5156b8c61ad |
rev | line source |
---|---|
0 | 1 #include "MM7.h" |
2 | |
3 #include "MapInfo.h" | |
4 #include "Game.h" | |
5 #include "GUIWindow.h" | |
6 #include "GUIFont.h" | |
7 #include "GUIButton.h" | |
8 #include "GUIProgressBar.h" | |
9 #include "Party.h" | |
10 #include "AudioPlayer.h" | |
11 #include "Outdoor.h" | |
12 #include "IndoorCamera.h" | |
13 #include "Overlays.h" | |
14 #include "Monsters.h" | |
15 #include "Arcomage.h" | |
16 #include "LOD.h" | |
17 #include "Actor.h" | |
18 #include "Allocator.h" | |
19 #include "Events.h" | |
20 #include "Viewport.h" | |
21 #include "FrameTableInc.h" | |
22 #include "Math.h" | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
23 #include "SpriteObject.h" |
0 | 24 #include "ObjectList.h" |
25 #include "Chest.h" | |
26 #include "PaletteManager.h" | |
27 #include "DecorationList.h" | |
28 #include "SaveLoad.h" | |
29 #include "stru123.h" | |
30 #include "Time.h" | |
31 #include "IconFrameTable.h" | |
32 #include "Awards.h" | |
33 #include "Autonotes.h" | |
34 #include "stru160.h" | |
35 #include "stru279.h" | |
36 #include "TurnEngine.h" | |
37 #include "stru277.h" | |
38 #include "Weather.h" | |
39 #include "stru272.h" | |
40 #include "stru298.h" | |
189 | 41 #include "texts.h" |
0 | 42 #include "StorylineTextTable.h" |
43 #include "Events2D.h" | |
370 | 44 #include "Log.h" |
0 | 45 |
46 #include "mm7_data.h" | |
47 | |
48 | |
49 | |
50 //----- (00424EE0) -------------------------------------------------------- | |
51 signed int __fastcall sr_424EE0_MakeFanFromTriangle(unsigned int uVertexID) | |
52 { | |
53 unsigned int v1; // edx@1 | |
54 double v2; // st7@1 | |
55 signed int v3; // edi@1 | |
56 char *v4; // esi@4 | |
57 char *v5; // ecx@4 | |
58 unsigned int v6; // eax@4 | |
59 char *v7; // edx@4 | |
60 double v8; // st6@10 | |
61 double v9; // st5@10 | |
62 double v10; // st6@11 | |
63 unsigned __int8 v11; // c2@15 | |
64 unsigned __int8 v12; // c3@15 | |
65 void *v13; // edi@22 | |
66 char *v14; // eax@22 | |
67 double v15; // st6@22 | |
68 char *v16; // ecx@22 | |
69 signed int result; // eax@24 | |
70 unsigned int v18; // [sp+8h] [bp-2Ch]@4 | |
71 bool v19; // [sp+Ch] [bp-28h]@6 | |
72 char *v20; // [sp+10h] [bp-24h]@4 | |
73 char *v21; // [sp+14h] [bp-20h]@4 | |
74 signed int v22; // [sp+18h] [bp-1Ch]@1 | |
75 char *v23; // [sp+1Ch] [bp-18h]@4 | |
76 RenderVertexSoft *v24; // [sp+20h] [bp-14h]@4 | |
77 char *v25; // [sp+24h] [bp-10h]@4 | |
78 char *v26; // [sp+28h] [bp-Ch]@4 | |
79 char *v27; // [sp+2Ch] [bp-8h]@4 | |
80 char *v28; // [sp+30h] [bp-4h]@4 | |
81 | |
82 v1 = uVertexID; | |
83 v2 = (double)pOutdoorCamera->shading_dist_mist; | |
84 memcpy(&array_50AC10[uVertexID], array_50AC10, sizeof(array_50AC10[uVertexID])); | |
85 v3 = 0; | |
86 v22 = 0; | |
87 if ( array_50AC10[0].vWorldViewPosition.x <= v2 ) | |
88 v3 = 1; | |
89 if ( (signed int)(uVertexID + 1) <= 1 ) | |
90 return 0; | |
91 v4 = (char *)&array_507D30[0].vWorldViewPosition.z; | |
92 v5 = (char *)&array_507D30[0].vWorldViewPosition.y; | |
93 v6 = v1; | |
94 v23 = (char *)&array_507D30[0].flt_2C; | |
168 | 95 v26 = (char *)&array_507D30[0]._rhw; |
0 | 96 v24 = array_507D30; |
97 v20 = (char *)&array_507D30[0].vWorldViewPosition.z; | |
98 v21 = (char *)&array_507D30[0].vWorldViewPosition.y; | |
99 v25 = (char *)&array_507D30[0].vWorldViewPosition; | |
100 v27 = (char *)&array_507D30[0].v; | |
101 v28 = (char *)&array_507D30[0].u; | |
102 v7 = (char *)&array_50AC10[0].v; | |
103 v18 = v6; | |
104 do | |
105 { | |
106 v19 = v2 >= *((float *)v7 + 5); | |
107 if ( v3 != v19 ) | |
108 { | |
109 if ( v19 ) | |
110 { | |
111 v8 = (v2 - *((float *)v7 - 7)) / (*((float *)v7 + 5) - *((float *)v7 - 7)); | |
112 *(float *)v5 = (*((float *)v7 + 6) - *((float *)v7 - 6)) * v8 + *((float *)v7 - 6); | |
113 *(float *)v4 = (*((float *)v7 + 7) - *((float *)v7 - 5)) * v8 + *((float *)v7 - 5); | |
114 *(float *)v28 = (*((float *)v7 + 11) - *((float *)v7 - 1)) * v8 + *((float *)v7 - 1); | |
115 v9 = (*((float *)v7 + 12) - *(float *)v7) * v8 + *(float *)v7; | |
116 } | |
117 else | |
118 { | |
119 v10 = (v2 - *((float *)v7 + 5)) / (*((float *)v7 - 7) - *((float *)v7 + 5)); | |
120 *(float *)v5 = (*((float *)v7 - 6) - *((float *)v7 + 6)) * v10 + *((float *)v7 + 6); | |
121 *(float *)v4 = (*((float *)v7 - 5) - *((float *)v7 + 7)) * v10 + *((float *)v7 + 7); | |
122 *(float *)v28 = (*((float *)v7 - 1) - *((float *)v7 + 11)) * v10 + *((float *)v7 + 11); | |
123 v9 = (*(float *)v7 - *((float *)v7 + 12)) * v10 + *((float *)v7 + 12); | |
124 } | |
125 *(float *)v27 = v9; | |
126 *(float *)v25 = v2; | |
127 *(float *)v26 = 1.0 / v2; | |
128 if ( v3 ) | |
129 { | |
130 if ( v2 == *((float *)v7 - 7) && *(float *)v5 == *((float *)v7 - 6) ) | |
131 { | |
132 v11 = 0; | |
133 v12 = *(float *)v4 == *((float *)v7 - 5); | |
134 goto LABEL_19; | |
135 } | |
136 } | |
137 else | |
138 { | |
139 if ( v2 == *((float *)v7 + 5) && *(float *)v5 == *((float *)v7 + 6) ) | |
140 { | |
141 v11 = 0; | |
142 v12 = *(float *)v4 == *((float *)v7 + 7); | |
143 LABEL_19: | |
144 if ( v12 | v11 ) | |
145 goto LABEL_21; | |
146 goto LABEL_20; | |
147 } | |
148 } | |
149 LABEL_20: | |
150 v26 += 48; | |
151 ++v24; | |
152 v25 += 48; | |
153 v27 += 48; | |
154 v28 += 48; | |
155 v5 += 48; | |
156 v4 += 48; | |
157 ++v22; | |
158 v23 += 48; | |
159 v21 = v5; | |
160 v20 = v4; | |
161 } | |
162 LABEL_21: | |
163 if ( v19 ) | |
164 { | |
165 v13 = v24; | |
166 v14 = v26; | |
167 v21 += 48; | |
168 v15 = 1.0 / (*((float *)v7 + 5) + 0.0000001); | |
169 v20 += 48; | |
170 ++v22; | |
171 v28 += 48; | |
172 v27 += 48; | |
173 v25 += 48; | |
174 ++v24; | |
175 v26 += 48; | |
176 memcpy(v13, v7 + 8, 0x30u); | |
177 v16 = v23; | |
178 v23 += 48; | |
179 v4 = v20; | |
180 *(float *)v14 = v15; | |
181 *(int *)v16 = *((int *)v7 + 13); | |
182 v5 = v21; | |
183 } | |
184 v3 = v19; | |
185 v7 += 48; | |
186 --v18; | |
187 } | |
188 while ( v18 ); | |
189 result = v22; | |
190 if ( v22 < 3 ) | |
191 return 0; | |
192 return result; | |
193 } | |
194 | |
195 //----- (004250FE) -------------------------------------------------------- | |
196 signed int __fastcall sr_4250FE(unsigned int uVertexID) | |
197 { | |
198 unsigned int v1; // edx@1 | |
199 char *v2; // edi@5 | |
200 char *v3; // esi@5 | |
201 char *v4; // ecx@5 | |
202 int v5; // ebx@6 | |
203 double v6; // st6@11 | |
204 double v7; // st5@11 | |
205 double v8; // st6@12 | |
206 unsigned __int8 v9; // c2@16 | |
207 unsigned __int8 v10; // c3@16 | |
208 void *v11; // edi@23 | |
209 double v12; // st6@23 | |
210 char *v13; // ecx@23 | |
211 char v14; // zf@24 | |
212 signed int result; // eax@25 | |
213 unsigned int v16; // [sp+8h] [bp-28h]@5 | |
214 bool v17; // [sp+Ch] [bp-24h]@2 | |
215 bool v18; // [sp+10h] [bp-20h]@7 | |
216 char *v19; // [sp+14h] [bp-1Ch]@5 | |
217 char *v20; // [sp+18h] [bp-18h]@5 | |
218 signed int v21; // [sp+1Ch] [bp-14h]@1 | |
219 RenderVertexSoft *v22; // [sp+20h] [bp-10h]@5 | |
220 char *v23; // [sp+24h] [bp-Ch]@5 | |
221 char *v24; // [sp+28h] [bp-8h]@5 | |
222 char *v25; // [sp+2Ch] [bp-4h]@5 | |
223 | |
224 v1 = uVertexID; | |
225 memcpy(&array_50AC10[uVertexID], array_50AC10, sizeof(array_50AC10[uVertexID])); | |
226 v21 = 0; | |
227 v17 = array_50AC10[0].vWorldViewPosition.x >= 8.0; | |
228 if ( (signed int)(uVertexID + 1) <= 1 ) | |
229 return 0; | |
230 v2 = (char *)&array_507D30[0].vWorldViewPosition.z; | |
231 v3 = (char *)&array_507D30[0].vWorldViewPosition.y; | |
168 | 232 v24 = (char *)&array_507D30[0]._rhw; |
0 | 233 v22 = array_507D30; |
234 v19 = (char *)&array_507D30[0].vWorldViewPosition.z; | |
235 v20 = (char *)&array_507D30[0].vWorldViewPosition.y; | |
236 v23 = (char *)&array_507D30[0].vWorldViewPosition; | |
237 v25 = (char *)&array_507D30[0].flt_2C; | |
238 v4 = (char *)&array_50AC10[0].vWorldViewPosition; | |
239 v16 = v1; | |
240 do | |
241 { | |
242 v5 = (int)(v4 + 48); | |
243 v18 = *((float *)v4 + 12) >= 8.0; | |
244 if ( v17 != v18 ) | |
245 { | |
246 if ( v18 ) | |
247 { | |
248 v6 = (8.0 - *(float *)v4) / (*(float *)v5 - *(float *)v4); | |
249 *(float *)v3 = (*((float *)v4 + 13) - *((float *)v4 + 1)) * v6 + *((float *)v4 + 1); | |
250 *(float *)v2 = (*((float *)v4 + 14) - *((float *)v4 + 2)) * v6 + *((float *)v4 + 2); | |
251 v7 = (*((float *)v4 + 20) - *((float *)v4 + 8)) * v6 + *((float *)v4 + 8); | |
252 } | |
253 else | |
254 { | |
255 v8 = (8.0 - *(float *)v5) / (*(float *)v4 - *(float *)v5); | |
256 *(float *)v3 = (*((float *)v4 + 1) - *((float *)v4 + 13)) * v8 + *((float *)v4 + 13); | |
257 *(float *)v2 = (*((float *)v4 + 2) - *((float *)v4 + 14)) * v8 + *((float *)v4 + 14); | |
258 v7 = (*((float *)v4 + 8) - *((float *)v4 + 20)) * v8 + *((float *)v4 + 20); | |
259 } | |
260 *(float *)v25 = v7; | |
261 *(float *)v23 = 8.0; | |
262 *(int *)v24 = 0x3E000000u; | |
263 if ( v17 ) | |
264 { | |
265 if ( 8.0 == *(float *)v4 && *(float *)v3 == *((float *)v4 + 1) ) | |
266 { | |
267 v9 = 0; | |
268 v10 = *(float *)v2 == *((float *)v4 + 2); | |
269 goto LABEL_20; | |
270 } | |
271 } | |
272 else | |
273 { | |
274 if ( 8.0 == *(float *)v5 && *(float *)v3 == *((float *)v4 + 13) ) | |
275 { | |
276 v9 = 0; | |
277 v10 = *(float *)v2 == *((float *)v4 + 14); | |
278 LABEL_20: | |
279 if ( v10 | v9 ) | |
280 goto LABEL_22; | |
281 goto LABEL_21; | |
282 } | |
283 } | |
284 LABEL_21: | |
285 ++v22; | |
286 v23 += 48; | |
287 v25 += 48; | |
288 v3 += 48; | |
289 v2 += 48; | |
290 ++v21; | |
291 v24 += 48; | |
292 v20 = v3; | |
293 v19 = v2; | |
294 } | |
295 LABEL_22: | |
296 if ( v18 ) | |
297 { | |
298 v11 = v22; | |
299 v20 += 48; | |
300 v19 += 48; | |
301 v12 = 1.0 / (*(float *)v5 + 0.0000001); | |
302 ++v21; | |
303 v25 += 48; | |
304 v23 += 48; | |
305 ++v22; | |
306 memcpy(v11, v4 + 36, 0x30u); | |
307 v13 = v24; | |
308 v24 += 48; | |
309 v3 = v20; | |
310 v2 = v19; | |
311 *(float *)v13 = v12; | |
312 } | |
313 v14 = v16-- == 1; | |
314 v17 = v18; | |
315 v4 = (char *)v5; | |
316 } | |
317 while ( !v14 ); | |
318 result = v21; | |
319 if ( v21 < 3 ) | |
320 return 0; | |
321 return result; | |
322 } | |
323 | |
324 //----- (004252E8) -------------------------------------------------------- | |
325 signed int __fastcall sr_4252E8(unsigned int uVertexID) | |
326 { | |
327 unsigned int v1; // edx@1 | |
328 double v2; // st7@1 | |
329 char *v3; // edi@5 | |
330 char *v4; // esi@5 | |
331 char *v5; // ecx@5 | |
332 int v6; // ebx@6 | |
333 double v7; // st6@11 | |
334 double v8; // st5@11 | |
335 double v9; // st6@12 | |
336 unsigned __int8 v10; // c2@16 | |
337 unsigned __int8 v11; // c3@16 | |
338 void *v12; // edi@23 | |
339 double v13; // st6@23 | |
340 char *v14; // ecx@23 | |
341 char v15; // zf@24 | |
342 signed int result; // eax@25 | |
343 unsigned int v17; // [sp+8h] [bp-28h]@5 | |
344 bool v18; // [sp+Ch] [bp-24h]@2 | |
345 bool v19; // [sp+10h] [bp-20h]@7 | |
346 char *v20; // [sp+14h] [bp-1Ch]@5 | |
347 char *v21; // [sp+18h] [bp-18h]@5 | |
348 signed int v22; // [sp+1Ch] [bp-14h]@1 | |
349 RenderVertexSoft *v23; // [sp+20h] [bp-10h]@5 | |
350 char *v24; // [sp+24h] [bp-Ch]@5 | |
351 char *v25; // [sp+28h] [bp-8h]@5 | |
352 char *v26; // [sp+2Ch] [bp-4h]@5 | |
353 | |
354 v1 = uVertexID; | |
355 v2 = (double)pOutdoorCamera->shading_dist_mist; | |
356 memcpy(&array_50AC10[uVertexID], array_50AC10, sizeof(array_50AC10[uVertexID])); | |
357 v22 = 0; | |
358 v18 = array_50AC10[0].vWorldViewPosition.x <= v2; | |
359 if ( (signed int)(uVertexID + 1) <= 1 ) | |
360 return 0; | |
361 v3 = (char *)&array_507D30[0].vWorldViewPosition.z; | |
362 v4 = (char *)&array_507D30[0].vWorldViewPosition.y; | |
168 | 363 v25 = (char *)&array_507D30[0]._rhw; |
0 | 364 v23 = array_507D30; |
365 v20 = (char *)&array_507D30[0].vWorldViewPosition.z; | |
366 v21 = (char *)&array_507D30[0].vWorldViewPosition.y; | |
367 v24 = (char *)&array_507D30[0].vWorldViewPosition; | |
368 v26 = (char *)&array_507D30[0].flt_2C; | |
369 v5 = (char *)&array_50AC10[0].vWorldViewPosition; | |
370 v17 = v1; | |
371 do | |
372 { | |
373 v6 = (int)(v5 + 48); | |
374 v19 = v2 >= *((float *)v5 + 12); | |
375 if ( v18 != v19 ) | |
376 { | |
377 if ( v19 ) | |
378 { | |
379 v7 = (v2 - *(float *)v5) / (*(float *)v6 - *(float *)v5); | |
380 *(float *)v4 = (*((float *)v5 + 13) - *((float *)v5 + 1)) * v7 + *((float *)v5 + 1); | |
381 *(float *)v3 = (*((float *)v5 + 14) - *((float *)v5 + 2)) * v7 + *((float *)v5 + 2); | |
382 v8 = (*((float *)v5 + 20) - *((float *)v5 + 8)) * v7 + *((float *)v5 + 8); | |
383 } | |
384 else | |
385 { | |
386 v9 = (v2 - *(float *)v6) / (*(float *)v5 - *(float *)v6); | |
387 *(float *)v4 = (*((float *)v5 + 1) - *((float *)v5 + 13)) * v9 + *((float *)v5 + 13); | |
388 *(float *)v3 = (*((float *)v5 + 2) - *((float *)v5 + 14)) * v9 + *((float *)v5 + 14); | |
389 v8 = (*((float *)v5 + 8) - *((float *)v5 + 20)) * v9 + *((float *)v5 + 20); | |
390 } | |
391 *(float *)v26 = v8; | |
392 *(float *)v24 = v2; | |
393 *(float *)v25 = 1.0 / v2; | |
394 if ( v18 ) | |
395 { | |
396 if ( v2 == *(float *)v5 && *(float *)v4 == *((float *)v5 + 1) ) | |
397 { | |
398 v10 = 0; | |
399 v11 = *(float *)v3 == *((float *)v5 + 2); | |
400 goto LABEL_20; | |
401 } | |
402 } | |
403 else | |
404 { | |
405 if ( v2 == *(float *)v6 && *(float *)v4 == *((float *)v5 + 13) ) | |
406 { | |
407 v10 = 0; | |
408 v11 = *(float *)v3 == *((float *)v5 + 14); | |
409 LABEL_20: | |
410 if ( v11 | v10 ) | |
411 goto LABEL_22; | |
412 goto LABEL_21; | |
413 } | |
414 } | |
415 LABEL_21: | |
416 ++v23; | |
417 v24 += 48; | |
418 v26 += 48; | |
419 v4 += 48; | |
420 v3 += 48; | |
421 ++v22; | |
422 v25 += 48; | |
423 v21 = v4; | |
424 v20 = v3; | |
425 } | |
426 LABEL_22: | |
427 if ( v19 ) | |
428 { | |
429 v12 = v23; | |
430 v21 += 48; | |
431 v20 += 48; | |
432 v13 = 1.0 / (*(float *)v6 + 0.0000001); | |
433 ++v22; | |
434 v26 += 48; | |
435 v24 += 48; | |
436 ++v23; | |
437 memcpy(v12, v5 + 36, 0x30u); | |
438 v14 = v25; | |
439 v25 += 48; | |
440 v4 = v21; | |
441 v3 = v20; | |
442 *(float *)v14 = v13; | |
443 } | |
444 v15 = v17-- == 1; | |
445 v18 = v19; | |
446 v5 = (char *)v6; | |
447 } | |
448 while ( !v15 ); | |
449 result = v22; | |
450 if ( v22 < 3 ) | |
451 return 0; | |
452 return result; | |
453 } | |
454 | |
455 //----- (004254D2) -------------------------------------------------------- | |
456 int __fastcall sr_4254D2(signed int a1) | |
457 { | |
458 signed int v1; // ebx@2 | |
459 int v2; // ecx@2 | |
460 int result; // eax@11 | |
461 double v4; // ST74_8@12 | |
462 bool v5; // edi@12 | |
463 char *v6; // esi@13 | |
464 char *v7; // ebx@13 | |
465 double v8; // st7@15 | |
466 double v9; // st7@16 | |
467 double v10; // st6@16 | |
468 double v11; // st7@17 | |
469 float v12; // eax@18 | |
470 double v13; // ST4C_8@19 | |
471 double v14; // ST10_8@19 | |
472 double v15; // ST28_8@20 | |
473 double v16; // ST34_8@20 | |
474 char v17; // zf@20 | |
475 double v18; // ST18_8@21 | |
476 double v19; // ST3C_8@21 | |
477 double v20; // ST44_8@22 | |
478 double v21; // ST54_8@22 | |
479 void *v22; // edi@26 | |
480 double v23; // ST54_8@29 | |
481 bool v24; // esi@29 | |
482 char *v25; // edi@30 | |
483 char *v26; // ebx@30 | |
484 bool v27; // ecx@32 | |
485 double v28; // st7@33 | |
486 double v29; // st7@34 | |
487 double v30; // st6@34 | |
488 double v31; // st7@35 | |
489 double v32; // ST44_8@37 | |
490 double v33; // ST3C_8@37 | |
491 double v34; // ST18_8@38 | |
492 double v35; // ST34_8@38 | |
493 char v36; // zf@38 | |
494 double v37; // ST28_8@39 | |
495 double v38; // ST10_8@39 | |
496 double v39; // ST20_8@40 | |
497 double v40; // ST5C_8@40 | |
498 void *v41; // edi@44 | |
499 double v42; // ST5C_8@47 | |
500 bool v43; // edi@47 | |
501 char *v44; // esi@48 | |
502 char *v45; // ebx@48 | |
503 bool v46; // ecx@49 | |
504 double v47; // st6@50 | |
505 double v48; // st6@51 | |
506 double v49; // st5@51 | |
507 double v50; // st6@52 | |
508 double v51; // ST20_8@54 | |
509 double v52; // ST54_8@54 | |
510 double v53; // ST44_8@55 | |
511 double v54; // ST3C_8@55 | |
512 char v55; // zf@55 | |
513 double v56; // ST18_8@56 | |
514 double v57; // ST34_8@56 | |
515 double v58; // ST28_8@57 | |
516 double v59; // ST10_8@57 | |
517 void *v60; // edi@61 | |
518 double v61; // ST5C_8@64 | |
519 bool v62; // edi@64 | |
520 char *v63; // esi@65 | |
521 char *v64; // ebx@65 | |
522 bool v65; // ecx@66 | |
523 double v66; // st6@67 | |
524 double v67; // st6@68 | |
525 double v68; // st5@68 | |
526 double v69; // st6@69 | |
527 double v70; // ST20_8@71 | |
528 double v71; // ST54_8@71 | |
529 double v72; // ST44_8@72 | |
530 double v73; // ST3C_8@72 | |
531 char v74; // zf@72 | |
532 double v75; // ST18_8@73 | |
533 double v76; // ST34_8@73 | |
534 double v77; // ST28_8@74 | |
535 double v78; // ST10_8@74 | |
536 void *v79; // edi@78 | |
537 int v80; // ebx@81 | |
538 char *v81; // ecx@82 | |
539 signed int v82; // esi@82 | |
540 float v83; // ST78_4@83 | |
541 double v84; // ST5C_8@83 | |
542 float v85; // eax@84 | |
543 double v86; // ST20_8@85 | |
544 double v87; // ST54_8@88 | |
545 float v88; // eax@89 | |
546 double v89; // ST44_8@90 | |
547 unsigned __int8 v90; // sf@94 | |
548 unsigned __int8 v91; // of@94 | |
549 int v92; // edx@97 | |
550 int v93; // esi@97 | |
551 int v94; // edi@97 | |
552 int v95; // eax@97 | |
553 int v96; // eax@104 | |
554 double v97; // [sp+4Ch] [bp-8Ch]@32 | |
555 double v98; // [sp+54h] [bp-84h]@49 | |
556 double v99; // [sp+54h] [bp-84h]@66 | |
557 float v100; // [sp+5Ch] [bp-7Ch]@1 | |
558 float v101; // [sp+60h] [bp-78h]@1 | |
559 float v102; // [sp+64h] [bp-74h]@1 | |
560 double v103; // [sp+6Ch] [bp-6Ch]@14 | |
561 float v104; // [sp+A8h] [bp-30h]@1 | |
562 signed int v105; // [sp+A8h] [bp-30h]@96 | |
563 bool v106; // [sp+ACh] [bp-2Ch]@14 | |
564 bool v107; // [sp+ACh] [bp-2Ch]@32 | |
565 bool v108; // [sp+ACh] [bp-2Ch]@49 | |
566 bool v109; // [sp+ACh] [bp-2Ch]@66 | |
567 signed int v110; // [sp+B0h] [bp-28h]@12 | |
568 char *v111; // [sp+B8h] [bp-20h]@30 | |
569 signed int v112; // [sp+B8h] [bp-20h]@48 | |
570 signed int v113; // [sp+B8h] [bp-20h]@65 | |
571 char *v114; // [sp+BCh] [bp-1Ch]@13 | |
572 signed int v115; // [sp+BCh] [bp-1Ch]@29 | |
573 signed int v116; // [sp+BCh] [bp-1Ch]@64 | |
574 signed int v117; // [sp+C0h] [bp-18h]@1 | |
575 char *v118; // [sp+C0h] [bp-18h]@30 | |
576 char *v119; // [sp+C0h] [bp-18h]@48 | |
577 char *v120; // [sp+C0h] [bp-18h]@65 | |
578 char *v121; // [sp+C4h] [bp-14h]@13 | |
579 char *v122; // [sp+C4h] [bp-14h]@30 | |
580 signed int v123; // [sp+C4h] [bp-14h]@47 | |
581 char *v124; // [sp+C8h] [bp-10h]@30 | |
582 char *v125; // [sp+C8h] [bp-10h]@48 | |
583 char *v126; // [sp+C8h] [bp-10h]@65 | |
584 signed int v127; // [sp+CCh] [bp-Ch]@2 | |
585 char *v128; // [sp+CCh] [bp-Ch]@13 | |
586 char *v129; // [sp+CCh] [bp-Ch]@30 | |
587 RenderVertexSoft *v130; // [sp+CCh] [bp-Ch]@48 | |
588 RenderVertexSoft *v131; // [sp+CCh] [bp-Ch]@65 | |
589 RenderVertexSoft *v132; // [sp+D0h] [bp-8h]@13 | |
590 char *v133; // [sp+D0h] [bp-8h]@30 | |
591 char *v134; // [sp+D0h] [bp-8h]@48 | |
592 char *v135; // [sp+D0h] [bp-8h]@65 | |
593 signed int v136; // [sp+D4h] [bp-4h]@1 | |
594 char *v137; // [sp+D4h] [bp-4h]@13 | |
595 RenderVertexSoft *v138; // [sp+D4h] [bp-4h]@30 | |
596 char *v139; // [sp+D4h] [bp-4h]@48 | |
597 char *v140; // [sp+D4h] [bp-4h]@65 | |
598 | |
693 | 599 v101 = (double)(signed int)pViewport->uViewportTL_X; |
600 v100 = (double)(signed int)pViewport->uViewportBR_X; | |
0 | 601 v117 = a1; |
602 v136 = 1; | |
693 | 603 v104 = (double)(signed int)pViewport->uViewportTL_Y; |
604 v102 = (double)(pViewport->uViewportBR_Y + 1); | |
0 | 605 if ( a1 <= 0 ) |
606 return v117; | |
607 v127 = a1; | |
608 v1 = a1; | |
609 memcpy(array_508690, array_50AC10, 4 * ((unsigned int)(48 * a1) >> 2)); | |
610 v2 = 0; | |
611 do | |
612 { | |
613 if ( array_50AC10[v2].vWorldViewProjX < (double)v101 || array_50AC10[v2].vWorldViewProjX > (double)v100 ) | |
614 v136 = 0; | |
615 if ( *(float *)(v2 * 48 + 5286956) < (double)v104 || *(float *)(v2 * 48 + 5286956) > (double)v102 ) | |
616 v136 = 0; | |
617 ++v2; | |
618 --v127; | |
619 } | |
620 while ( v127 ); | |
621 if ( v136 ) | |
622 return v117; | |
623 v110 = 0; | |
624 memcpy(&array_50AC10[v1], array_50AC10, sizeof(array_50AC10[v1])); | |
625 v4 = array_50AC10[0].vWorldViewProjX + 6.7553994e15; | |
693 | 626 v5 = SLODWORD(v4) >= (signed int)pViewport->uViewportTL_X; |
0 | 627 if ( v117 < 1 ) |
628 goto LABEL_112; | |
629 v6 = (char *)&array_50A2B0[0].vWorldViewProjY; | |
630 v132 = array_50A2B0; | |
631 v137 = (char *)&array_50A2B0[0].vWorldViewProjX; | |
632 v128 = (char *)&array_50A2B0[0].vWorldViewProjY; | |
633 v121 = (char *)&array_50A2B0[0].flt_2C; | |
168 | 634 v114 = (char *)&array_50A2B0[0]._rhw; |
0 | 635 v7 = (char *)&array_50AC10[0].flt_2C; |
636 do | |
637 { | |
638 v103 = *((float *)v7 + 7) + 6.7553994e15; | |
693 | 639 v106 = SLODWORD(v103) >= (signed int)pViewport->uViewportTL_X; |
0 | 640 if ( !(v5 ^ v106) ) |
641 goto LABEL_25; | |
642 v8 = v101; | |
693 | 643 if ( SLODWORD(v103) >= (signed int)pViewport->uViewportTL_X ) |
0 | 644 { |
645 v9 = (v8 - *((float *)v7 - 5)) / (*((float *)v7 + 7) - *((float *)v7 - 5)); | |
646 *(float *)v6 = (*((float *)v7 + 8) - *((float *)v7 - 4)) * v9 + *((float *)v7 - 4); | |
647 *(float *)v114 = (*((float *)v7 + 9) - *((float *)v7 - 3)) * v9 + *((float *)v7 - 3); | |
648 v10 = (*((float *)v7 + 12) - *(float *)v7) * v9 + *(float *)v7; | |
649 } | |
650 else | |
651 { | |
652 v11 = (v8 - *((float *)v7 + 7)) / (*((float *)v7 - 5) - *((float *)v7 + 7)); | |
653 *(float *)v6 = (*((float *)v7 - 4) - *((float *)v7 + 8)) * v11 + *((float *)v7 + 8); | |
654 *(float *)v114 = (*((float *)v7 - 3) - *((float *)v7 + 9)) * v11 + *((float *)v7 + 9); | |
655 v10 = (*(float *)v7 - *((float *)v7 + 12)) * v11 + *((float *)v7 + 12); | |
656 } | |
657 *(float *)v121 = v10; | |
658 *(int *)v137 = LODWORD(v101); | |
659 LODWORD(v12) = *(int *)v6; | |
660 if ( v5 ) | |
661 { | |
662 v13 = v12 + 6.7553994e15; | |
663 v14 = *((float *)v7 - 4) + 6.7553994e15; | |
664 if ( LODWORD(v13) == LODWORD(v14) ) | |
665 { | |
666 v15 = *(float *)v137 + 6.7553994e15; | |
667 v16 = *((float *)v7 - 5) + 6.7553994e15; | |
668 v17 = LODWORD(v15) == LODWORD(v16); | |
669 goto LABEL_23; | |
670 } | |
671 } | |
672 else | |
673 { | |
674 v18 = v12 + 6.7553994e15; | |
675 v19 = *((float *)v7 + 8) + 6.7553994e15; | |
676 if ( LODWORD(v18) == LODWORD(v19) ) | |
677 { | |
678 v20 = *(float *)v137 + 6.7553994e15; | |
679 v21 = *((float *)v7 + 7) + 6.7553994e15; | |
680 v17 = LODWORD(v20) == LODWORD(v21); | |
681 LABEL_23: | |
682 if ( v17 ) | |
683 goto LABEL_25; | |
684 goto LABEL_24; | |
685 } | |
686 } | |
687 LABEL_24: | |
688 v121 += 48; | |
689 v114 += 48; | |
690 v6 += 48; | |
691 ++v110; | |
692 ++v132; | |
693 v128 = v6; | |
694 v137 += 48; | |
695 LABEL_25: | |
696 if ( v106 ) | |
697 { | |
698 v22 = v132; | |
699 v128 += 48; | |
700 ++v110; | |
701 v114 += 48; | |
702 v121 += 48; | |
703 v137 += 48; | |
704 ++v132; | |
705 memcpy(v22, v7 + 4, 0x30u); | |
706 v6 = v128; | |
707 } | |
708 v5 = v106; | |
709 v7 += 48; | |
710 --v117; | |
711 } | |
712 while ( v117 ); | |
713 if ( v110 < 3 | |
714 || (v115 = 0, | |
715 memcpy(&array_50A2B0[v110], array_50A2B0, sizeof(array_50A2B0[v110])), | |
716 v23 = array_50A2B0[0].vWorldViewProjX + 6.7553994e15, | |
693 | 717 v24 = SLODWORD(v23) <= (signed int)pViewport->uViewportBR_X, |
0 | 718 v110 < 1) ) |
719 goto LABEL_112; | |
168 | 720 v25 = (char *)&array_509950[0]._rhw; |
0 | 721 v138 = array_509950; |
722 v129 = (char *)&array_50A2B0[0].vWorldViewProjX; | |
723 v118 = (char *)&array_50A2B0[0].vWorldViewProjY; | |
724 v133 = (char *)&array_509950[0].vWorldViewProjX; | |
725 v122 = (char *)&array_509950[0].vWorldViewProjY; | |
726 v124 = (char *)&array_509950[0].flt_2C; | |
168 | 727 v111 = (char *)&array_509950[0]._rhw; |
0 | 728 v26 = (char *)&array_50A2B0[0].flt_2C; |
729 while ( 2 ) | |
730 { | |
731 v97 = *((float *)v26 + 7) + 6.7553994e15; | |
693 | 732 v27 = SLODWORD(v97) <= (signed int)pViewport->uViewportBR_X; |
733 v107 = SLODWORD(v97) <= (signed int)pViewport->uViewportBR_X; | |
0 | 734 if ( v24 != v27 ) |
735 { | |
736 v28 = v100; | |
693 | 737 if ( SLODWORD(v97) <= (signed int)pViewport->uViewportBR_X ) |
0 | 738 { |
739 v29 = (v28 - *((float *)v26 - 5)) / (*((float *)v26 + 7) - *((float *)v26 - 5)); | |
740 *(float *)v122 = (*((float *)v26 + 8) - *((float *)v26 - 4)) * v29 + *((float *)v26 - 4); | |
741 *(float *)v25 = (*((float *)v26 + 9) - *((float *)v26 - 3)) * v29 + *((float *)v26 - 3); | |
742 v30 = (*((float *)v26 + 12) - *(float *)v26) * v29 + *(float *)v26; | |
743 } | |
744 else | |
745 { | |
746 v31 = (v28 - *((float *)v26 + 7)) / (*((float *)v26 - 5) - *((float *)v26 + 7)); | |
747 *(float *)v122 = (*((float *)v26 - 4) - *((float *)v26 + 8)) * v31 + *((float *)v26 + 8); | |
748 *(float *)v25 = (*((float *)v26 - 3) - *((float *)v26 + 9)) * v31 + *((float *)v26 + 9); | |
749 v30 = (*(float *)v26 - *((float *)v26 + 12)) * v31 + *((float *)v26 + 12); | |
750 } | |
751 *(float *)v124 = v30; | |
752 *(int *)v133 = LODWORD(v100); | |
753 if ( v24 ) | |
754 { | |
755 v32 = *(float *)v122 + 6.7553994e15; | |
756 v33 = *((float *)v26 - 4) + 6.7553994e15; | |
757 if ( LODWORD(v32) == LODWORD(v33) ) | |
758 { | |
759 v34 = *(float *)v133 + 6.7553994e15; | |
760 v35 = *((float *)v26 - 5) + 6.7553994e15; | |
761 v36 = LODWORD(v34) == LODWORD(v35); | |
762 goto LABEL_41; | |
763 } | |
764 goto LABEL_42; | |
765 } | |
766 v37 = *(float *)v118 + 6.7553994e15; | |
767 v38 = *((float *)v26 + 8) + 6.7553994e15; | |
768 if ( LODWORD(v37) != LODWORD(v38) ) | |
769 goto LABEL_42; | |
770 v39 = *(float *)v129 + 6.7553994e15; | |
771 v40 = *((float *)v26 + 7) + 6.7553994e15; | |
772 v36 = LODWORD(v39) == LODWORD(v40); | |
773 LABEL_41: | |
774 if ( !v36 ) | |
775 { | |
776 LABEL_42: | |
777 v129 += 48; | |
778 v118 += 48; | |
779 v133 += 48; | |
780 v122 += 48; | |
781 v124 += 48; | |
782 v111 += 48; | |
783 ++v115; | |
784 ++v138; | |
785 } | |
786 } | |
787 if ( v27 ) | |
788 { | |
789 v41 = v138; | |
790 ++v115; | |
791 v111 += 48; | |
792 v124 += 48; | |
793 v122 += 48; | |
794 v133 += 48; | |
795 v118 += 48; | |
796 v129 += 48; | |
797 ++v138; | |
798 memcpy(v41, v26 + 4, 0x30u); | |
799 } | |
800 v24 = v107; | |
801 v26 += 48; | |
802 --v110; | |
803 if ( v110 ) | |
804 { | |
805 v25 = v111; | |
806 continue; | |
807 } | |
808 break; | |
809 } | |
810 if ( v115 < 3 | |
811 || (v123 = 0, | |
812 memcpy(&array_509950[v115], array_509950, sizeof(array_509950[v115])), | |
813 v42 = array_509950[0].vWorldViewProjY + 6.7553994e15, | |
693 | 814 v43 = SLODWORD(v42) >= (signed int)pViewport->uViewportTL_Y, |
0 | 815 v115 < 1) ) |
816 goto LABEL_112; | |
817 v44 = (char *)&array_508FF0[0].vWorldViewProjX; | |
818 v130 = array_508FF0; | |
819 v119 = (char *)&array_508FF0[0].vWorldViewProjX; | |
820 v139 = (char *)&array_508FF0[0].vWorldViewProjY; | |
821 v125 = (char *)&array_508FF0[0].flt_2C; | |
168 | 822 v134 = (char *)&array_508FF0[0]._rhw; |
0 | 823 v45 = (char *)&array_509950[0].flt_2C; |
824 v112 = v115; | |
825 while ( 2 ) | |
826 { | |
827 v98 = *((float *)v45 + 8) + 6.7553994e15; | |
693 | 828 v46 = SLODWORD(v98) >= (signed int)pViewport->uViewportTL_Y; |
829 v108 = SLODWORD(v98) >= (signed int)pViewport->uViewportTL_Y; | |
0 | 830 if ( v43 != v46 ) |
831 { | |
832 v47 = v104; | |
693 | 833 if ( SLODWORD(v98) >= (signed int)pViewport->uViewportTL_Y ) |
0 | 834 { |
835 v48 = (v47 - *((float *)v45 - 4)) / (*((float *)v45 + 8) - *((float *)v45 - 4)); | |
836 *(float *)v44 = (*((float *)v45 + 7) - *((float *)v45 - 5)) * v48 + *((float *)v45 - 5); | |
837 *(float *)v134 = (*((float *)v45 + 9) - *((float *)v45 - 3)) * v48 + *((float *)v45 - 3); | |
838 v49 = (*((float *)v45 + 12) - *(float *)v45) * v48 + *(float *)v45; | |
839 } | |
840 else | |
841 { | |
842 v50 = (v47 - *((float *)v45 + 8)) / (*((float *)v45 - 4) - *((float *)v45 + 8)); | |
843 *(float *)v44 = (*((float *)v45 - 5) - *((float *)v45 + 7)) * v50 + *((float *)v45 + 7); | |
844 *(float *)v134 = (*((float *)v45 - 3) - *((float *)v45 + 9)) * v50 + *((float *)v45 + 9); | |
845 v49 = (*(float *)v45 - *((float *)v45 + 12)) * v50 + *((float *)v45 + 12); | |
846 } | |
847 *(float *)v125 = v49; | |
848 *(float *)v139 = v104; | |
849 if ( v43 ) | |
850 { | |
851 v51 = v104 + 6.7553994e15; | |
852 v52 = *((float *)v45 - 4) + 6.7553994e15; | |
853 if ( LODWORD(v51) == LODWORD(v52) ) | |
854 { | |
855 v53 = *(float *)v44 + 6.7553994e15; | |
856 v54 = *((float *)v45 - 5) + 6.7553994e15; | |
857 v55 = LODWORD(v53) == LODWORD(v54); | |
858 goto LABEL_58; | |
859 } | |
860 goto LABEL_59; | |
861 } | |
862 v56 = v104 + 6.7553994e15; | |
863 v57 = *((float *)v45 + 8) + 6.7553994e15; | |
864 if ( LODWORD(v56) != LODWORD(v57) ) | |
865 goto LABEL_59; | |
866 v58 = *(float *)v44 + 6.7553994e15; | |
867 v59 = *((float *)v45 + 7) + 6.7553994e15; | |
868 v55 = LODWORD(v58) == LODWORD(v59); | |
869 LABEL_58: | |
870 if ( !v55 ) | |
871 { | |
872 LABEL_59: | |
873 v139 += 48; | |
874 v125 += 48; | |
875 v134 += 48; | |
876 v44 += 48; | |
877 ++v123; | |
878 ++v130; | |
879 v119 = v44; | |
880 } | |
881 } | |
882 if ( v46 ) | |
883 { | |
884 v60 = v130; | |
885 v119 += 48; | |
886 ++v123; | |
887 v134 += 48; | |
888 v125 += 48; | |
889 v139 += 48; | |
890 ++v130; | |
891 memcpy(v60, v45 + 4, 0x30u); | |
892 v44 = v119; | |
893 } | |
894 v43 = v108; | |
895 v45 += 48; | |
896 --v112; | |
897 if ( v112 ) | |
898 continue; | |
899 break; | |
900 } | |
901 if ( v123 < 3 | |
902 || (v116 = 0, | |
903 memcpy(&array_508FF0[v123], array_508FF0, sizeof(array_508FF0[v123])), | |
904 v61 = array_508FF0[0].vWorldViewProjY + 6.7553994e15, | |
693 | 905 v62 = SLODWORD(v61) <= (signed int)pViewport->uViewportBR_Y, |
0 | 906 v123 < 1) ) |
907 goto LABEL_112; | |
908 v63 = (char *)&array_508690[0].vWorldViewProjX; | |
909 v131 = array_508690; | |
910 v120 = (char *)&array_508690[0].vWorldViewProjX; | |
911 v140 = (char *)&array_508690[0].vWorldViewProjY; | |
912 v126 = (char *)&array_508690[0].flt_2C; | |
168 | 913 v135 = (char *)&array_508690[0]._rhw; |
0 | 914 v64 = (char *)&array_508FF0[0].flt_2C; |
915 v113 = v123; | |
916 while ( 2 ) | |
917 { | |
918 v99 = *((float *)v64 + 8) + 6.7553994e15; | |
693 | 919 v65 = SLODWORD(v99) <= (signed int)pViewport->uViewportBR_Y; |
920 v109 = SLODWORD(v99) <= (signed int)pViewport->uViewportBR_Y; | |
0 | 921 if ( v62 != v65 ) |
922 { | |
923 v66 = v102; | |
693 | 924 if ( SLODWORD(v99) <= (signed int)pViewport->uViewportBR_Y ) |
0 | 925 { |
926 v67 = (v66 - *((float *)v64 - 4)) / (*((float *)v64 + 8) - *((float *)v64 - 4)); | |
927 *(float *)v63 = (*((float *)v64 + 7) - *((float *)v64 - 5)) * v67 + *((float *)v64 - 5); | |
928 *(float *)v135 = (*((float *)v64 + 9) - *((float *)v64 - 3)) * v67 + *((float *)v64 - 3); | |
929 v68 = (*((float *)v64 + 12) - *(float *)v64) * v67 + *(float *)v64; | |
930 } | |
931 else | |
932 { | |
933 v69 = (v66 - *((float *)v64 + 8)) / (*((float *)v64 - 4) - *((float *)v64 + 8)); | |
934 *(float *)v63 = (*((float *)v64 - 5) - *((float *)v64 + 7)) * v69 + *((float *)v64 + 7); | |
935 *(float *)v135 = (*((float *)v64 - 3) - *((float *)v64 + 9)) * v69 + *((float *)v64 + 9); | |
936 v68 = (*(float *)v64 - *((float *)v64 + 12)) * v69 + *((float *)v64 + 12); | |
937 } | |
938 *(float *)v126 = v68; | |
939 *(float *)v140 = v102; | |
940 if ( v62 ) | |
941 { | |
942 v70 = v102 + 6.7553994e15; | |
943 v71 = *((float *)v64 - 4) + 6.7553994e15; | |
944 if ( LODWORD(v70) == LODWORD(v71) ) | |
945 { | |
946 v72 = *(float *)v63 + 6.7553994e15; | |
947 v73 = *((float *)v64 - 5) + 6.7553994e15; | |
948 v74 = LODWORD(v72) == LODWORD(v73); | |
949 goto LABEL_75; | |
950 } | |
951 goto LABEL_76; | |
952 } | |
953 v75 = v102 + 6.7553994e15; | |
954 v76 = *((float *)v64 + 8) + 6.7553994e15; | |
955 if ( LODWORD(v75) != LODWORD(v76) ) | |
956 goto LABEL_76; | |
957 v77 = *(float *)v63 + 6.7553994e15; | |
958 v78 = *((float *)v64 + 7) + 6.7553994e15; | |
959 v74 = LODWORD(v77) == LODWORD(v78); | |
960 LABEL_75: | |
961 if ( !v74 ) | |
962 { | |
963 LABEL_76: | |
964 v140 += 48; | |
965 v126 += 48; | |
966 v135 += 48; | |
967 v63 += 48; | |
968 ++v116; | |
969 ++v131; | |
970 v120 = v63; | |
971 } | |
972 } | |
973 if ( v65 ) | |
974 { | |
975 v79 = v131; | |
976 v120 += 48; | |
977 ++v116; | |
978 v135 += 48; | |
979 v126 += 48; | |
980 v140 += 48; | |
981 ++v131; | |
982 memcpy(v79, v64 + 4, 0x30u); | |
983 v63 = v120; | |
984 } | |
985 v62 = v109; | |
986 v64 += 48; | |
987 --v113; | |
988 if ( v113 ) | |
989 continue; | |
990 break; | |
991 } | |
992 if ( v116 < 3 ) | |
993 goto LABEL_112; | |
994 v80 = v116; | |
995 memcpy(&array_508690[v116], array_508690, sizeof(array_508690[v116])); | |
996 if ( v116 > 0 ) | |
997 { | |
998 v81 = (char *)&array_508690[0].vWorldViewProjX; | |
999 v82 = v116; | |
1000 do | |
1001 { | |
1002 LODWORD(v83) = *(int *)v81; | |
1003 *((float *)v81 - 3) = 1.0 / *((float *)v81 + 2); | |
1004 v84 = v83 + 6.7553994e15; | |
693 | 1005 if ( SLODWORD(v84) <= (signed int)pViewport->uViewportBR_X ) |
0 | 1006 { |
1007 v86 = *(float *)v81 + 6.7553994e15; | |
693 | 1008 if ( SLODWORD(v86) >= (signed int)pViewport->uViewportTL_X ) |
0 | 1009 goto LABEL_88; |
1010 v85 = v101; | |
1011 } | |
1012 else | |
1013 { | |
1014 v85 = v100; | |
1015 } | |
1016 *(int *)v81 = LODWORD(v85); | |
1017 LABEL_88: | |
1018 v87 = *((float *)v81 + 1) + 6.7553994e15; | |
693 | 1019 if ( SLODWORD(v87) > (signed int)pViewport->uViewportBR_Y ) |
0 | 1020 { |
1021 v88 = v102; | |
1022 LABEL_92: | |
1023 *((int *)v81 + 1) = LODWORD(v88); | |
1024 goto LABEL_93; | |
1025 } | |
1026 v89 = *((float *)v81 + 1) + 6.7553994e15; | |
693 | 1027 if ( SLODWORD(v89) < (signed int)pViewport->uViewportTL_Y ) |
0 | 1028 { |
1029 v88 = v104; | |
1030 goto LABEL_92; | |
1031 } | |
1032 LABEL_93: | |
1033 v81 += 48; | |
1034 --v82; | |
1035 } | |
1036 while ( v82 ); | |
1037 } | |
1038 v91 = __OFSUB__(v116, 3); | |
1039 v90 = v116 - 3 < 0; | |
1040 if ( v116 > 3 ) | |
1041 { | |
1042 memcpy(&array_508690[v116 + 1], &array_508690[1], sizeof(array_508690[v116 + 1])); | |
1043 if ( v116 > 0 ) | |
1044 { | |
1045 v105 = 1; | |
1046 do | |
1047 { | |
1048 v92 = v105; | |
1049 v93 = v105 - 1; | |
1050 v94 = v105 + 1; | |
1051 v95 = v105 + 1; | |
1052 if ( v105 - 1 >= v80 ) | |
1053 v93 -= v80; | |
1054 if ( v105 >= v80 ) | |
1055 v92 = v105 - v80; | |
1056 if ( v94 >= v80 ) | |
1057 v95 = v94 - v80; | |
1058 if ( (array_508690[v92].vWorldViewProjX - array_508690[v93].vWorldViewProjX) | |
1059 * (array_508690[v95].vWorldViewProjY - array_508690[v93].vWorldViewProjY) | |
1060 - (array_508690[v95].vWorldViewProjX - array_508690[v93].vWorldViewProjX) | |
1061 * (array_508690[v92].vWorldViewProjY - array_508690[v93].vWorldViewProjY) < 0.0 ) | |
1062 { | |
1063 ++v105; | |
1064 } | |
1065 else | |
1066 { | |
1067 v96 = v105; | |
1068 if ( v105 < v80 || (v96 = v105 - v80, v105 - v80 < v80) ) | |
1069 memcpy(&array_508690[v96], &array_508690[v96 + 1], 4 * ((unsigned int)(48 * v80 - 48 * v96) >> 2)); | |
1070 --v80; | |
1071 } | |
1072 } | |
1073 while ( v105 - 1 < v80 ); | |
1074 } | |
1075 v91 = __OFSUB__(v80, 3); | |
1076 v90 = v80 - 3 < 0; | |
1077 } | |
1078 if ( v90 ^ v91 ) | |
1079 LABEL_112: | |
1080 result = 0; | |
1081 else | |
1082 result = v80; | |
1083 return result; | |
1084 } | |
1085 | |
1086 //----- (0042620A) -------------------------------------------------------- | |
1087 bool __thiscall sr_42620A(RenderVertexSoft *p) | |
1088 { | |
1089 __int16 v1; // fps@1 | |
1090 unsigned __int8 v2; // c0@2 | |
1091 char v3; // c2@2 | |
1092 unsigned __int8 v4; // c3@2 | |
1093 bool result; // eax@2 | |
1094 unsigned __int8 v6; // c0@4 | |
1095 char v7; // c2@4 | |
1096 unsigned __int8 v8; // c3@4 | |
1097 unsigned __int8 v9; // c0@6 | |
1098 char v10; // c2@6 | |
1099 unsigned __int8 v11; // c3@6 | |
1100 double v12; // st6@7 | |
1101 float v13; // ST04_4@7 | |
1102 float v14; // ST00_4@7 | |
1103 double v15; // st7@7 | |
1104 double v16; // st6@8 | |
1105 float v17; // ST04_4@8 | |
1106 float v18; // ST00_4@8 | |
1107 double v19; // st7@8 | |
1108 | |
1109 //UNDEF(v1); | |
1110 if ( p->vWorldViewPosition.x < 300.0 | |
1111 || (v2 = 300.0 < p[1].vWorldViewPosition.x, | |
1112 v3 = 0, | |
1113 v4 = 300.0 == p[1].vWorldViewPosition.x, | |
1114 BYTE1(result) = HIBYTE(v1), | |
1115 !(v2 | v4)) ) | |
1116 { | |
1117 if ( p->vWorldViewPosition.x < 300.0 ) | |
1118 { | |
1119 v6 = 300.0 < p[1].vWorldViewPosition.x; | |
1120 v7 = 0; | |
1121 v8 = 300.0 == p[1].vWorldViewPosition.x; | |
1122 BYTE1(result) = HIBYTE(v1); | |
1123 if ( !(v6 | v8) ) | |
1124 { | |
1125 LOBYTE(result) = 0; | |
1126 return result; | |
1127 } | |
1128 } | |
1129 v9 = 300.0 < p->vWorldViewPosition.x; | |
1130 v10 = 0; | |
1131 v11 = 300.0 == p->vWorldViewPosition.x; | |
1132 BYTE1(result) = HIBYTE(v1); | |
1133 if ( v9 | v11 ) | |
1134 { | |
1135 v16 = 1.0 / (p->vWorldViewPosition.x - p[1].vWorldViewPosition.x); | |
1136 v17 = (p->vWorldViewPosition.y - p[1].vWorldViewPosition.y) * v16; | |
1137 v18 = (p->vWorldViewPosition.z - p[1].vWorldViewPosition.z) * v16; | |
1138 v19 = 300.0 - p[1].vWorldViewPosition.x; | |
1139 p[1].vWorldViewPosition.x = v19 + p[1].vWorldViewPosition.x; | |
1140 p[1].vWorldViewPosition.y = v17 * v19 + p[1].vWorldViewPosition.y; | |
1141 p[1].vWorldViewPosition.z = v19 * v18 + p[1].vWorldViewPosition.z; | |
1142 } | |
1143 else | |
1144 { | |
1145 v12 = 1.0 / (p[1].vWorldViewPosition.x - p->vWorldViewPosition.x); | |
1146 v13 = (p[1].vWorldViewPosition.y - p->vWorldViewPosition.y) * v12; | |
1147 v14 = (p[1].vWorldViewPosition.z - p->vWorldViewPosition.z) * v12; | |
1148 v15 = 300.0 - p->vWorldViewPosition.x; | |
1149 p->vWorldViewPosition.x = v15 + p->vWorldViewPosition.x; | |
1150 p->vWorldViewPosition.y = v13 * v15 + p->vWorldViewPosition.y; | |
1151 p->vWorldViewPosition.z = v15 * v14 + p->vWorldViewPosition.z; | |
1152 } | |
1153 } | |
1154 LOBYTE(result) = 1; | |
1155 return result; | |
1156 } | |
1157 | |
1158 //----- (004268E3) -------------------------------------------------------- | |
1159 int __fastcall _4268E3_smthn_to_a1r5g5b5(unsigned int uColor) | |
1160 { | |
1161 unsigned int v1; // eax@1 | |
1162 unsigned int v2; // edx@1 | |
1163 int v3; // eax@1 | |
1164 int v4; // edx@1 | |
1165 unsigned int v5; // ecx@1 | |
1166 | |
1167 v1 = uColor >> 9; | |
1168 v2 = uColor >> 6; | |
1169 LOWORD(v1) = (uColor >> 9) & 0x7C00; | |
1170 LOWORD(v2) = (uColor >> 6) & 0x3E0; | |
1171 v3 = v2 | v1; | |
1172 v4 = (unsigned __int8)uColor >> 3; | |
1173 v5 = uColor >> 16; | |
1174 LOWORD(v5) = v5 & 0x8000; | |
1175 return v5 | v4 | v3; | |
1176 } | |
1177 | |
1178 //----- (0042690D) -------------------------------------------------------- | |
1179 int __fastcall _42690D_colors_cvt(unsigned int a1) | |
1180 { | |
1181 unsigned int v1; // eax@1 | |
1182 unsigned int v2; // edx@1 | |
1183 | |
1184 v1 = a1 >> 8; | |
1185 v2 = a1 >> 5; | |
1186 LOWORD(v1) = (a1 >> 8) & 0xF800; | |
1187 LOWORD(v2) = (a1 >> 5) & 0x7E0; | |
1188 return ((unsigned __int8)a1 >> 3) | v2 | v1; | |
1189 } | |
1190 | |
1191 //----- (00426947) -------------------------------------------------------- | |
1192 void __cdecl sub_426947() | |
1193 { | |
1194 dword_50C968 = 0; | |
1195 dword_50C994 = 0; | |
1196 dword_50C998_turnbased_icon_1A = 0; | |
1197 } | |
1198 // 50C968: using guessed type int dword_50C968; | |
1199 // 50C994: using guessed type int dword_50C994; | |
1200 // 50C998: using guessed type int dword_50C998_turnbased_icon_1A; | |
1201 | |
1202 //----- (004269A2) -------------------------------------------------------- | |
792 | 1203 int __fastcall GivePartyExp(unsigned int a1) |
0 | 1204 { |
89 | 1205 //unsigned __int64 v1; // qax@1 |
1206 Player *v1; | |
1207 int v1b; | |
0 | 1208 signed int v2; // ecx@1 |
82 | 1209 int *v3; // esi@1 |
0 | 1210 bool v4; // edi@6 |
82 | 1211 int *v5; // edi@10 |
1212 Player *v6; // esi@10 | |
0 | 1213 int v7; // eax@13 |
1214 unsigned __int8 v8; // cf@13 | |
89 | 1215 int v10[4]; // [sp+Ch] [bp-14h]@1 |
0 | 1216 int v11; // [sp+1Ch] [bp-4h]@10 |
1217 | |
89 | 1218 //v1 = __PAIR__((int)((char *)&pParty + 2620), a1); |
1219 v1 = pParty->pPlayers; | |
1220 v1b = a1; | |
0 | 1221 v2 = 0; |
89 | 1222 v3 = v10; |
0 | 1223 do |
1224 { | |
89 | 1225 /*v4 = !(*(int *)(HIDWORD(v1) - 4) | *(int *)(HIDWORD(v1) - 8)) |
0 | 1226 && !*(int *)HIDWORD(v1) |
1227 && !*(_QWORD *)(HIDWORD(v1) + 8) | |
89 | 1228 && !*(_QWORD *)(HIDWORD(v1) + 16);*/ |
1229 v4 = !(HIDWORD(v1->pConditions[13]) | LODWORD(v1->pConditions[13])) | |
1230 && !v1->pConditions[14] | |
1231 && !v1->pConditions[15] | |
1232 && !v1->pConditions[16]; | |
82 | 1233 *v3 = v4; |
89 | 1234 //HIDWORD(v1) += 6972; |
1235 ++v1; | |
0 | 1236 v2 += v4; |
82 | 1237 ++v3; |
0 | 1238 } |
89 | 1239 while ( v1 <= &pParty->pPlayers[3] ); |
0 | 1240 if ( v2 ) |
1241 { | |
89 | 1242 v1b = v1b / v2; |
1243 v5 = v10; | |
82 | 1244 v6 = pParty->pPlayers;//[0].uExperience; |
89 | 1245 v11 = v1b; |
0 | 1246 do |
1247 { | |
82 | 1248 if ( *v5 ) |
0 | 1249 { |
1250 if ( v11 ) | |
1251 { | |
82 | 1252 LOBYTE(v7) = v6->GetLearningPercent(); |
89 | 1253 v1b = v11 + v11 * v7 / 100; |
1254 //v8 = __CFADD__((int)v1, LODWORD(v6->uExperience)); | |
1255 //need review | |
1256 LODWORD(v6->uExperience) += v1b; | |
1257 //HIDWORD(v6->uExperience) += HIDWORD(v1) + v8; | |
82 | 1258 if ( v6->uExperience > 4000000000i64 ) |
0 | 1259 { |
82 | 1260 HIDWORD(v6->uExperience) = 0; |
1261 LODWORD(v6->uExperience) = -294967296; | |
0 | 1262 } |
1263 } | |
1264 } | |
82 | 1265 ++v6; |
1266 ++v5; | |
0 | 1267 } |
82 | 1268 while ( v6 <= &pParty->pPlayers[3] ); |
0 | 1269 } |
89 | 1270 return v1b; |
0 | 1271 } |
1272 | |
1273 //----- (00426A5A) -------------------------------------------------------- | |
1274 void stru319::LootActor(Actor *pActor) | |
1275 { | |
1276 signed int v2; // edi@1 | |
1277 char v3; // zf@1 | |
1278 unsigned int v4; // eax@13 | |
1279 unsigned int v5; // esi@13 | |
1280 int v6; // eax@14 | |
1281 unsigned __int8 v7; // al@30 | |
1282 Party *v8; // esi@34 | |
1283 char *v9; // [sp-4h] [bp-3Ch]@10 | |
1284 char *v10; // [sp-4h] [bp-3Ch]@31 | |
1285 char *v11; // [sp-4h] [bp-3Ch]@38 | |
1286 ItemGen Dst; // [sp+Ch] [bp-2Ch]@1 | |
1287 int v13; // [sp+30h] [bp-8h]@1 | |
1288 int v14; // [sp+34h] [bp-4h]@1 | |
1289 | |
1290 sub_421B2C_PlaceInInventory_or_DropPickedItem(); | |
1291 Dst.Reset(); | |
1292 v2 = 0; | |
1293 v3 = ((unsigned int)&array_77EC08[1975].pEdgeList1[1] & pActor->uAttributes) == 0; | |
1294 v13 = 0; | |
1295 v14 = 0; | |
1296 if ( v3 ) | |
1297 { | |
1298 if ( !pActor->pMonsterInfo.uTreasureDiceRolls ) | |
1299 goto LABEL_9; | |
1300 do | |
1301 { | |
1302 ++v2; | |
1303 v14 += rand() % pActor->pMonsterInfo.uTreasureDiceSides + 1; | |
1304 } | |
1305 while ( v2 < pActor->pMonsterInfo.uTreasureDiceRolls ); | |
1306 } | |
1307 else | |
1308 { | |
1309 if ( pItemsTable->pItems[pActor->array_000234[3].uItemID].uEquipType != 18 ) | |
1310 goto LABEL_9; | |
377 | 1311 v14 = pActor->array_000234[3].uSpecEnchantmentType; |
0 | 1312 pActor->array_000234[3].Reset(); |
1313 } | |
1314 if ( v14 ) | |
1315 { | |
1316 party_finds_gold(v14, 0); | |
1317 viewparams->bRedrawGameUI = 1; | |
1318 } | |
1319 LABEL_9: | |
1320 if ( pActor->uCarriedItemID ) | |
1321 { | |
1322 Dst.Reset(); | |
1323 Dst.uItemID = pActor->uCarriedItemID; | |
1324 v9 = pItemsTable->pItems[Dst.uItemID].pUnidentifiedName; | |
1325 if ( v14 ) | |
721 | 1326 sprintfex(pTmpBuf2, (char*)pGlobalTXT_LocalizationStrings[490], v14, v9); |
0 | 1327 else |
721 | 1328 sprintfex(pTmpBuf2, (char*)pGlobalTXT_LocalizationStrings[471], v9); |
0 | 1329 ShowStatusBarString(pTmpBuf2, 2u); |
1330 v4 = Dst.uItemID; | |
1331 v5 = Dst.uItemID; | |
1332 if ( pItemsTable->pItems[Dst.uItemID].uEquipType == 12 ) | |
1333 { | |
1334 v5 = Dst.uItemID; | |
1335 v6 = rand() % 6 + pItemsTable->pItems[Dst.uItemID].uDamageMod + 1; | |
1336 Dst.uNumCharges = v6; | |
1337 Dst.uMaxCharges = v6; | |
1338 v4 = Dst.uItemID; | |
1339 } | |
1340 if ( pItemsTable->pItems[v5].uEquipType == 14 && v4 != 220 ) | |
570 | 1341 Dst.uEnchantmentType = 2 * rand() % 4 + 2; |
0 | 1342 pItemsTable->SetSpecialBonus(&Dst); |
1343 if ( !pParty->AddItem(&Dst) ) | |
1344 pParty->SetHoldingItem(&Dst); | |
1345 pActor->uCarriedItemID = 0; | |
1346 if ( pActor->array_000234[0].uItemID ) | |
1347 { | |
1348 if ( !pParty->AddItem(pActor->array_000234) ) | |
1349 { | |
1350 sub_421B2C_PlaceInInventory_or_DropPickedItem(); | |
1351 pParty->SetHoldingItem(pActor->array_000234); | |
1352 } | |
1353 pActor->array_000234[0].Reset(); | |
1354 } | |
1355 if ( pActor->array_000234[1].uItemID ) | |
1356 { | |
1357 if ( !pParty->AddItem(&pActor->array_000234[1]) ) | |
1358 { | |
1359 sub_421B2C_PlaceInInventory_or_DropPickedItem(); | |
1360 pParty->SetHoldingItem(&pActor->array_000234[1]); | |
1361 } | |
1362 pActor->array_000234[1].Reset(); | |
1363 } | |
1364 LABEL_55: | |
1365 pActor->Remove(); | |
1366 return; | |
1367 } | |
1368 if ( (unsigned int)&array_77EC08[1975].pEdgeList1[1] & pActor->uAttributes ) | |
1369 { | |
1370 if ( pActor->array_000234[3].uItemID ) | |
1371 { | |
1372 memcpy(&Dst, &pActor->array_000234[3], sizeof(Dst)); | |
1373 pActor->array_000234[3].Reset(); | |
1374 v11 = pItemsTable->pItems[Dst.uItemID].pUnidentifiedName; | |
1375 if ( v14 ) | |
721 | 1376 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[490], v14, v11); |
0 | 1377 else |
721 | 1378 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[471], v11); |
0 | 1379 ShowStatusBarString(pTmpBuf2, 2u); |
1380 if ( !pParty->AddItem(&Dst) ) | |
1381 pParty->SetHoldingItem(&Dst); | |
1382 v13 = 1; | |
1383 } | |
1384 goto LABEL_44; | |
1385 } | |
1386 if ( rand() % 100 >= pActor->pMonsterInfo.uTreasureDropChance || (v7 = pActor->pMonsterInfo.uTreasureLevel) == 0 ) | |
1387 { | |
1388 LABEL_44: | |
1389 v8 = pParty; | |
1390 goto LABEL_45; | |
1391 } | |
1392 pItemsTable->GenerateItem(v7, pActor->pMonsterInfo.uTreasureType, &Dst); | |
1393 v10 = pItemsTable->pItems[Dst.uItemID].pUnidentifiedName; | |
1394 if ( v14 ) | |
721 | 1395 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[490], v14, v10); |
0 | 1396 else |
721 | 1397 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[471], v10); |
0 | 1398 ShowStatusBarString(pTmpBuf2, 2u); |
1399 v8 = pParty; | |
1400 if ( !pParty->AddItem(&Dst) ) | |
1401 pParty->SetHoldingItem(&Dst); | |
1402 v13 = 1; | |
1403 LABEL_45: | |
1404 if ( pActor->array_000234[0].uItemID ) | |
1405 { | |
1406 if ( !v8->AddItem(pActor->array_000234) ) | |
1407 { | |
1408 sub_421B2C_PlaceInInventory_or_DropPickedItem(); | |
1409 v8->SetHoldingItem(pActor->array_000234); | |
1410 v13 = 1; | |
1411 } | |
1412 pActor->array_000234[0].Reset(); | |
1413 } | |
1414 if ( pActor->array_000234[1].uItemID ) | |
1415 { | |
1416 if ( !v8->AddItem(&pActor->array_000234[1]) ) | |
1417 { | |
1418 sub_421B2C_PlaceInInventory_or_DropPickedItem(); | |
1419 v8->SetHoldingItem(&pActor->array_000234[1]); | |
1420 v13 = 1; | |
1421 } | |
1422 pActor->array_000234[1].Reset(); | |
1423 } | |
1424 if ( !v13 || rand() % 100 < 90 ) | |
1425 goto LABEL_55; | |
1426 } | |
1427 | |
1428 //----- (00426E10) -------------------------------------------------------- | |
1429 int stru319::which_player_would_attack(Actor *pActor) | |
1430 { | |
1431 signed int v2; // ebx@1 | |
1432 int v3; // ecx@2 | |
1433 signed int v4; // edx@3 | |
1434 char v5; // zf@3 | |
1435 unsigned int v6; // eax@3 | |
1436 int v7; // eax@6 | |
1437 int v8; // eax@7 | |
1438 int v9; // eax@8 | |
1439 int v10; // eax@9 | |
1440 int v11; // eax@10 | |
1441 int v12; // eax@11 | |
1442 int v13; // esi@35 | |
1443 signed int v14; // edi@37 | |
1444 enum CHARACTER_RACE v15; // eax@44 | |
1445 Player *v16; // ecx@47 | |
1446 unsigned __int8 v17; // sf@50 | |
1447 unsigned __int8 v18; // of@50 | |
1448 int v19; // esi@52 | |
1449 Player *v20; // ecx@53 | |
1450 int result; // eax@57 | |
1451 int v22[16]; // [sp+8h] [bp-140h]@3 | |
1452 int v23[60]; // [sp+48h] [bp-100h]@48 | |
1453 int v24; // [sp+138h] [bp-10h]@2 | |
1454 int v25; // [sp+13Ch] [bp-Ch]@1 | |
1455 int v26; // [sp+140h] [bp-8h]@1 | |
1456 int v27; // [sp+144h] [bp-4h]@1 | |
1457 | |
1458 v27 = -1; | |
1459 v26 = -1; | |
1460 v25 = -1; | |
1461 v2 = 0; | |
1462 if ( pActor->pMonsterInfo.uAttackPreference ) | |
1463 { | |
1464 v3 = 0; | |
1465 v24 = 0; | |
1466 do | |
1467 { | |
1468 v4 = 1; | |
1469 v6 = pActor->pMonsterInfo.uAttackPreference & (1 << v3); | |
1470 v5 = (pActor->pMonsterInfo.uAttackPreference & (1 << v3)) == 0; | |
1471 v22[v3] = v6; | |
1472 if ( !v5 ) | |
1473 { | |
1474 if ( (signed int)v6 > 128 ) | |
1475 { | |
1476 switch ( v6 ) | |
1477 { | |
1478 case 0x100u: | |
1479 v27 = 8; | |
1480 break; | |
1481 case 0x200u: | |
1482 v25 = 0; | |
1483 break; | |
1484 case 0x400u: | |
1485 v25 = 1; | |
1486 break; | |
1487 case 0x800u: | |
1488 v26 = 0; | |
1489 break; | |
1490 case 0x1000u: | |
1491 v26 = 1; | |
1492 break; | |
1493 case 0x2000u: | |
1494 v26 = 3; | |
1495 break; | |
1496 case 0x4000u: | |
1497 v26 = 2; | |
1498 break; | |
1499 } | |
1500 } | |
1501 else | |
1502 { | |
1503 if ( v6 == 128 ) | |
1504 { | |
1505 v27 = 4; | |
1506 } | |
1507 else | |
1508 { | |
1509 v7 = v6 - 1; | |
1510 if ( v7 ) | |
1511 { | |
1512 v8 = v7 - 1; | |
1513 if ( v8 ) | |
1514 { | |
1515 v9 = v8 - 2; | |
1516 if ( v9 ) | |
1517 { | |
1518 v10 = v9 - 4; | |
1519 if ( v10 ) | |
1520 { | |
1521 v11 = v10 - 8; | |
1522 if ( v11 ) | |
1523 { | |
1524 v12 = v11 - 16; | |
1525 if ( v12 ) | |
1526 { | |
1527 if ( v12 == 32 ) | |
1528 v27 = 20; | |
1529 } | |
1530 else | |
1531 { | |
1532 v27 = 32; | |
1533 } | |
1534 } | |
1535 else | |
1536 { | |
1537 v27 = 24; | |
1538 } | |
1539 } | |
1540 else | |
1541 { | |
1542 v27 = 28; | |
1543 } | |
1544 } | |
1545 else | |
1546 { | |
1547 v27 = 16; | |
1548 } | |
1549 } | |
1550 else | |
1551 { | |
1552 v27 = 12; | |
1553 } | |
1554 } | |
1555 else | |
1556 { | |
1557 v27 = 0; | |
1558 } | |
1559 } | |
1560 } | |
1561 v2 = 0; | |
1562 v13 = 0; | |
1563 while ( 1 ) | |
1564 { | |
1565 v14 = 0; | |
135 | 1566 if ( v27 != -1 && v27 == pPlayers[v13 + 1]->classType ) |
0 | 1567 v14 = v4; |
1568 if ( v25 != -1 && v25 == pPlayers[v13 + 1]->uSex ) | |
1569 v14 = v4; | |
1570 if ( v26 != -1 ) | |
1571 { | |
1572 v15 = pPlayers[v13 + 1]->GetRace(); | |
1573 if ( v26 == v15 ) | |
1574 v14 = 1; | |
1575 } | |
1576 if ( v14 == 1 ) | |
1577 { | |
1578 v16 = pPlayers[v13 + 1]; | |
1579 if ( !(v16->pConditions[12] | v16->pConditions[13] | v16->pConditions[14] | v16->pConditions[15] | v16->pConditions[16]) ) | |
1580 v23[v2++] = v13; | |
1581 } | |
1582 ++v13; | |
1583 if ( v13 >= 4 ) | |
1584 break; | |
1585 v4 = 1; | |
1586 } | |
1587 } | |
1588 v3 = v24 + 1; | |
1589 v18 = __OFSUB__(v24 + 1, 15); | |
1590 v17 = v24++ - 14 < 0; | |
1591 } | |
1592 while ( v17 ^ v18 ); | |
1593 if ( v2 ) | |
1594 goto LABEL_61; | |
1595 } | |
1596 v19 = 0; | |
1597 do | |
1598 { | |
1599 v20 = pPlayers[v19 + 1]; | |
1600 if ( !(v20->pConditions[12] | v20->pConditions[13] | v20->pConditions[14] | v20->pConditions[15] | v20->pConditions[16]) ) | |
1601 v23[v2++] = v19; | |
1602 ++v19; | |
1603 } | |
1604 while ( v19 < 4 ); | |
1605 if ( v2 ) | |
1606 LABEL_61: | |
1607 result = v23[rand() % v2]; | |
1608 else | |
1609 result = 0; | |
1610 return result; | |
1611 } | |
1612 | |
1613 //----- (0042704B) -------------------------------------------------------- | |
1614 bool stru319::special_ability_use_check(Actor *pActor, int a2) | |
1615 { | |
1616 stru319 *v3; // edi@1 | |
1617 signed int v4; // ebx@5 | |
1618 signed int v5; // edi@5 | |
1619 | |
1620 v3 = this; | |
1621 if ( pActor->pMonsterInfo.uSpecialAbilityType == 2 | |
1622 && pActor->pMonsterInfo.uSpecialAbilityDamageDiceBonus < 3u | |
1623 && rand() % 100 < 5 ) | |
1624 pActor->_44FD29(a2); | |
1625 v4 = v3->_427102(pActor, pActor->pMonsterInfo.uSpell1ID); | |
1626 v5 = v3->_427102(pActor, pActor->pMonsterInfo.uSpell2ID); | |
1627 if ( v4 && pActor->pMonsterInfo.uSpell1UseChance && rand() % 100 < pActor->pMonsterInfo.uSpell1UseChance ) | |
1628 return 2; | |
1629 if ( v5 && pActor->pMonsterInfo.uSpell2UseChance && rand() % 100 < pActor->pMonsterInfo.uSpell2UseChance ) | |
1630 return 3; | |
1631 return pActor->pMonsterInfo.uAttack2Chance && rand() % 100 < pActor->pMonsterInfo.uAttack2Chance; | |
1632 } | |
1633 | |
1634 //----- (00427102) -------------------------------------------------------- | |
1635 int stru319::_427102(Actor *pActor, signed int a2) | |
1636 { | |
1637 unsigned __int8 v3; // cf@11 | |
1638 unsigned __int8 v4; // zf@11 | |
1639 SpellBuff *v6; // ecx@46 | |
89 | 1640 Player *v7; // esi@49 |
0 | 1641 signed int v8; // edx@50 |
89 | 1642 SpellBuff *v9; // ecx@50 |
0 | 1643 |
597 | 1644 switch(a2) |
0 | 1645 { |
597 | 1646 case 77: |
1647 { | |
1648 if ( pActor->sCurrentHP >= (signed int)pActor->pMonsterInfo.uHP ) | |
1649 return 0; | |
1650 return 1; | |
1651 } | |
1652 case 80: | |
1653 { | |
1654 v6 = pParty->pPartyBuffs; | |
1655 while ( (signed __int64)v6->uExpireTime <= 0 ) | |
1656 { | |
1657 ++v6; | |
1658 if ( v6 > &pParty->pPartyBuffs[19] ) | |
1659 { | |
1660 v7 = pParty->pPlayers;//[0].pPlayerBuffs; | |
1661 v8 = 0; | |
1662 v9 = v7->pPlayerBuffs; | |
1663 while ( v9->uExpireTime <= 0i64 ) | |
1664 { | |
1665 ++v8; | |
1666 ++v9; | |
1667 if ( v8 >= 24 ) | |
1668 { | |
1669 ++v7; | |
1670 if ( v7 <= &pParty->pPlayers[3] ) | |
1671 { | |
1672 v8 = 0; | |
1673 v9 = v7->pPlayerBuffs; | |
1674 } | |
1675 else | |
1676 return 0; | |
1677 } | |
1678 } | |
1679 return 1; | |
1680 } | |
1681 } | |
1682 return 1; | |
1683 } | |
1684 case 85: | |
1685 { | |
1686 if ( SHIDWORD(pActor->pActorBuffs[13].uExpireTime) < 0 ) | |
1687 return 1; | |
1688 if ( SHIDWORD(pActor->pActorBuffs[13].uExpireTime) > 0 ) | |
1689 return 0; | |
1690 v3 = 0; | |
1691 v4 = LODWORD(pActor->pActorBuffs[13].uExpireTime) == 0; | |
1692 break; | |
1693 } | |
1694 case 86: | |
1695 { | |
0 | 1696 if ( SHIDWORD(pActor->pActorBuffs[14].uExpireTime) < 0 ) |
597 | 1697 return 1; |
0 | 1698 if ( SHIDWORD(pActor->pActorBuffs[14].uExpireTime) > 0 ) |
597 | 1699 return 0; |
0 | 1700 v3 = 0; |
1701 v4 = LODWORD(pActor->pActorBuffs[14].uExpireTime) == 0; | |
597 | 1702 break; |
1703 } | |
1704 case 95: | |
1705 { | |
1706 if ( SHIDWORD(pActor->pActorBuffs[20].uExpireTime) < 0 ) | |
1707 return 1; | |
0 | 1708 if ( SHIDWORD(pActor->pActorBuffs[20].uExpireTime) > 0 ) |
597 | 1709 return 0; |
0 | 1710 v3 = 0; |
1711 v4 = LODWORD(pActor->pActorBuffs[20].uExpireTime) == 0; | |
597 | 1712 break; |
1713 } | |
1714 case 73: | |
1715 { | |
1716 if ( SHIDWORD(pActor->pActorBuffs[21].uExpireTime) < 0 ) | |
1717 return 1; | |
1718 if ( SHIDWORD(pActor->pActorBuffs[21].uExpireTime) > 0 ) | |
1719 return 0; | |
1720 v3 = 0; | |
1721 v4 = LODWORD(pActor->pActorBuffs[21].uExpireTime) == 0; | |
1722 break; | |
1723 } | |
1724 case 5: | |
1725 { | |
1726 if ( SHIDWORD(pActor->pActorBuffs[19].uExpireTime) < 0 ) | |
1727 return 1; | |
1728 if ( SHIDWORD(pActor->pActorBuffs[19].uExpireTime) > 0 ) | |
1729 return 0; | |
1730 v3 = 0; | |
1731 v4 = LODWORD(pActor->pActorBuffs[19].uExpireTime) == 0; | |
1732 break; | |
1733 } | |
1734 case 17: | |
1735 { | |
1736 if ( SHIDWORD(pActor->pActorBuffs[15].uExpireTime) < 0 ) | |
1737 return 1; | |
1738 if ( SHIDWORD(pActor->pActorBuffs[15].uExpireTime) > 0 ) | |
1739 return 0; | |
1740 v3 = 0; | |
1741 v4 = LODWORD(pActor->pActorBuffs[15].uExpireTime) == 0; | |
1742 break; | |
1743 } | |
1744 case 38: | |
89 | 1745 { |
597 | 1746 if ( SHIDWORD(pActor->pActorBuffs[16].uExpireTime) < 0 ) |
1747 return 1; | |
1748 if ( SHIDWORD(pActor->pActorBuffs[16].uExpireTime) > 0 ) | |
1749 return 0; | |
1750 v3 = 0; | |
1751 v4 = LODWORD(pActor->pActorBuffs[16].uExpireTime) == 0; | |
1752 } | |
1753 case 46: | |
1754 { | |
1755 if ( SHIDWORD(pActor->pActorBuffs[17].uExpireTime) < 0 ) | |
89 | 1756 return 1; |
597 | 1757 if ( SHIDWORD(pActor->pActorBuffs[17].uExpireTime) > 0 ) |
1758 return 0; | |
1759 v3 = 0; | |
1760 v4 = LODWORD(pActor->pActorBuffs[17].uExpireTime) == 0; | |
1761 break; | |
1762 } | |
1763 case 47: | |
1764 { | |
1765 if ( SHIDWORD(pActor->pActorBuffs[11].uExpireTime) < 0 ) | |
1766 return 1; | |
1767 if ( SHIDWORD(pActor->pActorBuffs[11].uExpireTime) > 0 ) | |
1768 return 0; | |
1769 v3 = 0; | |
1770 v4 = LODWORD(pActor->pActorBuffs[11].uExpireTime) == 0; | |
1771 break; | |
1772 } | |
1773 case 51: | |
1774 { | |
1775 if ( SHIDWORD(pActor->pActorBuffs[18].uExpireTime) < 0 ) | |
1776 return 1; | |
1777 if ( SHIDWORD(pActor->pActorBuffs[18].uExpireTime) <= 0 ) | |
1778 { | |
89 | 1779 v3 = 0; |
1780 v4 = LODWORD(pActor->pActorBuffs[18].uExpireTime) == 0; | |
1781 } | |
1782 else | |
597 | 1783 return 0; |
1784 break; | |
1785 } | |
1786 default: | |
89 | 1787 { |
597 | 1788 return 1; |
89 | 1789 } |
0 | 1790 } |
1791 if ( !(v3 | v4) ) | |
1792 return 0; | |
1793 return 1; | |
1794 } | |
1795 | |
1796 //----- (004272F5) -------------------------------------------------------- | |
1797 int stru319::PlayerHitOrMiss(Player *pPlayer, Actor *pActor, int a3, int a4) | |
1798 { | |
1799 signed int v5; // esi@1 | |
1800 signed int v6; // edi@1 | |
1801 int v7; // esi@8 | |
1802 int v8; // eax@9 | |
1803 int v9; // edx@11 | |
1804 int v10; // edx@13 | |
1805 int v11; // esi@13 | |
1806 unsigned __int8 v12; // sf@13 | |
1807 unsigned __int8 v13; // of@13 | |
1808 int v14; // edx@14 | |
1809 int v15; // eax@14 | |
1810 signed int result; // eax@17 | |
1811 | |
1812 v5 = pActor->pMonsterInfo.uAC; | |
1813 v6 = 0; | |
1814 if ( (signed __int64)pActor->pActorBuffs[8].uExpireTime > 0 ) | |
1815 v5 /= 2; | |
1816 if ( (signed __int64)pActor->pActorBuffs[14].uExpireTime > 0 ) | |
1817 v6 = pActor->pActorBuffs[15].uPower; | |
1818 if ( (signed __int64)pActor->pActorBuffs[16].uExpireTime > 0 && pActor->pActorBuffs[16].uPower > v6 ) | |
1819 v6 = pActor->pActorBuffs[16].uPower; | |
1820 v7 = v6 + v5; | |
1821 if ( a3 ) | |
1822 v8 = pPlayer->GetRangedAttack(); | |
1823 else | |
1824 v8 = pPlayer->GetActualAttack(0); | |
1825 v9 = rand() % (v7 + 2 * v8 + 30); | |
1826 if ( a3 == 2 ) | |
1827 { | |
1828 v14 = a4 + v9; | |
1829 v15 = ((v7 + 15) >> 1) + v7 + 15; | |
1830 } | |
1831 else | |
1832 { | |
1833 if ( a3 != 3 ) | |
1834 { | |
1835 v10 = a4 + v9; | |
1836 v11 = v7 + 15; | |
1837 v13 = __OFSUB__(v10, v11); | |
1838 v12 = v10 - v11 < 0; | |
1839 goto LABEL_16; | |
1840 } | |
1841 v14 = a4 + v9; | |
1842 v15 = 2 * v7 + 30; | |
1843 } | |
1844 v13 = __OFSUB__(v14, v15); | |
1845 v12 = v14 - v15 < 0; | |
1846 LABEL_16: | |
1847 if ( v12 ^ v13 ) | |
1848 result = 0; | |
1849 else | |
1850 result = 1; | |
1851 return result; | |
1852 } | |
1853 | |
1854 //----- (004273BB) -------------------------------------------------------- | |
1855 bool stru319::_4273BB(Actor *pActor, Actor *a2, int a3, int a4) | |
1856 { | |
1857 Actor *v5; // ecx@1 | |
1858 signed int v6; // ebx@1 | |
1859 signed int v7; // esi@1 | |
1860 unsigned __int8 v8; // zf@1 | |
1861 unsigned __int8 v9; // sf@1 | |
1862 int v10; // ebx@10 | |
1863 signed int a2a; // [sp+18h] [bp+Ch]@1 | |
1864 | |
1865 v5 = a2; | |
1866 v6 = a2->pMonsterInfo.uAC; | |
1867 v7 = 0; | |
1868 v8 = HIDWORD(a2->pActorBuffs[8].uExpireTime) == 0; | |
1869 v9 = SHIDWORD(a2->pActorBuffs[8].uExpireTime) < 0; | |
1870 a2a = 0; | |
1871 if ( !v9 && (!(v9 | v8) || LODWORD(v5->pActorBuffs[8].uExpireTime) > 0) ) | |
1872 v6 /= 2; | |
1873 if ( (signed __int64)v5->pActorBuffs[14].uExpireTime > 0 ) | |
1874 v7 = v5->pActorBuffs[14].uPower; | |
1875 if ( (signed __int64)v5->pActorBuffs[16].uExpireTime > 0 && v5->pActorBuffs[16].uPower > v7 ) | |
1876 v7 = v5->pActorBuffs[16].uPower; | |
1877 v10 = v7 + v6; | |
1878 if ( (signed __int64)pActor->pActorBuffs[14].uExpireTime > 0 ) | |
1879 a2a = pActor->pActorBuffs[14].uPower; | |
1880 if ( (signed __int64)pActor->pActorBuffs[17].uExpireTime > 0 && pActor->pActorBuffs[17].uPower > a2a ) | |
1881 a2a = pActor->pActorBuffs[17].uPower; | |
1882 if ( (signed __int64)pActor->pActorBuffs[11].uExpireTime > 0 ) | |
1883 { | |
1884 a2a += pActor->pActorBuffs[11].uPower; | |
1885 pActor->pActorBuffs[11].Reset(); | |
1886 } | |
1887 return rand() % (v10 + 2 * pActor->pMonsterInfo.uLevel + 10) + a2a + 1 > v10 + 5; | |
1888 } | |
1889 | |
1890 //----- (004274AD) -------------------------------------------------------- | |
1891 bool stru319::ActorHitOrMiss(Actor *pActor, Player *pPlayer) | |
1892 { | |
1893 signed int v3; // edi@1 | |
1894 signed int v4; // esi@8 | |
1895 int v5; // esi@8 | |
1896 | |
1897 v3 = 0; | |
1898 if ( (signed __int64)pActor->pActorBuffs[14].uExpireTime > 0 ) | |
1899 v3 = pActor->pActorBuffs[14].uPower; | |
1900 if ( (signed __int64)pActor->pActorBuffs[17].uExpireTime > 0 && pActor->pActorBuffs[17].uPower > v3 ) | |
1901 v3 = pActor->pActorBuffs[17].uPower; | |
1902 if ( (signed __int64)pActor->pActorBuffs[11].uExpireTime > 0 ) | |
1903 { | |
1904 v3 += pActor->pActorBuffs[11].uPower; | |
1905 pActor->pActorBuffs[11].Reset(); | |
1906 } | |
1907 v4 = pPlayer->GetActualAC() + 2 * pActor->pMonsterInfo.uLevel + 10; | |
1908 v5 = rand() % v4 + 1; | |
1909 return v3 + v5 > pPlayer->GetActualAC() + 5; | |
1910 } | |
1911 | |
1912 //----- (00427546) -------------------------------------------------------- | |
1913 int stru319::_427546(int a2) | |
1914 { | |
1915 int result; // eax@2 | |
1916 | |
1917 if ( a2 >= 0 ) | |
1918 { | |
1919 if ( a2 >= 1 ) | |
1920 result = (a2 >= 2) + 2; | |
1921 else | |
1922 result = 1; | |
1923 } | |
1924 else | |
1925 { | |
1926 result = 0; | |
1927 } | |
1928 return result; | |
1929 } | |
1930 | |
1931 //----- (0042756B) -------------------------------------------------------- | |
1932 int stru319::CalcMagicalDamageToActor(Actor *pActor, int a2, signed int a3) | |
1933 { | |
1934 int v4; // edx@1 | |
1935 int v5; // ecx@1 | |
1936 signed int v6; // eax@4 | |
1937 signed int result; // eax@17 | |
1938 signed int v8; // esi@18 | |
1939 | |
1940 v4 = 0; | |
1941 v5 = 0; | |
1942 if ( (signed __int64)pActor->pActorBuffs[14].uExpireTime > 0 ) | |
1943 v5 = pActor->pActorBuffs[14].uPower; | |
1944 switch ( a2 ) | |
1945 { | |
1946 case 4: | |
1947 v6 = pActor->pMonsterInfo.uResPhysical; | |
1948 break; | |
1949 case 0: | |
1950 v6 = pActor->pMonsterInfo.uResFire; | |
1951 goto LABEL_12; | |
1952 case 1: | |
1953 v6 = pActor->pMonsterInfo.uResAir; | |
1954 goto LABEL_12; | |
1955 case 2: | |
1956 v6 = pActor->pMonsterInfo.uResWater; | |
1957 goto LABEL_12; | |
1958 case 3: | |
1959 v6 = pActor->pMonsterInfo.uResEarth; | |
1960 goto LABEL_12; | |
1961 case 6: | |
1962 v6 = pActor->pMonsterInfo.uResSpirit; | |
1963 break; | |
1964 case 7: | |
1965 v6 = pActor->pMonsterInfo.uResMind; | |
1966 goto LABEL_12; | |
1967 case 8: | |
1968 v6 = pActor->pMonsterInfo.uResBody; | |
1969 LABEL_12: | |
1970 v4 = v5; | |
1971 break; | |
1972 case 9: | |
1973 v6 = pActor->pMonsterInfo.uResLight; | |
1974 break; | |
1975 case 10: | |
1976 v6 = pActor->pMonsterInfo.uResDark; | |
1977 break; | |
1978 default: | |
1979 v6 = 0; | |
1980 break; | |
1981 } | |
1982 if ( v6 < 200 ) | |
1983 { | |
1984 v8 = v4 + v6 + 30; | |
1985 if ( rand() % v8 >= 30 ) | |
1986 { | |
1987 a3 >>= 1; | |
1988 if ( rand() % v8 >= 30 ) | |
1989 { | |
1990 a3 >>= 1; | |
1991 if ( rand() % v8 >= 30 ) | |
1992 { | |
1993 a3 >>= 1; | |
1994 if ( rand() % v8 >= 30 ) | |
1995 a3 >>= 1; | |
1996 } | |
1997 } | |
1998 } | |
1999 result = a3; | |
2000 } | |
2001 else | |
2002 { | |
2003 result = 0; | |
2004 } | |
2005 return result; | |
2006 } | |
2007 | |
2008 //----- (00427662) -------------------------------------------------------- | |
2009 bool stru319::GetMagicalResistance(Actor *pActor, unsigned int uType) | |
2010 { | |
2011 Actor *v3; // edi@2 | |
2012 signed int v4; // esi@2 | |
2013 bool result; // eax@13 | |
2014 | |
2015 switch ( uType ) | |
2016 { | |
2017 case 0u: | |
2018 v3 = pActor; | |
2019 v4 = pActor->pMonsterInfo.uResFire; | |
2020 goto LABEL_12; | |
2021 case 1u: | |
2022 v3 = pActor; | |
2023 v4 = pActor->pMonsterInfo.uResAir; | |
2024 goto LABEL_12; | |
2025 case 2u: | |
2026 v3 = pActor; | |
2027 v4 = pActor->pMonsterInfo.uResWater; | |
2028 goto LABEL_12; | |
2029 case 3u: | |
2030 v3 = pActor; | |
2031 v4 = pActor->pMonsterInfo.uResEarth; | |
2032 goto LABEL_12; | |
2033 case 7u: | |
2034 v3 = pActor; | |
2035 v4 = pActor->pMonsterInfo.uResMind; | |
2036 goto LABEL_12; | |
2037 case 6u: | |
2038 v3 = pActor; | |
2039 v4 = pActor->pMonsterInfo.uResSpirit; | |
2040 goto LABEL_12; | |
2041 case 8u: | |
2042 v3 = pActor; | |
2043 v4 = pActor->pMonsterInfo.uResBody; | |
2044 goto LABEL_12; | |
2045 case 9u: | |
2046 v3 = pActor; | |
2047 v4 = pActor->pMonsterInfo.uResLight; | |
2048 goto LABEL_12; | |
2049 case 0xAu: | |
2050 v3 = pActor; | |
2051 v4 = pActor->pMonsterInfo.uResDark; | |
2052 goto LABEL_12; | |
2053 case 4u: | |
2054 v3 = pActor; | |
2055 v4 = pActor->pMonsterInfo.uResPhysical; | |
2056 LABEL_12: | |
2057 if ( v4 < 200 ) | |
2058 result = rand() % (signed int)(((unsigned int)v3->pMonsterInfo.uLevel >> 2) + v4 + 30) < 30; | |
2059 else | |
2060 result = 0; | |
2061 break; | |
2062 default: | |
2063 result = 1; | |
2064 break; | |
2065 } | |
2066 return result; | |
2067 } | |
2068 | |
2069 //----- (00427769) -------------------------------------------------------- | |
2070 bool __fastcall sub_427769_spell(unsigned int uSpellID) | |
2071 { | |
2072 bool result; // eax@2 | |
2073 | |
710 | 2074 __debugbreak(); // refactor |
0 | 2075 if ( *(&pSpellDatas[0].field_12 + 20 * uSpellID) & 0xC ) |
2076 result = 1; | |
2077 else | |
2078 result = 0; | |
2079 return result; | |
2080 } | |
2081 | |
2082 //----- (0042777D) -------------------------------------------------------- | |
319 | 2083 void _42777D_CastSpell_UseWand_ShootArrow(int a1, unsigned int uPlayerID, unsigned int a4, __int16 a5, int a6) |
0 | 2084 { |
370 | 2085 //bool result; // eax@2 |
486 | 2086 //__int16 v6; // bx@4 |
437 | 2087 //Player *v7; // eax@4 |
486 | 2088 //char v8; // zf@12 |
0 | 2089 unsigned __int16 v9; // cx@16 |
2090 unsigned int v10; // eax@18 | |
2091 unsigned __int8 v11; // sf@18 | |
2092 unsigned __int8 v12; // of@18 | |
2093 unsigned __int16 v13; // cx@21 | |
2094 unsigned int v14; // eax@23 | |
486 | 2095 //stru277 *v15; // esi@27 |
2096 //stru277 *v16; // eax@28 | |
0 | 2097 GUIWindow *v17; // eax@43 |
2098 GUIWindow *v18; // [sp-30h] [bp-48h]@44 | |
2099 unsigned int v19; // [sp-2Ch] [bp-44h]@44 | |
2100 unsigned int v20; // [sp-28h] [bp-40h]@44 | |
2101 unsigned int v21; // [sp-24h] [bp-3Ch]@44 | |
2102 unsigned int v22; // [sp-20h] [bp-38h]@44 | |
2103 int v23; // [sp-1Ch] [bp-34h]@44 | |
2104 int v24; // [sp-18h] [bp-30h]@44 | |
2105 unsigned int v25; // [sp-14h] [bp-2Ch]@43 | |
2106 unsigned int v26; // [sp-10h] [bp-28h]@43 | |
2107 unsigned __int8 v27; // [sp-Ch] [bp-24h]@43 | |
2108 char *v28; // [sp-8h] [bp-20h]@43 | |
2109 Texture *v29; // [sp-4h] [bp-1Ch]@43 | |
486 | 2110 //__int16 a3a; // [sp+10h] [bp-8h]@1 |
2111 //__int16 a2a; // [sp+14h] [bp-4h]@1 | |
2112 | |
2113 //a3a = uPlayerID; | |
2114 //a2a = a1; | |
370 | 2115 |
2116 //if ( pParty->bTurnBasedModeOn != 1 | |
2117 // || (result = pTurnEngine->field_4, pTurnEngine->field_4 != 1) && pTurnEngine->field_4 != 3 ) | |
2118 if (pParty->bTurnBasedModeOn) | |
0 | 2119 { |
370 | 2120 if (pTurnEngine->field_4 == 1 || pTurnEngine->field_4 == 3) |
2121 return; | |
2122 } | |
2123 | |
2124 | |
486 | 2125 //v6 = a5; |
437 | 2126 //v7 = &pParty->pPlayers[uPlayerID]; |
2127 assert(uPlayerID < 4); | |
2128 auto player = &pParty->pPlayers[uPlayerID]; | |
0 | 2129 if ( !(a5 & 0x10) ) |
2130 { | |
2131 switch ( a1 ) | |
2132 { | |
486 | 2133 case SPELL_SPIRIT_FATE: |
2134 case SPELL_BODY_FIRST_AID: | |
2135 case SPELL_DARK_REANIMATE: | |
2136 //HIBYTE(v6) = HIBYTE(a5) | 1; | |
2137 a5 |= 0x0100; | |
0 | 2138 break; |
486 | 2139 |
2140 case SPELL_FIRE_FIRE_AURA: | |
2141 case SPELL_WATER_RECHARGE_ITEM: | |
2142 case SPELL_WATER_ENCHANT_ITEM: | |
2143 case SPELL_DARK_VAMPIRIC_WEAPON: | |
2144 //LOBYTE(v6) = a5 | 0x80; | |
2145 a5 |= 0x0080; | |
0 | 2146 break; |
486 | 2147 |
2148 case SPELL_FIRE_FIRE_BOLT: | |
2149 case SPELL_FIRE_FIREBALL: | |
2150 case SPELL_FIRE_INCINERATE: | |
2151 case SPELL_AIR_LIGHNING_BOLT: | |
2152 case SPELL_AIR_IMPLOSION: | |
2153 case SPELL_WATER_POISON_SPRAY: | |
2154 case SPELL_WATER_ICE_BOLT: | |
2155 case SPELL_WATER_ACID_BURST: | |
2156 case SPELL_WATER_ICE_BLAST: | |
2157 case SPELL_EARTH_STUN: | |
2158 case SPELL_EARTH_SLOW: | |
2159 case SPELL_EARTH_DEADLY_SWARM: | |
2160 case SPELL_EARTH_BLADES: | |
2161 case SPELL_EARTH_MASS_DISTORTION: | |
2162 case SPELL_SPIRIT_SPIRIT_LASH: | |
2163 case SPELL_MIND_MIND_BLAST: | |
2164 case SPELL_MIND_CHARM: | |
2165 case SPELL_MIND_PSYCHIC_SHOCK: | |
2166 case SPELL_BODY_HARM: | |
2167 case SPELL_BODY_FLYING_FIST: | |
2168 case SPELL_LIGHT_LIGHT_BOLT: | |
2169 case SPELL_LIGHT_DESTROY_UNDEAD: | |
2170 case SPELL_LIGHT_SUNRAY: | |
2171 case SPELL_DARK_TOXIC_CLOUD: | |
2172 case SPELL_DARK_SHRINKING_RAY: | |
2173 case SPELL_DARK_SHARPMETAL: | |
2174 case SPELL_DARK_DRAGON_BREATH: | |
0 | 2175 if ( !a6 ) |
486 | 2176 a5 |= 0x0008; |
0 | 2177 break; |
486 | 2178 case SPELL_MIND_TELEPATHY: |
2179 case SPELL_MIND_BERSERK: | |
2180 case SPELL_MIND_ENSLAVE: | |
2181 case SPELL_LIGHT_PARALYZE: | |
2182 case SPELL_DARK_CONTROL_UNDEAD: | |
2183 //LABEL_9: | |
2184 //v6 = a5 | 8; | |
2185 a5 |= 0x0008; | |
0 | 2186 break; |
486 | 2187 |
2188 case SPELL_EARTH_TELEKINESIS: | |
2189 a5 |= 0x0040; | |
2190 break; | |
2191 | |
2192 case SPELL_SPIRIT_BLESS: | |
2193 if (a4 && ~a4 & 0x01C0) | |
2194 goto LABEL_25; | |
2195 else if ((player->pActiveSkills[PLAYER_SKILL_SPIRIT] & 0x1C0) == 0); | |
0 | 2196 goto LABEL_25; |
2197 break; | |
486 | 2198 |
2199 case SPELL_SPIRIT_PRESERVATION: | |
0 | 2200 v9 = a4; |
2201 if ( !a4 ) | |
437 | 2202 v9 = player->pActiveSkills[PLAYER_SKILL_SPIRIT]; |
0 | 2203 goto LABEL_18; |
486 | 2204 |
2205 case SPELL_DARK_PAIN_REFLECTION: | |
0 | 2206 v9 = a4; |
2207 if ( !a4 ) | |
437 | 2208 v9 = player->pActiveSkills[PLAYER_SKILL_DARK]; |
0 | 2209 LABEL_18: |
2210 v10 = SkillToMastery(v9); | |
2211 v12 = __OFSUB__(v10, 3); | |
2212 v11 = ((v10 - 3) & 0x80000000u) != 0; | |
2213 goto LABEL_24; | |
486 | 2214 |
2215 case SPELL_BODY_HAMMERHANDS: | |
0 | 2216 v13 = a4; |
2217 if ( !a4 ) | |
437 | 2218 v13 = player->pActiveSkills[PLAYER_SKILL_BODY]; |
0 | 2219 v14 = SkillToMastery(v13); |
2220 v12 = __OFSUB__(v14, 4); | |
2221 v11 = ((v14 - 4) & 0x80000000u) != 0; | |
2222 LABEL_24: | |
2223 if ( v11 ^ v12 ) | |
2224 goto LABEL_25; | |
2225 break; | |
486 | 2226 |
2227 case SPELL_EARTH_STONE_TO_FLESH: | |
2228 case SPELL_SPIRIT_REMOVE_CURSE: | |
2229 case SPELL_SPIRIT_RAISE_DEAD: | |
2230 case SPELL_SPIRIT_RESSURECTION: | |
2231 case SPELL_MIND_REMOVE_FEAR: | |
2232 case SPELL_MIND_CURE_PARALYSIS: | |
2233 case SPELL_MIND_CURE_INSANITY: | |
2234 case SPELL_BODY_CURE_WEAKNESS: | |
2235 case SPELL_BODY_REGENERATION: | |
2236 case SPELL_BODY_CURE_POISON: | |
2237 case SPELL_BODY_CURE_DISEASE: | |
0 | 2238 LABEL_25: |
486 | 2239 //v6 = a5 | 2; |
2240 a5 |= 0x0002; | |
0 | 2241 break; |
486 | 2242 |
2243 case SPELL_DARK_SACRIFICE: | |
2244 //HIBYTE(v6) = HIBYTE(a5) | 2; | |
2245 a5 |= 0x0200; | |
0 | 2246 break; |
2247 default: | |
2248 break; | |
2249 } | |
2250 } | |
370 | 2251 |
486 | 2252 |
2253 if (a5 & 0x3CA) | |
0 | 2254 { |
486 | 2255 assert(sizeof(pStru277) / sizeof(*pStru277) == 10); |
2256 for (uint i = 0; i < 10; ++i) | |
2257 if (pStru277[i].field_8 & 0x3CA) | |
2258 { | |
2259 pStru277[i].spellnum = 0; | |
2260 break; | |
2261 } | |
0 | 2262 } |
486 | 2263 |
2264 assert(sizeof(pStru277) / sizeof(*pStru277) == 10); | |
2265 for (uint i = 0; i < 10; ++i) | |
0 | 2266 { |
486 | 2267 auto spell = pStru277 + i; |
2268 if (!spell->spellnum) | |
2269 continue; | |
2270 | |
2271 spell->spellnum = 0; | |
2272 if (spell->field_8 & 0x3CA) | |
0 | 2273 { |
486 | 2274 pGUIWindow_Settings->Release(); |
2275 pGUIWindow_Settings = nullptr; | |
2276 pMouse->SetCursorBitmap("MICON1"); | |
783 | 2277 GameUI_Footer_TimeLeft = 0; |
486 | 2278 unk_50C9A0 = 0; |
2279 back_to_game(); | |
0 | 2280 } |
2281 } | |
486 | 2282 |
2283 int result = pStru277->PushStru277(a1, uPlayerID, a4, a5, a6); | |
0 | 2284 if ( result != -1 ) |
2285 { | |
486 | 2286 if ( a5 & 2 ) |
0 | 2287 { |
2288 if ( pGUIWindow_Settings ) | |
319 | 2289 return; |
0 | 2290 pGUIWindow_Settings = GUIWindow::Create(0, 0, 640, 480, (WindowType)(WINDOW_HouseInterior|0x2), (int)&pStru277[result], 0); |
2291 pGUIWindow_Settings->CreateButton(0x34u, 0x1A6u, 0x23u, 0, 2, 0, 0x45u, 0, 0x31u, "", 0); | |
2292 pGUIWindow_Settings->CreateButton(0xA5u, 0x1A6u, 0x23u, 0, 2, 0, 0x45u, 1u, 0x32u, "", 0); | |
2293 pGUIWindow_Settings->CreateButton(0x118u, 0x1A6u, 0x23u, 0, 2, 0, 0x45u, 2u, 0x33u, "", 0); | |
2294 pGUIWindow_Settings->CreateButton(0x186u, 0x1A6u, 0x23u, 0, 2, 0, 0x45u, 3u, 0x34u, "", 0); | |
319 | 2295 sub_421B2C_PlaceInInventory_or_DropPickedItem(); |
2296 return; | |
0 | 2297 } |
486 | 2298 if ( a5 & 8 ) |
0 | 2299 { |
2300 if ( pGUIWindow_Settings ) | |
319 | 2301 return; |
0 | 2302 v17 = GUIWindow::Create(0, 0, 640, 480, (WindowType)(WINDOW_HouseInterior|0x2), (int)&pStru277[result], 0); |
2303 v29 = 0; | |
2304 v28 = ""; | |
2305 v27 = 0; | |
2306 v26 = 0; | |
2307 v25 = 70; | |
2308 LABEL_44: | |
2309 v24 = 0; | |
2310 v23 = 1; | |
2311 v22 = 344; | |
2312 v21 = 460; | |
2313 v20 = 8; | |
2314 v19 = 8; | |
2315 pGUIWindow_Settings = v17; | |
2316 v18 = v17; | |
2317 LABEL_56: | |
2318 v18->CreateButton(v19, v20, v21, v22, v23, v24, v25, v26, v27, v28, v29); | |
319 | 2319 sub_421B2C_PlaceInInventory_or_DropPickedItem(); |
2320 return; | |
0 | 2321 } |
486 | 2322 if ( a5 & 0x40 ) |
0 | 2323 { |
2324 if ( pGUIWindow_Settings ) | |
319 | 2325 return; |
0 | 2326 v17 = GUIWindow::Create(0, 0, 640, 480, (WindowType)(WINDOW_HouseInterior|0x2), (int)&pStru277[result], 0); |
2327 v29 = 0; | |
2328 v28 = ""; | |
2329 v27 = 0; | |
2330 v26 = 0; | |
2331 v25 = 190; | |
2332 goto LABEL_44; | |
2333 } | |
486 | 2334 if ( (char)a5 < 0 ) |
0 | 2335 { |
2336 if ( pGUIWindow_Settings ) | |
319 | 2337 return; |
0 | 2338 ++pIcons_LOD->uTexturePacksCount; |
2339 if ( !pIcons_LOD->uNumPrevLoadedFiles ) | |
2340 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; | |
2341 pGUIWindow_Settings = pStru277[result].sub_4219BE(); | |
2342 unk_50C9A0 = 1; | |
2343 some_active_character = uActiveCharacter; | |
319 | 2344 sub_421B2C_PlaceInInventory_or_DropPickedItem(); |
2345 return; | |
0 | 2346 } |
486 | 2347 if ( HIBYTE(a5) & 1 ) |
0 | 2348 { |
2349 if ( pGUIWindow_Settings ) | |
319 | 2350 return; |
2351 pGUIWindow_Settings = GUIWindow::Create(0, 0, 640, 480, (WindowType)(WINDOW_HouseInterior|0x2), (int)&pStru277[result], 0); | |
0 | 2352 pGUIWindow_Settings->CreateButton(0x34u, 0x1A6u, 0x23u, 0, 2, 0, 0x8Du, 0, 0x31u, "", 0); |
2353 pGUIWindow_Settings->CreateButton(0xA5u, 0x1A6u, 0x23u, 0, 2, 0, 0x8Du, 1u, 0x32u, "", 0); | |
2354 pGUIWindow_Settings->CreateButton(0x118u, 0x1A6u, 0x23u, 0, 2, 0, 0x8Du, 2u, 0x33u, "", 0); | |
2355 pGUIWindow_Settings->CreateButton(0x186u, 0x1A6u, 0x23u, 0, 2, 0, 0x8Du, 3u, 0x34u, "", 0); | |
423 | 2356 pGUIWindow_Settings->CreateButton(8, 8, 460, 344, 1, 0, 140, 0, 0, "", NULL); |
2357 sub_421B2C_PlaceInInventory_or_DropPickedItem(); | |
0 | 2358 } |
486 | 2359 if ( HIBYTE(a5) & 2 && !pGUIWindow_Settings ) |
0 | 2360 { |
319 | 2361 pGUIWindow_Settings = GUIWindow::Create(0, 0, 640, 480, (WindowType)(WINDOW_HouseInterior|0x2), (int)&pStru277[result], 0); |
0 | 2362 pBtn_NPCLeft = pGUIWindow_Settings->CreateButton( |
2363 0x1D5u, | |
2364 0xB2u, | |
319 | 2365 (uTextureID_Btn_NPCLeft != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_NPCLeft].uTextureWidth : 24), |
2366 (uTextureID_Btn_NPCLeft != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_NPCLeft].uTextureHeight : 26), | |
0 | 2367 1, |
2368 0, | |
2369 0xBCu, | |
2370 0, | |
2371 0, | |
2372 "", | |
319 | 2373 (Texture *)(uTextureID_Btn_NPCLeft != -1 ? &pIcons_LOD->pTextures[uTextureID_Btn_NPCLeft] : 0), |
0 | 2374 0); |
2375 pBtn_NPCRight = pGUIWindow_Settings->CreateButton( | |
2376 0x272u, | |
2377 0xB2u, | |
319 | 2378 (uTextureID_Btn_NPCRight != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_NPCRight].uTextureWidth : 24), |
2379 (uTextureID_Btn_NPCRight != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_NPCRight].uTextureHeight : 26), | |
0 | 2380 1, |
2381 0, | |
2382 0xBCu, | |
2383 1u, | |
2384 0, | |
2385 "", | |
319 | 2386 (Texture *)(uTextureID_Btn_NPCRight != -1 ? &pIcons_LOD->pTextures[uTextureID_Btn_NPCRight] : 0), |
0 | 2387 0); |
2388 pGUIWindow_Settings->CreateButton(0x1EBu, 0x95u, 0x40u, 0x4Au, 1, 0, 0x8Fu, 4u, 0x35u, "", 0); | |
319 | 2389 pGUIWindow_Settings->CreateButton(0x231u, 0x95u, 0x40u, 0x4Au, 1, 0, 0x8Fu, 5u, 0x36u, "", 0); |
0 | 2390 } |
2391 } | |
2392 } | |
2393 | |
2394 //----- (00427D48) -------------------------------------------------------- | |
2395 void stru277::_427D48(unsigned int uPlayerID) | |
2396 { | |
2397 stru277 *v2; // esi@1 | |
2398 signed int v3; // ebx@1 | |
2399 | |
2400 v2 = this; | |
2401 v3 = 10; | |
2402 do | |
2403 { | |
2404 if ( v2->spellnum ) | |
2405 { | |
2406 if ( v2->field_8 & 0x3CA ) | |
2407 { | |
2408 v2->spellnum = 0; | |
2409 pGUIWindow_Settings->Release(); | |
2410 pGUIWindow_Settings = 0; | |
2411 pMouse->SetCursorBitmap("MICON1"); | |
783 | 2412 GameUI_Footer_TimeLeft = 0; |
0 | 2413 unk_50C9A0 = 0; |
2414 back_to_game(); | |
2415 } | |
2416 } | |
2417 ++v2; | |
2418 --v3; | |
2419 } | |
2420 while ( v3 ); | |
2421 } | |
2422 | |
2423 //----- (00427DA0) -------------------------------------------------------- | |
488 | 2424 unsigned int stru277::PushStru277(__int16 a2, __int16 uPlayerID, __int16 skill_level, __int16 a5, int a6) |
0 | 2425 { |
2426 unsigned int result; // eax@1 | |
2427 stru277 *v7; // edx@1 | |
2428 stru277 *v8; // ecx@5 | |
2429 | |
2430 result = 0; | |
2431 v7 = this; | |
2432 while ( v7->spellnum ) | |
2433 { | |
2434 ++result; | |
2435 ++v7; | |
2436 if ( (signed int)result >= 10 ) | |
2437 goto LABEL_8; | |
2438 } | |
2439 v8 = &this[result]; | |
2440 v8->spellnum = a2; | |
2441 v8->uPlayerID = uPlayerID; | |
2442 if ( a5 & 0x10 ) | |
2443 v8->uPlayerID_2 = uPlayerID; | |
2444 v8->field_6 = 0; | |
488 | 2445 v8->spell_target_pid = 0; |
0 | 2446 v8->field_8 = a5; |
488 | 2447 v8->forced_spell_skill_level = skill_level; |
0 | 2448 v8->field_10 = a6; |
2449 LABEL_8: | |
2450 if ( result == 10 ) | |
2451 result = -1; | |
2452 return result; | |
2453 } | |
2454 | |
2455 //----- (00427E01) -------------------------------------------------------- | |
2456 void stru277::_427E01_cast_spell() | |
2457 { | |
486 | 2458 //int v1; // esi@1 |
0 | 2459 int v2; // edi@1 |
2460 stru277 *v3; // ebx@2 | |
488 | 2461 //signed int v4; // eax@8 |
2462 //__int16 v5; // ax@9 | |
0 | 2463 signed int v6; // eax@14 |
488 | 2464 //__int16 v7; // ax@23 |
2465 //__int16 v8; // ax@24 | |
2466 //char v9; // al@44 | |
2467 //int v10; // eax@45 | |
0 | 2468 unsigned __int16 v11; // cx@45 |
2469 signed int v12; // ecx@48 | |
490 | 2470 //int v13; // eax@53 |
0 | 2471 unsigned __int8 v14; // zf@53 |
488 | 2472 //unsigned int v15; // edx@53 |
2473 //signed int v16; // eax@53 | |
0 | 2474 Player *v17; // esi@70 |
2475 int v18; // eax@72 | |
2476 int v19; // eax@74 | |
2477 char *v20; // eax@74 | |
2478 signed int i; // esi@76 | |
2479 int v22; // eax@88 | |
2480 __int16 v23; // ax@88 | |
488 | 2481 //int v24; // ecx@93 |
2482 //int v25; // ecx@94 | |
2483 //signed __int64 v26; // qax@100 | |
2484 //char *v27; // ecx@100 | |
2485 //unsigned __int64 v28; // qax@102 | |
0 | 2486 int v29; // ecx@105 |
2487 int v30; // ecx@106 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
2488 //int v31; // eax@112 |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
2489 //int v32; // eax@112 |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
2490 //char *v33; // edx@113 |
0 | 2491 int v34; // eax@121 |
2492 int v35; // eax@123 | |
2493 int v36; // edx@125 | |
2494 int v37; // eax@129 | |
2495 signed int v38; // edi@129 | |
2496 signed int v39; // eax@129 | |
2497 int v40; // ecx@129 | |
2498 int v41; // eax@129 | |
2499 signed int v42; // eax@129 | |
2500 int *v43; // ecx@129 | |
2501 int v44; // eax@132 | |
2502 int v45; // ecx@132 | |
2503 int v46; // eax@132 | |
2504 unsigned int v47; // edx@133 | |
2505 int v48; // eax@137 | |
2506 int v49; // eax@137 | |
2507 int v50; // eax@141 | |
2508 int v51; // eax@146 | |
2509 __int16 v52; // ax@153 | |
2510 int v53; // eax@153 | |
2511 signed __int64 v54; // qax@164 | |
2512 int v55; // edi@164 | |
488 | 2513 //stru6 *v56; // eax@165 |
0 | 2514 int v57; // eax@169 |
2515 signed __int64 v58; // qax@177 | |
2516 int v59; // edi@177 | |
2517 unsigned __int16 v60; // ax@184 | |
2518 int v61; // ecx@184 | |
2519 int v62; // eax@186 | |
2520 int v63; // ecx@187 | |
2521 int v64; // ecx@188 | |
2522 int v65; // ecx@189 | |
710 | 2523 //const char *v66; // ecx@200 |
2524 //unsigned int v67; // edx@201 | |
0 | 2525 char v68; // al@207 |
89 | 2526 ItemGen *v69; // esi@211 |
0 | 2527 int v70; // ecx@214 |
2528 int v71; // ecx@215 | |
2529 int v72; // ecx@216 | |
488 | 2530 //__int16 v73; // ST1C_2@222 |
2531 //__int16 v74; // ST18_2@222 | |
2532 //stru6 *v75; // eax@222 | |
0 | 2533 int v76; // ecx@223 |
2534 int v77; // ecx@224 | |
2535 int v78; // ecx@225 | |
2536 int v79; // eax@227 | |
488 | 2537 //int v80; // eax@232 |
2538 //__int16 v81; // ST18_2@245 | |
2539 //stru6 *v82; // eax@245 | |
0 | 2540 signed int v83; // edi@245 |
488 | 2541 //__int16 v84; // ST18_2@245 |
2542 //stru6 *v85; // eax@245 | |
2543 //__int16 v86; // ST18_2@245 | |
2544 //stru6 *v87; // eax@245 | |
2545 //__int16 v88; // ST18_2@245 | |
2546 //stru6 *v89; // eax@245 | |
0 | 2547 double v90; // st7@245 |
2548 int v91; // eax@250 | |
89 | 2549 Player *v92; // eax@255 |
488 | 2550 //__int16 v93; // ST18_2@260 |
2551 //stru6 *v94; // eax@260 | |
2552 //__int16 v95; // ST18_2@260 | |
2553 //stru6 *v96; // eax@260 | |
2554 //__int16 v97; // ST18_2@260 | |
2555 //stru6 *v98; // eax@260 | |
2556 //__int16 v99; // ST18_2@260 | |
2557 //stru6 *v100; // eax@260 | |
0 | 2558 int v101; // ecx@261 |
2559 int v102; // ecx@262 | |
2560 int v103; // ecx@263 | |
2561 int v104; // eax@265 | |
2562 int v105; // edi@271 | |
488 | 2563 //__int16 v106; // ST18_2@272 |
2564 //stru6 *v107; // eax@272 | |
0 | 2565 __int16 v108; // ST1C_2@274 |
2566 __int16 v109; // ST18_2@274 | |
2567 stru6 *v110; // eax@274 | |
2568 int v111; // eax@274 | |
2569 Actor *v112; // esi@278 | |
2570 int v113; // eax@278 | |
2571 int v114; // ebx@278 | |
2572 unsigned int v115; // ecx@278 | |
2573 int v116; // edx@279 | |
2574 int v117; // edx@281 | |
2575 int v118; // edx@283 | |
2576 int v119; // edi@286 | |
2577 int v120; // eax@286 | |
2578 int v121; // eax@286 | |
2579 signed int v122; // eax@286 | |
2580 int v123; // ecx@288 | |
2581 int v124; // ecx@289 | |
2582 int v125; // ecx@290 | |
2583 int v126; // eax@292 | |
2584 int v127; // eax@296 | |
488 | 2585 //__int16 v128; // ST18_2@303 |
2586 //stru6 *v129; // eax@303 | |
2587 //__int16 v130; // ST18_2@303 | |
2588 //stru6 *v131; // eax@303 | |
2589 //__int16 v132; // ST18_2@303 | |
2590 //stru6 *v133; // eax@303 | |
2591 //__int16 v134; // ST18_2@303 | |
2592 //stru6 *v135; // eax@303 | |
2593 //unsigned __int64 v136; // qax@304 | |
2594 //char *v137; // ecx@304 | |
0 | 2595 int v138; // ecx@305 |
2596 int v139; // ecx@306 | |
2597 int v140; // eax@308 | |
488 | 2598 //__int16 v141; // ST18_2@311 |
2599 //stru6 *v142; // eax@311 | |
2600 //__int16 v143; // ST18_2@311 | |
2601 //stru6 *v144; // eax@311 | |
2602 //__int16 v145; // ST18_2@311 | |
2603 //stru6 *v146; // eax@311 | |
2604 //__int16 v147; // ST18_2@311 | |
2605 //stru6 *v148; // eax@311 | |
0 | 2606 int v149; // ecx@312 |
2607 int v150; // ecx@313 | |
2608 int v151; // ecx@314 | |
2609 signed int v152; // eax@322 | |
2610 int v153; // ecx@322 | |
2611 int v154; // eax@322 | |
2612 int v155; // eax@323 | |
2613 int v156; // eax@323 | |
2614 int v157; // eax@326 | |
2615 double v158; // st7@326 | |
2616 double v159; // st6@326 | |
2617 signed __int64 v160; // qtt@334 | |
2618 int v161; // eax@339 | |
2619 int v162; // edi@340 | |
2620 int v163; // eax@340 | |
2621 signed int v164; // eax@340 | |
2622 signed int v165; // edi@340 | |
488 | 2623 //stru6 *v166; // eax@340 |
2624 //stru6 *v167; // eax@340 | |
0 | 2625 signed int v168; // edi@343 |
2626 int v169; // eax@344 | |
2627 int v170; // ecx@346 | |
2628 int v171; // ecx@347 | |
2629 int v172; // ecx@348 | |
2630 int v173; // edi@350 | |
2631 signed int v174; // edi@355 | |
488 | 2632 //__int16 v175; // ST18_2@357 |
2633 //stru6 *v176; // eax@357 | |
2634 //__int16 v177; // ST18_2@357 | |
2635 //stru6 *v178; // eax@357 | |
2636 //__int16 v179; // ST18_2@357 | |
2637 //stru6 *v180; // eax@357 | |
2638 //__int16 v181; // ST18_2@357 | |
2639 //stru6 *v182; // eax@357 | |
2640 //signed __int64 v183; // qax@357 | |
0 | 2641 int v184; // ecx@358 |
2642 int v185; // ecx@359 | |
2643 int v186; // ecx@360 | |
2644 int v187; // eax@367 | |
2645 int v188; // esi@369 | |
2646 int v189; // edi@369 | |
710 | 2647 //const char *v190; // ecx@377 |
0 | 2648 signed int v191; // edi@379 |
2649 int v192; // ecx@382 | |
2650 int v193; // ecx@383 | |
2651 int v194; // ecx@384 | |
2652 int v195; // eax@386 | |
2653 int v196; // eax@387 | |
488 | 2654 //__int16 v197; // ST18_2@395 |
2655 //stru6 *v198; // eax@395 | |
2656 //__int16 v199; // ST18_2@395 | |
2657 //stru6 *v200; // eax@395 | |
2658 //__int16 v201; // ST18_2@395 | |
2659 //stru6 *v202; // eax@395 | |
2660 //__int16 v203; // ST18_2@395 | |
2661 //stru6 *v204; // eax@395 | |
0 | 2662 signed int v205; // edi@405 |
2663 int v206; // eax@407 | |
2664 __int16 v207; // cx@407 | |
2665 int v208; // eax@411 | |
2666 signed int v209; // ecx@412 | |
2667 int v210; // edx@412 | |
2668 signed int v211; // ecx@412 | |
2669 int v212; // eax@413 | |
2670 int v213; // eax@413 | |
2671 int v214; // eax@413 | |
2672 int v215; // eax@415 | |
2673 double v216; // st7@415 | |
2674 double v217; // st6@415 | |
2675 signed __int64 v218; // qtt@423 | |
2676 int v219; // ecx@425 | |
2677 int v220; // ecx@426 | |
2678 int v221; // edi@428 | |
2679 char *v222; // edi@434 | |
2680 char v223; // al@438 | |
2681 int v224; // ecx@442 | |
2682 int v225; // ecx@443 | |
2683 int v226; // eax@451 | |
2684 int v227; // esi@453 | |
2685 unsigned int v228; // edi@454 | |
2686 int v229; // edi@466 | |
488 | 2687 //__int16 v230; // ST18_2@469 |
2688 //stru6 *v231; // eax@469 | |
2689 //signed int v232; // esi@469 | |
2690 //__int16 v233; // ST18_2@469 | |
2691 //stru6 *v234; // eax@469 | |
2692 //__int16 v235; // ST18_2@469 | |
2693 //stru6 *v236; // eax@469 | |
2694 //__int16 v237; // ST18_2@469 | |
2695 //stru6 *v238; // eax@469 | |
0 | 2696 __int16 v239; // ST1C_2@469 |
2697 char *v240; // ecx@472 | |
2698 double v241; // st7@478 | |
2699 signed __int64 v242; // qax@484 | |
2700 char *v243; // ecx@484 | |
2701 char *v244; // eax@488 | |
2702 int v245; // edi@492 | |
2703 int v246; // eax@492 | |
2704 char *v247; // eax@497 | |
2705 char v248; // al@497 | |
2706 char v249; // cf@500 | |
2707 float v250; // esi@507 | |
2708 char v251; // al@507 | |
2709 int v252; // edx@510 | |
2710 int m; // esi@510 | |
2711 int v254; // eax@513 | |
2712 int v255; // esi@513 | |
2713 int v256; // ecx@513 | |
2714 int v257; // edx@514 | |
2715 int v258; // ecx@514 | |
2716 char v259; // al@516 | |
2717 int v260; // eax@518 | |
2718 int v261; // esi@519 | |
2719 int v262; // edx@521 | |
2720 int v263; // ecx@521 | |
2721 int v264; // esi@521 | |
2722 int v265; // edx@521 | |
2723 int *ii; // eax@522 | |
2724 int v267; // eax@524 | |
2725 int v268; // eax@524 | |
2726 int v269; // eax@526 | |
2727 char *v270; // eax@531 | |
2728 char v271; // al@531 | |
2729 char v272; // cf@534 | |
2730 float v273; // esi@541 | |
2731 char v274; // al@541 | |
2732 int v275; // edx@544 | |
2733 int k; // esi@544 | |
2734 int v277; // edx@548 | |
2735 int v278; // ecx@548 | |
2736 char v279; // al@550 | |
2737 int v280; // eax@552 | |
2738 int v281; // esi@553 | |
2739 int v282; // edx@555 | |
2740 int v283; // ecx@555 | |
2741 int v284; // esi@555 | |
2742 int v285; // edx@555 | |
2743 int *l; // eax@556 | |
2744 int v287; // eax@558 | |
2745 int v288; // eax@558 | |
2746 ItemGen *v289; // eax@560 | |
2747 signed int v290; // eax@560 | |
2748 unsigned __int8 v291; // al@564 | |
2749 char v292; // al@573 | |
2750 int v293; // eax@575 | |
2751 ItemGen *v294; // esi@575 | |
2752 int v295; // edx@575 | |
2753 int kk; // edi@575 | |
2754 int v297; // edx@579 | |
2755 int v298; // ecx@579 | |
2756 char v299; // al@581 | |
2757 int v300; // eax@583 | |
2758 int v301; // edi@584 | |
2759 int v302; // edx@586 | |
2760 int v303; // ecx@586 | |
2761 int v304; // edi@586 | |
2762 int v305; // edx@586 | |
2763 int *jj; // eax@587 | |
2764 int v307; // eax@589 | |
2765 int v308; // eax@589 | |
2766 char *v309; // ecx@593 | |
2767 char v310; // sf@593 | |
2768 unsigned __int8 v311; // of@593 | |
2769 char v312; // cl@597 | |
488 | 2770 char v313; // al@606pGame->GetStru6() |
0 | 2771 int v314; // edx@607 |
2772 int j; // esi@607 | |
2773 unsigned int v316; // eax@613 | |
2774 const char *v317; // ecx@617 | |
2775 Player *v318; // ecx@619 | |
2776 unsigned int v319; // edi@627 | |
2777 int v320; // ecx@629 | |
2778 int v321; // ecx@630 | |
2779 int v322; // edi@632 | |
2780 int v323; // edi@635 | |
2781 char *v324; // eax@635 | |
2782 Player *v325; // ecx@640 | |
2783 int v326; // eax@643 | |
2784 int v327; // eax@648 | |
2785 int v328; // ecx@651 | |
2786 int v329; // ecx@652 | |
2787 int v330; // edi@654 | |
488 | 2788 //__int16 v331; // ST18_2@658 |
2789 //stru6 *v332; // eax@658 | |
2790 //__int16 v333; // ST18_2@658 | |
2791 //stru6 *v334; // eax@658 | |
2792 //__int16 v335; // ST18_2@658 | |
2793 //stru6 *v336; // eax@658 | |
2794 //__int16 v337; // ST18_2@658 | |
2795 //stru6 *v338; // eax@658 | |
0 | 2796 int v339; // ecx@659 |
2797 int v340; // ecx@660 | |
2798 int v341; // eax@663 | |
2799 signed int v342; // edi@668 | |
2800 signed int v343; // edi@670 | |
2801 unsigned __int64 v344; // ST08_8@670 | |
488 | 2802 //__int16 v345; // ST1C_2@671 |
2803 //__int16 v346; // ST18_2@671 | |
2804 //stru6 *v347; // eax@671 | |
0 | 2805 int v348; // ecx@672 |
2806 int v349; // ecx@673 | |
2807 int v350; // edi@676 | |
2808 Player *v351; // edi@680 | |
488 | 2809 //__int16 v352; // ST18_2@685 |
2810 //stru6 *v353; // eax@685 | |
0 | 2811 int v354; // ecx@686 |
2812 int v355; // ecx@687 | |
2813 int v356; // eax@689 | |
112 | 2814 Player *v357; // edi@694 |
488 | 2815 //unsigned __int16 v358; // ST1C_2@695 |
2816 //__int16 v359; // ST18_2@695 | |
2817 //stru6 *v360; // eax@695 | |
2818 //__int16 v361; // ST1C_2@697 | |
2819 //__int16 v362; // ST18_2@697 | |
2820 //stru6 *v363; // eax@697 | |
0 | 2821 int v364; // ecx@698 |
2822 int v365; // ecx@699 | |
2823 int v366; // eax@701 | |
488 | 2824 //stru6 *v367; // eax@704 |
0 | 2825 int v368; // eax@704 |
2826 Actor *v369; // edi@705 | |
2827 int v370; // eax@706 | |
2828 int v371; // ecx@709 | |
2829 int v372; // ecx@710 | |
2830 int v373; // eax@715 | |
2831 int v374; // eax@717 | |
112 | 2832 Player *v375; // edi@717 |
0 | 2833 int v376; // eax@717 |
2834 Player *v377; // ecx@719 | |
2835 int v378; // ecx@721 | |
2836 int v379; // ecx@722 | |
2837 int v380; // eax@724 | |
2838 int v381; // edi@727 | |
2839 int v382; // ecx@727 | |
2840 Player *v383; // eax@728 | |
2841 int v384; // eax@733 | |
2842 int v385; // edi@736 | |
2843 signed int v386; // eax@736 | |
2844 Player *v387; // edi@738 | |
2845 int v388; // edi@740 | |
488 | 2846 //unsigned __int16 v389; // ST1C_2@740 |
2847 //__int16 v390; // ST18_2@740 | |
2848 //stru6 *v391; // eax@740 | |
0 | 2849 int v392; // ecx@742 |
2850 int v393; // ecx@743 | |
2851 int v394; // ecx@744 | |
2852 int v395; // edi@747 | |
2853 int v396; // eax@752 | |
2854 int v397; // eax@757 | |
2855 int v398; // eax@757 | |
2856 int v399; // eax@757 | |
2857 char *v400; // esi@757 | |
488 | 2858 //Game *v401; // ecx@759 |
2859 //__int16 v402; // ST1C_2@759 | |
2860 //__int16 v403; // ST18_2@759 | |
2861 //stru6 *v404; // eax@759 | |
0 | 2862 int v405; // ecx@761 |
2863 int v406; // ecx@762 | |
2864 int v407; // edi@765 | |
488 | 2865 //__int16 v408; // ST1C_2@769 |
2866 //__int16 v409; // ST18_2@769 | |
2867 //stru6 *v410; // eax@769 | |
0 | 2868 int v411; // ecx@772 |
2869 int v412; // ecx@773 | |
2870 int v413; // edi@775 | |
488 | 2871 //__int16 v414; // ST1C_2@781 |
2872 //__int16 v415; // ST18_2@781 | |
2873 //stru6 *v416; // eax@781 | |
0 | 2874 int v417; // eax@787 |
2875 int v418; // ecx@789 | |
2876 __int16 v419; // ax@791 | |
2877 signed int v420; // eax@793 | |
2878 int v421; // edx@793 | |
2879 const char *v422; // eax@801 | |
2880 int v423; // ecx@808 | |
2881 int v424; // ecx@809 | |
2882 int v425; // eax@811 | |
2883 signed int v426; // eax@815 | |
2884 signed int v427; // eax@820 | |
2885 int v428; // ecx@825 | |
2886 int v429; // ecx@826 | |
2887 int v430; // eax@828 | |
488 | 2888 //stru6 *v431; // eax@831 |
0 | 2889 int v432; // eax@831 |
2890 Actor *v433; // edi@832 | |
2891 int v434; // eax@833 | |
2892 int v435; // ecx@837 | |
2893 int v436; // ecx@838 | |
488 | 2894 //__int16 v437; // ST1C_2@843 |
2895 //__int16 v438; // ST18_2@843 | |
2896 //stru6 *v439; // eax@843 | |
0 | 2897 int v440; // eax@843 |
2898 int v441; // eax@847 | |
2899 int v442; // ecx@850 | |
2900 int v443; // ecx@851 | |
2901 int v444; // eax@853 | |
2902 signed int v445; // edi@857 | |
2903 int v446; // ecx@862 | |
2904 LevelDecoration *v447; // edi@864 | |
2905 __int16 v448; // ax@864 | |
2906 char *v449; // esi@870 | |
2907 int v450; // eax@870 | |
2908 int v451; // ecx@875 | |
2909 int v452; // ecx@876 | |
2910 int v453; // edi@878 | |
488 | 2911 //__int16 v454; // ST1C_2@884 |
2912 //__int16 v455; // ST18_2@884 | |
2913 //stru6 *v456; // eax@884 | |
0 | 2914 int v457; // ecx@887 |
2915 int v458; // ecx@888 | |
2916 int v459; // eax@890 | |
2917 signed int v460; // eax@895 | |
2918 Actor *v461; // eax@897 | |
2919 unsigned __int16 v462; // cx@897 | |
2920 signed int v463; // edx@897 | |
2921 int v464; // ecx@905 | |
2922 int v465; // ecx@906 | |
2923 int v466; // edi@909 | |
488 | 2924 //__int16 v467; // ST1C_2@913 |
2925 //__int16 v468; // ST18_2@913 | |
2926 //stru6 *v469; // eax@913 | |
0 | 2927 int v470; // edi@913 |
2928 int v471; // eax@917 | |
2929 int v472; // eax@917 | |
2930 char *v473; // esi@918 | |
488 | 2931 //__int16 v474; // ST18_2@920 |
2932 //stru6 *v475; // eax@920 | |
2933 //__int16 v476; // ST18_2@920 | |
2934 //stru6 *v477; // eax@920 | |
2935 //__int16 v478; // ST18_2@920 | |
2936 //stru6 *v479; // eax@920 | |
2937 //__int16 v480; // ST18_2@920 | |
2938 //stru6 *v481; // eax@920 | |
2939 //__int16 v482; // ST18_2@923 | |
2940 //stru6 *v483; // eax@923 | |
2941 //__int16 v484; // ST18_2@923 | |
2942 //stru6 *v485; // eax@923 | |
2943 //__int16 v486; // ST18_2@923 | |
2944 //stru6 *v487; // eax@923 | |
2945 //__int16 v488; // ST18_2@923 | |
2946 //stru6 *v489; // eax@923 | |
2947 //__int16 v490; // ST1C_2@924 | |
2948 //__int16 v491; // ST18_2@924 | |
2949 //stru6 *v492; // eax@924 | |
0 | 2950 int v493; // ecx@925 |
2951 int v494; // ecx@926 | |
488 | 2952 //__int16 v495; // ST1C_2@931 |
2953 //__int16 v496; // ST18_2@931 | |
2954 //stru6 *v497; // eax@931 | |
0 | 2955 int v498; // edi@931 |
2956 int v499; // eax@935 | |
2957 int v500; // eax@935 | |
2958 Player *v501; // edi@939 | |
488 | 2959 //__int16 v502; // ST18_2@940 |
2960 //stru6 *v503; // eax@940 | |
2961 //stru6 *v504; // eax@943 | |
0 | 2962 int v505; // eax@943 |
2963 int v506; // eax@943 | |
2964 int v507; // edi@944 | |
2965 int v508; // eax@944 | |
2966 signed int v509; // eax@944 | |
2967 signed int v510; // edi@944 | |
2968 Actor *v511; // edi@946 | |
2969 int v512; // eax@946 | |
2970 SpellBuff *v513; // edi@946 | |
2971 int v514; // ecx@950 | |
2972 int v515; // ecx@951 | |
2973 int v516; // eax@953 | |
2974 int v517; // eax@956 | |
90 | 2975 Actor *v518; // edx@957 |
0 | 2976 __int16 v519; // cx@958 |
2977 int v520; // ecx@968 | |
2978 int v521; // ecx@969 | |
2979 int v522; // eax@971 | |
488 | 2980 //__int16 v523; // ST18_2@975 |
2981 //stru6 *v524; // eax@975 | |
2982 //__int16 v525; // ST18_2@975 | |
2983 //stru6 *v526; // eax@975 | |
2984 //__int16 v527; // ST18_2@975 | |
2985 //stru6 *v528; // eax@975 | |
2986 //__int16 v529; // ST18_2@975 | |
2987 //stru6 *v530; // eax@975 | |
0 | 2988 int v531; // eax@982 |
2989 int v532; // eax@982 | |
2990 int v533; // edi@983 | |
2991 int v534; // eax@983 | |
2992 signed int v535; // eax@983 | |
2993 signed int v536; // edi@983 | |
2994 stru6 *v537; // eax@984 | |
2995 int v538; // ecx@985 | |
2996 int v539; // ecx@986 | |
2997 int v540; // eax@988 | |
488 | 2998 //__int16 v541; // ST18_2@991 |
2999 //stru6 *v542; // eax@991 | |
3000 //__int16 v543; // ST18_2@991 | |
3001 //stru6 *v544; // eax@991 | |
3002 //__int16 v545; // ST18_2@991 | |
3003 //stru6 *v546; // eax@991 | |
3004 //__int16 v547; // ST18_2@991 | |
0 | 3005 stru6 *v548; // eax@991 |
3006 double v549; // st7@991 | |
3007 unsigned __int16 v550; // di@991 | |
3008 int v551; // ecx@993 | |
3009 int v552; // ecx@994 | |
89 | 3010 Player *v553; // edi@1001 |
488 | 3011 //__int16 v554; // ST18_2@1002 |
3012 //stru6 *v555; // eax@1002 | |
3013 //__int16 v556; // ST18_2@1002 | |
3014 //stru6 *v557; // eax@1002 | |
3015 //__int16 v558; // ST18_2@1002 | |
3016 //stru6 *v559; // eax@1002 | |
3017 //__int16 v560; // ST18_2@1002 | |
3018 //stru6 *v561; // eax@1002 | |
0 | 3019 unsigned __int16 v562; // di@1005 |
3020 signed int v563; // eax@1010 | |
3021 unsigned int v564; // ecx@1011 | |
3022 signed int v565; // eax@1012 | |
3023 Player **v566; // ecx@1012 | |
3024 int v567; // eax@1012 | |
488 | 3025 //unsigned __int16 v568; // ST1C_2@1012 |
3026 //__int16 v569; // ST18_2@1012 | |
3027 //stru6 *v570; // eax@1012 | |
0 | 3028 Player *v571; // eax@1013 |
3029 char *v572; // ecx@1013 | |
3030 int v573; // ecx@1017 | |
3031 int v574; // ecx@1018 | |
3032 int v575; // eax@1020 | |
3033 signed int v576; // eax@1025 | |
3034 Player *v577; // eax@1026 | |
3035 int v578; // eax@1028 | |
3036 __int16 v579; // ax@1029 | |
3037 int v580; // eax@1031 | |
3038 int v581; // edi@1031 | |
3039 int v582; // eax@1031 | |
488 | 3040 //__int16 v583; // ST1C_2@1034 |
3041 //__int16 v584; // ST18_2@1034 | |
0 | 3042 char *v585; // esi@1034 |
488 | 3043 //stru6 *v586; // eax@1034 |
0 | 3044 signed int v587; // eax@1035 |
3045 int v588; // ecx@1036 | |
3046 int v589; // ecx@1037 | |
3047 int v590; // ecx@1038 | |
3048 char v591; // al@1048 | |
3049 int v592; // esi@1052 | |
3050 int v593; // ecx@1057 | |
3051 int v594; // ecx@1058 | |
3052 int v595; // eax@1064 | |
3053 int v596; // esi@1066 | |
3054 unsigned int v597; // edi@1067 | |
3055 int v598; // eax@1079 | |
3056 signed int v599; // eax@1082 | |
3057 int v600; // edi@1086 | |
3058 int v601; // edx@1086 | |
3059 int v602; // eax@1086 | |
3060 int v603; // ecx@1086 | |
3061 int v604; // eax@1087 | |
3062 char *v605; // eax@1089 | |
3063 int v606; // edx@1091 | |
3064 int v607; // ecx@1100 | |
3065 __int16 v608; // ax@1102 | |
3066 signed int v609; // eax@1104 | |
3067 int v610; // edi@1106 | |
3068 unsigned int v611; // eax@1106 | |
89 | 3069 Player *v612; // edi@1106 |
3070 DDM_DLV_Header *v613; // eax@1108 | |
0 | 3071 int v614; // eax@1116 |
3072 int v615; // edi@1119 | |
488 | 3073 //__int16 v616; // ST1C_2@1122 |
3074 //__int16 v617; // ST18_2@1122 | |
3075 //stru6 *v618; // eax@1122 | |
112 | 3076 Player *v619; // edi@1123 |
488 | 3077 //unsigned __int16 v620; // ST1C_2@1124 |
3078 //__int16 v621; // ST18_2@1124 | |
3079 //stru6 *v622; // eax@1124 | |
0 | 3080 signed __int64 v623; // qax@1127 |
3081 int v624; // eax@1127 | |
3082 int v625; // edi@1129 | |
3083 int v626; // eax@1129 | |
3084 signed int v627; // eax@1129 | |
3085 signed int v628; // edi@1129 | |
3086 int v629; // ecx@1130 | |
3087 Player *v630; // eax@1131 | |
3088 int v631; // eax@1137 | |
3089 int v632; // edi@1140 | |
3090 Player *v633; // eax@1140 | |
3091 signed int v634; // eax@1140 | |
3092 int v635; // edi@1142 | |
488 | 3093 //unsigned __int16 v636; // ST1C_2@1142 |
3094 //__int16 v637; // ST18_2@1142 | |
3095 //stru6 *v638; // eax@1142 | |
3096 //stru6 *v639; // eax@1143 | |
0 | 3097 int v640; // ecx@1146 |
3098 int v641; // ecx@1147 | |
3099 int v642; // edi@1156 | |
3100 int v643; // eax@1156 | |
3101 int v644; // eax@1156 | |
3102 signed int v645; // eax@1158 | |
488 | 3103 //Player *v646; // ebx@1169 |
3104 //int v647; // edi@1169 | |
3105 //signed int v648; // ST1C_4@1170 | |
3106 //Player *v649; // ecx@1170 | |
3107 //unsigned __int64 v650; // [sp-10h] [bp-E94h]@103 | |
3108 //unsigned __int16 v651; // [sp-8h] [bp-E8Ch]@100 | |
3109 //unsigned __int16 v652; // [sp-8h] [bp-E8Ch]@304 | |
3110 //unsigned __int16 v653; // [sp-4h] [bp-E88h]@100 | |
0 | 3111 int v654; // [sp-4h] [bp-E88h]@124 |
488 | 3112 //unsigned __int16 v655; // [sp-4h] [bp-E88h]@304 |
0 | 3113 unsigned int v656; // [sp-4h] [bp-E88h]@639 |
3114 int v657; // [sp-4h] [bp-E88h]@807 | |
488 | 3115 //int v658; // [sp+0h] [bp-E84h]@100 |
0 | 3116 int v659; // [sp+0h] [bp-E84h]@123 |
3117 int v660; // [sp+0h] [bp-E84h]@146 | |
3118 Actor *v661; // [sp+0h] [bp-E84h]@164 | |
488 | 3119 //int v662; // [sp+0h] [bp-E84h]@304 |
0 | 3120 unsigned __int64 v663; // [sp+0h] [bp-E84h]@639 |
3121 const char *v664; // [sp+0h] [bp-E84h]@802 | |
3122 int v665; // [sp+0h] [bp-E84h]@807 | |
3123 int v666; // [sp+4h] [bp-E80h]@12 | |
3124 enum PLAYER_SKILL_TYPE v667; // [sp+4h] [bp-E80h]@25 | |
488 | 3125 //unsigned __int8 v668; // [sp+4h] [bp-E80h]@100 |
0 | 3126 int v669; // [sp+4h] [bp-E80h]@123 |
3127 Vec3_int_ *v670; // [sp+4h] [bp-E80h]@133 | |
3128 int v671; // [sp+4h] [bp-E80h]@146 | |
3129 unsigned int v672; // [sp+4h] [bp-E80h]@164 | |
488 | 3130 //unsigned __int8 v673; // [sp+4h] [bp-E80h]@304 |
0 | 3131 __int16 v674; // [sp+4h] [bp-E80h]@684 |
3132 const char *v675; // [sp+4h] [bp-E80h]@800 | |
3133 int v676; // [sp+4h] [bp-E80h]@807 | |
3134 int v677; // [sp+4h] [bp-E80h]@861 | |
3135 int v678; // [sp+4h] [bp-E80h]@997 | |
3136 int v679; // [sp+14h] [bp-E70h]@515 | |
3137 AIDirection a3; // [sp+C94h] [bp-1F0h]@21 | |
3138 int v681[4]; // [sp+CB0h] [bp-1D4h]@1137 | |
3139 int v682[4]; // [sp+CC0h] [bp-1C4h]@731 | |
3140 ItemGen v683; // [sp+CD0h] [bp-1B4h]@791 | |
3141 int v684; // [sp+D04h] [bp-180h]@416 | |
3142 unsigned __int64 v685; // [sp+D08h] [bp-17Ch]@416 | |
3143 int x; // [sp+D20h] [bp-164h]@327 | |
3144 unsigned __int64 v687; // [sp+D24h] [bp-160h]@327 | |
3145 int v688; // [sp+D2Ch] [bp-158h]@943 | |
3146 int v689; // [sp+D30h] [bp-154h]@943 | |
3147 int v690; // [sp+D34h] [bp-150h]@943 | |
3148 int v691; // [sp+D38h] [bp-14Ch]@137 | |
3149 int v692; // [sp+D3Ch] [bp-148h]@137 | |
3150 int v693; // [sp+D40h] [bp-144h]@137 | |
3151 int v694; // [sp+D44h] [bp-140h]@982 | |
3152 int v695; // [sp+D48h] [bp-13Ch]@982 | |
3153 int v696; // [sp+D4Ch] [bp-138h]@982 | |
3154 int v697; // [sp+D50h] [bp-134h]@129 | |
3155 int v698; // [sp+D54h] [bp-130h]@129 | |
3156 int v699; // [sp+D58h] [bp-12Ch]@129 | |
3157 Vec3_int_ v700; // [sp+D5Ch] [bp-128h]@339 | |
3158 int v701; // [sp+D68h] [bp-11Ch]@286 | |
3159 int v702; // [sp+D6Ch] [bp-118h]@286 | |
3160 int v703; // [sp+D70h] [bp-114h]@286 | |
3161 int v704; // [sp+D74h] [bp-110h]@132 | |
3162 int v705; // [sp+D78h] [bp-10Ch]@132 | |
3163 int v706; // [sp+D7Ch] [bp-108h]@132 | |
3164 int v707; // [sp+D80h] [bp-104h]@1127 | |
3165 int v708; // [sp+D84h] [bp-100h]@1127 | |
3166 int v709; // [sp+D88h] [bp-FCh]@1127 | |
3167 char v710; // [sp+D8Ch] [bp-F8h]@1156 | |
3168 stru277 *v711; // [sp+D90h] [bp-F4h]@1 | |
3169 __int64 v712; // [sp+D94h] [bp-F0h]@991 | |
3170 int v713; // [sp+D9Ch] [bp-E8h]@324 | |
3171 int n; // [sp+DA0h] [bp-E4h]@1 | |
3172 AIDirection v715; // [sp+DA4h] [bp-E0h]@21 | |
3173 int v716; // [sp+DC0h] [bp-C4h]@272 | |
3174 __int64 v717; // [sp+DC4h] [bp-C0h]@271 | |
3175 float v718; // [sp+DCCh] [bp-B8h]@176 | |
3176 signed int sRecoveryTime; // [sp+DD0h] [bp-B4h]@53 | |
3177 char *y; // [sp+DD4h] [bp-B0h]@325 | |
3178 int v721; // [sp+DD8h] [bp-ACh]@163 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3179 //SpriteObject a1; // [sp+DDCh] [bp-A8h]@1 |
0 | 3180 int v723; // [sp+E4Ch] [bp-38h]@1 |
3181 ItemGen *_this; // [sp+E50h] [bp-34h]@23 | |
3182 float v725; // [sp+E54h] [bp-30h]@23 | |
3183 Player *v726; // [sp+E58h] [bp-2Ch]@131 | |
90 | 3184 int v726b; |
0 | 3185 float v727; // [sp+E5Ch] [bp-28h]@1 |
3186 unsigned int uRequiredMana; // [sp+E60h] [bp-24h]@53 | |
3187 Player *pPlayer; // [sp+E64h] [bp-20h]@8 | |
3188 int v730; // [sp+E68h] [bp-1Ch]@53 | |
89 | 3189 Player *v730b; |
3190 ItemGen *v730c; | |
0 | 3191 int v731; // [sp+E6Ch] [bp-18h]@48 |
3192 signed int v732; // [sp+E70h] [bp-14h]@325 | |
3193 unsigned __int64 v733; // [sp+E74h] [bp-10h]@1 | |
3194 signed int a2; // [sp+E7Ch] [bp-8h]@14 | |
3195 int amount; // [sp+E80h] [bp-4h]@1 | |
3196 | |
3197 auto ecx0 = this; | |
3198 | |
3199 v711 = ecx0; | |
3200 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3201 SpriteObject a1; // [sp+DDCh] [bp-A8h]@1 |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3202 //SpriteObject::SpriteObject(&a1); |
0 | 3203 |
486 | 3204 //v1 = 0; |
0 | 3205 v2 = 0; |
3206 amount = 0; | |
3207 LODWORD(v733) = 0; | |
3208 v723 = 0; | |
3209 v727 = 0.0; | |
3210 n = 0; | |
3211 while ( 1 ) | |
3212 { | |
3213 v3 = &v711[n]; | |
3214 HIDWORD(v733) = (int)v3; | |
486 | 3215 if ( v3->spellnum == 0 ) |
0 | 3216 goto LABEL_1166; |
486 | 3217 |
3218 if (pParty->Invisible()) | |
3219 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset(); | |
3220 | |
0 | 3221 if ( v3->field_8 & 0x3CA ) |
3222 { | |
3223 if ( !pParty->pPlayers[v3->uPlayerID].CanAct() ) | |
3224 v711->_427D48(1u); | |
3225 goto LABEL_1166; | |
3226 } | |
3227 pPlayer = &pParty->pPlayers[v3->uPlayerID]; | |
488 | 3228 |
3229 a2 = v3->spell_target_pid; | |
3230 if (!a2) | |
0 | 3231 { |
488 | 3232 if (v3->spellnum == SPELL_LIGHT_DESTROY_UNDEAD || |
3233 v3->spellnum == SPELL_SPIRIT_TURN_UNDEAD || | |
3234 v3->spellnum == SPELL_DARK_CONTROL_UNDEAD ) | |
3235 v666 = 1; | |
3236 else | |
3237 v666 = 0; | |
3238 | |
3239 a2 = stru_50C198.FindClosestActor(5120, 1, v666); | |
3240 v6 = pMouse->uPointingObjectID; | |
3241 if ( pMouse->uPointingObjectID && (v6 & 7) == OBJECT_Actor && pActors[v6 >> 3].CanAct() ) | |
3242 a2 = pMouse->uPointingObjectID; | |
0 | 3243 } |
488 | 3244 |
3245 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3246 a1.uType = stru_4E3ACC[v3->spellnum].field_0; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3247 if (a1.uType) |
0 | 3248 { |
141 | 3249 if ( (a2 & 7) == OBJECT_Actor) |
0 | 3250 { |
141 | 3251 memcpy(&v715, Actor::GetDirectionInfo((8 * v3->uPlayerID + 8) | OBJECT_Player, a2, &a3, 0), sizeof(v715)); |
0 | 3252 v2 = v723; |
3253 } | |
3254 else | |
3255 { | |
3256 v715.uYawAngle = pParty->sRotationY; | |
3257 v715.uPitchAngle = pParty->sRotationX; | |
3258 } | |
3259 } | |
488 | 3260 |
486 | 3261 LODWORD(v725) = 0; |
3262 _this = 0; | |
488 | 3263 if (v3->forced_spell_skill_level) |
3264 { | |
3265 v11 = v3->forced_spell_skill_level; | |
3266 v723 = v11 & 0x3F; | |
3267 v2 = v723; | |
3268 } | |
3269 else | |
0 | 3270 { |
488 | 3271 //v667 = PLAYER_SKILL_STAFF; |
3272 if (v3->spellnum < SPELL_AIR_WIZARD_EYE) | |
3273 v667 = PLAYER_SKILL_FIRE; | |
3274 else if (v3->spellnum < SPELL_WATER_AWAKEN) | |
3275 v667 = PLAYER_SKILL_AIR; | |
3276 else if (v3->spellnum < SPELL_EARTH_STUN) | |
3277 v667 = PLAYER_SKILL_WATER; | |
3278 else if (v3->spellnum < SPELL_SPIRIT_DETECT_LIFE) | |
3279 v667 = PLAYER_SKILL_EARTH; | |
3280 else if (v3->spellnum < SPELL_MIND_REMOVE_FEAR) | |
3281 v667 = PLAYER_SKILL_SPIRIT; | |
3282 else if (v3->spellnum < SPELL_BODY_CURE_WEAKNESS) | |
3283 v667 = PLAYER_SKILL_MIND; | |
3284 else if (v3->spellnum < SPELL_LIGHT_LIGHT_BOLT) | |
3285 v667 = PLAYER_SKILL_BODY; | |
3286 else if (v3->spellnum < SPELL_DARK_REANIMATE) | |
3287 v667 = PLAYER_SKILL_LIGHT; | |
3288 else if (v3->spellnum < SPELL_BOW_ARROW) | |
3289 v667 = PLAYER_SKILL_DARK; | |
3290 else if (v3->spellnum == SPELL_BOW_ARROW) | |
3291 v667 = PLAYER_SKILL_BOW; | |
3292 else assert(false && "Unknown spell"); | |
3293 | |
0 | 3294 LODWORD(v725) = v667; |
488 | 3295 v723 = pPlayer->GetActualSkillLevel(v667) & 0x3F; |
3296 v2 = v723; | |
3297 v11 = pPlayer->pActiveSkills[LODWORD(v725)]; | |
0 | 3298 } |
488 | 3299 |
0 | 3300 if ( HIBYTE(v11) & 1 ) |
3301 { | |
3302 v12 = 4; | |
3303 v731 = 4; | |
3304 } | |
3305 else | |
3306 { | |
3307 if ( (v11 & 0x80u) == 0 ) | |
3308 { | |
3309 v731 = ((v11 & 0x40) != 0) + 1; | |
3310 } | |
3311 else | |
3312 { | |
3313 v731 = 3; | |
3314 } | |
3315 v12 = v731; | |
3316 } | |
488 | 3317 |
3318 v730 = v3->spellnum; | |
3319 if (v3->forced_spell_skill_level) | |
486 | 3320 uRequiredMana = 0; |
488 | 3321 else |
3322 uRequiredMana = pSpellDatas[v3->spellnum].mana_per_skill[v12 - 1]; | |
3323 sRecoveryTime = pSpellDatas[v3->spellnum].recovery_per_skill[v12 - 1]; | |
3324 | |
3325 if (LODWORD(v725) == PLAYER_SKILL_DARK && pParty->uCurrentHour == 0 && pParty->uCurrentMinute == 0 || | |
490 | 3326 LODWORD(v725) == PLAYER_SKILL_LIGHT && pParty->uCurrentHour == 12 && pParty->uCurrentMinute == 0) |
486 | 3327 uRequiredMana = 0; |
488 | 3328 |
3329 if (v3->spellnum >= PLAYER_SKILL_BOW || pPlayer->sMana >= uRequiredMana) | |
0 | 3330 break; |
488 | 3331 |
3332 ShowStatusBarString(pGlobalTXT_LocalizationStrings[586], 2u); // "Not enough spell points" | |
0 | 3333 LABEL_203: |
486 | 3334 v3->spellnum = 0; |
0 | 3335 LABEL_1166: |
3336 ++n; | |
3337 if ( n >= 10 ) | |
3338 return; | |
3339 } | |
488 | 3340 |
3341 if (pPlayer->Cursed() && v730 < SPELL_BOW_ARROW) | |
3342 if (rand() % 100 < 50) | |
3343 { | |
3344 if ( pParty->bTurnBasedModeOn == 0 ) | |
3345 { | |
3346 //v646 = pPlayer; | |
3347 pPlayer->SetRecoveryTime((signed __int64)(flt_6BE3A4_debug_recmod1 * 213.3333333333333)); | |
3348 //v647 = n; | |
3349 } | |
3350 else | |
3351 { | |
3352 //v647 = n; | |
3353 //v646 = pPlayer; | |
3354 //v648 = sRecoveryTime; | |
3355 //v649 = pPlayer; | |
3356 pParty->pTurnBasedPlayerRecoveryTimes[v711[n].uPlayerID] = 100; | |
3357 pPlayer->SetRecoveryTime(sRecoveryTime); | |
3358 pTurnEngine->_40471C(); | |
3359 } | |
3360 | |
3361 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2u); // "Spell failed" | |
3362 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
3363 v711[n].spellnum = 0; | |
3364 pPlayer->sMana -= uRequiredMana; | |
3365 return; | |
3366 } | |
3367 | |
0 | 3368 switch ( v3->spellnum ) |
3369 { | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3370 case SPELL_101: |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3371 assert(false && "Unknown spell effect #101 (prolly flaming bow arrow"); |
488 | 3372 case SPELL_BOW_ARROW: |
0 | 3373 v17 = pPlayer; |
3374 _this = (ItemGen *)1; | |
488 | 3375 if ( (signed int)SkillToMastery(pPlayer->pActiveSkills[PLAYER_SKILL_BOW]) >= 3 ) |
0 | 3376 _this = (ItemGen *)2; |
3377 sRecoveryTime = v17->GetAttackRecoveryTime(1); | |
3378 a1.stru_24.Reset(); | |
3379 v18 = v3->spellnum; | |
3380 a1.field_4C = v2; | |
3381 a1.field_48 = v18; | |
3382 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3383 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 3384 if ( v17->WearsItem(510, 2) ) |
3385 a1.uObjectDescID = pObjectList->ObjectIDByItemID(0xBD6u); | |
3386 a1.vPosition.x = pParty->vPosition.x; | |
3387 a1.vPosition.y = pParty->vPosition.y; | |
3388 a1.uAttributes = 0; | |
3389 a1.uSpriteFrameID = 0; | |
3390 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; | |
3391 v19 = 8 * v3->uPlayerID; | |
303 | 3392 LOBYTE(v19) = v19 | OBJECT_Player; |
3393 a1.field_58_pid = v19; | |
0 | 3394 a1.field_5C = a2; |
3395 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
3396 a1.uFacing = LOWORD(v715.uYawAngle); | |
3397 a1.uSoundID = LOWORD(v3->field_10); | |
3398 v20 = (char *)&pParty->pPlayers[v3->uPlayerID]; | |
3399 memcpy(&a1.stru_24, &v20[36 * *((int *)v20 + 1620) + 496], sizeof(a1.stru_24)); | |
3400 a1.uAttributes = 256; | |
3401 if ( pParty->bTurnBasedModeOn == 1 ) | |
3402 a1.uAttributes = 260; | |
3403 for ( i = 0; i < (signed int)this; ++i ) | |
3404 { | |
3405 if ( i ) | |
3406 a1.vPosition.z += 32; | |
3407 a1.uSectorID = pIndoor->GetSector(a1.vPosition.x, a1.vPosition.y, a1.vPosition.z); | |
3408 if ( a1.Create( | |
3409 v715.uYawAngle, | |
3410 v715.uPitchAngle, | |
3411 pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, | |
3412 v3->uPlayerID + 1) != -1 | |
3413 && pParty->bTurnBasedModeOn == 1 ) | |
3414 ++pTurnEngine->field_1C; | |
3415 } | |
488 | 3416 goto play_sound_and_continue; |
3417 | |
490 | 3418 case SPELL_LASER_PROJECTILE: |
0 | 3419 sRecoveryTime = pPlayer->GetAttackRecoveryTime(0); |
3420 a1.stru_24.Reset(); | |
3421 a1.field_48 = v3->spellnum; | |
3422 a1.field_4C = v723; | |
3423 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3424 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 3425 a1.vPosition.x = pParty->vPosition.x; |
3426 a1.vPosition.y = pParty->vPosition.y; | |
3427 a1.uAttributes = 0; | |
3428 a1.uSpriteFrameID = 0; | |
3429 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 2; | |
3430 v22 = 8 * v3->uPlayerID; | |
303 | 3431 LOBYTE(v22) = v22 | OBJECT_Player; |
3432 a1.field_58_pid = v22; | |
0 | 3433 a1.field_5C = a2; |
3434 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
3435 a1.uFacing = LOWORD(v715.uYawAngle); | |
3436 a1.uSoundID = LOWORD(v3->field_10); | |
3437 memcpy( | |
3438 &a1.stru_24, | |
3439 &pParty->pPlayers[v3->uPlayerID].spellbook.pDarkSpellbook.bIsSpellAvailable[36 | |
3440 * pParty->pPlayers[v3->uPlayerID].pEquipment.uMainHand | |
3441 + 5], | |
3442 sizeof(a1.stru_24)); | |
3443 v23 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, a1.vPosition.z); | |
3444 HIBYTE(a1.uAttributes) |= 1u; | |
3445 a1.uSectorID = v23; | |
3446 if ( pParty->bTurnBasedModeOn == 1 ) | |
3447 LOBYTE(a1.uAttributes) |= 4u; | |
3448 if ( a1.Create( | |
3449 v715.uYawAngle, | |
3450 v715.uPitchAngle, | |
3451 pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, | |
3452 v3->uPlayerID + 1) != -1 | |
3453 && pParty->bTurnBasedModeOn == 1 ) | |
3454 ++pTurnEngine->field_1C; | |
488 | 3455 goto play_sound_and_continue; |
3456 | |
3457 case SPELL_FIRE_TORCH_LIGHT: | |
0 | 3458 LODWORD(v733) = 3600 * v2; |
488 | 3459 |
3460 switch (v12) | |
3461 { | |
3462 case 1: amount = 2; break; | |
3463 case 2: amount = 3; break; | |
3464 case 3: | |
3465 case 4: amount = 4; break; | |
3466 default: | |
3467 assert(false); | |
3468 } | |
3469 | |
0 | 3470 if ( !pPlayer->CanCastSpell(uRequiredMana) ) |
488 | 3471 goto play_sound_and_continue; |
3472 | |
3473 pParty->pPartyBuffs[PARTY_BUFF_TORCHLIGHT].Apply(pParty->uTimePlayed + (signed __int64)((double)(signed int)3600 * v2 * 4.2666669), v731, amount, 0, 0); | |
3474 goto LABEL_1056; | |
3475 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3476 case SPELL_FIRE_FIRE_SPIKE: |
0 | 3477 v29 = v12 - 2; |
3478 if ( v29 ) | |
3479 { | |
3480 v30 = v29 - 1; | |
3481 if ( v30 ) | |
3482 { | |
3483 if ( v30 == 1 ) | |
3484 amount = 9; | |
3485 else | |
3486 amount = 3; | |
3487 } | |
3488 else | |
3489 { | |
3490 amount = 7; | |
3491 } | |
3492 } | |
3493 else | |
3494 { | |
3495 amount = 5; | |
3496 } | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3497 //v31 = v3->uPlayerID; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3498 //v32 = 8 * v31; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3499 //LOBYTE(v32) = v32 | OBJECT_Player; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3500 |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3501 //if ( (signed int)uNumSpriteObjects > 0 ) |
486 | 3502 HIDWORD(v733) = 0; |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3503 for (uint i = 0; i < uNumSpriteObjects; ++i) |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3504 { |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3505 auto object = pSpriteObjects + i; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3506 if (object->uType && object->field_48 == 7 && object->field_58_pid == 8 * (int)v3->uPlayerID | OBJECT_Player) |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3507 ++HIDWORD(v733); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3508 /*v33 = (char *)&pSpriteObjects[0].field_48; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3509 v730 = uNumSpriteObjects; |
0 | 3510 do |
3511 { | |
486 | 3512 if ( *((short *)v33 - 36) && *(int *)v33 == 7 && *((int *)v33 + 4) == v32 ) |
0 | 3513 ++HIDWORD(v733); |
3514 v33 += 112; | |
3515 --v730; | |
3516 } | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3517 while ( v730 );*/ |
0 | 3518 } |
3519 if ( SHIDWORD(v733) > amount ) | |
710 | 3520 { |
3521 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
3522 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
3523 goto LABEL_203; | |
3524 } | |
0 | 3525 if ( !pPlayer->CanCastSpell(uRequiredMana) ) |
488 | 3526 goto play_sound_and_continue; |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3527 |
0 | 3528 a1.stru_24.Reset(); |
3529 a1.field_48 = v3->spellnum; | |
3530 a1.field_4C = v2; | |
3531 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3532 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 3533 a1.vPosition.y = pParty->vPosition.y; |
3534 a1.vPosition.x = pParty->vPosition.x; | |
486 | 3535 a1.uAttributes = 0; |
0 | 3536 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; |
3537 a1.uSectorID = pIndoor->GetSector( | |
3538 pParty->vPosition.x, | |
3539 pParty->vPosition.y, | |
3540 pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3); | |
486 | 3541 a1.uSpriteFrameID = 0; |
0 | 3542 v34 = 8 * v3->uPlayerID; |
303 | 3543 LOBYTE(v34) = v34 | OBJECT_Player; |
3544 a1.field_58_pid = v34; | |
0 | 3545 a1.field_5C = a2; |
3546 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
3547 a1.uFacing = LOWORD(v715.uYawAngle); | |
3548 a1.uSoundID = LOWORD(v3->field_10); | |
3549 if ( pParty->bTurnBasedModeOn == 1 ) | |
3550 LOBYTE(a1.uAttributes) |= 4u; | |
3551 v669 = v3->uPlayerID + 1; | |
3552 v659 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed; | |
3553 v35 = pParty->sRotationX + 10; | |
3554 goto LABEL_124; | |
710 | 3555 |
0 | 3556 case 20: |
3557 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3558 goto play_sound_and_continue; |
486 | 3559 if (!a2) |
710 | 3560 { |
3561 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
3562 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
3563 goto LABEL_203; | |
3564 } | |
141 | 3565 if ( (a2 & 7) != OBJECT_Actor) |
0 | 3566 goto LABEL_1056; |
486 | 3567 v699 = 0; |
3568 v698 = 0; | |
3569 v697 = 0; | |
0 | 3570 a1.stru_24.Reset(); |
3571 a1.field_48 = v3->spellnum; | |
3572 a1.field_4C = v2; | |
3573 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3574 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 3575 a1.uAttributes = 0; |
3576 a1.uSectorID = 0; | |
3577 a1.uSpriteFrameID = 0; | |
0 | 3578 v37 = v3->uPlayerID; |
3579 a1.field_60_distance_related_prolly_lod = 0; | |
3580 v37 *= 8; | |
303 | 3581 LOBYTE(v37) = v37 | OBJECT_Player; |
486 | 3582 a1.uFacing = 0; |
303 | 3583 a1.field_58_pid = v37; |
0 | 3584 v38 = a2 >> 3; |
3585 a1.uSoundID = LOWORD(v3->field_10); | |
3586 v39 = a2 >> 3; | |
3587 a1.vPosition.x = pActors[v39].vPosition.x; | |
3588 v40 = pActors[v39].vPosition.y; | |
3589 a1.vPosition.z = pActors[v39].vPosition.z; | |
3590 v41 = 8 * (a2 >> 3); | |
3591 a1.vPosition.y = v40; | |
486 | 3592 LOBYTE(v41) = v41 | OBJECT_Actor; |
0 | 3593 a1.field_5C = v41; |
486 | 3594 v42 = a1.Create(0, 0, 0, 0); |
0 | 3595 v43 = &v697; |
3596 goto LABEL_133; | |
3597 case 44: | |
3598 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3599 goto play_sound_and_continue; |
0 | 3600 v726 = (Player *)(a2 >> 3); |
3601 HIDWORD(v733) = 836 * (a2 >> 3); | |
90 | 3602 if ( !stru_50C198.GetMagicalResistance(&pActors[a2 >> 3], 3u) ) |
0 | 3603 goto LABEL_1056; |
90 | 3604 pActors[a2 >> 3].pActorBuffs[10].Apply( |
486 | 3605 pMiscTimer->uTotalGameTimeElapsed + 128, 0, 0, 0, 0); |
3606 v706 = 0; | |
3607 v705 = 0; | |
3608 v704 = 0; | |
0 | 3609 a1.stru_24.Reset(); |
3610 a1.field_48 = v3->spellnum; | |
3611 a1.field_4C = v2; | |
3612 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3613 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 3614 a1.uAttributes = 0; |
3615 a1.uSectorID = 0; | |
3616 a1.uSpriteFrameID = 0; | |
0 | 3617 v44 = v3->uPlayerID; |
3618 a1.field_60_distance_related_prolly_lod = 0; | |
486 | 3619 a1.uFacing = 0; |
0 | 3620 v44 *= 8; |
303 | 3621 LOBYTE(v44) = v44 | OBJECT_Player; |
0 | 3622 v38 = (signed int)v726; |
303 | 3623 a1.field_58_pid = v44; |
0 | 3624 a1.uSoundID = LOWORD(v3->field_10); |
3625 a1.vPosition.x = *(__int16 *)((char *)&pActors[0].vPosition.x + HIDWORD(v733)); | |
3626 v45 = *(__int16 *)((char *)&pActors[0].vPosition.y + HIDWORD(v733)); | |
3627 a1.vPosition.z = *(__int16 *)((char *)&pActors[0].vPosition.z + HIDWORD(v733)); | |
3628 v46 = 8 * (int)v726; | |
3629 a1.vPosition.y = v45; | |
486 | 3630 LOBYTE(v46) = 8 * (char)v726 | OBJECT_Actor; |
0 | 3631 a1.field_5C = v46; |
486 | 3632 v42 = a1.Create(0, 0, 0, 0); |
0 | 3633 v43 = &v704; |
3634 LABEL_133: | |
3635 v670 = (Vec3_int_ *)v43; | |
3636 v47 = v38; | |
3637 goto LABEL_139; | |
3638 case 79: | |
486 | 3639 if ( !pPlayer->CanCastSpell(uRequiredMana) || !a2 || (a2 & 7) != OBJECT_Actor) |
488 | 3640 goto play_sound_and_continue; |
0 | 3641 v730 = a2 >> 3; |
486 | 3642 v693 = 0; |
0 | 3643 HIDWORD(v733) = (int)&pActors[a2 >> 3]; |
486 | 3644 v692 = 0; |
3645 v691 = 0; | |
0 | 3646 a1.stru_24.Reset(); |
3647 a1.field_48 = v3->spellnum; | |
3648 a1.field_4C = v2; | |
3649 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3650 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 3651 a1.vPosition.x = *(short *)(HIDWORD(v733) + 142); |
3652 a1.vPosition.y = *(short *)(HIDWORD(v733) + 144); | |
3653 v48 = *(short *)(HIDWORD(v733) + 138); | |
3654 a1.vPosition.z = *(short *)(HIDWORD(v733) + 138); | |
486 | 3655 a1.uAttributes = 0; |
0 | 3656 a1.uSectorID = pIndoor->GetSector(a1.vPosition.x, a1.vPosition.y, v48); |
486 | 3657 a1.uSpriteFrameID = 0; |
0 | 3658 v49 = 8 * v3->uPlayerID; |
303 | 3659 LOBYTE(v49) = v49 | OBJECT_Player; |
3660 a1.field_58_pid = v49; | |
0 | 3661 a1.field_5C = a2; |
3662 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
3663 a1.uFacing = LOWORD(v715.uYawAngle); | |
3664 LOWORD(v49) = LOWORD(v3->field_10); | |
3665 LOBYTE(a1.uAttributes) |= 0x80u; | |
3666 a1.uSoundID = v49; | |
486 | 3667 v726 = (Player *)a1.Create(0, 0, 0, 0); |
0 | 3668 if ( !MonsterStats::BelongsToSupertype(*(short *)(HIDWORD(v733) + 96), MONSTER_SUPERTYPE_UNDEAD) ) |
710 | 3669 { |
3670 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
3671 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
3672 goto LABEL_203; | |
3673 } | |
0 | 3674 v47 = v730; |
3675 v670 = (Vec3_int_ *)&v691; | |
3676 v42 = (signed int)v726; | |
3677 LABEL_139: | |
3678 DamageMonsterFromParty(8 * v42 | 2, v47, v670); | |
3679 goto LABEL_1056; | |
573 | 3680 case SPELL_FIRE_FIRE_BOLT: |
0 | 3681 case 6: |
3682 case 11: | |
3683 case 18: | |
3684 case 26: | |
3685 case 32: | |
3686 case 34: | |
3687 case 37: | |
3688 case 57: | |
3689 case 65: | |
3690 case 70: | |
3691 case 78: | |
3692 case 97: | |
3693 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3694 goto play_sound_and_continue; |
0 | 3695 a1.stru_24.Reset(); |
3696 a1.field_48 = v3->spellnum; | |
3697 a1.field_4C = v2; | |
3698 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3699 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 3700 a1.vPosition.y = pParty->vPosition.y; |
3701 a1.vPosition.x = pParty->vPosition.x; | |
486 | 3702 a1.uAttributes = 0; |
0 | 3703 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; |
3704 a1.uSectorID = pIndoor->GetSector( | |
3705 pParty->vPosition.x, | |
3706 pParty->vPosition.y, | |
3707 pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3); | |
486 | 3708 a1.uSpriteFrameID = 0; |
0 | 3709 v50 = 8 * v3->uPlayerID; |
303 | 3710 LOBYTE(v50) = v50 | OBJECT_Player; |
3711 a1.field_58_pid = v50; | |
0 | 3712 a1.field_5C = a2; |
3713 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
3714 a1.uFacing = LOWORD(v715.uYawAngle); | |
3715 a1.uSoundID = LOWORD(v3->field_10); | |
3716 if ( pParty->bTurnBasedModeOn == 1 ) | |
3717 LOBYTE(a1.uAttributes) |= 4u; | |
3718 if ( v3->spellnum == 18 ) | |
3719 LOBYTE(a1.uAttributes) |= 0x40u; | |
3720 goto LABEL_156; | |
3721 case 29: | |
3722 case 39: | |
3723 case 76: | |
3724 case 90: | |
3725 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3726 goto play_sound_and_continue; |
0 | 3727 a1.stru_24.Reset(); |
3728 a1.field_48 = v3->spellnum; | |
3729 a1.field_4C = v2; | |
3730 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3731 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 3732 v51 = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 2; |
3733 a1.vPosition.y = pParty->vPosition.y; | |
3734 v671 = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 2; | |
3735 v660 = pParty->vPosition.y; | |
3736 goto LABEL_153; | |
3737 case 87: | |
3738 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor | |
3739 || uCurrentlyLoadedLevelType == LEVEL_Outdoor && (pParty->uCurrentHour < 5 || pParty->uCurrentHour >= 0x15) ) | |
710 | 3740 { |
3741 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
3742 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
3743 goto LABEL_203; | |
3744 } | |
0 | 3745 if ( pPlayer->CanCastSpell(uRequiredMana) ) |
3746 goto LABEL_152; | |
488 | 3747 goto play_sound_and_continue; |
0 | 3748 case 81: |
3749 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3750 goto play_sound_and_continue; |
486 | 3751 if ( !a2 |
141 | 3752 || (a2 & 7) != OBJECT_Actor |
0 | 3753 || (v730 = a2 >> 3, |
3754 v721 = (int)&pActors[a2 >> 3], | |
3755 !stru_50C198.GetMagicalResistance(&pActors[a2 >> 3], 9u)) ) | |
3756 goto LABEL_1056; | |
486 | 3757 Actor::AI_Stand(v730, 4u, 0x80u, 0); |
0 | 3758 v726 = (Player *)(23040 * v2); |
3759 v54 = (signed __int64)((double)(23040 * v2) * 0.033333335); | |
3760 v55 = v721; | |
486 | 3761 ((SpellBuff *)(v721 + 308))->Apply(pParty->uTimePlayed + (signed int)v54, v731, 0, 0, 0); |
0 | 3762 *(char *)(v55 + 38) |= 8u; |
486 | 3763 *(short *)(v55 + 148) = 0; |
3764 v672 = 0; | |
3765 *(short *)(v55 + 150) = 0; | |
0 | 3766 v661 = (Actor *)v55; |
3767 goto LABEL_165; | |
3768 case 35: | |
3769 if ( v12 == 2 ) | |
3770 { | |
3771 v57 = 300 * v2; | |
3772 } | |
3773 else | |
3774 { | |
3775 if ( v12 == 3 ) | |
3776 { | |
3777 amount = 4; | |
3778 v57 = 300 * v2; | |
3779 goto LABEL_174; | |
3780 } | |
3781 if ( v12 == 4 ) | |
3782 { | |
3783 v57 = 300 * v2; | |
3784 amount = 8; | |
3785 goto LABEL_174; | |
3786 } | |
3787 v57 = 180 * v2; | |
3788 } | |
3789 amount = 2; | |
3790 LABEL_174: | |
3791 LODWORD(v733) = v57; | |
3792 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3793 goto play_sound_and_continue; |
141 | 3794 if ( (a2 & 7) != OBJECT_Actor |
0 | 3795 || (v721 = 836 * (a2 >> 3), |
90 | 3796 LODWORD(v718) = (int)&pActors[a2 >> 3], |
3797 !stru_50C198.GetMagicalResistance(&pActors[a2 >> 3], 3u)) ) | |
0 | 3798 goto LABEL_1056; |
3799 v726 = (Player *)(23040 * v2); | |
3800 v58 = (signed __int64)((double)(23040 * v2) * 0.033333335); | |
3801 v59 = v721; | |
112 | 3802 //((SpellBuff *)((char *)&pActors[0].pActorBuffs[7] + v721))->Apply( |
3803 pActors[a2 >> 3].pActorBuffs[7].Apply( | |
3804 pParty->uTimePlayed + (signed int)v58, | |
0 | 3805 v731, |
3806 amount, | |
486 | 3807 0, |
3808 0); | |
0 | 3809 *((char *)&pActors[0].uAttributes + v59 + 2) |= 8u; |
486 | 3810 v672 = 0; |
0 | 3811 v661 = (Actor *)LODWORD(v718); |
3812 goto LABEL_165; | |
3813 case 60: | |
3814 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3815 goto play_sound_and_continue; |
0 | 3816 v730 = 836 * (a2 >> 3); |
90 | 3817 if ( !stru_50C198.GetMagicalResistance(&pActors[a2>>3], 7u) ) |
0 | 3818 goto LABEL_1056; |
3819 LODWORD(v733) = 300 * v2; | |
3820 if ( v731 == 2 ) | |
3821 { | |
3822 LODWORD(v733) = 600 * v2; | |
3823 } | |
3824 else | |
3825 { | |
3826 if ( v731 == 3 ) | |
3827 LODWORD(v733) = 29030400; | |
3828 } | |
112 | 3829 //((SpellBuff *)((char *)&pActors[0].pActorBuffs[9] + v730))->Reset(); |
3830 pActors[a2 >> 3].pActorBuffs[9].Reset(); | |
3831 //((SpellBuff *)((char *)&pActors[0].pActorBuffs[12] + v730))->Reset(); | |
3832 pActors[a2 >> 3].pActorBuffs[12].Reset(); | |
3833 v726 = (Player *)((int)v733 << 7); | |
3834 //((SpellBuff *)((char *)&pActors[0].pActorBuffs[1] + v730))->Apply( | |
3835 pActors[a2 >> 3].pActorBuffs[1].Apply( | |
0 | 3836 pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), |
486 | 3837 v731, 0, 0, 0); |
0 | 3838 a1.stru_24.Reset(); |
3839 a1.field_48 = v3->spellnum; | |
3840 a1.field_4C = v2; | |
3841 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3842 v60 = pObjectList->ObjectIDByItemID(a1.uType); |
90 | 3843 v61 = a2 >> 3; |
0 | 3844 goto LABEL_1086; |
3845 case 92: | |
3846 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3847 goto play_sound_and_continue; |
0 | 3848 a1.stru_24.Reset(); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
3849 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 3850 a1.vPosition.x = pParty->vPosition.x; |
3851 a1.vPosition.y = pParty->vPosition.y; | |
486 | 3852 a1.uAttributes = 0; |
0 | 3853 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; |
3854 a1.uSectorID = pIndoor->GetSector( | |
3855 pParty->vPosition.x, | |
3856 pParty->vPosition.y, | |
3857 pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3); | |
486 | 3858 a1.uSpriteFrameID = 0; |
0 | 3859 v62 = 8 * v3->uPlayerID; |
303 | 3860 LOBYTE(v62) = v62 | OBJECT_Player; |
3861 a1.field_58_pid = v62; | |
0 | 3862 a1.field_5C = a2; |
3863 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
3864 a1.uFacing = LOWORD(v715.uYawAngle); | |
3865 a1.uSoundID = LOWORD(v3->field_10); | |
3866 a1.field_50 = v731; | |
3867 a1.field_48 = 3; | |
3868 a1.field_4C = 300 * v2; | |
3869 goto LABEL_154; | |
3870 case 4: | |
3871 v63 = v12 - 1; | |
3872 if ( !v63 ) | |
3873 { | |
3874 amount = 10; | |
3875 goto LABEL_195; | |
3876 } | |
3877 v64 = v63 - 1; | |
3878 if ( !v64 ) | |
3879 { | |
3880 amount = 11; | |
3881 goto LABEL_195; | |
3882 } | |
3883 v65 = v64 - 1; | |
3884 if ( !v65 ) | |
3885 { | |
3886 amount = 12; | |
3887 LABEL_195: | |
3888 LODWORD(v733) = 3600 * v2; | |
3889 goto LABEL_196; | |
3890 } | |
3891 if ( v65 == 1 ) | |
3892 { | |
486 | 3893 LODWORD(v733) = 0; |
0 | 3894 amount = 12; |
3895 } | |
3896 LABEL_196: | |
3897 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 3898 goto play_sound_and_continue; |
89 | 3899 v730c = &pParty->pPlayers[v3->uPlayerID_2].pInventoryItems[a2]; |
3900 v726 = (Player *)&pItemsTable->pItems[v730c->uItemID].pIconName; | |
3901 v730c->UpdateTempBonus(pParty->uTimePlayed); | |
3902 if ( v730c->uItemID < 64 || v730c->uItemID > 65 ) | |
3903 { | |
315 | 3904 if (!v730c->Broken()) |
0 | 3905 { |
486 | 3906 if (!v730c->uSpecEnchantmentType) |
0 | 3907 { |
570 | 3908 if (!v730c->uEnchantmentType) |
0 | 3909 { |
3910 v68 = BYTE4(v726->pConditions[3]); | |
3911 if ( !v68 || v68 == 1 || v68 == 2 ) | |
3912 { | |
377 | 3913 if ( !pItemsTable->IsMaterialNonCommon(v730c) ) |
0 | 3914 { |
89 | 3915 v69 = v730c; |
0 | 3916 v14 = v731 == 4; |
3917 *(int *)(v730 + 12) = amount; | |
3918 if ( !v14 ) | |
3919 { | |
3920 v726 = (Player *)((int)v733 << 7); | |
3921 *(_QWORD *)(v69 + 28) = pParty->uTimePlayed | |
3922 + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) | |
3923 * 0.033333335); | |
3924 *(int *)(v69 + 20) |= 8u; | |
3925 } | |
3926 *(int *)(v69 + 20) |= 0x10u; | |
3927 LABEL_1055: | |
3928 dword_50C9A8 = 256; | |
3929 LABEL_1056: | |
3930 LODWORD(v727) = 1; | |
488 | 3931 play_sound_and_continue: |
0 | 3932 if ( v3->field_8 & 0x20 ) |
3933 { | |
3934 LABEL_1162: | |
3935 if ( v727 != 0.0 ) | |
3936 pAudioPlayer->PlaySound( | |
3937 (SoundID)word_4EE088_sound_ids[v3->spellnum], | |
3938 0, | |
3939 0, | |
3940 -1, | |
3941 0, | |
3942 v3->field_10, | |
3943 0, | |
3944 0); | |
3945 } | |
3946 else | |
3947 { | |
3948 if ( sRecoveryTime < 0 ) | |
3949 sRecoveryTime = 0; | |
3950 if ( pParty->bTurnBasedModeOn ) | |
3951 { | |
3952 v645 = sRecoveryTime; | |
3953 pParty->pTurnBasedPlayerRecoveryTimes[v3->uPlayerID] = sRecoveryTime; | |
3954 pPlayer->SetRecoveryTime(v645); | |
3955 if ( !some_active_character ) | |
3956 pTurnEngine->_40471C(); | |
3957 } | |
3958 else | |
3959 { | |
3960 pPlayer->SetRecoveryTime( | |
3961 (signed __int64)(flt_6BE3A4_debug_recmod1 * (double)sRecoveryTime * 2.133333333333333)); | |
3962 } | |
3963 if ( v727 != 0.0 ) | |
3964 { | |
187 | 3965 pPlayer->PlaySound(SPEECH_49, 0); |
0 | 3966 goto LABEL_1162; |
3967 } | |
3968 } | |
3969 v3->spellnum = 0; | |
486 | 3970 //v1 = 0; |
0 | 3971 LABEL_1165: |
3972 v2 = v723; | |
3973 goto LABEL_1166; | |
3974 } | |
3975 } | |
3976 } | |
3977 } | |
3978 } | |
3979 } | |
710 | 3980 |
0 | 3981 dword_50C9D0 = 113; |
486 | 3982 dword_50C9D4 = 0; |
0 | 3983 dword_50C9D8 = 1; |
710 | 3984 |
3985 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
486 | 3986 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); |
0 | 3987 goto LABEL_203; |
488 | 3988 |
3989 case SPELL_BODY_REGENERATION: | |
0 | 3990 v70 = v12 - 1; |
3991 LODWORD(v733) = 3600 * v2; | |
3992 if ( v70 && (v71 = v70 - 1) != 0 ) | |
3993 { | |
3994 v72 = v71 - 1; | |
3995 if ( v72 ) | |
3996 { | |
3997 if ( v72 == 1 ) | |
3998 amount = 10; | |
3999 } | |
4000 else | |
4001 { | |
4002 amount = 3; | |
4003 } | |
4004 } | |
4005 else | |
4006 { | |
4007 amount = 1; | |
4008 } | |
4009 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4010 goto play_sound_and_continue; |
4011 | |
4012 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
4013 | |
4014 pParty->pPlayers[v3->uPlayerID_2].pPlayerBuffs[PLAYER_BUFF_REGENERATION].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)v733 * 4.2666669), v731, amount, 0, 0); | |
4015 goto LABEL_1056; | |
4016 | |
4017 case SPELL_FIRE_PROTECTION_FROM_FIRE: | |
4018 case SPELL_AIR_PROTECTION_FROM_AIR: | |
4019 case SPELL_WATER_PROTECTION_FROM_WATER: | |
4020 case SPELL_EARTH_PROTECTION_FROM_EARTH: | |
4021 case SPELL_MIND_PROTECTION_FROM_MIND: | |
4022 case SPELL_BODY_PROTECTION_FROM_BODY: | |
0 | 4023 v76 = v12 - 1; |
4024 LODWORD(v733) = 3600 * v2; | |
4025 if ( v76 ) | |
4026 { | |
4027 v77 = v76 - 1; | |
4028 if ( v77 ) | |
4029 { | |
4030 v78 = v77 - 1; | |
4031 if ( v78 ) | |
4032 { | |
4033 if ( v78 != 1 ) | |
4034 goto LABEL_232; | |
4035 v79 = 4 * v2; | |
4036 } | |
4037 else | |
4038 { | |
4039 v79 = 3 * v2; | |
4040 } | |
4041 } | |
4042 else | |
4043 { | |
4044 v79 = 2 * v2; | |
4045 } | |
4046 amount = v79; | |
4047 } | |
4048 else | |
4049 { | |
4050 amount = v2; | |
4051 } | |
4052 LABEL_232: | |
488 | 4053 //v80 = v3->spellnum; |
4054 switch (v3->spellnum) | |
4055 { | |
4056 case SPELL_FIRE_PROTECTION_FROM_FIRE: | |
4057 LODWORD(v725) = PARTY_BUFF_RESIST_FIRE; | |
0 | 4058 break; |
488 | 4059 case SPELL_AIR_PROTECTION_FROM_AIR: |
4060 LODWORD(v725) = PARTY_BUFF_RESIST_AIR; | |
0 | 4061 break; |
488 | 4062 case SPELL_WATER_PROTECTION_FROM_WATER: |
4063 LODWORD(v725) = PARTY_BUFF_RESIST_WATER; | |
4064 break; | |
4065 case SPELL_EARTH_PROTECTION_FROM_EARTH: | |
4066 LODWORD(v725) = PARTY_BUFF_RESIST_EARTH; | |
0 | 4067 break; |
488 | 4068 case SPELL_MIND_PROTECTION_FROM_MIND: |
4069 LODWORD(v725) = PARTY_BUFF_RESIST_MIND; | |
0 | 4070 break; |
488 | 4071 case SPELL_BODY_PROTECTION_FROM_BODY: |
4072 LODWORD(v725) = PARTY_BUFF_RESIST_BODY; | |
0 | 4073 break; |
4074 default: | |
488 | 4075 assert(false); |
4076 goto LABEL_1166; | |
0 | 4077 } |
4078 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4079 goto play_sound_and_continue; |
4080 | |
4081 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); | |
4082 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
4083 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
4084 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 4085 v83 = 1; |
488 | 4086 |
0 | 4087 v90 = (double)(signed int)v733 * 4.2666669; |
488 | 4088 pParty->pPartyBuffs[LODWORD(v725)].Apply(pParty->uTimePlayed + (signed int)(signed __int64)v90, v731, amount, 0, 0); |
4089 LODWORD(v727) = 1; | |
4090 goto play_sound_and_continue; | |
4091 | |
4092 case SPELL_FIRE_HASTE: | |
486 | 4093 if ( v12 <= 0 ) |
0 | 4094 goto LABEL_254; |
4095 if ( v12 <= 2 ) | |
4096 { | |
4097 v91 = 60 * (v2 + 60); | |
4098 } | |
4099 else | |
4100 { | |
4101 if ( v12 == 3 ) | |
4102 { | |
4103 v91 = 180 * (v2 + 20); | |
4104 } | |
4105 else | |
4106 { | |
4107 if ( v12 != 4 ) | |
4108 goto LABEL_254; | |
4109 v91 = 240 * (v2 + 15); | |
4110 } | |
4111 } | |
4112 LODWORD(v733) = v91; | |
4113 LABEL_254: | |
4114 if ( pPlayer->CanCastSpell(uRequiredMana) ) | |
4115 { | |
89 | 4116 v92 = pParty->pPlayers;//[0].pConditions[1]; |
0 | 4117 LODWORD(v727) = 1; |
4118 do | |
4119 { | |
89 | 4120 if ( v92->pConditions ) |
486 | 4121 LODWORD(v727) = 0; |
89 | 4122 ++v92; |
0 | 4123 } |
89 | 4124 while ( v92 <= &pParty->pPlayers[3] ); |
486 | 4125 if (LODWORD(v727)) |
0 | 4126 { |
4127 v726 = (Player *)((int)v733 << 7); | |
488 | 4128 pParty->pPartyBuffs[PARTY_BUFF_HASTE].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, 0, 0, 0); |
4129 | |
4130 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); | |
4131 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
4132 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
4133 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 4134 } |
4135 } | |
488 | 4136 goto play_sound_and_continue; |
4137 | |
4138 case SPELL_SPIRIT_BLESS: | |
0 | 4139 v101 = v12 - 1; |
4140 if ( v101 && (v102 = v101 - 1) != 0 ) | |
4141 { | |
4142 v103 = v102 - 1; | |
4143 if ( v103 ) | |
4144 { | |
4145 if ( v103 != 1 ) | |
4146 goto LABEL_269; | |
4147 v104 = 3600 * (v2 + 1); | |
4148 } | |
4149 else | |
4150 { | |
4151 v104 = 900 * (v2 + 4); | |
4152 } | |
4153 } | |
4154 else | |
4155 { | |
4156 v104 = 300 * (v2 + 12); | |
4157 } | |
4158 LODWORD(v733) = v104; | |
4159 LABEL_269: | |
4160 amount = v2 + 5; | |
4161 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4162 goto play_sound_and_continue; |
0 | 4163 if ( v731 == 1 ) |
4164 { | |
4165 v108 = v3->uPlayerID_2; | |
4166 v109 = v3->spellnum; | |
4167 v110 = pGame->GetStru6(); | |
4168 pGame->GetStru6()->SetPlayerBuffAnim(v109, v108); | |
486 | 4169 v111 = pOtherOverlayList->_4418B1(10000, v3->uPlayerID_2 + 310, 0, 65536); |
488 | 4170 //v668 = 0; |
0 | 4171 v716 = v111; |
488 | 4172 //v658 = v111; |
4173 //v653 = amount; | |
0 | 4174 v726 = (Player *)((int)v733 << 7); |
488 | 4175 //v651 = 1; |
4176 //v28 = pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335); | |
4177 //v27 = (char *)&pParty->pPlayers[v3->uPlayerID_2].pPlayerBuffs[PLAYER_BUFF_BLESS]; | |
4178 //LABEL_103: | |
4179 //HIDWORD(v650) = HIDWORD(v28); | |
4180 //LABEL_104: | |
4181 //LODWORD(v650) = v28; | |
4182 pParty->pPlayers[v3->uPlayerID_2].pPlayerBuffs[PLAYER_BUFF_BLESS].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), 1, amount, v111, 0); | |
4183 goto LABEL_1056; | |
0 | 4184 } |
4185 v105 = 0; | |
4186 v726 = (Player *)((int)v733 << 7); | |
4187 v717 = (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335); | |
89 | 4188 v730b = pParty->pPlayers;//[0].pPlayerBuffs[1]; |
0 | 4189 do |
4190 { | |
488 | 4191 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v105); |
486 | 4192 v716 = pOtherOverlayList->_4418B1(10000, v105 + 310, 0, 65536); |
4193 v730b->pPlayerBuffs[1].Apply(pParty->uTimePlayed + v717, v731, amount, v716, 0); | |
89 | 4194 ++v730b; |
0 | 4195 ++v105; |
4196 } | |
89 | 4197 while ( v730b <= &pParty->pPlayers[3] ); |
0 | 4198 goto LABEL_1056; |
488 | 4199 |
0 | 4200 case 52: |
486 | 4201 if ( pPlayer->CanCastSpell(uRequiredMana) && a2 && (a2 & 7) == OBJECT_Actor) |
0 | 4202 { |
4203 v730 = a2 >> 3; | |
4204 v112 = &pActors[a2 >> 3]; | |
4205 v726 = (Player *)abs(v112->vPosition.z - pParty->vPosition.z); | |
4206 v721 = abs(v112->vPosition.y - pParty->vPosition.y); | |
4207 v113 = abs(v112->vPosition.x - pParty->vPosition.x); | |
4208 _this = (ItemGen *)v113; | |
4209 v114 = v721; | |
4210 v115 = (unsigned int)v726; | |
4211 if ( v113 < v721 ) | |
4212 { | |
4213 v116 = v113; | |
4214 v113 = v721; | |
4215 v114 = v116; | |
4216 } | |
4217 if ( v113 < (signed int)v726 ) | |
4218 { | |
4219 v117 = v113; | |
4220 v113 = (int)v726; | |
4221 v115 = v117; | |
4222 } | |
4223 if ( v114 < (signed int)v115 ) | |
4224 { | |
4225 v118 = v115; | |
4226 v115 = v114; | |
4227 v114 = v118; | |
4228 } | |
4229 _this = (ItemGen *)(((unsigned int)(11 * v114) >> 5) + (v115 >> 2) + v113); | |
4230 if ( (double)(signed int)this <= 307.2 ) | |
4231 { | |
4232 v703 = 0; | |
4233 v702 = 0; | |
4234 v701 = 0; | |
4235 a1.stru_24.Reset(); | |
4236 v119 = HIDWORD(v733); | |
4237 a1.field_48 = *(int *)HIDWORD(v733); | |
4238 a1.field_4C = v723; | |
4239 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
4240 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 4241 a1.uAttributes = 0; |
4242 a1.uSectorID = 0; | |
4243 a1.uSpriteFrameID = 0; | |
4244 v120 = 8 * *(short *)(v119 + 2); | |
303 | 4245 LOBYTE(v120) = v120 | OBJECT_Player; |
0 | 4246 a1.field_60_distance_related_prolly_lod = 0; |
303 | 4247 a1.field_58_pid = v120; |
0 | 4248 a1.uFacing = 0; |
4249 a1.uSoundID = *(short *)(v119 + 16); | |
4250 a1.vPosition.x = v112->vPosition.x; | |
4251 a1.vPosition.y = v112->vPosition.y; | |
4252 v726 = (Player *)v112->uActorHeight; | |
4253 v121 = 8 * a2; | |
4254 a1.vPosition.z = v112->vPosition.z - (unsigned int)(signed __int64)((double)(signed int)v726 * unk_4D8548); | |
4255 LOBYTE(v121) = 8 * a2 | 3; | |
4256 a1.field_5C = v121; | |
4257 v122 = a1.Create(0, 0, 0, 0); | |
4258 DamageMonsterFromParty(8 * v122 | 2, v730, (Vec3_int_ *)&v701); | |
4259 LODWORD(v727) = 1; | |
4260 } | |
4261 else | |
4262 { | |
4263 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2u); | |
4264 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
4265 *(int *)HIDWORD(v733) = 0; | |
4266 } | |
4267 v3 = (stru277 *)HIDWORD(v733); | |
4268 } | |
488 | 4269 goto play_sound_and_continue; |
4270 | |
4271 case SPELL_AIR_SHIELD: | |
4272 case SPELL_EARTH_STONESKIN: | |
4273 case SPELL_SPIRIT_HEROISM: | |
0 | 4274 v123 = v12 - 1; |
4275 if ( v123 && (v124 = v123 - 1) != 0 ) | |
4276 { | |
4277 v125 = v124 - 1; | |
4278 if ( v125 ) | |
4279 { | |
4280 if ( v125 != 1 ) | |
4281 goto LABEL_296; | |
4282 v126 = 3600 * (v2 + 1); | |
4283 } | |
4284 else | |
4285 { | |
4286 v126 = 900 * (v2 + 4); | |
4287 } | |
4288 } | |
4289 else | |
4290 { | |
4291 v126 = 300 * (v2 + 12); | |
4292 } | |
4293 LODWORD(v733) = v126; | |
4294 LABEL_296: | |
4295 v127 = v3->spellnum; | |
4296 if ( v127 == 17 ) | |
4297 { | |
486 | 4298 amount = 0; |
0 | 4299 LODWORD(v725) = 14; |
4300 } | |
4301 else | |
4302 { | |
4303 if ( v127 == 38 ) | |
4304 { | |
4305 LODWORD(v725) = 15; | |
4306 amount = v2 + 5; | |
4307 } | |
4308 else | |
4309 { | |
4310 if ( v127 != 51 ) | |
4311 goto LABEL_1166; | |
4312 LODWORD(v725) = 9; | |
4313 amount = v2 + 5; | |
4314 } | |
4315 } | |
4316 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4317 goto play_sound_and_continue; |
4318 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); | |
4319 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
4320 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
4321 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 4322 v83 = 1; |
4323 v726 = (Player *)((int)v733 << 7); | |
4324 v90 = (double)(signed int)((int)v733 << 7) * 0.033333335; | |
488 | 4325 //LABEL_304: |
4326 pParty->pPartyBuffs[LODWORD(v725)].Apply(pParty->uTimePlayed + (signed int)(signed __int64)v90, v731, amount, 0, 0); | |
4327 LODWORD(v727) = v83; | |
4328 goto play_sound_and_continue; | |
4329 | |
4330 case SPELL_FIRE_IMMOLATION: | |
0 | 4331 v138 = v12 - 2; |
4332 if ( v138 && (v139 = v138 - 1) != 0 && v139 == 1 ) | |
4333 v140 = 600 * v2; | |
4334 else | |
4335 v140 = 60 * v2; | |
4336 LODWORD(v733) = v140; | |
4337 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4338 goto play_sound_and_continue; |
4339 | |
4340 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); | |
4341 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
4342 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
4343 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
4344 | |
0 | 4345 v726 = (Player *)((int)v733 << 7); |
488 | 4346 |
4347 pParty->pPartyBuffs[PARTY_BUFF_IMMOLATION].Apply(pParty->uTimePlayed + (signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, v2, 0, 0); | |
4348 goto LABEL_1056; | |
4349 | |
0 | 4350 case 9: |
4351 v149 = v12 - 1; | |
4352 if ( v149 && (v150 = v149 - 1) != 0 && (v151 = v150 - 1) != 0 ) | |
4353 { | |
4354 if ( v151 == 1 ) | |
4355 _this = (ItemGen *)20; | |
4356 } | |
4357 else | |
4358 { | |
4359 _this = (ItemGen *)16; | |
4360 } | |
4361 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
4362 { | |
710 | 4363 ShowStatusBarString(pGlobalTXT_LocalizationStrings[491], 2); // Can't cast Meteor Shower indoors! |
4364 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
4365 goto LABEL_203; | |
0 | 4366 } |
4367 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4368 goto play_sound_and_continue; |
0 | 4369 LODWORD(v725) = a2 & 7; |
141 | 4370 if ( (a2 & 7) == OBJECT_Actor) |
0 | 4371 { |
4372 v152 = a2 >> 3; | |
4373 uRequiredMana = pActors[v152].vPosition.x; | |
4374 v153 = pActors[v152].vPosition.y; | |
4375 v154 = pActors[v152].vPosition.z; | |
4376 LODWORD(v727) = v153; | |
4377 } | |
4378 else | |
4379 { | |
323 | 4380 v155 = stru_5C6E00->Cos(pParty->sRotationY); |
0 | 4381 uRequiredMana = pParty->vPosition.x + sub_42EBBE(2048, v155); |
323 | 4382 v156 = stru_5C6E00->Sin(pParty->sRotationY); |
0 | 4383 LODWORD(v727) = pParty->vPosition.y + sub_42EBBE(2048, v156); |
4384 v154 = pParty->vPosition.z; | |
4385 } | |
4386 HIDWORD(v733) = v154; | |
4387 v713 = v154 + 2500; | |
486 | 4388 v721 = 0; |
4389 LODWORD(v718) = 0; | |
4390 if ( (signed int)this > 0 ) | |
0 | 4391 { |
4392 *(float *)&y = (double)SHIDWORD(v733); | |
4393 *(float *)&v732 = (double)v713; | |
4394 v730 = LODWORD(v725) == 3 ? a2 : 0; | |
4395 v726 = (Player *)this; | |
4396 do | |
4397 { | |
4398 v157 = rand(); | |
4399 v158 = (double)SLODWORD(v718); | |
4400 v718 = v158; | |
4401 v159 = (double)v721; | |
4402 *(float *)&v721 = v159; | |
4403 a2 = v157 % 1000; | |
4404 *((float *)&v733 + 1) = (double)(v157 % 1000) + *(float *)&y - *(float *)&v732; | |
4405 v725 = v159 * v159; | |
4406 *(float *)&_this = v158 * v158; | |
4407 if ( sqrt(*((float *)&v733 + 1) * *((float *)&v733 + 1) + *(float *)&_this + v725) <= 1.0 ) | |
4408 { | |
486 | 4409 LODWORD(v687) = 0; |
4410 HIDWORD(v687) = 0; | |
0 | 4411 } |
4412 else | |
4413 { | |
4414 x = (signed __int64)sqrt(*(float *)&_this + v725); | |
4415 v687 = __PAIR__( | |
4416 stru_5C6E00->Atan2(x, (signed __int64)*((float *)&v733 + 1)), | |
4417 stru_5C6E00->Atan2((signed __int64)v718, (signed __int64)*(float *)&v721)); | |
4418 } | |
4419 a1.stru_24.Reset(); | |
4420 a1.field_48 = v3->spellnum; | |
4421 a1.field_4C = v2; | |
4422 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
4423 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 4424 a1.uAttributes = 0; |
0 | 4425 a1.vPosition.x = uRequiredMana; |
4426 a1.vPosition.y = LODWORD(v727); | |
486 | 4427 a1.uSectorID = 0; |
0 | 4428 a1.vPosition.z = a2 + v713; |
486 | 4429 a1.uSpriteFrameID = 0; |
303 | 4430 a1.field_58_pid = 8 * v3->uPlayerID | OBJECT_Player; |
0 | 4431 a1.field_5C = v730; |
4432 a1.field_60_distance_related_prolly_lod = stru_50C198._427546(a2 + 2500); | |
4433 a1.uFacing = v687; | |
4434 a1.uSoundID = LOWORD(v3->field_10); | |
4435 if ( pParty->bTurnBasedModeOn == 1 ) | |
4436 a1.uAttributes = 4; | |
4437 if ( a1.Create( | |
4438 v687, | |
4439 SHIDWORD(v687), | |
4440 pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, | |
486 | 4441 0) != -1 |
0 | 4442 && pParty->bTurnBasedModeOn == 1 ) |
4443 ++pTurnEngine->field_1C; | |
4444 LODWORD(v718) = rand() % 1024 - 512; | |
4445 v160 = rand(); | |
4446 v14 = v726 == (Player *)1; | |
4447 v726 = (Player *)((char *)v726 - 1); | |
4448 v721 = (unsigned __int64)(v160 % 1024) - 512; | |
4449 } | |
4450 while ( !v14 ); | |
4451 } | |
4452 goto LABEL_1056; | |
4453 case 10: | |
710 | 4454 //v67 = 2; |
0 | 4455 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) |
4456 { | |
710 | 4457 ShowStatusBarString(pGlobalTXT_LocalizationStrings[492], 2); // Can't cast Inferno outdoors! |
4458 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
4459 goto LABEL_203; | |
0 | 4460 } |
4461 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4462 goto play_sound_and_continue; |
0 | 4463 v726 = (Player *)sub_46A6AC((int)dword_50BF30, 100, 4096); |
486 | 4464 v700.z = 0; |
4465 v700.y = 0; | |
4466 v700.x = 0; | |
0 | 4467 a1.stru_24.Reset(); |
4468 a1.field_48 = v3->spellnum; | |
4469 a1.field_4C = v2; | |
4470 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
4471 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 4472 a1.uAttributes = 0; |
4473 a1.uSectorID = 0; | |
4474 a1.uSpriteFrameID = 0; | |
0 | 4475 v161 = v3->uPlayerID; |
4476 a1.field_60_distance_related_prolly_lod = 0; | |
486 | 4477 a1.uFacing = 0; |
0 | 4478 v161 *= 8; |
303 | 4479 LOBYTE(v161) = v161 | OBJECT_Player; |
4480 a1.field_58_pid = v161; | |
0 | 4481 a1.uSoundID = LOWORD(v3->field_10); |
486 | 4482 a2 = 0; |
4483 if ( (signed int)v726 > 0 ) | |
0 | 4484 { |
4485 do | |
4486 { | |
4487 v162 = dword_50BF30[a2]; | |
4488 a1.vPosition.x = pActors[v162].vPosition.x; | |
4489 a1.vPosition.y = pActors[v162].vPosition.y; | |
4490 v732 = pActors[v162].uActorHeight; | |
4491 a1.vPosition.z = pActors[v162].vPosition.z - (unsigned int)(signed __int64)((double)v732 * unk_4D8548); | |
4492 v163 = 8 * dword_50BF30[a2]; | |
486 | 4493 LOBYTE(v163) = v163 | OBJECT_Actor; |
0 | 4494 a1.field_5C = v163; |
486 | 4495 v164 = a1.Create(0, 0, 0, 0); |
0 | 4496 v165 = a2; |
4497 DamageMonsterFromParty(8 * v164 | AI_OBJECT_LAYING_ITEM, dword_50BF30[a2], &v700); | |
488 | 4498 pGame->GetStru6()->_4A81CA(&a1); |
4499 pGame->GetStru6()->FadeScreen__like_Turn_Undead_and_mb_Armageddon(0xFF3C1Eu, 0x40u); | |
0 | 4500 a2 = v165 + 1; |
4501 } | |
4502 while ( v165 + 1 < (signed int)v726 ); | |
4503 } | |
4504 goto LABEL_1056; | |
488 | 4505 |
4506 case SPELL_AIR_WIZARD_EYE: | |
0 | 4507 LODWORD(v733) = 3600 * v2; |
4508 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4509 goto play_sound_and_continue; |
0 | 4510 v168 = 0; |
4511 do | |
4512 { | |
486 | 4513 v169 = pOtherOverlayList->_4418B1(2000, v168++ + 100, 0, 65536); |
0 | 4514 v716 = v169; |
4515 } | |
4516 while ( v168 < 4 ); | |
488 | 4517 |
0 | 4518 v732 = (int)v733 << 7; |
488 | 4519 |
4520 pParty->pPartyBuffs[PARTY_BUFF_WIZARD_EYE].Apply(pParty->uTimePlayed + (signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, 0, 0, 0); | |
4521 goto LABEL_1056; | |
4522 | |
4523 case SPELL_AIR_FEATHER_FALL: | |
0 | 4524 v170 = v12 - 1; |
4525 if ( !v170 ) | |
4526 { | |
4527 v173 = 300 * v2; | |
4528 goto LABEL_353; | |
4529 } | |
4530 v171 = v170 - 1; | |
4531 if ( !v171 ) | |
4532 { | |
4533 v173 = 600 * v2; | |
4534 goto LABEL_353; | |
4535 } | |
4536 v172 = v171 - 1; | |
4537 if ( !v172 || v172 == 1 ) | |
4538 { | |
4539 v173 = 3600 * v2; | |
4540 LABEL_353: | |
4541 LODWORD(v733) = v173; | |
4542 } | |
4543 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4544 goto play_sound_and_continue; |
0 | 4545 v174 = 0; |
4546 do | |
486 | 4547 pOtherOverlayList->_4418B1(2010, v174++ + 100, 0, 65536); |
0 | 4548 while ( v174 < 4 ); |
488 | 4549 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); |
4550 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
4551 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
4552 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 4553 v83 = 1; |
4554 v732 = (int)v733 << 7; | |
488 | 4555 pParty->pPartyBuffs[PARTY_BUFF_FEATHER_FALL].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, 0, 0, 0); |
4556 LODWORD(v727) = v83; | |
4557 goto play_sound_and_continue; | |
4558 | |
4559 case SPELL_AIR_SPARKS: | |
0 | 4560 v184 = v12 - 1; |
4561 if ( v184 ) | |
4562 { | |
4563 v185 = v184 - 1; | |
4564 if ( v185 ) | |
4565 { | |
4566 v186 = v185 - 1; | |
4567 if ( v186 ) | |
4568 { | |
4569 if ( v186 == 1 ) | |
4570 amount = 9; | |
4571 } | |
4572 else | |
4573 { | |
4574 amount = 7; | |
4575 } | |
4576 } | |
4577 else | |
4578 { | |
4579 amount = 5; | |
4580 } | |
4581 } | |
4582 else | |
4583 { | |
4584 amount = 3; | |
4585 } | |
4586 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4587 goto play_sound_and_continue; |
0 | 4588 v726 = (Player *)((signed int)(60 * stru_5C6E00->uIntegerDoublePi) / 360); |
4589 v732 = (signed int)(60 * stru_5C6E00->uIntegerDoublePi) / 360 / (amount - 1); | |
4590 a1.stru_24.Reset(); | |
4591 a1.field_48 = v3->spellnum; | |
4592 a1.field_4C = v2; | |
4593 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
4594 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 4595 a1.vPosition.y = pParty->vPosition.y; |
4596 a1.vPosition.x = pParty->vPosition.x; | |
486 | 4597 a1.uAttributes = 0; |
0 | 4598 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; |
4599 a1.uSectorID = pIndoor->GetSector( | |
4600 pParty->vPosition.x, | |
4601 pParty->vPosition.y, | |
4602 pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3); | |
486 | 4603 a1.uSpriteFrameID = 0; |
0 | 4604 v187 = 8 * v3->uPlayerID; |
303 | 4605 LOBYTE(v187) = v187 | OBJECT_Player; |
4606 a1.field_58_pid = v187; | |
0 | 4607 a1.field_5C = a2; |
4608 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
4609 a1.uSoundID = LOWORD(v3->field_10); | |
4610 if ( pParty->bTurnBasedModeOn == 1 ) | |
4611 LOBYTE(a1.uAttributes) |= 4u; | |
4612 v188 = (signed int)v726 / -2; | |
4613 v189 = (signed int)v726 / 2; | |
4614 while ( v188 <= v189 ) | |
4615 { | |
4616 a1.uFacing = v188 + LOWORD(v715.uYawAngle); | |
4617 if ( a1.Create( | |
4618 (signed __int16)(v188 + LOWORD(v715.uYawAngle)), | |
4619 v715.uPitchAngle, | |
4620 pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, | |
4621 v3->uPlayerID + 1) != -1 | |
4622 && pParty->bTurnBasedModeOn == 1 ) | |
4623 ++pTurnEngine->field_1C; | |
4624 v188 += v732; | |
4625 } | |
4626 goto LABEL_1056; | |
4627 case 16: | |
569 | 4628 if ( pParty->uFlags & PARTY_FLAGS_1_FALLING) |
4629 { | |
710 | 4630 ShowStatusBarString(pGlobalTXT_LocalizationStrings[493], 2); // Can't cast Jump while airborne! |
4631 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
4632 goto play_sound_and_continue; | |
0 | 4633 } |
4634 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4635 goto play_sound_and_continue; |
0 | 4636 v191 = 0; |
4637 do | |
486 | 4638 pOtherOverlayList->_4418B1(2040, v191++ + 100, 0, 65536); |
0 | 4639 while ( v191 < 4 ); |
4640 BYTE1(pParty->uFlags) |= 1u; | |
4641 pParty->uFallSpeed = 1000; | |
4642 goto LABEL_1056; | |
488 | 4643 |
4644 case SPELL_AIR_INVISIBILITY: | |
0 | 4645 v192 = v12 - 1; |
4646 if ( !v192 ) | |
4647 { | |
4648 amount = v2; | |
4649 goto LABEL_391; | |
4650 } | |
4651 v193 = v192 - 1; | |
4652 if ( !v193 ) | |
4653 { | |
4654 v196 = 2 * v2; | |
4655 LABEL_389: | |
4656 amount = v196; | |
4657 LABEL_391: | |
4658 v195 = 600 * v2; | |
4659 goto LABEL_392; | |
4660 } | |
4661 v194 = v193 - 1; | |
4662 if ( !v194 ) | |
4663 { | |
4664 v196 = 3 * v2; | |
4665 goto LABEL_389; | |
4666 } | |
4667 if ( v194 != 1 ) | |
4668 goto LABEL_393; | |
4669 amount = 4 * v2; | |
4670 v195 = 3600 * v2; | |
4671 LABEL_392: | |
4672 LODWORD(v733) = v195; | |
4673 LABEL_393: | |
710 | 4674 if (pParty->uFlags & (PARTY_FLAGS_1_ALERT_RED | PARTY_FLAGS_1_ALERT_YELLOW)) |
4675 { | |
4676 ShowStatusBarString(pGlobalTXT_LocalizationStrings[638], 2); // There are hostile creatures nearby! | |
4677 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
4678 goto LABEL_203; | |
0 | 4679 } |
4680 if ( pPlayer->CanCastSpell(uRequiredMana) ) | |
4681 { | |
488 | 4682 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); |
4683 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
4684 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
4685 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 4686 v83 = 1; |
4687 v732 = (int)v733 << 7; | |
488 | 4688 |
4689 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, amount, 0, 0); | |
0 | 4690 LODWORD(v727) = v83; |
4691 } | |
488 | 4692 goto play_sound_and_continue; |
710 | 4693 |
0 | 4694 case 21: |
4695 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
4696 { | |
710 | 4697 ShowStatusBarString(pGlobalTXT_LocalizationStrings[494], 2); // Can not cast Fly indoors! |
486 | 4698 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); |
488 | 4699 goto play_sound_and_continue; |
0 | 4700 } |
4701 if ( !pPlayers[v3->uPlayerID + 1]->GetMaxMana() ) | |
4702 { | |
710 | 4703 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed |
4704 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
4705 goto play_sound_and_continue; | |
0 | 4706 } |
4707 LODWORD(v733) = 3600 * v2; | |
486 | 4708 if ( v731 == 2 || v731 == 3 || (amount = 0, v731 != 4) ) |
0 | 4709 amount = 1; |
4710 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4711 goto play_sound_and_continue; |
0 | 4712 v205 = 0; |
4713 do | |
486 | 4714 pOtherOverlayList->_4418B1(2090, v205++ + 100, 0, 65536); |
0 | 4715 while ( v205 < 4 ); |
486 | 4716 v206 = pOtherOverlayList->_4418B1(10008, 203, 0, 65536); |
0 | 4717 v207 = v3->uPlayerID + 1; |
4718 v716 = v206; | |
488 | 4719 |
0 | 4720 v732 = (int)v733 << 7; |
488 | 4721 |
4722 pParty->pPartyBuffs[PARTY_BUFF_FLY].Apply(pParty->uTimePlayed + (signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, amount, v206, v207); | |
0 | 4723 goto LABEL_1056; |
488 | 4724 |
0 | 4725 case 22: |
710 | 4726 //v67 = 2; |
0 | 4727 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) |
4728 { | |
710 | 4729 ShowStatusBarString(pGlobalTXT_LocalizationStrings[495], 2); // Can't cast Starburst indoors! |
4730 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
4731 goto LABEL_203; | |
0 | 4732 } |
4733 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4734 goto play_sound_and_continue; |
0 | 4735 v208 = a2 & 7; |
4736 LODWORD(v725) = a2 & 7; | |
4737 if ( v208 == 3 ) | |
4738 { | |
4739 v209 = a2 >> 3; | |
4740 LODWORD(v718) = pActors[v209].vPosition.x; | |
4741 v210 = pActors[v209].vPosition.y; | |
4742 v211 = pActors[v209].vPosition.z; | |
4743 v713 = v210; | |
4744 } | |
4745 else | |
4746 { | |
323 | 4747 v212 = stru_5C6E00->Cos(pParty->sRotationY); |
0 | 4748 LODWORD(v718) = pParty->vPosition.x + sub_42EBBE(2048, v212); |
323 | 4749 v213 = stru_5C6E00->Sin(pParty->sRotationY); |
0 | 4750 v214 = sub_42EBBE(2048, v213); |
4751 v211 = pParty->vPosition.z; | |
4752 v713 = pParty->vPosition.y + v214; | |
4753 v208 = LODWORD(v725); | |
4754 } | |
4755 v726 = (Player *)v211; | |
486 | 4756 HIDWORD(v733) = 0; |
0 | 4757 *(float *)&v732 = (double)v211; |
4758 LODWORD(v725) = v211 + 2500; | |
486 | 4759 v721 = 0; |
0 | 4760 *(float *)&y = (double)(v211 + 2500); |
4761 v730 = v208 == 3 ? a2 : 0; | |
4762 a2 = 20; | |
4763 do | |
4764 { | |
4765 v215 = rand(); | |
4766 v216 = (double)v721; | |
4767 v727 = v216; | |
4768 v217 = (double)SHIDWORD(v733); | |
4769 *(float *)&uRequiredMana = v217; | |
4770 _this = (ItemGen *)(v215 % 1000); | |
4771 *((float *)&v733 + 1) = (double)(v215 % 1000) + *(float *)&v732 - *(float *)&y; | |
4772 *(float *)&v721 = v217 * v217; | |
4773 *(float *)&v726 = v216 * v216; | |
4774 if ( sqrt(*((float *)&v733 + 1) * *((float *)&v733 + 1) + *(float *)&v726 + *(float *)&v721) <= 1.0 ) | |
4775 { | |
486 | 4776 LODWORD(v685) = 0; |
4777 HIDWORD(v685) = 0; | |
0 | 4778 } |
4779 else | |
4780 { | |
4781 v684 = (signed __int64)sqrt(*(float *)&v726 + *(float *)&v721); | |
4782 v685 = __PAIR__( | |
4783 stru_5C6E00->Atan2(v684, (signed __int64)*((float *)&v733 + 1)), | |
4784 stru_5C6E00->Atan2((signed __int64)v727, (signed __int64)*(float *)&uRequiredMana)); | |
4785 } | |
4786 a1.stru_24.Reset(); | |
4787 a1.field_48 = v3->spellnum; | |
4788 a1.field_4C = v2; | |
4789 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
4790 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 4791 a1.uAttributes = 0; |
0 | 4792 a1.vPosition.x = LODWORD(v718); |
4793 a1.vPosition.y = v713; | |
486 | 4794 a1.uSectorID = 0; |
0 | 4795 a1.vPosition.z = (int)((char *)_this + LODWORD(v725)); |
486 | 4796 a1.uSpriteFrameID = 0; |
303 | 4797 a1.field_58_pid = 8 * v3->uPlayerID | OBJECT_Player; |
0 | 4798 a1.field_5C = v730; |
4799 a1.field_60_distance_related_prolly_lod = stru_50C198._427546((int)&_this[69].uNumCharges); | |
4800 a1.uFacing = v685; | |
4801 a1.uSoundID = LOWORD(v3->field_10); | |
4802 if ( pParty->bTurnBasedModeOn == 1 ) | |
4803 a1.uAttributes = 4; | |
4804 if ( a1.Create( | |
4805 v685, | |
4806 SHIDWORD(v685), | |
4807 pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, | |
486 | 4808 0) != -1 |
0 | 4809 && pParty->bTurnBasedModeOn == 1 ) |
4810 ++pTurnEngine->field_1C; | |
4811 v721 = rand() % 1024 - 512; | |
4812 v218 = rand(); | |
4813 v14 = a2-- == 1; | |
4814 HIDWORD(v733) = (unsigned __int64)(v218 % 1024) - 512; | |
4815 } | |
4816 while ( !v14 ); | |
4817 goto LABEL_1056; | |
4818 case 23: | |
4819 v219 = v12 - 2; | |
4820 if ( v219 ) | |
4821 { | |
4822 v220 = v219 - 1; | |
4823 if ( v220 ) | |
4824 { | |
4825 if ( v220 == 1 ) | |
4826 { | |
486 | 4827 amount = 0; |
0 | 4828 goto LABEL_433; |
4829 } | |
4830 v221 = 180 * v2; | |
4831 } | |
4832 else | |
4833 { | |
4834 v221 = 86400 * v2; | |
4835 } | |
4836 } | |
4837 else | |
4838 { | |
4839 v221 = 3600 * v2; | |
4840 } | |
4841 amount = v221; | |
4842 LABEL_433: | |
4843 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4844 goto play_sound_and_continue; |
0 | 4845 v222 = (char *)pParty->pPlayers; |
4846 HIDWORD(v733) = (int)(char *)&pParty + 2508; | |
4847 break; | |
4848 case 24: | |
4849 v224 = v12 - 2; | |
4850 if ( v224 ) | |
4851 { | |
4852 v225 = v224 - 1; | |
4853 if ( v225 ) | |
4854 { | |
4855 if ( v225 == 1 ) | |
4856 amount = 7; | |
4857 else | |
4858 amount = 1; | |
4859 } | |
4860 else | |
4861 { | |
4862 amount = 5; | |
4863 } | |
4864 } | |
4865 else | |
4866 { | |
4867 amount = 3; | |
4868 } | |
4869 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4870 goto play_sound_and_continue; |
0 | 4871 HIDWORD(v733) = (signed int)(60 * stru_5C6E00->uIntegerDoublePi) / 360; |
4872 if ( amount == 1 ) | |
4873 { | |
4874 LABEL_152: | |
4875 a1.stru_24.Reset(); | |
4876 a1.field_48 = v3->spellnum; | |
4877 a1.field_50 = v731; | |
4878 a1.field_4C = v2; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
4879 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 4880 a1.vPosition.y = pParty->vPosition.y; |
4881 v51 = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; | |
4882 v671 = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; | |
4883 v660 = pParty->vPosition.y; | |
4884 LABEL_153: | |
486 | 4885 a1.uAttributes = 0; |
0 | 4886 a1.vPosition.x = pParty->vPosition.x; |
4887 a1.vPosition.z = v51; | |
4888 v52 = pIndoor->GetSector(pParty->vPosition.x, v660, v671); | |
486 | 4889 a1.uSpriteFrameID = 0; |
0 | 4890 a1.uSectorID = v52; |
4891 v53 = 8 * v3->uPlayerID; | |
303 | 4892 LOBYTE(v53) = v53 | OBJECT_Player; |
4893 a1.field_58_pid = v53; | |
0 | 4894 a1.field_5C = a2; |
4895 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
4896 a1.uFacing = LOWORD(v715.uYawAngle); | |
4897 a1.uSoundID = LOWORD(v3->field_10); | |
4898 LABEL_154: | |
4899 if ( pParty->bTurnBasedModeOn == 1 ) | |
4900 LOBYTE(a1.uAttributes) |= 4u; | |
4901 LABEL_156: | |
4902 v669 = v3->uPlayerID + 1; | |
4903 v36 = v715.uYawAngle; | |
4904 v659 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed; | |
4905 v654 = v715.uPitchAngle; | |
4906 LABEL_157: | |
4907 if ( a1.Create(v36, v654, v659, v669) != -1 && pParty->bTurnBasedModeOn == 1 ) | |
4908 ++pTurnEngine->field_1C; | |
4909 } | |
4910 else | |
4911 { | |
4912 v732 = SHIDWORD(v733) / (amount - 1); | |
4913 a1.stru_24.Reset(); | |
4914 a1.field_48 = v3->spellnum; | |
4915 a1.field_4C = v2; | |
4916 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
4917 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 4918 a1.vPosition.y = pParty->vPosition.y; |
4919 a1.vPosition.x = pParty->vPosition.x; | |
486 | 4920 a1.uAttributes = 0; |
0 | 4921 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; |
4922 a1.uSectorID = pIndoor->GetSector( | |
4923 pParty->vPosition.x, | |
4924 pParty->vPosition.y, | |
4925 pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3); | |
486 | 4926 a1.uSpriteFrameID = 0; |
0 | 4927 v226 = 8 * v3->uPlayerID; |
303 | 4928 LOBYTE(v226) = v226 | OBJECT_Player; |
4929 a1.field_58_pid = v226; | |
0 | 4930 a1.field_5C = a2; |
4931 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
4932 a1.uSoundID = LOWORD(v3->field_10); | |
4933 if ( pParty->bTurnBasedModeOn == 1 ) | |
4934 LOBYTE(a1.uAttributes) |= 4u; | |
4935 v227 = SHIDWORD(v733) / -2; | |
4936 y = (char *)(SHIDWORD(v733) / 2); | |
4937 if ( SHIDWORD(v733) / -2 <= SHIDWORD(v733) / 2 ) | |
4938 { | |
4939 v228 = v715.uYawAngle; | |
4940 do | |
4941 { | |
4942 a1.uFacing = v227 + v228; | |
4943 if ( a1.Create( | |
4944 v227 + v228, | |
4945 v715.uPitchAngle, | |
4946 pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, | |
4947 v3->uPlayerID + 1) != -1 | |
4948 && pParty->bTurnBasedModeOn == 1 ) | |
4949 ++pTurnEngine->field_1C; | |
4950 v227 += v732; | |
4951 } | |
4952 while ( v227 <= (signed int)y ); | |
4953 } | |
4954 } | |
4955 goto LABEL_1056; | |
4956 case 27: | |
4957 if ( !pPlayers[v3->uPlayerID + 1]->GetMaxMana() ) | |
710 | 4958 { |
4959 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
4960 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
4961 goto play_sound_and_continue; | |
4962 } | |
0 | 4963 if ( v731 == 2 || v731 != 3 && v731 != 4 ) |
4964 v229 = 600 * v2; | |
4965 else | |
4966 v229 = 3600 * v2; | |
4967 LODWORD(v733) = v229; | |
4968 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4969 goto play_sound_and_continue; |
486 | 4970 v716 = pOtherOverlayList->_4418B1(10005, 201, 0, 65536); |
488 | 4971 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); |
4972 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
4973 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
4974 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 4975 v239 = v3->uPlayerID + 1; |
4976 v732 = v229 << 7; | |
4977 pParty->pPartyBuffs[18].Apply( | |
4978 pParty->uTimePlayed + (signed int)(signed __int64)((double)(v229 << 7) * 0.033333335), | |
4979 v731, | |
4980 amount, | |
4981 v716, | |
4982 v239); | |
4983 if ( v731 == 4 ) | |
4984 pParty->pPartyBuffs[18].uFlags = 1; | |
488 | 4985 LODWORD(v727) = 1; |
4986 goto play_sound_and_continue; | |
710 | 4987 |
0 | 4988 case 28: |
4989 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 4990 goto play_sound_and_continue; |
0 | 4991 v240 = (char *)&pParty->pPlayers[v3->uPlayerID_2].pInventoryItems[a2]; |
4992 y = v240; | |
4993 if ( pItemsTable->pItems[*(int *)v240].uEquipType != 12 || v240[20] & 2 ) | |
710 | 4994 { |
4995 dword_50C9D0 = 113; | |
4996 dword_50C9D4 = 0; | |
4997 dword_50C9D8 = 1; | |
4998 | |
4999 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
5000 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
5001 goto LABEL_203; | |
5002 } | |
0 | 5003 if ( v731 == 1 || v731 == 2 ) |
5004 { | |
5005 v241 = (double)v723 * 0.0099999998 + 0.5; | |
5006 } | |
5007 else | |
5008 { | |
5009 if ( v731 == 3 ) | |
5010 { | |
5011 v241 = (double)v723 * 0.0099999998 + 0.69999999; | |
5012 } | |
5013 else | |
5014 { | |
5015 if ( v731 != 4 ) | |
5016 { | |
5017 v241 = 0.0; | |
5018 goto LABEL_484; | |
5019 } | |
5020 v241 = (double)v723 * 0.0099999998 + 0.80000001; | |
5021 } | |
5022 } | |
5023 if ( v241 > 1.0 ) | |
5024 v241 = 1.0; | |
5025 LABEL_484: | |
5026 v732 = (unsigned __int8)v240[25]; | |
5027 v242 = (signed __int64)((double)v732 * v241); | |
5028 v243 = y; | |
5029 y[25] = v242; | |
5030 *((int *)v243 + 4) = (unsigned __int8)v242; | |
486 | 5031 if ( (unsigned __int8)v242 <= 0 ) |
5032 { | |
5033 *(int *)v243 = 0; | |
0 | 5034 dword_50C9D0 = 113; |
486 | 5035 dword_50C9D4 = 0; |
0 | 5036 dword_50C9D8 = 1; |
5037 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2u); | |
486 | 5038 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); |
5039 v3->spellnum = 0; | |
0 | 5040 goto LABEL_1165; |
5041 } | |
5042 *((int *)v243 + 5) |= 0x40u; | |
5043 goto LABEL_1055; | |
5044 case 30: | |
5045 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5046 goto play_sound_and_continue; |
486 | 5047 uRequiredMana = 0; |
0 | 5048 HIDWORD(v733) = 10 * v2; |
5049 v730 = 1; | |
5050 v244 = (char *)&pParty->pPlayers[v3->uPlayerID_2]; | |
5051 v726 = &pParty->pPlayers[v3->uPlayerID_2]; | |
5052 if ( v731 == 1 ) | |
5053 { | |
5054 v245 = (int)&v244[36 * a2 + 532]; | |
5055 v309 = (char *)&pItemsTable->pItems[*(int *)v245].pIconName; | |
5056 v311 = __OFSUB__(*(int *)v245, 134); | |
5057 v14 = *(int *)v245 == 134; | |
5058 v310 = *(int *)v245 - 134 < 0; | |
5059 LODWORD(v725) = (int)(char *)&pItemsTable + 48 * *(int *)v245 + 4; | |
5060 if ( (unsigned __int8)(v310 ^ v311) | v14 ) | |
5061 { | |
486 | 5062 if ( *(int *)&v244[36 * a2 + 544] == 0 ) |
0 | 5063 { |
486 | 5064 if ( *(int *)&v244[36 * a2 + 536] == 0 ) |
0 | 5065 { |
486 | 5066 if ( *(int *)&v244[36 * a2 + 540] == 0 ) |
0 | 5067 { |
5068 v312 = v309[28]; | |
5069 if ( v312 ) | |
5070 { | |
5071 if ( v312 != 1 ) | |
5072 { | |
5073 if ( v312 != 2 ) | |
5074 { | |
5075 _this = (ItemGen *)&v244[36 * a2 + 552]; | |
5076 if ( !(v244[36 * a2 + 552] & 2) ) | |
5077 { | |
5078 if ( ((ItemGen *)v245)->GetValue() < 0x1C2 ) | |
5079 { | |
5080 uRequiredMana = 1; | |
486 | 5081 v730 = 0; |
0 | 5082 } |
5083 if ( rand() % 100 >= SHIDWORD(v733) ) | |
5084 uRequiredMana = 1; | |
486 | 5085 if (!uRequiredMana) |
0 | 5086 { |
5087 v313 = *(char *)(LODWORD(v725) + 28); | |
5088 if ( v313 == 3 | v313 == 4 | v313 == 5 | v313 == 6 | v313 == 7 | v313 == 8 | v313 == 9 | v313 == 10 | v313 == 11 ) | |
5089 { | |
224 | 5090 v314 = rand() % 10;//pItemsTable->field_116D8[pItemsTable->pItems[*(int *)v245].uEquipType]; |
0 | 5091 *(int *)(v245 + 4) = 0; |
222 | 5092 for ( j = pItemsTable->pEnchantments[0].to_item[pItemsTable->pItems[*(int *)v245].uEquipType |
0 | 5093 + 1]; |
5094 ; | |
222 | 5095 j += pItemsTable->pEnchantments[*(int *)(v245 + 4)].to_item[pItemsTable->pItems[*(int *)v245].uEquipType |
0 | 5096 + 1] ) |
5097 { | |
5098 ++*(int *)(v245 + 4); | |
5099 if ( j >= v314 ) | |
5100 break; | |
5101 } | |
5102 v254 = rand(); | |
224 | 5103 v255 = 10;//pItemsTable->field_116D8[17]; |
5104 v256 = 10;//pItemsTable->field_116D8[16]; | |
0 | 5105 LABEL_611: |
5106 *(int *)(v245 + 8) = v256 + v254 % (v255 - v256 + 1); | |
5107 LABEL_612: | |
5108 _this->uItemID |= 0x20u; | |
5109 goto LABEL_1055; | |
5110 } | |
5111 goto LABEL_615; | |
5112 } | |
5113 LABEL_613: | |
5114 v316 = _this->uItemID; | |
5115 if ( !(BYTE1(v316) & 2) ) | |
5116 { | |
5117 LOBYTE(v316) = v316 | 2; | |
5118 _this->uItemID = v316; | |
5119 } | |
5120 } | |
5121 } | |
5122 } | |
5123 } | |
5124 } | |
5125 } | |
5126 } | |
5127 } | |
5128 LABEL_616: | |
486 | 5129 if ( LODWORD(v727) == 0 ) |
0 | 5130 { |
5131 v317 = pGlobalTXT_LocalizationStrings[428]; | |
486 | 5132 if ( v730 == 0 ) |
0 | 5133 v317 = pGlobalTXT_LocalizationStrings[585]; |
5134 ShowStatusBarString(v317, 2u); | |
486 | 5135 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); |
0 | 5136 v318 = v726; |
486 | 5137 v3->spellnum = 0; |
5138 v318->PlaySound(SPEECH_43, 0); | |
0 | 5139 } |
488 | 5140 goto play_sound_and_continue; |
0 | 5141 } |
5142 if ( v731 != 2 ) | |
5143 { | |
5144 if ( v731 == 3 ) | |
5145 { | |
5146 v245 = (int)&v244[36 * a2 + 532]; | |
5147 v269 = *(int *)v245; | |
5148 if ( *(int *)v245 > 134 | |
486 | 5149 || *(int *)(v245 + 12) != 0 |
5150 || *(int *)(v245 + 4) != 0 | |
5151 || *(int *)(v245 + 8) != 0 | |
0 | 5152 || (_this = (ItemGen *)(v245 + 20), *(char *)(v245 + 20) & 2) ) |
5153 goto LABEL_616; | |
5154 v270 = (char *)&pItemsTable->pItems[v269].pIconName; | |
5155 LODWORD(v725) = (int)v270; | |
5156 v271 = v270[28]; | |
5157 if ( v271 && v271 != 1 && v271 != 2 ) | |
5158 v272 = ((ItemGen *)v245)->GetValue() < 0x1C2; | |
5159 else | |
5160 v272 = ((ItemGen *)v245)->GetValue() < 0xFA; | |
5161 if ( v272 ) | |
5162 { | |
5163 uRequiredMana = 1; | |
486 | 5164 v730 = 0; |
0 | 5165 } |
5166 if ( rand() % 100 >= SHIDWORD(v733) ) | |
5167 uRequiredMana = 1; | |
486 | 5168 if (uRequiredMana) |
0 | 5169 goto LABEL_613; |
5170 v273 = v725; | |
5171 v274 = *(char *)(LODWORD(v725) + 28); | |
5172 if ( v274 == 0 | v274 == 1 | v274 == 2 | v274 == 3 | v274 == 4 | v274 == 5 | v274 == 6 | v274 == 7 | v274 == 8 | v274 == 9 | v274 == 10 | v274 == 11 ) | |
5173 { | |
5174 if ( rand() % 100 < 80 | |
5175 && !(*(char *)(LODWORD(v273) + 28) == 0 | *(char *)(LODWORD(v273) + 28) == 1 | *(char *)(LODWORD(v273) + 28) == 2) ) | |
5176 { | |
224 | 5177 v275 = rand() % 10;//pItemsTable->field_116D8[pItemsTable->pItems[*(int *)v245].uEquipType]; |
0 | 5178 *(int *)(v245 + 4) = 0; |
222 | 5179 for ( k = pItemsTable->pEnchantments[0].to_item[pItemsTable->pItems[*(int *)v245].uEquipType + 1]; |
0 | 5180 ; |
222 | 5181 k += pItemsTable->pEnchantments[*(int *)(v245 + 4)].to_item[pItemsTable->pItems[*(int *)v245].uEquipType |
0 | 5182 + 1] ) |
5183 { | |
5184 ++*(int *)(v245 + 4); | |
5185 if ( k >= v275 ) | |
5186 break; | |
5187 } | |
5188 v254 = rand(); | |
224 | 5189 v255 = 10;//pItemsTable->field_116D8[19]; |
5190 v256 = 10;//pItemsTable->field_116D8[18]; | |
0 | 5191 goto LABEL_611; |
5192 } | |
222 | 5193 v277 = pItemsTable->pSpecialEnchantments_count; |
0 | 5194 v278 = 0; |
5195 v725 = 0.0; | |
5196 HIDWORD(v733) = 0; | |
222 | 5197 if ( pItemsTable->pSpecialEnchantments_count > 0 ) |
0 | 5198 { |
5199 v730 = (int)&v679; | |
5200 do | |
5201 { | |
222 | 5202 v279 = LOBYTE(pItemsTable->pSpecialEnchantments[v278 + 1].pBonusStatement); |
0 | 5203 if ( !v279 || v279 == 1 ) |
5204 { | |
222 | 5205 v280 = *(&pItemsTable->pSpecialEnchantments[0].to_item_apply[pItemsTable->pItems[*(int *)v245].uEquipType |
0 | 5206 + 4] |
5207 + v278 * 28); | |
5208 LODWORD(v725) += v280; | |
5209 if ( v280 ) | |
5210 { | |
5211 v281 = v730; | |
5212 v730 += 4; | |
5213 *(int *)v281 = HIDWORD(v733); | |
5214 } | |
5215 } | |
5216 ++HIDWORD(v733); | |
5217 ++v278; | |
5218 } | |
5219 while ( SHIDWORD(v733) < v277 ); | |
5220 } | |
5221 v282 = rand() % SLODWORD(v725); | |
5222 v283 = v679; | |
5223 *(int *)(v245 + 12) = v679; | |
222 | 5224 v284 = pItemsTable->pSpecialEnchantments[v283].to_item_apply[pItemsTable->pItems[*(int *)v245].uEquipType + 4]; |
0 | 5225 v285 = v282 + 1; |
5226 if ( v284 < v285 ) | |
5227 { | |
5228 for ( l = &v679; ; l = (int *)v732 ) | |
5229 { | |
5230 v287 = (int)(l + 1); | |
5231 v732 = v287; | |
5232 v288 = *(int *)v287; | |
5233 *(int *)(v245 + 12) = v288; | |
222 | 5234 v284 += pItemsTable->pSpecialEnchantments[v288].to_item_apply[pItemsTable->pItems[*(int *)v245].uEquipType |
0 | 5235 + 4]; |
5236 if ( v284 >= v285 ) | |
5237 break; | |
5238 } | |
5239 } | |
5240 goto LABEL_525; | |
5241 } | |
5242 } | |
5243 else | |
5244 { | |
5245 if ( v731 != 4 | |
5246 || (v245 = (int)&v726->pInventoryItems[a2], v246 = *(int *)v245, *(int *)v245 > 134) | |
486 | 5247 || v726->pInventoryItems[a2].uSpecEnchantmentType != 0 |
570 | 5248 || v726->pInventoryItems[a2].uEnchantmentType != 0 |
486 | 5249 || v726->pInventoryItems[a2]._bonus_strength != 0 |
315 | 5250 || (_this = (ItemGen *)((char *)&v726->pInventoryItems[a2] + 20), v726->pInventoryItems[a2].Broken()) ) |
0 | 5251 goto LABEL_616; |
5252 v247 = (char *)&pItemsTable->pItems[v246].pIconName; | |
5253 LODWORD(v725) = (int)v247; | |
5254 v248 = v247[28]; | |
5255 if ( v248 && v248 != 1 && v248 != 2 ) | |
5256 v249 = v726->pInventoryItems[a2].GetValue() < 0x1C2; | |
5257 else | |
5258 v249 = v726->pInventoryItems[a2].GetValue() < 0xFA; | |
5259 if ( v249 ) | |
5260 { | |
5261 uRequiredMana = 1; | |
486 | 5262 v730 = 0; |
0 | 5263 } |
5264 if ( rand() % 100 >= SHIDWORD(v733) ) | |
5265 uRequiredMana = 1; | |
486 | 5266 if (uRequiredMana) |
0 | 5267 goto LABEL_613; |
5268 v250 = v725; | |
5269 v251 = *(char *)(LODWORD(v725) + 28); | |
5270 if ( v251 == 0 | v251 == 1 | v251 == 2 | v251 == 3 | v251 == 4 | v251 == 5 | v251 == 6 | v251 == 7 | v251 == 8 | v251 == 9 | v251 == 10 | v251 == 11 ) | |
5271 { | |
5272 if ( rand() % 100 < 80 | |
5273 && !(*(char *)(LODWORD(v250) + 28) == 0 | *(char *)(LODWORD(v250) + 28) == 1 | *(char *)(LODWORD(v250) + 28) == 2) ) | |
5274 { | |
224 | 5275 v252 = rand() % 10;//pItemsTable->field_116D8[pItemsTable->pItems[*(int *)v245].uEquipType]; |
0 | 5276 *(int *)(v245 + 4) = 0; |
222 | 5277 for ( m = pItemsTable->pEnchantments[0].to_item[pItemsTable->pItems[*(int *)v245].uEquipType + 1]; |
0 | 5278 ; |
222 | 5279 m += pItemsTable->pEnchantments[*(int *)(v245 + 4)].to_item[pItemsTable->pItems[*(int *)v245].uEquipType |
0 | 5280 + 1] ) |
5281 { | |
5282 ++*(int *)(v245 + 4); | |
5283 if ( m >= v252 ) | |
5284 break; | |
5285 } | |
5286 v254 = rand(); | |
224 | 5287 v255 = 10;// pItemsTable->field_116D8[21]; |
5288 v256 = 10;//pItemsTable->field_116D8[20]; | |
0 | 5289 goto LABEL_611; |
5290 } | |
222 | 5291 v257 = pItemsTable->pSpecialEnchantments_count; |
0 | 5292 v258 = 0; |
5293 v725 = 0.0; | |
5294 HIDWORD(v733) = 0; | |
222 | 5295 if ( pItemsTable->pSpecialEnchantments_count > 0 ) |
0 | 5296 { |
5297 v730 = (int)&v679; | |
5298 do | |
5299 { | |
222 | 5300 v259 = LOBYTE(pItemsTable->pSpecialEnchantments[v258 + 1].pBonusStatement); |
0 | 5301 if ( !v259 || v259 == 1 ) |
5302 { | |
222 | 5303 v260 = *(&pItemsTable->pSpecialEnchantments[0].to_item_apply[pItemsTable->pItems[*(int *)v245].uEquipType |
0 | 5304 + 4] |
5305 + v258 * 28); | |
5306 LODWORD(v725) += v260; | |
5307 if ( v260 ) | |
5308 { | |
5309 v261 = v730; | |
5310 v730 += 4; | |
5311 *(int *)v261 = HIDWORD(v733); | |
5312 } | |
5313 } | |
5314 ++HIDWORD(v733); | |
5315 ++v258; | |
5316 } | |
5317 while ( SHIDWORD(v733) < v257 ); | |
5318 } | |
5319 v262 = rand() % SLODWORD(v725); | |
5320 v263 = v679; | |
5321 *(int *)(v245 + 12) = v679; | |
222 | 5322 v264 = pItemsTable->pSpecialEnchantments[v263].to_item_apply[pItemsTable->pItems[*(int *)v245].uEquipType + 4]; |
0 | 5323 v265 = v262 + 1; |
5324 if ( v264 < v265 ) | |
5325 { | |
5326 for ( ii = &v679; ; ii = (int *)v732 ) | |
5327 { | |
5328 v267 = (int)(ii + 1); | |
5329 v732 = v267; | |
5330 v268 = *(int *)v267; | |
5331 *(int *)(v245 + 12) = v268; | |
222 | 5332 v264 += pItemsTable->pSpecialEnchantments[v268].to_item_apply[pItemsTable->pItems[*(int *)v245].uEquipType |
0 | 5333 + 4]; |
5334 if ( v264 >= v265 ) | |
5335 break; | |
5336 } | |
5337 } | |
5338 LABEL_525: | |
5339 ++*(int *)(v245 + 12); | |
5340 goto LABEL_612; | |
5341 } | |
5342 } | |
5343 LABEL_615: | |
486 | 5344 //v1 = 0; |
0 | 5345 goto LABEL_616; |
5346 } | |
5347 v289 = (ItemGen *)&v244[36 * a2 + 532]; | |
5348 _this = v289; | |
5349 v290 = v289->uItemID; | |
5350 LODWORD(v725) = (int)(char *)&pItemsTable + 48 * v290 + 4; | |
5351 if ( v290 > 134 | |
486 | 5352 || _this->uSpecEnchantmentType != 0 |
570 | 5353 || _this->uEnchantmentType != 0 |
486 | 5354 || _this->_bonus_strength != 0 |
0 | 5355 || (v291 = pItemsTable->pItems[v290].uEquipType) == 0 |
5356 || v291 == 1 | |
5357 || v291 == 2 | |
315 | 5358 || _this->Broken()) |
0 | 5359 goto LABEL_616; |
5360 if ( _this->GetValue() < 0x1C2 ) | |
5361 uRequiredMana = 1; | |
5362 if ( rand() % 100 >= SHIDWORD(v733) ) | |
5363 uRequiredMana = 1; | |
486 | 5364 if ( uRequiredMana != 0 ) |
710 | 5365 { |
5366 dword_50C9D0 = 113; | |
5367 dword_50C9D4 = 0; | |
5368 dword_50C9D8 = 1; | |
5369 | |
5370 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
5371 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
5372 goto LABEL_203; | |
5373 } | |
0 | 5374 v292 = *(char *)(LODWORD(v725) + 28); |
5375 if ( !(v292 == 3 | v292 == 4 | v292 == 5 | v292 == 6 | v292 == 7 | v292 == 8 | v292 == 9 | v292 == 10 | v292 == 11) ) | |
5376 { | |
5377 v2 = v723; | |
486 | 5378 //v1 = 0; |
710 | 5379 |
5380 dword_50C9D0 = 113; | |
5381 dword_50C9D4 = 0; | |
5382 dword_50C9D8 = 1; | |
5383 | |
5384 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
5385 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
5386 goto LABEL_203; | |
0 | 5387 } |
5388 if ( rand() % 100 >= 80 ) | |
5389 { | |
222 | 5390 v297 = pItemsTable->pSpecialEnchantments_count; |
0 | 5391 v294 = _this; |
5392 v298 = 0; | |
5393 v725 = 0.0; | |
5394 HIDWORD(v733) = 0; | |
222 | 5395 if ( pItemsTable->pSpecialEnchantments_count > 0 ) |
0 | 5396 { |
5397 v730 = (int)&v679; | |
5398 do | |
5399 { | |
222 | 5400 v299 = LOBYTE(pItemsTable->pSpecialEnchantments[v298 + 1].pBonusStatement); |
0 | 5401 if ( !v299 || v299 == 1 ) |
5402 { | |
222 | 5403 v300 = *(&pItemsTable->pSpecialEnchantments[0].to_item_apply[pItemsTable->pItems[v294->uItemID].uEquipType + 4] |
0 | 5404 + v298 * 28); |
5405 LODWORD(v725) += v300; | |
5406 if ( v300 ) | |
5407 { | |
5408 v301 = v730; | |
5409 v730 += 4; | |
5410 *(int *)v301 = HIDWORD(v733); | |
5411 } | |
5412 } | |
5413 ++HIDWORD(v733); | |
5414 ++v298; | |
5415 } | |
5416 while ( SHIDWORD(v733) < v297 ); | |
5417 } | |
5418 v302 = rand() % SLODWORD(v725); | |
5419 v303 = v679; | |
377 | 5420 v294->uSpecEnchantmentType = v679; |
222 | 5421 v304 = pItemsTable->pSpecialEnchantments[v303].to_item_apply[pItemsTable->pItems[v294->uItemID].uEquipType + 4]; |
0 | 5422 v305 = v302 + 1; |
5423 if ( v304 < v305 ) | |
5424 { | |
5425 for ( jj = &v679; ; jj = (int *)v732 ) | |
5426 { | |
5427 v307 = (int)(jj + 1); | |
5428 v732 = v307; | |
5429 v308 = *(int *)v307; | |
377 | 5430 v294->uSpecEnchantmentType = v308; |
222 | 5431 v304 += pItemsTable->pSpecialEnchantments[v308].to_item_apply[pItemsTable->pItems[v294->uItemID].uEquipType + 4]; |
0 | 5432 if ( v304 >= v305 ) |
5433 break; | |
5434 } | |
5435 } | |
377 | 5436 ++v294->uSpecEnchantmentType; |
0 | 5437 } |
5438 else | |
5439 { | |
5440 v293 = rand(); | |
5441 v294 = _this; | |
224 | 5442 v295 = v293 % 10;// pItemsTable->field_116D8[pItemsTable->pItems[_this->uItemID].uEquipType]; |
570 | 5443 _this->uEnchantmentType = 0; |
222 | 5444 for ( kk = pItemsTable->pEnchantments[0].to_item[pItemsTable->pItems[v294->uItemID].uEquipType + 1]; |
0 | 5445 ; |
570 | 5446 kk += pItemsTable->pEnchantments[v294->uEnchantmentType].to_item[pItemsTable->pItems[v294->uItemID].uEquipType |
0 | 5447 + 1] ) |
5448 { | |
570 | 5449 ++v294->uEnchantmentType; |
0 | 5450 if ( kk >= v295 ) |
5451 break; | |
5452 } | |
224 | 5453 v294->_bonus_strength = 10//pItemsTable->field_116D8[18] |
5454 + rand() % 10;//(pItemsTable->field_116D8[19] - pItemsTable->field_116D8[18] + 1); | |
0 | 5455 } |
5456 v294->uAttributes |= 0x20u; | |
5457 goto LABEL_1055; | |
710 | 5458 case SPELL_WATER_TOWN_PORTAL: |
0 | 5459 amount = 10 * v2; |
5460 if ( pPlayer->sMana < (signed int)uRequiredMana ) | |
488 | 5461 goto play_sound_and_continue; |
710 | 5462 if ( pParty->uFlags & (PARTY_FLAGS_1_ALERT_RED | PARTY_FLAGS_1_ALERT_YELLOW) && v12 != 4 || rand() % 100 >= amount && v731 != 4 ) |
5463 { | |
5464 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
5465 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
5466 goto LABEL_203; | |
5467 } | |
5468 town_portal_caster_id = LOBYTE(v3->uPlayerID); | |
5469 pMessageQueue_50CBD0->AddMessage(UIMSG_OnCastTownPortal, 0, 0); | |
0 | 5470 goto LABEL_1056; |
5471 case 33: | |
5472 LODWORD(v733) = 604800 * v2; | |
5473 if ( !_strcmpi(pCurrentMapName, "d05.blv") ) | |
710 | 5474 { |
5475 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
5476 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
5477 goto LABEL_203; | |
5478 } | |
0 | 5479 v319 = uRequiredMana; |
5480 if ( pPlayer->sMana >= (signed int)uRequiredMana ) | |
5481 { | |
5482 pEventTimer->Pause(); | |
486 | 5483 pMessageQueue_50CBD0->AddMessage(UIMSG_B1, 0, 0); |
0 | 5484 qword_506350 = (signed int)v733; |
5485 _506348_current_lloyd_playerid = v3->uPlayerID; | |
5486 ::uRequiredMana = v319; | |
5487 ::sRecoveryTime = sRecoveryTime; | |
5488 dword_50633C = v3->field_10; | |
5489 dword_506338 = v3->spellnum; | |
5490 LOBYTE(v3->field_8) |= 0x20u; | |
5491 } | |
488 | 5492 goto play_sound_and_continue; |
0 | 5493 case 40: |
5494 v320 = v12 - 2; | |
5495 if ( !v320 ) | |
5496 goto LABEL_632; | |
5497 v321 = v320 - 1; | |
5498 if ( v321 ) | |
5499 { | |
5500 if ( v321 == 1 ) | |
5501 goto LABEL_634; | |
5502 LABEL_632: | |
5503 v322 = 3600 * v2; | |
5504 } | |
5505 else | |
5506 { | |
5507 v322 = 86400 * v2; | |
5508 } | |
5509 amount = v322; | |
5510 LABEL_634: | |
5511 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5512 goto play_sound_and_continue; |
0 | 5513 v323 = v3->uPlayerID_2; |
5514 v324 = (char *)&pParty->pPlayers[v323].pConditions[15]; | |
5515 if ( !pParty->pPlayers[v323].pConditions[15] ) | |
5516 goto LABEL_1056; | |
5517 if ( v731 == 4 ) | |
5518 goto LABEL_637; | |
5519 v732 = amount << 7; | |
5520 v663 = (signed __int64)((double)(signed __int64)pParty->uTimePlayed - (double)(amount << 7) * 0.033333335); | |
5521 v656 = 15; | |
5522 goto LABEL_640; | |
5523 case 41: | |
5524 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5525 goto play_sound_and_continue; |
0 | 5526 a1.stru_24.Reset(); |
5527 a1.field_48 = v3->spellnum; | |
5528 a1.field_4C = v2; | |
5529 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
5530 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 5531 a1.vPosition.y = pParty->vPosition.y; |
5532 a1.vPosition.x = pParty->vPosition.x; | |
486 | 5533 a1.uAttributes = 0; |
0 | 5534 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; |
5535 a1.uSectorID = pIndoor->GetSector( | |
5536 pParty->vPosition.x, | |
5537 pParty->vPosition.y, | |
5538 pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3); | |
486 | 5539 a1.uSpriteFrameID = 0; |
0 | 5540 v326 = 8 * v3->uPlayerID; |
303 | 5541 LOBYTE(v326) = v326 | OBJECT_Player; |
5542 a1.field_58_pid = v326; | |
0 | 5543 a1.field_5C = a2; |
5544 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
5545 a1.uFacing = LOWORD(pParty->sRotationY); | |
5546 a1.uSoundID = LOWORD(v3->field_10); | |
5547 if ( pParty->bTurnBasedModeOn == 1 ) | |
5548 LOBYTE(a1.uAttributes) |= 4u; | |
5549 v669 = v3->uPlayerID + 1; | |
5550 v659 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed; | |
5551 v654 = pParty->sRotationX; | |
5552 goto LABEL_125; | |
5553 case 43: | |
5554 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
710 | 5555 { |
5556 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
5557 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
5558 goto LABEL_203; | |
5559 } | |
0 | 5560 if ( !pPlayer->CanCastSpell(uRequiredMana) ) |
488 | 5561 goto play_sound_and_continue; |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
5562 a1.uType = 4090; |
0 | 5563 a1.stru_24.Reset(); |
5564 a1.field_48 = v3->spellnum; | |
5565 a1.field_4C = v2; | |
5566 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
5567 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 5568 a1.vPosition.x = pParty->vPosition.x; |
5569 a1.vPosition.y = pParty->vPosition.y; | |
486 | 5570 a1.uAttributes = 0; |
5571 a1.uSectorID = 0; | |
5572 a1.uSpriteFrameID = 0; | |
0 | 5573 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 3; |
5574 v327 = 8 * v3->uPlayerID; | |
303 | 5575 LOBYTE(v327) = v327 | OBJECT_Player; |
0 | 5576 a1.field_60_distance_related_prolly_lod = 0; |
303 | 5577 a1.field_58_pid = v327; |
0 | 5578 a1.field_5C = a2; |
5579 a1.uFacing = LOWORD(pParty->sRotationY); | |
5580 a1.uSoundID = LOWORD(v3->field_10); | |
5581 if ( pParty->bTurnBasedModeOn == 1 ) | |
5582 a1.uAttributes = 4; | |
486 | 5583 v669 = 0; |
0 | 5584 v659 = pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed; |
5585 v35 = (signed int)stru_5C6E00->uIntegerHalfPi / 2; | |
5586 LABEL_124: | |
5587 v654 = v35; | |
5588 LABEL_125: | |
5589 v36 = pParty->sRotationY; | |
5590 goto LABEL_157; | |
488 | 5591 |
5592 case SPELL_SPIRIT_DETECT_LIFE: | |
0 | 5593 v328 = v12 - 2; |
5594 if ( v328 ) | |
5595 { | |
5596 v329 = v328 - 1; | |
5597 if ( v329 && v329 != 1 ) | |
5598 v330 = 600 * v2; | |
5599 else | |
5600 v330 = 3600 * v2; | |
5601 } | |
5602 else | |
5603 { | |
5604 v330 = 1800 * v2; | |
5605 } | |
5606 LODWORD(v733) = v330; | |
5607 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5608 goto play_sound_and_continue; |
5609 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); | |
5610 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
5611 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
5612 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 5613 v83 = 1; |
488 | 5614 |
0 | 5615 v732 = (int)v733 << 7; |
488 | 5616 |
5617 pParty->pPartyBuffs[PARTY_BUFF_DETECT_LIFE].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, 0, 0, 0); | |
5618 LODWORD(v727) = v83; | |
5619 | |
5620 goto play_sound_and_continue; | |
5621 | |
5622 case SPELL_SPIRIT_FATE: | |
0 | 5623 LODWORD(v733) = 300; |
5624 v339 = v12 - 2; | |
5625 if ( v339 ) | |
5626 { | |
5627 v340 = v339 - 1; | |
5628 if ( v340 ) | |
5629 { | |
5630 if ( v340 != 1 ) | |
5631 { | |
5632 amount = v2; | |
5633 goto LABEL_667; | |
5634 } | |
5635 v341 = 6 * v2; | |
5636 } | |
5637 else | |
5638 { | |
5639 v341 = 4 * v2; | |
5640 } | |
5641 } | |
5642 else | |
5643 { | |
5644 v341 = 2 * v2; | |
5645 } | |
5646 amount = v341; | |
5647 LABEL_667: | |
5648 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5649 goto play_sound_and_continue; |
5650 v342 = v3->spell_target_pid; | |
486 | 5651 if ( v342 == 0 ) |
0 | 5652 { |
488 | 5653 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); |
5654 | |
5655 pParty->pPlayers[v3->uPlayerID_2].pPlayerBuffs[PLAYER_BUFF_FATE].Apply(pParty->uTimePlayed + 1280, v731, amount, 0, 0); | |
5656 goto LABEL_1056; | |
0 | 5657 } |
141 | 5658 if ( (v342 & 7) == OBJECT_Actor) |
0 | 5659 { |
5660 v343 = v342 >> 3; | |
486 | 5661 HIDWORD(v344) = 0 + ((pParty->uTimePlayed + 1280) >> 32); |
0 | 5662 LODWORD(v344) = LODWORD(pParty->uTimePlayed) + 1280; |
486 | 5663 pActors[v343].pActorBuffs[11].Apply(v344, v731, amount, 0, 0); |
0 | 5664 BYTE2(pActors[v343].uAttributes) |= 8u; |
486 | 5665 v672 = 0; |
0 | 5666 v661 = &pActors[v343]; |
5667 LABEL_165: | |
5668 pGame->GetStru6()->_4A7E89_sparkles_on_actor_after_it_casts_buff(v661, v672); | |
5669 } | |
5670 goto LABEL_1056; | |
488 | 5671 |
0 | 5672 case 49: |
5673 v348 = v12 - 2; | |
5674 if ( !v348 ) | |
5675 goto LABEL_677; | |
5676 v349 = v348 - 1; | |
5677 if ( v349 ) | |
5678 { | |
5679 if ( v349 == 1 ) | |
5680 { | |
486 | 5681 amount = 0; |
0 | 5682 goto LABEL_679; |
5683 } | |
5684 LABEL_677: | |
5685 v350 = 3600 * v2; | |
5686 } | |
5687 else | |
5688 { | |
5689 v350 = 86400 * v2; | |
5690 } | |
5691 amount = v350; | |
5692 LABEL_679: | |
5693 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5694 goto play_sound_and_continue; |
0 | 5695 v351 = &pParty->pPlayers[v3->uPlayerID_2]; |
5696 if ( !v351->pConditions[0] ) | |
5697 goto LABEL_1056; | |
5698 if ( v731 == 4 ) | |
5699 { | |
486 | 5700 LODWORD(v351->pConditions[0]) = 0; |
5701 HIDWORD(v351->pConditions[0]) = 0; | |
0 | 5702 goto LABEL_904; |
5703 } | |
5704 v732 = amount << 7; | |
5705 v351->DiscardConditionIfLastsLongerThan( | |
486 | 5706 0, |
0 | 5707 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - (double)(amount << 7) * 0.033333335)); |
5708 if ( HIDWORD(pParty->pPlayers[v3->uPlayerID_2].pConditions[0]) | LODWORD(pParty->pPlayers[v3->uPlayerID_2].pConditions[0]) ) | |
5709 goto LABEL_1056; | |
5710 v674 = v3->uPlayerID_2; | |
5711 goto LABEL_685; | |
488 | 5712 case SPELL_SPIRIT_PRESERVATION: |
0 | 5713 v354 = v12 - 2; |
5714 if ( v354 && (v355 = v354 - 1) != 0 && v355 == 1 ) | |
5715 v356 = 900 * (v2 + 4); | |
5716 else | |
5717 v356 = 300 * (v2 + 12); | |
5718 LODWORD(v733) = v356; | |
5719 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5720 goto play_sound_and_continue; |
0 | 5721 if ( v731 == 1 || v731 == 2 ) |
5722 { | |
488 | 5723 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); |
5724 | |
0 | 5725 v732 = (int)v733 << 7; |
488 | 5726 |
5727 pParty->pPlayers[v3->uPlayerID_2].pPlayerBuffs[PLAYER_BUFF_PRESERVATION].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, 0, 0, 0); | |
5728 goto LABEL_1056; | |
0 | 5729 } |
486 | 5730 a2 = 0; |
0 | 5731 v732 = (int)v733 << 7; |
5732 v717 = (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335); | |
112 | 5733 v357 = pParty->pPlayers;//[0].pPlayerBuffs[11]; |
0 | 5734 do |
5735 { | |
488 | 5736 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, a2); |
5737 v357->pPlayerBuffs[PLAYER_BUFF_PRESERVATION].Apply(pParty->uTimePlayed + v717, v731, 0, 0, 0); | |
0 | 5738 ++a2; |
112 | 5739 ++v357;// = (SpellBuff *)((char *)v357 + 6972); |
5740 } | |
5741 while ( v357 <= &pParty->pPlayers[3] ); | |
0 | 5742 goto LABEL_1056; |
5743 case 48: | |
5744 v364 = v12 - 2; | |
5745 if ( !v364 || (v365 = v364 - 1) != 0 && v365 != 1 ) | |
5746 v366 = 60 * (v2 + 3); | |
5747 else | |
5748 v366 = 300 * v2 + 180; | |
5749 LODWORD(v733) = v366; | |
5750 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5751 goto play_sound_and_continue; |
0 | 5752 v726 = (Player *)sub_46A6AC((int)dword_50BF30, 100, 4096); |
5753 pGame->GetStru6()->FadeScreen__like_Turn_Undead_and_mb_Armageddon(0xFFFFFFu, 0xC0u); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
5754 ++a1.uType; |
0 | 5755 a1.stru_24.Reset(); |
5756 a1.field_48 = v3->spellnum; | |
5757 a1.field_4C = v2; | |
5758 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
5759 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 5760 a1.uAttributes = 0; |
5761 a1.uSectorID = 0; | |
5762 a1.uSpriteFrameID = 0; | |
0 | 5763 v368 = v3->uPlayerID; |
5764 a1.field_60_distance_related_prolly_lod = 0; | |
486 | 5765 a1.uFacing = 0; |
0 | 5766 v368 *= 8; |
303 | 5767 LOBYTE(v368) = v368 | OBJECT_Player; |
5768 a1.field_58_pid = v368; | |
0 | 5769 a1.uSoundID = LOWORD(v3->field_10); |
486 | 5770 for ( a2 = 0; a2 < (signed int)v726; ++a2 ) |
0 | 5771 { |
5772 v369 = &pActors[dword_50BF30[a2]]; | |
5773 if ( MonsterStats::BelongsToSupertype(v369->pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD) ) | |
5774 { | |
5775 a1.vPosition.x = v369->vPosition.x; | |
5776 a1.vPosition.y = v369->vPosition.y; | |
5777 v732 = v369->uActorHeight; | |
5778 a1.vPosition.z = v369->vPosition.z - (unsigned int)(signed __int64)((double)v732 * unk_4D8548); | |
5779 v370 = 8 * dword_50BF30[a2]; | |
486 | 5780 LOBYTE(v370) = v370 | OBJECT_Actor; |
0 | 5781 a1.field_5C = v370; |
486 | 5782 a1.Create(0, 0, 0, 0); |
0 | 5783 v732 = (int)v733 << 7; |
5784 v369->pActorBuffs[4].Apply( | |
5785 pParty->uTimePlayed + (signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), | |
486 | 5786 v731, 0, 0, 0); |
0 | 5787 } |
5788 } | |
5789 goto LABEL_1056; | |
5790 case 53: | |
5791 v371 = v12 - 2; | |
5792 if ( v371 && (v372 = v371 - 1) != 0 && v372 == 1 ) | |
486 | 5793 amount = 0; |
0 | 5794 else |
5795 amount = 86400 * v2; | |
5796 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5797 goto play_sound_and_continue; |
486 | 5798 pOtherOverlayList->_4418B1(5080, v3->uPlayerID_2 + 100, 0, 65536); |
0 | 5799 v373 = v3->uPlayerID_2; |
5800 if ( !(HIDWORD(pParty->pPlayers[v373].pConditions[14]) | LODWORD(pParty->pPlayers[v373].pConditions[14])) ) | |
5801 goto LABEL_1056; | |
5802 v14 = v731 == 4; | |
5803 pParty->pPlayers[v373].sHealth = 1; | |
5804 if ( v14 ) | |
5805 { | |
5806 v374 = v3->uPlayerID_2; | |
486 | 5807 LODWORD(pParty->pPlayers[v374].pConditions[14]) = 0; |
5808 HIDWORD(pParty->pPlayers[v374].pConditions[14]) = 0; | |
0 | 5809 v376 = v3->uPlayerID_2; |
486 | 5810 LODWORD(pParty->pPlayers[v376].pConditions[13]) = 0; |
5811 HIDWORD(pParty->pPlayers[v376].pConditions[13]) = 0; | |
0 | 5812 } |
5813 else | |
5814 { | |
5815 v732 = amount << 7; | |
5816 *(float *)&a2 = (double)(amount << 7) * 0.033333335; | |
5817 pParty->pPlayers[v3->uPlayerID_2].DiscardConditionIfLastsLongerThan( | |
5818 0xEu, | |
5819 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
5820 pParty->pPlayers[v3->uPlayerID_2].DiscardConditionIfLastsLongerThan( | |
5821 0xDu, | |
5822 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
5823 } | |
112 | 5824 v377 = &pParty->pPlayers[v3->uPlayerID_2]; |
0 | 5825 goto LABEL_720; |
5826 case 54: | |
5827 v378 = v12 - 2; | |
5828 if ( v378 && (v379 = v378 - 1) != 0 && v379 == 1 ) | |
5829 v380 = 4 * v2; | |
5830 else | |
5831 v380 = 3 * v2; | |
5832 amount = v380; | |
5833 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5834 goto play_sound_and_continue; |
0 | 5835 v381 = 0; |
5836 HIDWORD(v733) = amount; | |
5837 v730 = 0; | |
5838 v382 = 1; | |
5839 do | |
5840 { | |
5841 v383 = pPlayers[v382]; | |
5842 if ( !v383->pConditions[14] && !v383->pConditions[15] && !v383->pConditions[16] ) | |
5843 v682[v381++] = v382; | |
5844 ++v382; | |
5845 } | |
5846 while ( v382 <= 4 ); | |
5847 v384 = 0; | |
5848 v730 = v381; | |
486 | 5849 if ( v381 > 0 ) |
0 | 5850 { |
5851 do | |
5852 HIDWORD(v733) += pPlayers[v682[v384++]]->sHealth; | |
5853 while ( v384 < v381 ); | |
5854 } | |
5855 v732 = (signed __int64)((double)SHIDWORD(v733) / (double)v730); | |
486 | 5856 HIDWORD(v733) = 0; |
5857 if ( v381 > 0 ) | |
0 | 5858 { |
5859 do | |
5860 { | |
5861 v385 = 4 * v682[HIDWORD(v733)] + 10965188; | |
5862 pPlayers[v682[HIDWORD(v733)]]->sHealth = v732; | |
5863 v726 = *(Player **)v385; | |
5864 v386 = v726->GetMaxHealth(); | |
5865 if ( v726->sHealth > v386 ) | |
5866 *(int *)(*(int *)v385 + 6460) = v726->GetMaxHealth(); | |
5867 v387 = *(Player **)v385; | |
486 | 5868 if ( v387->sHealth > 0 ) |
0 | 5869 { |
486 | 5870 LODWORD(v387->pConditions[13]) = 0; |
5871 HIDWORD(v387->pConditions[13]) = 0; | |
0 | 5872 } |
5873 v388 = HIDWORD(v733); | |
488 | 5874 |
5875 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, LOWORD(v682[HIDWORD(v733)]) - 1); | |
0 | 5876 HIDWORD(v733) = v388 + 1; |
5877 } | |
5878 while ( v388 + 1 < v730 ); | |
5879 } | |
5880 goto LABEL_1056; | |
488 | 5881 |
0 | 5882 case 55: |
5883 v392 = v12 - 1; | |
5884 if ( !v392 ) | |
5885 { | |
5886 v395 = 180 * v2; | |
5887 goto LABEL_750; | |
5888 } | |
5889 v393 = v392 - 1; | |
5890 if ( !v393 ) | |
5891 { | |
5892 v395 = 10800 * v2; | |
5893 goto LABEL_750; | |
5894 } | |
5895 v394 = v393 - 1; | |
5896 if ( !v394 ) | |
5897 { | |
5898 v395 = 259200 * v2; | |
5899 LABEL_750: | |
5900 amount = v395; | |
5901 goto LABEL_751; | |
5902 } | |
5903 if ( v394 == 1 ) | |
486 | 5904 amount = 0; |
0 | 5905 LABEL_751: |
5906 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5907 goto play_sound_and_continue; |
0 | 5908 v396 = v3->uPlayerID_2; |
5909 if ( HIDWORD(pParty->pPlayers[v396].pConditions[16]) | LODWORD(pParty->pPlayers[v396].pConditions[16]) | |
5910 || HIDWORD(pParty->pPlayers[v396].pConditions[14]) | LODWORD(pParty->pPlayers[v396].pConditions[14]) ) | |
5911 { | |
5912 if ( !(HIDWORD(pParty->pPlayers[v396].pConditions[1]) | LODWORD(pParty->pPlayers[v396].pConditions[1])) ) | |
486 | 5913 pParty->pPlayers[v396].PlaySound(SPEECH_25, 0); |
0 | 5914 if ( v731 == 4 ) |
5915 { | |
5916 v397 = v3->uPlayerID_2; | |
486 | 5917 LODWORD(pParty->pPlayers[v397].pConditions[16]) = 0; |
5918 HIDWORD(pParty->pPlayers[v397].pConditions[16]) = 0; | |
0 | 5919 v398 = v3->uPlayerID_2; |
486 | 5920 LODWORD(pParty->pPlayers[v398].pConditions[14]) = 0; |
5921 HIDWORD(pParty->pPlayers[v398].pConditions[14]) = 0; | |
0 | 5922 v399 = v3->uPlayerID_2; |
486 | 5923 LODWORD(pParty->pPlayers[v399].pConditions[13]) = 0; |
5924 HIDWORD(pParty->pPlayers[v399].pConditions[13]) = 0; | |
0 | 5925 } |
5926 else | |
5927 { | |
5928 v732 = amount << 7; | |
5929 *(float *)&a2 = (double)(amount << 7) * 0.033333335; | |
5930 pParty->pPlayers[v3->uPlayerID_2].DiscardConditionIfLastsLongerThan( | |
5931 0x10u, | |
5932 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
5933 pParty->pPlayers[v3->uPlayerID_2].DiscardConditionIfLastsLongerThan( | |
5934 0xEu, | |
5935 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
5936 pParty->pPlayers[v3->uPlayerID_2].DiscardConditionIfLastsLongerThan( | |
5937 0xDu, | |
5938 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
5939 } | |
5940 v83 = 1; | |
112 | 5941 pParty->pPlayers[v3->uPlayerID_2].SetCondition(1u, 1); |
488 | 5942 |
0 | 5943 pParty->pPlayers[v3->uPlayerID_2].sHealth = 1; |
488 | 5944 |
5945 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
0 | 5946 } |
5947 else | |
5948 { | |
5949 v83 = 1; | |
5950 } | |
488 | 5951 LODWORD(v727) = v83; |
5952 goto play_sound_and_continue; | |
5953 | |
0 | 5954 case 61: |
5955 v405 = v12 - 2; | |
5956 if ( !v405 ) | |
5957 goto LABEL_766; | |
5958 v406 = v405 - 1; | |
5959 if ( v406 ) | |
5960 { | |
5961 if ( v406 == 1 ) | |
5962 { | |
486 | 5963 amount = 0; |
0 | 5964 goto LABEL_768; |
5965 } | |
5966 LABEL_766: | |
5967 v407 = 3600 * v2; | |
5968 } | |
5969 else | |
5970 { | |
5971 v407 = 86400 * v2; | |
5972 } | |
5973 amount = v407; | |
5974 LABEL_768: | |
5975 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 5976 goto play_sound_and_continue; |
5977 | |
5978 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
0 | 5979 v323 = v3->uPlayerID_2; |
5980 v324 = (char *)&pParty->pPlayers[v323].pConditions[12]; | |
5981 if ( !pParty->pPlayers[v323].pConditions[12] ) | |
5982 goto LABEL_1056; | |
5983 if ( v731 == 4 ) | |
5984 goto LABEL_637; | |
5985 v732 = amount << 7; | |
5986 v663 = (signed __int64)((double)(signed __int64)pParty->uTimePlayed - (double)(amount << 7) * 0.033333335); | |
5987 v656 = 12; | |
5988 goto LABEL_640; | |
5989 case 56: | |
5990 v411 = v12 - 2; | |
5991 if ( v411 ) | |
5992 { | |
5993 v412 = v411 - 1; | |
5994 if ( v412 ) | |
5995 { | |
5996 if ( v412 == 1 ) | |
5997 { | |
486 | 5998 amount = 0; |
0 | 5999 goto LABEL_780; |
6000 } | |
6001 v413 = 180 * v2; | |
6002 } | |
6003 else | |
6004 { | |
6005 v413 = 86400 * v2; | |
6006 } | |
6007 } | |
6008 else | |
6009 { | |
6010 v413 = 3600 * v2; | |
6011 } | |
6012 amount = v413; | |
6013 LABEL_780: | |
6014 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6015 goto play_sound_and_continue; |
6016 | |
6017 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
0 | 6018 v323 = v3->uPlayerID_2; |
6019 v324 = (char *)&pParty->pPlayers[v323].pConditions[3]; | |
6020 if ( !pParty->pPlayers[v323].pConditions[3] ) | |
6021 goto LABEL_1056; | |
6022 if ( v731 == 4 ) | |
6023 goto LABEL_637; | |
6024 v732 = amount << 7; | |
6025 v663 = (signed __int64)((double)(signed __int64)pParty->uTimePlayed - (double)(amount << 7) * 0.033333335); | |
6026 v656 = 3; | |
6027 goto LABEL_640; | |
6028 case 59: | |
6029 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6030 goto play_sound_and_continue; |
486 | 6031 if ( a2 == 0 || (a2 & 7) != OBJECT_Actor) |
0 | 6032 goto LABEL_1056; |
6033 v417 = (int)&pActors[a2 >> 3]; | |
6034 v730 = v417; | |
6035 if ( !(*(char *)(v417 + 38) & 0x80) ) | |
6036 { | |
6037 ((Actor *)v417)->SetRandomGoldIfTheresNoItem(); | |
6038 v417 = v730; | |
6039 } | |
6040 v418 = *(int *)(v417 + 672); | |
486 | 6041 HIDWORD(v733) = 0; |
0 | 6042 if ( pItemsTable->pItems[v418].uEquipType == 18 ) |
6043 HIDWORD(v733) = *(int *)(v417 + 684); | |
6044 | |
6045 //ItemGen::ItemGen(&v683); | |
6046 v683.Reset(); | |
6047 | |
6048 v419 = *(short *)(v730 + 180); | |
486 | 6049 if (v419) |
0 | 6050 { |
6051 v683.uItemID = v419; | |
6052 goto LABEL_799; | |
6053 } | |
6054 v420 = 0; | |
6055 v421 = v730 + 564; | |
486 | 6056 while ( !*(int *)v421 || pItemsTable->pItems[*(int *)v421].uEquipType == 18 ) |
0 | 6057 { |
6058 ++v420; | |
6059 v421 += 36; | |
6060 if ( v420 >= 4 ) | |
6061 goto LABEL_799; | |
6062 } | |
6063 memcpy(&v683, (const void *)(v730 + 36 * v420 + 564), sizeof(v683)); | |
6064 v2 = v723; | |
486 | 6065 //v1 = 0; |
0 | 6066 LABEL_799: |
486 | 6067 if ( HIDWORD(v733) != 0 ) |
0 | 6068 { |
6069 v675 = (const char *)HIDWORD(v733); | |
486 | 6070 if (v683.uItemID) |
0 | 6071 { |
6072 v422 = v683.GetDisplayName(); | |
6073 sprintf(pTmpBuf2, "(%s), and %d gold", v422, v675); | |
6074 goto LABEL_807; | |
6075 } | |
6076 v664 = "%d gold"; | |
6077 goto LABEL_803; | |
6078 } | |
486 | 6079 if (v683.uItemID) |
0 | 6080 { |
6081 v675 = v683.GetDisplayName(); | |
6082 v664 = "(%s)"; | |
6083 LABEL_803: | |
6084 sprintf(pTmpBuf2, v664, v675); | |
6085 goto LABEL_807; | |
6086 } | |
6087 strcpy(pTmpBuf2, "nothing"); | |
6088 LABEL_807: | |
6089 ShowStatusBarString(pTmpBuf2, 2u); | |
6090 a1.stru_24.Reset(); | |
6091 a1.field_48 = v3->spellnum; | |
6092 a1.field_4C = v2; | |
6093 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6094 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 6095 a1.vPosition.x = *(short *)(v730 + 142); |
6096 a1.vPosition.y = *(short *)(v730 + 144); | |
6097 v676 = *(short *)(v730 + 138); | |
6098 v665 = a1.vPosition.y; | |
6099 a1.vPosition.z = *(short *)(v730 + 138); | |
6100 v657 = a1.vPosition.x; | |
6101 goto LABEL_1087; | |
6102 case 62: | |
6103 v423 = v12 - 2; | |
6104 if ( !v423 ) | |
6105 goto LABEL_813; | |
6106 v424 = v423 - 1; | |
6107 if ( v424 ) | |
6108 { | |
6109 if ( v424 == 1 ) | |
6110 v425 = 3600 * v2; | |
6111 else | |
6112 LABEL_813: | |
6113 v425 = 300 * v2; | |
6114 } | |
6115 else | |
6116 { | |
6117 v425 = 600 * v2; | |
6118 } | |
6119 amount = v425; | |
6120 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6121 goto play_sound_and_continue; |
0 | 6122 v426 = a2 >> 3; |
141 | 6123 if ( (a2 & 7) != OBJECT_Actor) |
0 | 6124 goto LABEL_1056; |
6125 v730 = 836 * v426; | |
6126 if ( stru_50C198.GetMagicalResistance(&pActors[v426], 7u) ) | |
6127 { | |
90 | 6128 pActors[v426].pActorBuffs[1].Reset(); |
6129 pActors[v426].pActorBuffs[12].Reset(); | |
0 | 6130 v732 = amount << 7; |
90 | 6131 pActors[v426].pActorBuffs[9].Apply( |
0 | 6132 pParty->uTimePlayed + (signed __int64)((double)(amount << 7) * 0.033333335), |
486 | 6133 v731, 0, 0, 0); |
90 | 6134 pActors[v426].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Long; |
0 | 6135 } |
6136 a1.stru_24.Reset(); | |
6137 a1.field_48 = v3->spellnum; | |
6138 a1.field_4C = v2; | |
6139 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6140 v60 = pObjectList->ObjectIDByItemID(a1.uType); |
90 | 6141 v61 = v426; |
0 | 6142 goto LABEL_1086; |
6143 case 66: | |
6144 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6145 goto play_sound_and_continue; |
0 | 6146 amount = 600 * v2; |
6147 v427 = a2 >> 3; | |
141 | 6148 if ( (a2 & 7) != OBJECT_Actor) |
0 | 6149 goto LABEL_1056; |
6150 v730 = 836 * v427; | |
6151 if ( MonsterStats::BelongsToSupertype(pActors[v427].pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD) ) | |
488 | 6152 goto play_sound_and_continue; |
90 | 6153 if ( stru_50C198.GetMagicalResistance(&pActors[v427], 7u) ) |
6154 { | |
6155 pActors[v427].pActorBuffs[9].Reset(); | |
6156 pActors[v427].pActorBuffs[1].Reset(); | |
0 | 6157 v732 = amount << 7; |
90 | 6158 pActors[v427].pActorBuffs[12].Apply( |
0 | 6159 pParty->uTimePlayed + (signed __int64)((double)(amount << 7) * 0.033333335), |
486 | 6160 v731, 0, 0, 0); |
0 | 6161 } |
6162 a1.stru_24.Reset(); | |
6163 a1.field_48 = v3->spellnum; | |
6164 a1.field_4C = v2; | |
6165 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6166 v60 = pObjectList->ObjectIDByItemID(a1.uType); |
90 | 6167 v61 = v427; |
0 | 6168 goto LABEL_1086; |
6169 case 63: | |
6170 v428 = v12 - 2; | |
6171 if ( v428 && (v429 = v428 - 1) != 0 && v429 == 1 ) | |
6172 v430 = 300 * v2; | |
6173 else | |
6174 v430 = 180 * v2; | |
6175 amount = v430; | |
6176 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6177 goto play_sound_and_continue; |
0 | 6178 v726 = (Player *)sub_46A6AC((int)dword_50BF30, 100, 4096); |
6179 pGame->GetStru6()->FadeScreen__like_Turn_Undead_and_mb_Armageddon(0xA0A0Au, 0xC0u); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6180 ++a1.uType; |
0 | 6181 a1.stru_24.Reset(); |
6182 a1.field_48 = v3->spellnum; | |
6183 a1.field_4C = v2; | |
6184 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6185 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 6186 a1.uAttributes = 0; |
6187 a1.uSectorID = 0; | |
6188 a1.uSpriteFrameID = 0; | |
0 | 6189 v432 = v3->uPlayerID; |
6190 a1.field_60_distance_related_prolly_lod = 0; | |
486 | 6191 a1.uFacing = 0; |
0 | 6192 v432 *= 8; |
303 | 6193 LOBYTE(v432) = v432 | OBJECT_Player; |
6194 a1.field_58_pid = v432; | |
0 | 6195 a1.uSoundID = LOWORD(v3->field_10); |
486 | 6196 for ( a2 = 0; a2 < (signed int)v726; ++a2 ) |
0 | 6197 { |
6198 v433 = &pActors[dword_50BF30[a2]]; | |
6199 if ( MonsterStats::BelongsToSupertype(v433->pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD) ) | |
6200 break; | |
6201 a1.vPosition.x = v433->vPosition.x; | |
6202 a1.vPosition.y = v433->vPosition.y; | |
6203 v732 = v433->uActorHeight; | |
6204 a1.vPosition.z = v433->vPosition.z - (unsigned int)(signed __int64)((double)v732 * unk_4D8548); | |
6205 v434 = 8 * dword_50BF30[a2]; | |
486 | 6206 LOBYTE(v434) = v434 | OBJECT_Actor; |
0 | 6207 a1.field_5C = v434; |
486 | 6208 a1.Create(0, 0, 0, 0); |
0 | 6209 if ( stru_50C198.GetMagicalResistance(v433, 7u) ) |
6210 { | |
6211 v732 = amount << 7; | |
6212 v433->pActorBuffs[4].Apply( | |
6213 pParty->uTimePlayed + (signed __int64)((double)(amount << 7) * 0.033333335), | |
486 | 6214 v731, 0, 0, 0); |
0 | 6215 } |
6216 } | |
6217 goto LABEL_1056; | |
6218 case 64: | |
6219 v435 = v12 - 2; | |
6220 if ( v435 && (v436 = v435 - 1) != 0 && v436 == 1 ) | |
486 | 6221 amount = 0; |
0 | 6222 else |
6223 amount = 86400 * v2; | |
6224 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6225 goto play_sound_and_continue; |
6226 | |
6227 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
0 | 6228 v440 = v3->uPlayerID_2; |
6229 if ( HIDWORD(pParty->pPlayers[v440].pConditions[5]) | LODWORD(pParty->pPlayers[v440].pConditions[5]) ) | |
6230 { | |
6231 if ( !(HIDWORD(pParty->pPlayers[v440].pConditions[1]) | LODWORD(pParty->pPlayers[v440].pConditions[1])) ) | |
486 | 6232 pParty->pPlayers[v440].PlaySound(SPEECH_25, 0); |
0 | 6233 if ( v731 == 4 ) |
6234 { | |
6235 v441 = v3->uPlayerID_2; | |
486 | 6236 LODWORD(pParty->pPlayers[v441].pConditions[5]) = 0; |
6237 HIDWORD(pParty->pPlayers[v441].pConditions[5]) = 0; | |
0 | 6238 } |
6239 else | |
6240 { | |
6241 v732 = amount << 7; | |
6242 pParty->pPlayers[v3->uPlayerID_2].DiscardConditionIfLastsLongerThan( | |
6243 5u, | |
6244 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - (double)(amount << 7) * 0.033333335)); | |
6245 } | |
6246 v377 = &pParty->pPlayers[v3->uPlayerID_2]; | |
6247 LABEL_720: | |
486 | 6248 v377->SetCondition(1, 0); |
0 | 6249 } |
6250 goto LABEL_1056; | |
6251 case 42: | |
6252 v442 = v12 - 2; | |
6253 if ( !v442 ) | |
6254 goto LABEL_855; | |
6255 v443 = v442 - 1; | |
6256 if ( v443 ) | |
6257 { | |
6258 if ( v443 == 1 ) | |
6259 v444 = 4 * v2; | |
6260 else | |
6261 LABEL_855: | |
6262 v444 = 2 * v2; | |
6263 } | |
6264 else | |
6265 { | |
6266 v444 = 3 * v2; | |
6267 } | |
6268 amount = v444; | |
6269 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6270 goto play_sound_and_continue; |
0 | 6271 v445 = a2 >> 3; |
141 | 6272 if ( (a2 & 7) == OBJECT_Item) |
0 | 6273 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6274 v449 = (char *)&pSpriteObjects[v445].stru_24; |
0 | 6275 v450 = *(int *)v449; |
6276 if ( pItemsTable->pItems[v450].uEquipType == 18 ) | |
6277 { | |
6278 party_finds_gold(*((int *)v449 + 3), 0); | |
6279 viewparams->bRedrawGameUI = 1; | |
6280 } | |
6281 else | |
6282 { | |
721 | 6283 sprintfex(pTmpBuf2, (char*)pGlobalTXT_LocalizationStrings[471], pItemsTable->pItems[v450].pUnidentifiedName); |
0 | 6284 ShowStatusBarString(pTmpBuf2, 2u); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6285 if ( !pParty->AddItem(&pSpriteObjects[v445].stru_24) ) |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6286 pParty->SetHoldingItem(&pSpriteObjects[v445].stru_24); |
0 | 6287 } |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6288 SpriteObject::OnInteraction(v445); |
0 | 6289 } |
6290 else | |
6291 { | |
141 | 6292 if ( (a2 & 7) == OBJECT_Actor) |
0 | 6293 { |
6294 stru_50C198.LootActor(&pActors[v445]); | |
6295 } | |
6296 else | |
6297 { | |
141 | 6298 if ( (a2 & 7) != OBJECT_Decoration) |
0 | 6299 { |
141 | 6300 if ( (a2 & 7) != OBJECT_BModel) |
0 | 6301 goto LABEL_1056; |
6302 dword_507CD8 = 1; | |
6303 v677 = 1; | |
6304 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
6305 v446 = pIndoor->pFaceExtras[pIndoor->pFaces[v445].uFaceExtraID].uEventID; | |
6306 else | |
6307 v446 = pOutdoor->pBModels[a2 >> 9].pFaces[v445 & 0x3F].sCogTriggeredID; | |
6308 goto LABEL_866; | |
6309 } | |
6310 v447 = &pLevelDecorations[v445]; | |
6311 dword_507CD8 = 1; | |
6312 v448 = v447->field_16_event_id; | |
486 | 6313 if (v448) |
0 | 6314 { |
6315 v677 = 1; | |
6316 v446 = v448; | |
6317 LABEL_866: | |
6318 EventProcessor(v446, a2, v677); | |
6319 goto LABEL_1056; | |
6320 } | |
6321 if ( v447->IsInteractive() ) | |
6322 { | |
520
35f28d4c0ff9
GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
Gloval
parents:
515
diff
changeset
|
6323 activeLevelDecoration = v447; |
0 | 6324 EventProcessor(stru_5E4C90._decor_events[v447->_idx_in_stru123 - 75] + 380, 0, 1); |
520
35f28d4c0ff9
GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
Gloval
parents:
515
diff
changeset
|
6325 activeLevelDecoration = NULL; |
0 | 6326 } |
6327 } | |
6328 } | |
6329 goto LABEL_1056; | |
6330 case 67: | |
6331 v451 = v12 - 2; | |
6332 if ( v451 ) | |
6333 { | |
6334 v452 = v451 - 1; | |
6335 if ( v452 ) | |
6336 { | |
6337 if ( v452 == 1 ) | |
6338 { | |
486 | 6339 amount = 0; |
0 | 6340 goto LABEL_883; |
6341 } | |
6342 v453 = 180 * v2; | |
6343 } | |
6344 else | |
6345 { | |
6346 v453 = 86400 * v2; | |
6347 } | |
6348 } | |
6349 else | |
6350 { | |
6351 v453 = 3600 * v2; | |
6352 } | |
6353 amount = v453; | |
6354 LABEL_883: | |
6355 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6356 goto play_sound_and_continue; |
6357 | |
6358 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
0 | 6359 v323 = v3->uPlayerID_2; |
6360 v324 = (char *)&pParty->pPlayers[v323].pConditions[1]; | |
6361 if ( !pParty->pPlayers[v323].pConditions[1] ) | |
6362 goto LABEL_1056; | |
6363 if ( v731 == 4 ) | |
6364 { | |
6365 LABEL_637: | |
486 | 6366 *(int *)v324 = 0; |
6367 *((int *)v324 + 1) = 0; | |
0 | 6368 goto LABEL_1056; |
6369 } | |
6370 v732 = amount << 7; | |
6371 v663 = (signed __int64)((double)(signed __int64)pParty->uTimePlayed - (double)(amount << 7) * 0.033333335); | |
6372 v656 = 1; | |
6373 LABEL_640: | |
6374 v325 = &pParty->pPlayers[v323]; | |
6375 goto LABEL_641; | |
6376 case 68: | |
6377 v457 = v12 - 2; | |
6378 if ( v457 ) | |
6379 { | |
6380 v458 = v457 - 1; | |
6381 if ( v458 ) | |
6382 { | |
6383 if ( v458 == 1 ) | |
6384 v459 = 5 * v2 + 5; | |
6385 else | |
6386 v459 = 2 * v2 + 5; | |
6387 } | |
6388 else | |
6389 { | |
6390 v459 = 4 * v2 + 5; | |
6391 } | |
6392 } | |
6393 else | |
6394 { | |
6395 v459 = 3 * v2 + 5; | |
6396 } | |
6397 amount = v459; | |
6398 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6399 goto play_sound_and_continue; |
6400 v460 = v3->spell_target_pid; | |
486 | 6401 if (!v460) |
0 | 6402 { |
6403 pParty->pPlayers[v3->uPlayerID_2].Heal(amount); | |
6404 LABEL_904: | |
6405 v674 = v3->uPlayerID_2; | |
6406 LABEL_685: | |
488 | 6407 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v674); |
0 | 6408 } |
6409 else | |
6410 { | |
141 | 6411 if ( (v460 & 7) == OBJECT_Actor) |
0 | 6412 { |
6413 v461 = &pActors[v460 >> 3]; | |
6414 v462 = v461->uAIState; | |
6415 v463 = v461->pMonsterInfo.uHP; | |
6416 if ( v462 != 5 ) | |
6417 { | |
6418 if ( v462 != 4 ) | |
6419 { | |
6420 if ( v462 != 19 ) | |
6421 { | |
6422 if ( v462 != 11 ) | |
6423 { | |
6424 v461->sCurrentHP += amount; | |
6425 if ( v461->sCurrentHP > v463 ) | |
6426 v461->sCurrentHP = v463; | |
6427 } | |
6428 } | |
6429 } | |
6430 } | |
6431 } | |
6432 } | |
6433 goto LABEL_1056; | |
6434 case 72: | |
6435 v464 = v12 - 2; | |
6436 if ( !v464 ) | |
6437 goto LABEL_910; | |
6438 v465 = v464 - 1; | |
6439 if ( v465 ) | |
6440 { | |
6441 if ( v465 == 1 ) | |
6442 { | |
486 | 6443 amount = 0; |
0 | 6444 goto LABEL_912; |
6445 } | |
6446 LABEL_910: | |
6447 v466 = 3600 * v2; | |
6448 } | |
6449 else | |
6450 { | |
6451 v466 = 86400 * v2; | |
6452 } | |
6453 amount = v466; | |
6454 LABEL_912: | |
6455 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6456 goto play_sound_and_continue; |
6457 | |
6458 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
0 | 6459 v470 = v3->uPlayerID_2; |
6460 if ( !(HIDWORD(pParty->pPlayers[v470].pConditions[6]) | LODWORD(pParty->pPlayers[v470].pConditions[6])) | |
6461 && !(HIDWORD(pParty->pPlayers[v470].pConditions[8]) | LODWORD(pParty->pPlayers[v470].pConditions[8])) | |
6462 && !(HIDWORD(pParty->pPlayers[v470].pConditions[10]) | LODWORD(pParty->pPlayers[v470].pConditions[10])) ) | |
6463 goto LABEL_1056; | |
6464 if ( v731 == 4 ) | |
6465 { | |
486 | 6466 LODWORD(pParty->pPlayers[v470].pConditions[6]) = 0; |
6467 HIDWORD(pParty->pPlayers[v470].pConditions[6]) = 0; | |
0 | 6468 v471 = v3->uPlayerID_2; |
486 | 6469 LODWORD(pParty->pPlayers[v471].pConditions[8]) = 0; |
6470 HIDWORD(pParty->pPlayers[v471].pConditions[8]) = 0; | |
0 | 6471 v472 = v3->uPlayerID_2; |
486 | 6472 LODWORD(pParty->pPlayers[v472].pConditions[10]) = 0; |
6473 HIDWORD(pParty->pPlayers[v472].pConditions[10]) = 0; | |
0 | 6474 goto LABEL_1056; |
6475 } | |
6476 v732 = amount << 7; | |
6477 *(float *)&a2 = (double)(amount << 7) * 0.033333335; | |
6478 pParty->pPlayers[v470].DiscardConditionIfLastsLongerThan( | |
6479 6u, | |
6480 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
6481 pParty->pPlayers[v3->uPlayerID_2].DiscardConditionIfLastsLongerThan( | |
6482 8u, | |
6483 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
6484 v663 = (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2); | |
6485 v656 = 10; | |
6486 goto LABEL_937; | |
488 | 6487 |
6488 | |
0 | 6489 case 75: |
6490 amount = v2; | |
6491 LODWORD(v733) = 3600 * v2; | |
6492 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6493 goto play_sound_and_continue; |
6494 | |
6495 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); | |
6496 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
6497 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
6498 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
6499 | |
0 | 6500 v732 = (int)v733 << 7; |
488 | 6501 |
6502 pParty->pPartyBuffs[PARTY_BUFF_PROTECTION_FROM_MAGIC].Apply(pParty->uTimePlayed + (signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, v2, 0, 0); | |
6503 goto LABEL_1056; | |
6504 | |
0 | 6505 case 73: |
6506 LODWORD(v733) = 3600 * v2; | |
6507 amount = v2; | |
6508 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6509 goto play_sound_and_continue; |
0 | 6510 if ( v731 == 4 ) |
6511 { | |
488 | 6512 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); |
6513 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
6514 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
6515 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 6516 v732 = (int)v733 << 7; |
6517 v717 = (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335); | |
488 | 6518 pParty->pPlayers[0].pPlayerBuffs[PLAYER_BUFF_HAMMERHANDS].Apply(pParty->uTimePlayed + v717, 4u, v2, v2, 0); |
6519 pParty->pPlayers[1].pPlayerBuffs[PLAYER_BUFF_HAMMERHANDS].Apply(pParty->uTimePlayed + v717, 4u, v2, v2, 0); | |
6520 pParty->pPlayers[2].pPlayerBuffs[PLAYER_BUFF_HAMMERHANDS].Apply(pParty->uTimePlayed + v717, 4u, v2, v2, 0); | |
6521 | |
6522 pParty->pPlayers[3].pPlayerBuffs[PLAYER_BUFF_HAMMERHANDS].Apply(pParty->uTimePlayed + v717, 4, v2, v2, 0); | |
6523 goto LABEL_1056; | |
6524 //goto LABEL_104; | |
6525 } | |
6526 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
6527 | |
0 | 6528 v732 = (int)v733 << 7; |
488 | 6529 |
6530 pParty->pPlayers[v3->uPlayerID_2].pPlayerBuffs[PLAYER_BUFF_HAMMERHANDS].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, v2, v2, 0); | |
6531 goto LABEL_1056; | |
0 | 6532 case 74: |
6533 v493 = v12 - 2; | |
6534 if ( v493 && (v494 = v493 - 1) != 0 && v494 == 1 ) | |
486 | 6535 amount = 0; |
0 | 6536 else |
6537 amount = 86400 * v2; | |
6538 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6539 goto play_sound_and_continue; |
6540 | |
6541 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); | |
0 | 6542 v498 = v3->uPlayerID_2; |
6543 if ( !(HIDWORD(pParty->pPlayers[v498].pConditions[7]) | LODWORD(pParty->pPlayers[v498].pConditions[7])) | |
6544 && !(HIDWORD(pParty->pPlayers[v498].pConditions[9]) | LODWORD(pParty->pPlayers[v498].pConditions[9])) | |
6545 && !(HIDWORD(pParty->pPlayers[v498].pConditions[11]) | LODWORD(pParty->pPlayers[v498].pConditions[11])) ) | |
6546 goto LABEL_1056; | |
6547 if ( v731 == 4 ) | |
6548 { | |
486 | 6549 LODWORD(pParty->pPlayers[v498].pConditions[7]) = 0; |
6550 HIDWORD(pParty->pPlayers[v498].pConditions[7]) = 0; | |
0 | 6551 v499 = v3->uPlayerID_2; |
486 | 6552 LODWORD(pParty->pPlayers[v499].pConditions[9]) = 0; |
6553 HIDWORD(pParty->pPlayers[v499].pConditions[9]) = 0; | |
0 | 6554 v500 = v3->uPlayerID_2; |
486 | 6555 LODWORD(pParty->pPlayers[v500].pConditions[11]) = 0; |
6556 HIDWORD(pParty->pPlayers[v500].pConditions[11]) = 0; | |
0 | 6557 } |
6558 else | |
6559 { | |
6560 v732 = amount << 7; | |
6561 *(float *)&a2 = (double)(amount << 7) * 0.033333335; | |
6562 pParty->pPlayers[v498].DiscardConditionIfLastsLongerThan( | |
6563 7u, | |
6564 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
6565 pParty->pPlayers[v3->uPlayerID_2].DiscardConditionIfLastsLongerThan( | |
6566 9u, | |
6567 (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2)); | |
6568 v663 = (signed __int64)((double)(signed __int64)pParty->uTimePlayed - *(float *)&a2); | |
6569 v656 = 11; | |
6570 LABEL_937: | |
112 | 6571 v325 = &pParty->pPlayers[v3->uPlayerID_2]; |
0 | 6572 LABEL_641: |
6573 v325->DiscardConditionIfLastsLongerThan(v656, v663); | |
6574 } | |
6575 goto LABEL_1056; | |
6576 case 77: | |
486 | 6577 { |
0 | 6578 amount = 5 * v2 + 10; |
6579 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6580 goto play_sound_and_continue; |
0 | 6581 v501 = pParty->pPlayers; |
486 | 6582 int v1 = 0; |
0 | 6583 do |
6584 { | |
488 | 6585 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v1); |
0 | 6586 v501->Heal(amount); |
6587 ++v501; | |
6588 ++v1; | |
6589 } | |
6590 while ( (signed int)v501 < (signed int)pParty->pHirelings ); | |
6591 goto LABEL_1056; | |
486 | 6592 } |
0 | 6593 case 80: |
6594 sRecoveryTime -= v2; | |
6595 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6596 goto play_sound_and_continue; |
6597 | |
0 | 6598 pGame->GetStru6()->FadeScreen__like_Turn_Undead_and_mb_Armageddon(0xAFF0Au, 0xC0u); |
6599 v505 = sub_46A6AC((int)dword_50BF30, 100, 4096); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6600 ++a1.uType; |
0 | 6601 HIDWORD(v733) = v505; |
486 | 6602 v690 = 0; |
6603 v689 = 0; | |
6604 v688 = 0; | |
0 | 6605 a1.stru_24.Reset(); |
6606 a1.field_48 = v3->spellnum; | |
6607 a1.field_4C = v2; | |
6608 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6609 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 6610 a1.uAttributes = 0; |
6611 a1.uSectorID = 0; | |
6612 a1.uSpriteFrameID = 0; | |
0 | 6613 v506 = v3->uPlayerID; |
6614 a1.field_60_distance_related_prolly_lod = 0; | |
486 | 6615 a1.uFacing = 0; |
0 | 6616 v506 *= 8; |
303 | 6617 LOBYTE(v506) = v506 | OBJECT_Player; |
6618 a1.field_58_pid = v506; | |
0 | 6619 a1.uSoundID = LOWORD(v3->field_10); |
486 | 6620 a2 = 0; |
6621 if ( SHIDWORD(v733) > 0 ) | |
0 | 6622 { |
6623 do | |
6624 { | |
6625 v507 = dword_50BF30[a2]; | |
6626 a1.vPosition.x = pActors[v507].vPosition.x; | |
6627 a1.vPosition.y = pActors[v507].vPosition.y; | |
6628 v732 = pActors[v507].uActorHeight; | |
6629 a1.vPosition.z = pActors[v507].vPosition.z - (unsigned int)(signed __int64)((double)v732 * unk_4D8548); | |
6630 v508 = 8 * dword_50BF30[a2]; | |
486 | 6631 LOBYTE(v508) = v508 | OBJECT_Actor; |
0 | 6632 a1.field_5C = v508; |
486 | 6633 v509 = a1.Create(0, 0, 0, 0); |
0 | 6634 v510 = a2; |
486 | 6635 DamageMonsterFromParty(8 * v509 | OBJECT_Item, dword_50BF30[a2], (Vec3_int_ *)&v688); |
0 | 6636 a2 = v510 + 1; |
6637 } | |
6638 while ( v510 + 1 < SHIDWORD(v733) ); | |
6639 } | |
486 | 6640 for ( a2 = 0; a2 < SHIDWORD(v733); ++a2 ) |
0 | 6641 { |
6642 v511 = &pActors[dword_50BF30[a2]]; | |
6643 a1.vPosition.x = v511->vPosition.x; | |
6644 a1.vPosition.y = v511->vPosition.y; | |
6645 v732 = v511->uActorHeight; | |
6646 a1.vPosition.z = v511->vPosition.z - (unsigned int)(signed __int64)((double)v732 * unk_4D8548); | |
6647 v512 = 8 * dword_50BF30[a2]; | |
486 | 6648 LOBYTE(v512) = v512 | OBJECT_Actor; |
0 | 6649 a1.field_5C = v512; |
486 | 6650 a1.Create(0, 0, 0, 0); |
0 | 6651 v513 = v511->pActorBuffs; |
6652 v726 = (Player *)22; | |
6653 do | |
6654 { | |
6655 v513->Reset(); | |
6656 ++v513; | |
6657 v726 = (Player *)((char *)v726 - 1); | |
6658 } | |
6659 while ( *(float *)&v726 != 0.0 ); | |
6660 } | |
6661 goto LABEL_1056; | |
6662 case 82: | |
6663 v514 = v12 - 2; | |
6664 if ( !v514 ) | |
6665 goto LABEL_955; | |
6666 v515 = v514 - 1; | |
6667 if ( v515 ) | |
6668 { | |
6669 if ( v515 == 1 ) | |
6670 { | |
6671 v516 = 900 * v2; | |
6672 amount = 5; | |
6673 } | |
6674 else | |
6675 { | |
6676 LABEL_955: | |
6677 v516 = 300 * v2; | |
6678 amount = 1; | |
6679 } | |
6680 } | |
6681 else | |
6682 { | |
6683 v516 = 900 * v2; | |
6684 amount = 3; | |
6685 } | |
486 | 6686 v733 = __PAIR__(0, v516); |
0 | 6687 v517 = 8 * v3->uPlayerID; |
6688 LOBYTE(v517) = v517 | 4; | |
486 | 6689 if ( (signed int)uNumActors > 0 ) |
0 | 6690 { |
90 | 6691 v518 = pActors;//[0].uAIState; |
6692 v726b = uNumActors; | |
0 | 6693 do |
6694 { | |
90 | 6695 v519 = v518->uAIState; |
6696 if ( v518->uAIState != 5 && v519 != 11 && v519 != 19 && v517 == v518->uSummonerID ) | |
0 | 6697 ++HIDWORD(v733); |
90 | 6698 ++v518; |
6699 --v726; | |
0 | 6700 } |
90 | 6701 while ( v726 != 0 ); |
0 | 6702 } |
6703 if ( SHIDWORD(v733) >= amount ) | |
6704 { | |
710 | 6705 ShowStatusBarString(pGlobalTXT_LocalizationStrings[648], 2); // This character can't summon any more monsters! |
6706 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
6707 goto LABEL_203; | |
0 | 6708 } |
6709 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6710 goto play_sound_and_continue; |
0 | 6711 sub_44FA4C_spawn_light_elemental(v3->uPlayerID, v731, v733); |
6712 goto LABEL_1056; | |
6713 case 83: | |
6714 v520 = v12 - 2; | |
6715 if ( !v520 ) | |
6716 goto LABEL_973; | |
6717 v521 = v520 - 1; | |
6718 if ( v521 ) | |
6719 { | |
6720 if ( v521 == 1 ) | |
6721 { | |
6722 LODWORD(v733) = 18000 * v2; | |
6723 v522 = 5 * v2 + 10; | |
6724 } | |
6725 else | |
6726 { | |
6727 LABEL_973: | |
6728 LODWORD(v733) = 10800 * v2; | |
6729 v522 = 3 * v2 + 10; | |
6730 } | |
6731 } | |
6732 else | |
6733 { | |
6734 LODWORD(v733) = 14400 * v2; | |
6735 v522 = 4 * v2 + 10; | |
6736 } | |
6737 amount = v522; | |
6738 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6739 goto play_sound_and_continue; |
6740 | |
6741 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); | |
6742 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
6743 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
6744 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
0 | 6745 v83 = 1; |
488 | 6746 |
0 | 6747 v732 = (int)v733 << 7; |
488 | 6748 |
6749 pParty->pPartyBuffs[PARTY_BUFF_DAY_OF_GODS].Apply(pParty->uTimePlayed + (signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, amount, 0, 0); | |
6750 LODWORD(v727) = v83; | |
6751 | |
6752 goto play_sound_and_continue; | |
6753 | |
0 | 6754 case 84: |
710 | 6755 //v67 = 2; |
0 | 6756 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) |
6757 { | |
710 | 6758 ShowStatusBarString(pGlobalTXT_LocalizationStrings[497], 2); // Can't cast Prismatic Light outdoors! |
6759 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
6760 goto LABEL_203; | |
0 | 6761 } |
6762 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6763 goto play_sound_and_continue; |
0 | 6764 v531 = sub_46A6AC((int)dword_50BF30, 100, 4096); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6765 ++a1.uType; |
0 | 6766 v726 = (Player *)v531; |
486 | 6767 v696 = 0; |
6768 v695 = 0; | |
6769 v694 = 0; | |
0 | 6770 a1.stru_24.Reset(); |
6771 a1.field_48 = v3->spellnum; | |
6772 a1.field_4C = v2; | |
6773 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6774 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 6775 a1.uAttributes = 0; |
6776 a1.uSectorID = 0; | |
6777 a1.uSpriteFrameID = 0; | |
0 | 6778 v532 = v3->uPlayerID; |
6779 a1.field_60_distance_related_prolly_lod = 0; | |
486 | 6780 a1.uFacing = 0; |
0 | 6781 v532 *= 8; |
303 | 6782 LOBYTE(v532) = v532 | OBJECT_Player; |
6783 a1.field_58_pid = v532; | |
0 | 6784 a1.uSoundID = LOWORD(v3->field_10); |
486 | 6785 a2 = 0; |
6786 if ( (signed int)v726 > 0 ) | |
0 | 6787 { |
6788 do | |
6789 { | |
6790 v533 = dword_50BF30[a2]; | |
6791 a1.vPosition.x = pActors[v533].vPosition.x; | |
6792 a1.vPosition.y = pActors[v533].vPosition.y; | |
6793 v732 = pActors[v533].uActorHeight; | |
6794 a1.vPosition.z = pActors[v533].vPosition.z - (unsigned int)(signed __int64)((double)v732 * unk_4D8548); | |
6795 v534 = 8 * dword_50BF30[a2]; | |
486 | 6796 LOBYTE(v534) = v534 | OBJECT_Actor; |
0 | 6797 a1.field_5C = v534; |
486 | 6798 v535 = a1.Create(0, 0, 0, 0); |
0 | 6799 v536 = a2; |
486 | 6800 DamageMonsterFromParty(8 * v535 | OBJECT_Item, dword_50BF30[a2], (Vec3_int_ *)&v694); |
0 | 6801 a2 = v536 + 1; |
6802 } | |
6803 while ( v536 + 1 < (signed int)v726 ); | |
6804 } | |
6805 v537 = pGame->GetStru6(); | |
6806 pGame->GetStru6()->_4A8BFC(); | |
6807 goto LABEL_1056; | |
488 | 6808 |
6809 case SPELL_LIGHT_DAY_OF_PROTECTION: | |
0 | 6810 v538 = v12 - 2; |
6811 if ( v538 && (v539 = v538 - 1) != 0 && v539 == 1 ) | |
6812 { | |
6813 amount = 5 * v2; | |
6814 v540 = 18000 * v2; | |
6815 } | |
6816 else | |
6817 { | |
6818 amount = 4 * v2; | |
6819 v540 = 14400 * v2; | |
6820 } | |
6821 v730 = v540; | |
6822 LODWORD(v733) = v540; | |
6823 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6824 goto play_sound_and_continue; |
6825 | |
6826 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); | |
6827 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
6828 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
6829 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
6830 | |
0 | 6831 v732 = v730 << 7; |
6832 v549 = (double)(v730 << 7) * 0.033333335; | |
6833 *((float *)&v733 + 1) = v549; | |
6834 v712 = (signed __int64)v549; | |
488 | 6835 pParty->pPartyBuffs[PARTY_BUFF_RESIST_BODY].Apply(pParty->uTimePlayed + (signed __int64)v549, v731, amount, 0, 0); |
6836 pParty->pPartyBuffs[PARTY_BUFF_RESIST_MIND].Apply(pParty->uTimePlayed + v712, v731, amount, 0, 0); | |
6837 pParty->pPartyBuffs[PARTY_BUFF_RESIST_FIRE].Apply(pParty->uTimePlayed + v712, v731, amount, 0, 0); | |
6838 pParty->pPartyBuffs[PARTY_BUFF_RESIST_WATER].Apply(pParty->uTimePlayed + v712, v731, amount, 0, 0); | |
6839 pParty->pPartyBuffs[PARTY_BUFF_RESIST_AIR].Apply(pParty->uTimePlayed + v712, v731, amount, 0, 0); | |
6840 pParty->pPartyBuffs[PARTY_BUFF_RESIST_EARTH].Apply(pParty->uTimePlayed + v712, v731, amount, 0, 0); | |
0 | 6841 v550 = v2 + 5; |
488 | 6842 pParty->pPartyBuffs[PARTY_BUFF_FEATHER_FALL].Apply( |
0 | 6843 (signed __int64)((double)(signed __int64)pParty->uTimePlayed + *((float *)&v733 + 1)), |
6844 v731, | |
486 | 6845 v550, 0, 0); |
488 | 6846 |
6847 pParty->pPartyBuffs[PARTY_BUFF_WIZARD_EYE].Apply((signed __int64)((double)(signed __int64)pParty->uTimePlayed + *((float *)&v733 + 1)), v731, v550, 0, 0); | |
6848 goto LABEL_1056; | |
0 | 6849 case 86: |
6850 v551 = v12 - 2; | |
6851 if ( !v551 ) | |
6852 goto LABEL_998; | |
6853 v552 = v551 - 1; | |
6854 if ( v552 ) | |
6855 { | |
6856 if ( v552 == 1 ) | |
6857 { | |
6858 amount = 15; | |
6859 HIDWORD(v733) = 20; | |
6860 goto LABEL_1000; | |
6861 } | |
6862 LABEL_998: | |
6863 v678 = 4; | |
6864 } | |
6865 else | |
6866 { | |
6867 v678 = 12; | |
6868 } | |
6869 amount = v678; | |
6870 HIDWORD(v733) = v678; | |
6871 LABEL_1000: | |
6872 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6873 goto play_sound_and_continue; |
0 | 6874 y = (char *)(60 * (v2 * HIDWORD(v733) + 60)); |
6875 v732 = (300 * amount * v2 + 60) << 7; | |
6876 v730 = v2 + 5; | |
486 | 6877 v726 = 0; |
89 | 6878 v553 = pParty->pPlayers;//[0].pConditions[1]; |
0 | 6879 *((float *)&v733 + 1) = (double)v732 * 0.033333335; |
6880 do | |
6881 { | |
488 | 6882 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 0); |
6883 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 1); | |
6884 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 2); | |
6885 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, 3); | |
6886 | |
89 | 6887 //((SpellBuff *)(v553 + 6056))->Apply( |
488 | 6888 v553->pPlayerBuffs[4].Apply((signed __int64)((double)(signed __int64)pParty->uTimePlayed + *((float *)&v733 + 1)), v731, v730, 0, 0); |
0 | 6889 if ( *(_QWORD *)v553 ) |
6890 v726 = (Player *)1; | |
89 | 6891 ++v553; |
6892 } | |
6893 while ( v553 <= &pParty->pPlayers[3] ); | |
0 | 6894 v562 = v731; |
488 | 6895 pParty->pPartyBuffs[PARTY_BUFF_HEROISM].Apply((signed __int64)((double)(signed __int64)pParty->uTimePlayed + *((float *)&v733 + 1)), v731, v730, 0, 0); |
6896 pParty->pPartyBuffs[PARTY_BUFF_SHIELD].Apply((signed __int64)((double)(signed __int64)pParty->uTimePlayed + *((float *)&v733 + 1)), v562, 0, 0, 0); | |
6897 pParty->pPartyBuffs[PARTY_BUFF_STONE_SKIN].Apply((signed __int64)((double)(signed __int64)pParty->uTimePlayed + *((float *)&v733 + 1)), v562, v730, 0, 0); | |
486 | 6898 if (v726) |
0 | 6899 goto LABEL_1056; |
6900 v732 = (int)y << 7; | |
488 | 6901 pParty->pPartyBuffs[PARTY_BUFF_HASTE].Apply((signed __int64)((double)(signed int)((int)y << 7) * 0.033333335 + (double)(signed __int64)pParty->uTimePlayed), v562, v730, 0, 0); |
6902 goto LABEL_1056; | |
0 | 6903 case 88: |
6904 amount = 3; | |
6905 if ( pPlayer->uNumDivineInterventionCastsThisDay >= 3u ) | |
710 | 6906 { |
6907 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
6908 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
6909 goto LABEL_203; | |
6910 } | |
0 | 6911 if ( !pPlayer->CanCastSpell(uRequiredMana) ) |
488 | 6912 goto play_sound_and_continue; |
486 | 6913 a2 = 0; |
0 | 6914 _this = (ItemGen *)&pPlayers[1]; |
6915 do | |
6916 { | |
6917 v563 = 0; | |
6918 do | |
6919 { | |
6920 v564 = _this->uItemID; | |
486 | 6921 *(int *)(v563 + _this->uItemID) = 0; |
0 | 6922 v563 += 8; |
486 | 6923 *(int *)(v563 + v564 - 4) = 0; |
0 | 6924 } |
6925 while ( v563 <= 128 ); | |
6926 v565 = ((Player *)_this->uItemID)->GetMaxHealth(); | |
6927 v566 = (Player **)_this; | |
6928 *(int *)(_this->uItemID + 6460) = v565; | |
6929 v567 = (*v566)->GetMaxMana(); | |
6930 *(int *)(_this->uItemID + 6464) = v567; | |
488 | 6931 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, a2); |
0 | 6932 ++a2; |
6933 _this = (ItemGen *)((char *)_this + 4); | |
6934 } | |
6935 while ( (signed int)this < (signed int)&qword_A750D8 ); | |
6936 v571 = pPlayer; | |
6937 v572 = (char *)&pPlayer->sAgeModifier; | |
6938 if ( pPlayer->sAgeModifier + 10 >= 120 ) | |
6939 *(short *)v572 = 120; | |
6940 else | |
6941 *(short *)v572 = pPlayer->sAgeModifier + 10; | |
6942 sRecoveryTime += -5 * v2; | |
6943 ++v571->uNumDivineInterventionCastsThisDay; | |
6944 goto LABEL_1056; | |
6945 case 89: | |
6946 v573 = v12 - 2; | |
6947 if ( v573 ) | |
6948 { | |
6949 v574 = v573 - 1; | |
6950 if ( v574 ) | |
6951 { | |
6952 if ( v574 == 1 ) | |
6953 v575 = 5 * v2; | |
6954 else | |
6955 v575 = 2 * v2; | |
6956 } | |
6957 else | |
6958 { | |
6959 v575 = 4 * v2; | |
6960 } | |
6961 } | |
6962 else | |
6963 { | |
6964 v575 = 3 * v2; | |
6965 } | |
6966 amount = v575; | |
6967 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 6968 goto play_sound_and_continue; |
6969 v576 = v3->spell_target_pid; | |
486 | 6970 if (!v576) |
0 | 6971 { |
6972 v585 = (char *)&pParty->pPlayers[v3->uPlayerID_2]; | |
488 | 6973 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); |
0 | 6974 if ( *((_QWORD *)v585 + 14) ) |
6975 { | |
6976 ((Player *)v585)->SetCondition(0x11u, 1); | |
6977 v587 = ((Player *)v585)->GetSexByVoice(); | |
6978 ReloadPlayerPortraits(v3->uPlayerID_2, (v587 != 0) + 23); | |
6979 *((_QWORD *)v585 + 17) = pParty->uTimePlayed; | |
6980 } | |
488 | 6981 goto play_sound_and_continue; |
0 | 6982 } |
6983 v577 = (Player *)(v576 >> 3); | |
6984 v726 = v577; | |
6985 if ( v577 == (Player *)-1 ) | |
6986 { | |
710 | 6987 ShowStatusBarString(pGlobalTXT_LocalizationStrings[496], 2); // No valid target exists! |
6988 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
6989 goto LABEL_203; | |
0 | 6990 } |
6991 v578 = (int)&pActors[(int)v577]; | |
6992 v721 = v578; | |
486 | 6993 if ( *(short *)(v578 + 40) > 0 || (v579 = *(short *)(v578 + 176), v579 != 5) && v579 != 4 ) |
710 | 6994 { |
6995 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
6996 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
6997 goto LABEL_203; | |
6998 } | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
6999 ++a1.uType; |
0 | 7000 a1.stru_24.Reset(); |
7001 a1.field_48 = v3->spellnum; | |
7002 a1.field_4C = v2; | |
7003 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
7004 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 7005 a1.uAttributes = 0; |
7006 a1.uSectorID = 0; | |
7007 a1.uSpriteFrameID = 0; | |
0 | 7008 v580 = v3->uPlayerID; |
7009 a1.field_60_distance_related_prolly_lod = 0; | |
7010 v581 = v721; | |
7011 v580 *= 8; | |
303 | 7012 LOBYTE(v580) = v580 | OBJECT_Player; |
486 | 7013 a1.uFacing = 0; |
303 | 7014 a1.field_58_pid = v580; |
0 | 7015 a1.uSoundID = LOWORD(v3->field_10); |
7016 a1.vPosition.x = *(short *)(v721 + 142); | |
7017 a1.vPosition.y = *(short *)(v721 + 144); | |
7018 v732 = *(short *)(v721 + 138); | |
7019 v582 = 8 * (int)v726; | |
7020 a1.vPosition.z = *(short *)(v721 + 146) - (unsigned int)(signed __int64)((double)v732 * unk_4D8548); | |
486 | 7021 LOBYTE(v582) = 8 * (char)v726 | OBJECT_Actor; |
0 | 7022 a1.field_5C = v582; |
486 | 7023 a1.Create(0, 0, 0, 0); |
0 | 7024 if ( *(char *)(v581 + 52) > amount ) |
488 | 7025 goto play_sound_and_continue; |
0 | 7026 Actor::Resurrect((unsigned int)v726); |
7027 *(char *)(v581 + 61) = 0; | |
7028 *(char *)(v581 + 53) = 0; | |
7029 *(char *)(v581 + 54) = 0; | |
7030 *(char *)(v581 + 55) = 0; | |
7031 *(char *)(v581 + 56) = 0; | |
7032 *(char *)(v581 + 57) = 0; | |
7033 *(int *)(v581 + 712) = 9999; | |
7034 *(char *)(v581 + 38) &= 0xF7u; | |
486 | 7035 *(int *)(v581 + 708) = 0; |
0 | 7036 ((SpellBuff *)(v581 + 356))->Reset(); |
7037 ((SpellBuff *)(v581 + 228))->Reset(); | |
7038 ((SpellBuff *)(v581 + 404))->Reset(); | |
7039 if ( *(short *)(v581 + 40) > 10 * amount ) | |
7040 *(short *)(v581 + 40) = 10 * amount; | |
7041 goto LABEL_1056; | |
7042 case 91: | |
7043 v588 = v12 - 1; | |
7044 amount = 16; | |
7045 if ( v588 && (v589 = v588 - 1) != 0 && (v590 = v589 - 1) != 0 ) | |
7046 { | |
7047 if ( v590 == 1 ) | |
486 | 7048 LODWORD(v733) = 0; |
0 | 7049 } |
7050 else | |
7051 { | |
7052 LODWORD(v733) = 3600 * v2; | |
7053 } | |
7054 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 7055 goto play_sound_and_continue; |
0 | 7056 HIDWORD(v733) = (int)(char *)&pParty + 6972 * v3->uPlayerID_2 + 36 * a2 + 3040; |
7057 v732 = (signed int)&pItemsTable->pItems[*(int *)HIDWORD(v733)].pIconName; | |
7058 ((ItemGen *)HIDWORD(v733))->UpdateTempBonus(pParty->uTimePlayed); | |
7059 if ( *(int *)HIDWORD(v733) >= 64 && *(int *)HIDWORD(v733) <= 65 | |
7060 || *(char *)(HIDWORD(v733) + 20) & 2 | |
486 | 7061 || *(int *)(HIDWORD(v733) + 12) != 0 |
7062 || *(int *)(HIDWORD(v733) + 4) != 0 | |
0 | 7063 || (v591 = *(char *)(v732 + 28)) != 0 && v591 != 1 && v591 != 2 |
377 | 7064 || pItemsTable->IsMaterialNonCommon((ItemGen *)HIDWORD(v733)) ) |
710 | 7065 { |
7066 dword_50C9D0 = 113; | |
7067 dword_50C9D4 = 0; | |
7068 dword_50C9D8 = 1; | |
7069 | |
7070 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
7071 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
7072 goto LABEL_203; | |
7073 } | |
0 | 7074 v592 = HIDWORD(v733); |
7075 v14 = v731 == 4; | |
7076 *(int *)(HIDWORD(v733) + 12) = 16; | |
7077 if ( !v14 ) | |
7078 { | |
7079 v732 = (int)v733 << 7; | |
7080 *(_QWORD *)(v592 + 28) = pParty->uTimePlayed | |
7081 + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335); | |
7082 *(int *)(v592 + 20) |= 8u; | |
7083 } | |
7084 *(char *)(v592 + 20) |= 0x80u; | |
7085 goto LABEL_1055; | |
7086 case 93: | |
7087 v593 = v12 - 2; | |
7088 if ( !v593 ) | |
7089 goto LABEL_1062; | |
7090 v594 = v593 - 1; | |
7091 if ( v594 ) | |
7092 { | |
7093 if ( v594 == 1 ) | |
7094 amount = 9; | |
7095 else | |
7096 LABEL_1062: | |
7097 amount = 5; | |
7098 } | |
7099 else | |
7100 { | |
7101 amount = 7; | |
7102 } | |
7103 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 7104 goto play_sound_and_continue; |
0 | 7105 v726 = (Player *)((signed int)(60 * stru_5C6E00->uIntegerDoublePi) / 360); |
7106 v732 = (signed int)(60 * stru_5C6E00->uIntegerDoublePi) / 360 / (amount - 1); | |
7107 a1.stru_24.Reset(); | |
7108 a1.field_48 = v3->spellnum; | |
7109 a1.field_4C = v2; | |
7110 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
7111 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
0 | 7112 a1.vPosition.x = pParty->vPosition.x; |
7113 a1.vPosition.y = pParty->vPosition.y; | |
486 | 7114 a1.uAttributes = 0; |
0 | 7115 a1.vPosition.z = pParty->vPosition.z + (signed int)pParty->uPartyHeight / 2; |
7116 a1.uSectorID = pIndoor->GetSector( | |
7117 pParty->vPosition.x, | |
7118 pParty->vPosition.y, | |
7119 pParty->vPosition.z + (signed int)pParty->uPartyHeight / 2); | |
486 | 7120 a1.uSpriteFrameID = 0; |
0 | 7121 v595 = 8 * v3->uPlayerID; |
303 | 7122 LOBYTE(v595) = v595 | OBJECT_Player; |
7123 a1.field_58_pid = v595; | |
0 | 7124 a1.field_5C = a2; |
7125 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
7126 a1.uSoundID = LOWORD(v3->field_10); | |
7127 if ( pParty->bTurnBasedModeOn == 1 ) | |
7128 LOBYTE(a1.uAttributes) |= 4u; | |
7129 v596 = (signed int)v726 / -2; | |
7130 y = (char *)((signed int)v726 / 2); | |
7131 if ( (signed int)v726 / -2 <= (signed int)v726 / 2 ) | |
7132 { | |
7133 v597 = v715.uYawAngle; | |
7134 do | |
7135 { | |
7136 a1.uFacing = v596 + v597; | |
7137 if ( a1.Create( | |
7138 v596 + v597, | |
7139 v715.uPitchAngle, | |
7140 pObjectList->pObjects[(signed __int16)a1.uObjectDescID].uSpeed, | |
7141 v3->uPlayerID + 1) != -1 | |
7142 && pParty->bTurnBasedModeOn == 1 ) | |
7143 ++pTurnEngine->field_1C; | |
7144 v596 += v732; | |
7145 } | |
7146 while ( v596 <= (signed int)y ); | |
7147 } | |
7148 goto LABEL_1056; | |
7149 case 94: | |
7150 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 7151 goto play_sound_and_continue; |
0 | 7152 if ( v731 == 1 || v731 == 2 ) |
7153 { | |
7154 v598 = 180 * v2; | |
7155 goto LABEL_1081; | |
7156 } | |
7157 if ( v731 == 3 ) | |
7158 { | |
7159 v598 = 300 * v2; | |
7160 LABEL_1081: | |
7161 LODWORD(v733) = v598; | |
7162 goto LABEL_1082; | |
7163 } | |
7164 if ( v731 == 4 ) | |
7165 LODWORD(v733) = 29030400; | |
7166 LABEL_1082: | |
7167 v599 = a2 >> 3; | |
141 | 7168 if ( (a2 & 7) != OBJECT_Actor) |
0 | 7169 goto LABEL_1056; |
7170 v730 = 836 * v599; | |
7171 if ( !MonsterStats::BelongsToSupertype(pActors[v599].pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD) ) | |
488 | 7172 goto play_sound_and_continue; |
90 | 7173 if ( !stru_50C198.GetMagicalResistance(&pActors[v599], 0xAu) ) |
710 | 7174 { |
7175 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
7176 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
7177 goto LABEL_203; | |
7178 } | |
90 | 7179 pActors[v599].pActorBuffs[9].Reset(); |
7180 pActors[v599].pActorBuffs[1].Reset(); | |
0 | 7181 v732 = (int)v733 << 7; |
90 | 7182 pActors[v599].pActorBuffs[12].Apply( |
0 | 7183 pParty->uTimePlayed + (signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), |
486 | 7184 v731, 0, 0, 0); |
0 | 7185 a1.stru_24.Reset(); |
7186 a1.field_48 = v3->spellnum; | |
7187 a1.field_4C = v2; | |
7188 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
7189 v60 = pObjectList->ObjectIDByItemID(a1.uType); |
90 | 7190 v61 = v599; |
0 | 7191 LABEL_1086: |
90 | 7192 v600 = pActors[v61].vPosition.y; |
7193 v601 = pActors[v61].vPosition.x; | |
0 | 7194 a1.uObjectDescID = v60; |
7195 a1.vPosition.x = v601; | |
90 | 7196 v602 = pActors[v61].uActorHeight; |
7197 v603 = pActors[v61].vPosition.z; | |
0 | 7198 a1.vPosition.y = v600; |
7199 v676 = v603 + v602; | |
7200 v665 = v600; | |
7201 a1.vPosition.z = v603 + v602; | |
7202 v657 = v601; | |
7203 LABEL_1087: | |
486 | 7204 a1.uAttributes = 0; |
0 | 7205 a1.uSectorID = pIndoor->GetSector(v657, v665, v676); |
486 | 7206 a1.uSpriteFrameID = 0; |
0 | 7207 v604 = 8 * v3->uPlayerID; |
303 | 7208 LOBYTE(v604) = v604 | OBJECT_Player; |
7209 a1.field_58_pid = v604; | |
0 | 7210 a1.field_5C = a2; |
7211 a1.field_60_distance_related_prolly_lod = LOBYTE(v715.uDistance); | |
7212 a1.uFacing = LOWORD(v715.uYawAngle); | |
7213 LOWORD(v604) = LOWORD(v3->field_10); | |
7214 LOBYTE(a1.uAttributes) |= 0x80u; | |
7215 a1.uSoundID = v604; | |
486 | 7216 a1.Create(0, 0, 0, v3->uPlayerID + 1); |
0 | 7217 goto LABEL_1056; |
7218 case 96: | |
7219 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 7220 goto play_sound_and_continue; |
486 | 7221 HIDWORD(v733) = 0; |
521 | 7222 memset(&achievedAwardsIndex, 0, 4000); |
486 | 7223 _this = 0; |
0 | 7224 v605 = (char *)pParty->pHirelings; |
7225 do | |
7226 { | |
486 | 7227 if ( *(int *)v605) |
0 | 7228 { |
7229 v606 = HIDWORD(v733)++; | |
521 | 7230 achievedAwardsIndex[v606] = (int)((char *)&_this->uItemID + 1); |
0 | 7231 } |
7232 _this = (ItemGen *)((char *)_this + 1); | |
7233 v605 += 76; | |
7234 } | |
7235 while ( (signed int)v605 < (signed int)&pParty->pPickedItem ); | |
486 | 7236 _this = 0; |
7237 if ( (signed int)pNPCStats->uNumNewNPCs > 0) | |
0 | 7238 { |
7239 v730 = (int)pNPCStats->pNewNPCData; | |
7240 HIDWORD(v733) = 4 * HIDWORD(v733) + 6043152; | |
7241 do | |
7242 { | |
7243 if ( *(char *)(v730 + 8) & 0x80 | |
486 | 7244 && (!pParty->pHirelings[0].pName || strcmp(*(const char **)v730, pParty->pHirelings[0].pName)) |
7245 && (!pParty->pHirelings[1].pName || strcmp(*(const char **)v730, pParty->pHirelings[1].pName)) ) | |
0 | 7246 { |
7247 v607 = HIDWORD(v733); | |
7248 HIDWORD(v733) += 4; | |
7249 *(int *)v607 = (int)_this + 3; | |
7250 } | |
7251 _this = (ItemGen *)((char *)_this + 1); | |
7252 v730 += 76; | |
7253 } | |
7254 while ( (signed int)this < (signed int)pNPCStats->uNumNewNPCs ); | |
7255 } | |
7256 v608 = v3->uPlayerID_2; | |
7257 if ( v608 != 4 && v608 != 5 | |
486 | 7258 || (v609 = (signed int)*(&pFontCChar + v608 + (unsigned __int8)pParty->field_709), v609 <= 0) |
0 | 7259 || v609 >= 3 ) |
710 | 7260 { |
7261 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
7262 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
7263 goto LABEL_203; | |
7264 } | |
0 | 7265 v610 = 76 * v609; |
486 | 7266 *((int *)&pParty->pPlayers[3].pInstalledBeacons[4].uBeaconTime + 19 * v609) = 0; |
0 | 7267 v611 = pIconsFrameTable->FindIcon("spell96"); |
488 | 7268 *(int *)((char *)&pParty->pPlayers[3].pInstalledBeacons[4].uBeaconTime + v610 + 4) = pIconsFrameTable->GetIconAnimLength(v611); |
0 | 7269 *(int *)((char *)&pParty->pPlayers[3].pInstalledBeacons[3].field_18 + v610) = 1; |
89 | 7270 v612 = pParty->pPlayers; |
0 | 7271 do |
7272 { | |
89 | 7273 v612->sHealth = v612->GetMaxHealth(); |
7274 v612->sMana = v612->GetMaxMana(); | |
7275 ++v612; | |
7276 } | |
7277 while ( v612 <= &pParty->pPlayers[3] ); | |
7278 v613 = &pOutdoor->ddm; | |
0 | 7279 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor) |
89 | 7280 v613 = &pIndoor->dlv; |
7281 v613->uReputation += 15; | |
7282 if ( v613->uReputation > 10000 ) | |
7283 v613->uReputation = 10000; | |
488 | 7284 LODWORD(v727) = 1; |
7285 goto play_sound_and_continue; | |
0 | 7286 case 95: |
486 | 7287 if ( v12 <= 0 ) |
0 | 7288 goto LABEL_1119; |
7289 if ( v12 <= 3 ) | |
7290 { | |
7291 v614 = 300 * (v2 + 12); | |
7292 } | |
7293 else | |
7294 { | |
7295 if ( v12 != 4 ) | |
7296 goto LABEL_1119; | |
7297 v614 = 900 * (v2 + 4); | |
7298 } | |
7299 LODWORD(v733) = v614; | |
7300 LABEL_1119: | |
7301 v615 = v2 + 5; | |
7302 amount = v615; | |
7303 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 7304 goto play_sound_and_continue; |
0 | 7305 if ( v731 != 3 && v731 != 4 ) |
7306 { | |
488 | 7307 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, v3->uPlayerID_2); |
7308 | |
0 | 7309 v732 = (int)v733 << 7; |
488 | 7310 |
7311 pParty->pPlayers[v3->uPlayerID_2].pPlayerBuffs[PLAYER_BUFF_PAIN_REFLECTION].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335), v731, v615, v716, 0); | |
7312 goto LABEL_1056; | |
0 | 7313 } |
486 | 7314 a2 = 0; |
0 | 7315 v732 = (int)v733 << 7; |
7316 v717 = (signed int)(signed __int64)((double)(signed int)((int)v733 << 7) * 0.033333335); | |
112 | 7317 v619 = pParty->pPlayers;//[0].pPlayerBuffs[10]; |
0 | 7318 do |
7319 { | |
488 | 7320 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, a2); |
7321 v619->pPlayerBuffs[PLAYER_BUFF_PAIN_REFLECTION].Apply(pParty->uTimePlayed + v717, v731, amount, v716, 0); | |
0 | 7322 ++a2; |
112 | 7323 ++v619; |
7324 } | |
7325 while ( v619 <= &pParty->pPlayers[3] ); | |
0 | 7326 goto LABEL_1056; |
7327 case 99: | |
7328 if ( !pPlayer->CanCastSpell(uRequiredMana) ) | |
488 | 7329 goto play_sound_and_continue; |
486 | 7330 v726 = 0; |
0 | 7331 pGame->GetIndoorCamera(); |
7332 v623 = (signed __int64)GetPickDepth(); | |
7333 HIDWORD(v733) = sub_46A6AC((int)dword_50BF30, 100, v623); | |
486 | 7334 v709 = 0; |
7335 v708 = 0; | |
7336 v707 = 0; | |
0 | 7337 a1.stru_24.Reset(); |
7338 a1.field_48 = v3->spellnum; | |
7339 a1.field_4C = v2; | |
7340 a1.field_50 = v731; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
7341 a1.uObjectDescID = pObjectList->ObjectIDByItemID(a1.uType); |
486 | 7342 a1.uAttributes = 0; |
7343 a1.uSectorID = 0; | |
7344 a1.uSpriteFrameID = 0; | |
0 | 7345 v624 = v3->uPlayerID; |
7346 a1.field_60_distance_related_prolly_lod = 0; | |
486 | 7347 a1.uFacing = 0; |
0 | 7348 v624 *= 8; |
303 | 7349 LOBYTE(v624) = v624 | OBJECT_Player; |
7350 a1.field_58_pid = v624; | |
0 | 7351 a1.uSoundID = LOWORD(v3->field_10); |
486 | 7352 a2 = 0; |
7353 if ( SHIDWORD(v733) > 0 ) | |
0 | 7354 { |
7355 v726 = (Player *)(HIDWORD(v733) * (7 * v2 + 25)); | |
7356 do | |
7357 { | |
7358 v625 = dword_50BF30[a2]; | |
7359 a1.vPosition.x = pActors[v625].vPosition.x; | |
7360 a1.vPosition.y = pActors[v625].vPosition.y; | |
7361 v732 = pActors[v625].uActorHeight; | |
7362 a1.vPosition.z = pActors[v625].vPosition.z - (unsigned int)(signed __int64)((double)v732 * unk_4D8548); | |
7363 v626 = 8 * dword_50BF30[a2]; | |
486 | 7364 LOBYTE(v626) = v626 | OBJECT_Actor; |
0 | 7365 a1.field_5C = v626; |
486 | 7366 v627 = a1.Create(0, 0, 0, 0); |
0 | 7367 v628 = a2; |
7368 DamageMonsterFromParty(8 * v627 | 2, dword_50BF30[a2], (Vec3_int_ *)&v707); | |
7369 a2 = v628 + 1; | |
7370 } | |
7371 while ( v628 + 1 < SHIDWORD(v733) ); | |
7372 } | |
486 | 7373 v730 = 0; |
0 | 7374 v629 = 1; |
7375 do | |
7376 { | |
7377 v630 = pPlayers[v629]; | |
7378 if ( !v630->pConditions[2] | |
7379 && !v630->pConditions[12] | |
7380 && !v630->pConditions[13] | |
7381 && !v630->pConditions[14] | |
7382 && !v630->pConditions[15] | |
7383 && !v630->pConditions[16] ) | |
7384 { | |
7385 v631 = v730++; | |
7386 v681[v631] = v629; | |
7387 } | |
7388 ++v629; | |
7389 } | |
7390 while ( v629 <= 4 ); | |
7391 v732 = (signed __int64)((double)(signed int)v726 / (double)v730); | |
486 | 7392 HIDWORD(v733) = 0; |
7393 if ( v730 > 0 ) | |
0 | 7394 { |
7395 do | |
7396 { | |
7397 v632 = 4 * v681[HIDWORD(v733)] + 10965188; | |
7398 v633 = pPlayers[v681[HIDWORD(v733)]]; | |
7399 v633->sHealth += v732; | |
7400 v726 = *(Player **)v632; | |
7401 v634 = v726->GetMaxHealth(); | |
7402 if ( v726->sHealth > v634 ) | |
7403 *(int *)(*(int *)v632 + 6460) = v726->GetMaxHealth(); | |
7404 v635 = HIDWORD(v733); | |
488 | 7405 |
7406 pGame->GetStru6()->SetPlayerBuffAnim(v3->spellnum, WORD2(v733)); | |
0 | 7407 HIDWORD(v733) = v635 + 1; |
7408 } | |
7409 while ( v635 + 1 < v730 ); | |
7410 } | |
486 | 7411 pGame->GetStru6()->FadeScreen__like_Turn_Undead_and_mb_Armageddon(0, 0x40u); |
0 | 7412 goto LABEL_1056; |
7413 case 98: | |
7414 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
7415 { | |
710 | 7416 ShowStatusBarString(pGlobalTXT_LocalizationStrings[499], 2); // Can't cast Armageddon indoors! |
7417 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
7418 goto LABEL_203; | |
0 | 7419 } |
7420 v640 = v12 - 2; | |
7421 if ( !v640 || (v641 = v640 - 1) == 0 || (amount = 4, v641 != 1) ) | |
7422 amount = 3; | |
486 | 7423 if ( pPlayer->uNumArmageddonCasts >= amount || pParty->armageddon_timer > 0 ) |
710 | 7424 { |
7425 ShowStatusBarString(pGlobalTXT_LocalizationStrings[428], 2); // Spell failed | |
7426 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0); | |
7427 goto LABEL_203; | |
7428 } | |
0 | 7429 if ( !pPlayer->CanCastSpell(uRequiredMana) ) |
488 | 7430 goto play_sound_and_continue; |
349 | 7431 pParty->armageddon_timer = 256; |
0 | 7432 pParty->field_16140 = v2; |
7433 ++pPlayer->uNumArmageddonCasts; | |
7434 if ( pParty->bTurnBasedModeOn == 1 ) | |
7435 ++pTurnEngine->field_1C; | |
7436 v726 = (Player *)50; | |
7437 do | |
7438 { | |
7439 v642 = rand() % 4096 - 2048; | |
7440 v643 = rand(); | |
7441 v721 = v642 + pParty->vPosition.x; | |
7442 y = (char *)(pParty->vPosition.y + v643 % 4096 - 2048); | |
486 | 7443 v732 = GetTerrainHeightsAroundParty2(v642 + pParty->vPosition.x, (int)y, (int *)&v710, 0); |
0 | 7444 v644 = rand(); |
486 | 7445 sub_42F7EB_DropItemAt(0xFE6u, v721, (int)y, v732 + 16, v644 % 500 + 500, 1, 0, 0, 0); |
0 | 7446 v726 = (Player *)((char *)v726 - 1); |
7447 } | |
7448 while ( *(float *)&v726 != 0.0 ); | |
7449 goto LABEL_1056; | |
7450 default: | |
488 | 7451 goto play_sound_and_continue; |
0 | 7452 } |
7453 while ( 2 ) | |
7454 { | |
7455 if ( v731 == 4 ) | |
7456 { | |
7457 if ( *((_QWORD *)v222 + 2) ) | |
7458 { | |
486 | 7459 *((int *)v222 + 4) = 0; |
7460 *((int *)v222 + 5) = 0; | |
0 | 7461 goto LABEL_439; |
7462 } | |
7463 } | |
7464 else | |
7465 { | |
7466 v732 = amount << 7; | |
7467 v223 = ((Player *)v222)->DiscardConditionIfLastsLongerThan( | |
7468 2u, | |
7469 pParty->uTimePlayed - (signed int)(signed __int64)((double)(amount << 7) * 0.033333335)); | |
7470 v222 = (char *)HIDWORD(v733); | |
7471 if ( v223 ) | |
7472 LABEL_439: | |
486 | 7473 ((Player *)v222)->PlaySound(SPEECH_103, 0); |
0 | 7474 } |
7475 v222 += 6972; | |
7476 HIDWORD(v733) = (int)v222; | |
7477 if ( (signed int)v222 >= (signed int)pParty->pHirelings ) | |
7478 goto LABEL_1056; | |
7479 continue; | |
7480 } | |
7481 } | |
7482 //----- (0042EB42) -------------------------------------------------------- | |
7483 __int16 ObjectList::ObjectIDByItemID(unsigned __int16 uItemID) | |
7484 { | |
7485 unsigned int v2; // edx@1 | |
7486 signed int v3; // eax@1 | |
7487 char *v4; // ecx@2 | |
7488 | |
7489 v2 = this->uNumObjects; | |
7490 v3 = 0; | |
7491 if ( (signed int)this->uNumObjects <= 0 ) | |
7492 { | |
7493 LABEL_5: | |
7494 LOWORD(v3) = 0; | |
7495 } | |
7496 else | |
7497 { | |
7498 v4 = (char *)&this->pObjects->uObjectID; | |
7499 while ( uItemID != *(short *)v4 ) | |
7500 { | |
7501 ++v3; | |
7502 v4 += 56; | |
7503 if ( v3 >= (signed int)v2 ) | |
7504 goto LABEL_5; | |
7505 } | |
7506 } | |
7507 return v3; | |
7508 } | |
7509 | |
7510 //----- (0042EB78) -------------------------------------------------------- | |
7511 int IconFrameTable::GetIconAnimLength(unsigned int uIconID) | |
7512 { | |
7513 return 8 * this->pIcons[uIconID].uAnimLength; | |
7514 } | |
7515 | |
437 | 7516 const wchar_t *UIMessage2String(UIMessageType msg) |
7517 { | |
7518 #define CASE(xxx) case xxx: _swprintf(b, L"%03X/%s", msg, L#xxx); return b; | |
7519 static wchar_t b[256]; // bad for threads | |
7520 switch (msg) | |
7521 { | |
7522 CASE(UIMSG_SelectSpell) | |
7523 CASE(UIMSG_ChangeGameState) | |
7524 CASE(UIMSG_Attack) | |
7525 CASE(UIMSG_PlayArcomage) | |
7526 CASE(UIMSG_MainMenu_ShowPartyCreationWnd) | |
7527 CASE(UIMSG_MainMenu_ShowLoadWindow) | |
7528 CASE(UIMSG_ShowCredits) | |
7529 CASE(UIMSG_ExitToWindows) | |
7530 CASE(UIMSG_PlayerCreationChangeName) | |
7531 CASE(UIMSG_PlayerCreationClickPlus) | |
7532 CASE(UIMSG_PlayerCreationClickMinus) | |
7533 CASE(UIMSG_PlayerCreationSelectActiveSkill) | |
7534 CASE(UIMSG_PlayerCreationSelectClass) | |
7535 CASE(UIMSG_PlayerCreationClickOK) | |
7536 CASE(UIMSG_PlayerCreationClickReset) | |
7537 CASE(UIMSG_AutonotesBook) | |
7538 CASE(UIMSG_PlayerCreationRemoveUpSkill) | |
7539 CASE(UIMSG_PlayerCreationRemoveDownSkill) | |
7540 CASE(UIMSG_SPellbook_ShowHightlightedSpellInfo) | |
7541 CASE(UIMSG_LoadGame) | |
7542 CASE(UIMSG_SaveGame) | |
7543 CASE(UIMSG_ShowStatus_DateTime) | |
7544 CASE(UIMSG_ShowStatus_ManaHP) | |
7545 CASE(UIMSG_ShowStatus_Player) | |
7546 CASE(UIMSG_Wait5Minutes) | |
7547 CASE(UIMSG_Wait1Hour) | |
7548 CASE(UIMSG_ShowStatus_Food) | |
7549 CASE(UIMSG_ShowStatus_Funds) | |
7550 CASE(UIMSG_QuickReference) | |
7551 CASE(UIMSG_GameMenuButton) | |
7552 CASE(UIMSG_AlreadyResting) | |
7553 CASE(UIMSG_SelectCharacter) | |
7554 CASE(UIMSG_ChangeSoundVolume) | |
7555 CASE(UIMSG_ChangeMusicVolume) | |
7556 CASE(UIMSG_Escape) | |
7557 CASE(UIMSG_PlayerCreation_SelectAttribute) | |
7558 CASE(UIMSG_InventoryLeftClick) | |
7559 CASE(UIMSG_SkillUp) | |
7560 CASE(UIMSG_GameMenu_ReturnToGame) | |
7561 CASE(UIMSG_StartNewGame) | |
7562 CASE(UIMSG_Game_OpenLoadGameDialog) | |
7563 CASE(UIMSG_Game_OpenSaveGameDialog) | |
7564 CASE(UIMSG_Game_OpenOptionsDialog) | |
7565 CASE(UIMSG_SetGraphicsMode) | |
7566 CASE(UIMSG_Quit) | |
7567 CASE(UIMSG_StartHireling1Dialogue) | |
7568 CASE(UIMSG_StartHireling2Dialogue) | |
651 | 7569 CASE(UIMSG_SelectNPCDialogueOption) |
437 | 7570 CASE(UIMSG_CastSpellFromBook) |
7571 CASE(UIMSG_PlayerCreation_VoicePrev) | |
7572 CASE(UIMSG_PlayerCreation_VoiceNext) | |
7573 CASE(UIMSG_StartNPCDialogue) | |
7574 CASE(UIMSG_ArrowUp) | |
7575 CASE(UIMSG_DownArrow) | |
7576 CASE(UIMSG_LoadSlot) | |
7577 CASE(UIMSG_SelectLoadSlot) | |
7578 CASE(UIMSG_Cancel) | |
7579 CASE(UIMSG_ExitRest) | |
7580 CASE(UIMSG_PlayerCreation_FacePrev) | |
7581 CASE(UIMSG_PlayerCreation_FaceNext) | |
7582 CASE(UIMSG_CycleCharacters) | |
7583 CASE(UIMSG_SetTurnSpeed) | |
7584 CASE(UIMSG_ToggleWalkSound) | |
7585 CASE(UIMSG_ChangeVoiceVolume) | |
7586 CASE(UIMSG_ToggleShowDamage) | |
7587 CASE(UIMSG_ScrollNPCPanel) | |
7588 CASE(UIMSG_ShowFinalWindow) | |
7589 CASE(UIMSG_OpenQuestBook) | |
7590 CASE(UIMSG_OpenAutonotes) | |
7591 CASE(UIMSG_OpenMapBook) | |
7592 CASE(UIMSG_OpenCalendar) | |
7593 CASE(UIMSG_OpenHistoryBook) | |
7594 CASE(UIMSG_ToggleAlwaysRun) | |
7595 CASE(UIMSG_ToggleFlipOnExit) | |
7596 CASE(UIMSG_Game_Action) | |
7597 CASE(UIMSG_OpenRestUI) | |
7598 CASE(UIMSG_TransitionUI_Confirm) | |
7599 CASE(UIMSG_OpenKeyMappingOptions) | |
7600 CASE(UIMSG_SelectKeyPage1) | |
7601 CASE(UIMSG_SelectKeyPage2) | |
7602 CASE(UIMSG_ResetKeyMapping) | |
7603 CASE(UIMSG_ChangeKeyButton) | |
7604 CASE(UIMSG_OpenVideoOptions) | |
7605 CASE(UIMSG_ToggleBloodsplats) | |
7606 CASE(UIMSG_ToggleColoredLights) | |
7607 CASE(UIMSG_ToggleTint) | |
7608 default: | |
7609 _swprintf(b, L"UIMSG_%03X", msg); return b; | |
7610 }; | |
7611 #undef CASE | |
7612 } | |
7613 | |
0 | 7614 //----- (0042EB8D) -------------------------------------------------------- |
437 | 7615 void GUIMessageQueue::AddMessageImpl(UIMessageType msg, int param, unsigned int a4, const char *file, int line) |
0 | 7616 { |
482 | 7617 //Log::Warning(L"%s @ (%S %u)", UIMessage2String(msg), file, line); |
0 | 7618 if (uNumMessages < 40) |
7619 { | |
437 | 7620 files[uNumMessages] = file; |
7621 lines[uNumMessages] = line; | |
7622 | |
0 | 7623 pMessages[uNumMessages].eType = msg; |
7624 pMessages[uNumMessages].param = param; | |
7625 pMessages[uNumMessages++].field_8 = a4; | |
7626 } | |
7627 } | |
7628 | |
7629 //----- (0042EBBE) -------------------------------------------------------- | |
7630 int __fastcall sub_42EBBE(int a1, int a2) | |
7631 { | |
7632 return (unsigned __int64)(a2 * (signed __int64)a1) >> 16; | |
7633 } | |
7634 // 42EBBE: using guessed type int __fastcall sub_42EBBE(int, int); | |
7635 | |
7636 //----- (0042EBDB) -------------------------------------------------------- | |
323 | 7637 int stru193_math::Sin(int angle) |
0 | 7638 { |
323 | 7639 return Cos(angle - this->uIntegerHalfPi); |
0 | 7640 } |
7641 | |
7642 //----- (0042ECB5) -------------------------------------------------------- | |
271 | 7643 void _42ECB5_PlayerAttacksActor() |
0 | 7644 { |
271 | 7645 //unsigned int v0; // ebx@1 |
7646 //Player *v1; // esi@1 | |
7647 //bool result; // eax@1 | |
295 | 7648 //int v3; // edi@2 |
271 | 7649 //unsigned int v4; // eax@7 |
0 | 7650 char *v5; // eax@8 |
271 | 7651 //int v6; // ecx@9 |
7652 //signed int v7; // eax@16 | |
295 | 7653 //Actor *v8; // edi@20 |
0 | 7654 unsigned int v9; // ecx@21 |
295 | 7655 //char *v10; // eax@26 |
0 | 7656 char *v11; // eax@26 |
7657 unsigned int v12; // eax@47 | |
295 | 7658 //char *v13; // eax@47 |
7659 //char *v14; // eax@47 | |
7660 //unsigned int v15; // ebx@54 | |
7661 //int v16; // [sp-10h] [bp-4Ch]@24 | |
7662 //int v17; // [sp-10h] [bp-4Ch]@44 | |
7663 //unsigned int v18; // [sp-Ch] [bp-48h]@24 | |
7664 //unsigned int v19; // [sp-Ch] [bp-48h]@44 | |
7665 //__int16 v20; // [sp-8h] [bp-44h]@24 | |
7666 //__int16 v21; // [sp-8h] [bp-44h]@44 | |
7667 //int v22; // [sp-4h] [bp-40h]@24 | |
7668 //int v23; // [sp-4h] [bp-40h]@44 | |
0 | 7669 SoundID v24; // [sp-4h] [bp-40h]@58 |
295 | 7670 //Vec3_int_ a3; // [sp+Ch] [bp-30h]@19 |
271 | 7671 //unsigned int a2; // [sp+18h] [bp-24h]@20 |
7672 //unsigned int v27; // [sp+1Ch] [bp-20h]@1 | |
295 | 7673 //int v28; // [sp+20h] [bp-1Ch]@9 |
271 | 7674 //unsigned int *v28b; |
295 | 7675 //int v29; // [sp+24h] [bp-18h]@16 |
7676 //int v30; // [sp+28h] [bp-14h]@16 | |
271 | 7677 //int v31; // [sp+2Ch] [bp-10h]@4 |
295 | 7678 //int v32; // [sp+30h] [bp-Ch]@7 |
271 | 7679 //int v33; // [sp+34h] [bp-8h]@7 |
295 | 7680 //int v34; // [sp+38h] [bp-4h]@17 |
0 | 7681 |
271 | 7682 //v0 = uActiveCharacter; |
7683 //v27 = 6972 * uActiveCharacter; | |
7684 //v1 = &pParty->pPlayers[uActiveCharacter-1]; | |
7685 //result = pParty->pPlayers[uActiveCharacter-1].CanAct(); | |
7686 auto player = &pParty->pPlayers[uActiveCharacter - 1]; | |
7687 if (!player->CanAct()) | |
7688 return; | |
7689 | |
7690 pStru277->_427D48(uActiveCharacter); | |
295 | 7691 //v3 = 0; |
271 | 7692 if (pParty->Invisible()) |
7693 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset(); | |
7694 | |
7695 //v31 = player->pEquipment.uBow; | |
7696 int bow_idx = player->pEquipment.uBow; | |
7697 if (bow_idx && player->pInventoryItems[bow_idx - 1].Broken()) | |
7698 bow_idx = 0; | |
7699 | |
295 | 7700 //v32 = 0; |
7701 int wand_item_id = 0; | |
271 | 7702 //v33 = 0; |
7703 //v4 = v1->pEquipment.uMainHand; | |
7704 int laser_weapon_item_id = 0; | |
7705 | |
7706 int main_hand_idx = player->pEquipment.uMainHand; | |
7707 if (main_hand_idx) | |
0 | 7708 { |
271 | 7709 auto item = &player->pInventoryItems[main_hand_idx - 1]; |
112 | 7710 //v5 = (char *)v1 + 36 * v4; |
271 | 7711 if (!item->Broken()) |
7712 { | |
7713 //v28b = &v1->pInventoryItems[v4].uItemID; | |
7714 //v6 = v1->pInventoryItems[v4].uItemID;//*((int *)v5 + 124); | |
295 | 7715 if (pItemsTable->pItems[item->uItemID].uEquipType == EQUIP_WAND) |
0 | 7716 { |
295 | 7717 if (item->uNumCharges <= 0) |
7718 player->pEquipment.uMainHand = 0; // wand discharged - unequip | |
0 | 7719 else |
295 | 7720 wand_item_id = item->uItemID;//*((int *)v5 + 124); |
0 | 7721 } |
271 | 7722 else if (item->uItemID == ITEM_BLASTER || item->uItemID == ITEM_LASER_RIFLE) |
7723 laser_weapon_item_id = item->uItemID;//*((int *)v5 + 124); | |
0 | 7724 } |
271 | 7725 } |
7726 | |
295 | 7727 //v30 = 0; |
7728 //v29 = 0; | |
7729 //v28 = 0; | |
271 | 7730 //v7 = pMouse->uPointingObjectID; |
7731 | |
7732 int target_pid = pMouse->uPointingObjectID; | |
7733 int target_type = target_pid & 7, | |
7734 target_id = target_pid >> 3; | |
7735 if (target_type != OBJECT_Actor || !pActors[target_id].CanAct()) | |
7736 { | |
7737 target_pid = stru_50C198.FindClosestActor(5120, 0, 0); | |
7738 target_type = target_pid & 7; | |
7739 target_id = target_pid >> 3; | |
7740 } | |
295 | 7741 |
7742 auto actor = &pActors[target_id]; | |
7743 int actor_distance = 0; | |
271 | 7744 if (target_type == OBJECT_Actor) |
7745 { | |
295 | 7746 int distance_x = actor->vPosition.x - pParty->vPosition.x, |
7747 distance_y = actor->vPosition.y - pParty->vPosition.y, | |
7748 distance_z = actor->vPosition.z - pParty->vPosition.z; | |
7749 actor_distance = integer_sqrt(distance_x * distance_x + distance_y * distance_y + distance_z * distance_z) - actor->uActorRadius; | |
7750 if (actor_distance < 0) | |
7751 actor_distance = 0; | |
7752 } | |
7753 | |
7754 bool shooting_bow = false, | |
7755 shotting_laser = false, | |
7756 shooting_wand = false; | |
7757 if (laser_weapon_item_id) | |
7758 { | |
7759 shotting_laser = true; | |
490 | 7760 _42777D_CastSpell_UseWand_ShootArrow(SPELL_LASER_PROJECTILE, uActiveCharacter - 1, 0, 0, uActiveCharacter + 8); |
295 | 7761 } |
7762 else if (wand_item_id) | |
7763 { | |
7764 shooting_wand = true; | |
7765 | |
7766 int main_hand_idx = player->pEquipment.uMainHand; | |
490 | 7767 _42777D_CastSpell_UseWand_ShootArrow(wand_spell_ids[player->pInventoryItems[main_hand_idx - 1].uItemID - ITEM_WAND_FIRE], uActiveCharacter - 1, 8, 0, uActiveCharacter + 8); |
295 | 7768 |
7769 if (!--player->pInventoryItems[main_hand_idx - 1].uNumCharges) | |
7770 player->pEquipment.uMainHand = 0; | |
7771 } | |
303 | 7772 else if (target_type == OBJECT_Actor && actor_distance <= 407.2) |
295 | 7773 { |
303 | 7774 Vec3_int_ a3; |
7775 a3.x = actor->vPosition.x - pParty->vPosition.x; | |
7776 a3.y = actor->vPosition.y - pParty->vPosition.y; | |
7777 a3.z = actor->vPosition.z - pParty->vPosition.z; | |
7778 Vec3_int_::Normalize(&a3.x, &a3.y, &a3.z); | |
7779 | |
7780 DamageMonsterFromParty((8 * (uActiveCharacter - 1)) | OBJECT_Player, target_id, &a3); | |
305 | 7781 if (player->WearsItem(ITEM_ARTIFACT_SPLITTER, 1) || player->WearsItem(ITEM_ARTIFACT_SPLITTER, 0)) |
295 | 7782 _42FA66_do_explosive_impact( |
7783 actor->vPosition.x, | |
7784 actor->vPosition.y, | |
7785 actor->vPosition.z + actor->uActorHeight / 2, | |
7786 0, 512, uActiveCharacter); | |
303 | 7787 } |
7788 else if (bow_idx) | |
7789 { | |
7790 shooting_bow = true; | |
490 | 7791 _42777D_CastSpell_UseWand_ShootArrow(SPELL_BOW_ARROW, uActiveCharacter - 1, 0, 0, 0); |
295 | 7792 } |
7793 else | |
7794 { | |
303 | 7795 ; // actor out of range or no actor; no ranged weapon so melee attacking air |
7796 } | |
7797 | |
7798 if (!pParty->bTurnBasedModeOn) | |
7799 { | |
7800 int recovery = player->GetAttackRecoveryTime(0); | |
7801 if (recovery < 30 ) | |
7802 recovery = 30; | |
7803 player->SetRecoveryTime((signed __int64)(flt_6BE3A4_debug_recmod1 * (double)recovery * 2.133333333333333)); | |
295 | 7804 } |
7805 | |
7806 | |
7807 int v34 = 0; | |
7808 if (shooting_wand) | |
7809 return; | |
7810 else if (shooting_bow) | |
7811 { | |
7812 v34 = 5; | |
7813 player->PlaySound(SPEECH_50, 0); | |
7814 } | |
7815 if (shotting_laser) | |
7816 v34 = 7; | |
7817 else | |
7818 { | |
7819 int main_hand_idx = player->pEquipment.uMainHand; | |
7820 if (player->HasItemEquipped(EQUIP_TWO_HANDED)) | |
7821 v34 = pItemsTable->pItems[*(int *)&player->pInventoryItems[main_hand_idx - 1]].uSkillType; | |
7822 pTurnEngine->_40471C(); | |
7823 } | |
7824 | |
7825 switch (v34) | |
7826 { | |
7827 case 0: pAudioPlayer->PlaySound(SOUND_81, 0, 0, -1, 0, 0, 0, 0); break; | |
7828 case 1: pAudioPlayer->PlaySound(SOUND_84, 0, 0, -1, 0, 0, 0, 0); break; | |
7829 case 2: pAudioPlayer->PlaySound(SOUND_85, 0, 0, -1, 0, 0, 0, 0); break; | |
7830 case 3: pAudioPlayer->PlaySound(SOUND_78, 0, 0, -1, 0, 0, 0, 0); break; | |
7831 case 4: pAudioPlayer->PlaySound(SOUND_80, 0, 0, -1, 0, 0, 0, 0); break; | |
7832 case 5: pAudioPlayer->PlaySound(SOUND_71, 0, 0, -1, 0, 0, 0, 0); break; | |
7833 case 6: pAudioPlayer->PlaySound(SOUND_83, 0, 0, -1, 0, 0, 0, 0); break; | |
7834 case 7: pAudioPlayer->PlaySound(SOUND_67, 0, 0, -1, 0, 0, 0, 0); break; | |
7835 } | |
0 | 7836 } |
7837 | |
7838 //----- (0042F184) -------------------------------------------------------- | |
295 | 7839 int stru319::FindClosestActor(int pick_depth, int a3, int a4) |
0 | 7840 { |
7841 int v4; // edi@1 | |
7842 stru319 *v5; // esi@1 | |
7843 int v6; // eax@2 | |
7844 int v7; // eax@4 | |
7845 int result; // eax@5 | |
7846 int *v9; // edx@8 | |
7847 signed int v10; // ebx@10 | |
7848 int v11; // edi@11 | |
7849 Actor *v12; // esi@12 | |
7850 unsigned __int16 v13; // ax@12 | |
7851 int v14; // eax@22 | |
7852 char v15; // zf@30 | |
7853 int v16; // esi@32 | |
7854 int v17; // ecx@34 | |
7855 stru319 *v18; // eax@39 | |
7856 int v19; // edx@39 | |
7857 int v20; // ecx@41 | |
7858 unsigned __int16 v21; // ax@42 | |
7859 unsigned int v22; // [sp+8h] [bp-24h]@11 | |
7860 unsigned int v23; // [sp+Ch] [bp-20h]@7 | |
7861 stru319 *v24; // [sp+10h] [bp-1Ch]@1 | |
7862 unsigned int v25; // [sp+14h] [bp-18h]@8 | |
7863 int *v26; // [sp+18h] [bp-14h]@8 | |
7864 int v27; // [sp+1Ch] [bp-10h]@10 | |
7865 int *v28; // [sp+20h] [bp-Ch]@10 | |
7866 unsigned int v29; // [sp+24h] [bp-8h]@7 | |
7867 int v30; // [sp+28h] [bp-4h]@6 | |
7868 int i; // [sp+38h] [bp+Ch]@33 | |
7869 signed int v32; // [sp+3Ch] [bp+10h]@32 | |
7870 | |
7871 v4 = 0; | |
7872 v5 = this; | |
7873 v24 = this; | |
7874 if ( pRenderer->pRenderD3D ) | |
7875 { | |
7876 v6 = a3 != 0; | |
7877 if ( a4 ) | |
7878 LOBYTE(v6) = v6 | 8; | |
295 | 7879 v7 = pGame->pVisInstance->PickClosestActor(OBJECT_Actor, pick_depth, v6, 657456, -1); |
0 | 7880 if ( v7 != -1 ) |
7881 return (unsigned __int16)v7; | |
295 | 7882 else return 0; |
0 | 7883 } |
7884 else | |
7885 { | |
7886 v30 = 0; | |
7887 if ( pRenderer->pActiveZBuffer ) | |
7888 { | |
692 | 7889 v29 = viewparams->uScreen_topL_X; |
7890 v23 = viewparams->uScreen_BttmR_X; | |
7891 if ( (signed int)viewparams->uScreen_topL_Y < (signed int)viewparams->uScreen_BttmR_Y ) | |
0 | 7892 { |
692 | 7893 v25 = viewparams->uScreen_BttmR_Y - viewparams->uScreen_topL_Y; |
7894 v9 = &pRenderer->pActiveZBuffer[viewparams->uScreen_topL_X + 640 * viewparams->uScreen_topL_Y]; | |
7895 v26 = &pRenderer->pActiveZBuffer[viewparams->uScreen_topL_X + 640 * viewparams->uScreen_topL_Y]; | |
0 | 7896 do |
7897 { | |
7898 if ( (signed int)v29 < (signed int)v23 ) | |
7899 { | |
7900 v28 = v9; | |
7901 v10 = v4; | |
7902 v27 = v23 - v29; | |
7903 do | |
7904 { | |
7905 v22 = *v28; | |
7906 v11 = *v28 & 0xFFFF; | |
141 | 7907 if ( (*(char *)v28 & 7) == OBJECT_Actor) |
0 | 7908 { |
7909 v12 = &pActors[(unsigned int)v11 >> 3]; | |
7910 v13 = v12->uAIState; | |
7911 if ( v13 != 5 ) | |
7912 { | |
7913 if ( v13 != 4 | |
7914 && v13 != 11 | |
7915 && v13 != 19 | |
7916 && v13 != 17 | |
7917 && (!a3 || pActors[(unsigned int)v11 >> 3].GetActorsRelation(0)) ) | |
7918 { | |
7919 if ( (!a4 || MonsterStats::BelongsToSupertype(v12->pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD)) | |
295 | 7920 && v22 <= pick_depth << 16 ) |
0 | 7921 { |
7922 v14 = 0; | |
7923 if ( v10 > 0 ) | |
7924 { | |
7925 do | |
7926 { | |
7927 if ( dword_50BDA0[v14] == v11 ) | |
7928 break; | |
7929 ++v14; | |
7930 } | |
7931 while ( v14 < v30 ); | |
7932 } | |
7933 if ( v14 == v30 && v10 < 100 ) | |
7934 { | |
7935 ++v30; | |
7936 dword_50BC10[v10] = v22; | |
7937 dword_50BDA0[v10] = v11; | |
7938 ++v10; | |
7939 } | |
7940 } | |
7941 } | |
7942 } | |
7943 } | |
7944 ++v28; | |
7945 --v27; | |
7946 } | |
7947 while ( v27 ); | |
7948 v4 = v30; | |
7949 v5 = v24; | |
7950 } | |
7951 v9 = v26 + 640; | |
7952 v15 = v25-- == 1; | |
7953 v26 += 640; | |
7954 } | |
7955 while ( !v15 ); | |
7956 } | |
7957 if ( v4 > 0 ) | |
7958 { | |
7959 v32 = 1; | |
7960 v16 = (int)dword_50BC10; | |
7961 do | |
7962 { | |
7963 for ( i = v32; i < v4; ++i ) | |
7964 { | |
7965 v17 = dword_50BC10[i]; | |
7966 if ( v17 < *(int *)v16 ) | |
7967 { | |
7968 dword_50BC10[i] = *(int *)v16; | |
7969 *(int *)v16 = v17; | |
7970 } | |
7971 } | |
7972 ++v32; | |
7973 v16 += 4; | |
7974 } | |
7975 while ( v32 - 1 < v4 ); | |
7976 v5 = v24; | |
7977 if ( v4 > 0 ) | |
7978 { | |
7979 v18 = v24; | |
7980 v19 = v4; | |
7981 do | |
7982 { | |
7983 *(int *)&v18->field_0 = (*(int *)&v18[(char *)dword_50BC10 - (char *)v24].field_0 >> 3) & 0x1FFF; | |
7984 v18 += 4; | |
7985 --v19; | |
7986 } | |
7987 while ( v19 ); | |
7988 } | |
7989 } | |
7990 v20 = 0; | |
7991 for ( *(int *)&v5[2000].field_0 = v4; v20 < v4; ++v20 ) | |
7992 { | |
7993 v21 = pActors[*(int *)&v5[4 * v20].field_0].uAIState; | |
7994 if ( v21 != 4 && v21 != 5 ) | |
7995 break; | |
7996 } | |
7997 if ( v20 != v4 ) | |
7998 { | |
7999 result = 8 * *(int *)&v5[4 * v20].field_0; | |
8000 LOBYTE(result) = result | 3; | |
8001 return result; | |
8002 } | |
8003 } | |
8004 } | |
8005 return 0; | |
8006 } | |
8007 | |
8008 //----- (0042F3D6) -------------------------------------------------------- | |
8009 void InitializeTurnBasedAnimations(void *_this) | |
8010 { | |
8011 unsigned int *v1; // edi@1 | |
8012 | |
8013 pIconIDs_Turn[0] = pIconsFrameTable->FindIcon("turn0"); | |
8014 pIconIDs_Turn[1] = pIconsFrameTable->FindIcon("turn1"); | |
8015 pIconIDs_Turn[2] = pIconsFrameTable->FindIcon("turn2"); | |
8016 pIconIDs_Turn[3] = pIconsFrameTable->FindIcon("turn3"); | |
8017 pIconIDs_Turn[4] = pIconsFrameTable->FindIcon("turn4"); | |
8018 uIconID_TurnStop = pIconsFrameTable->FindIcon("turnstop"); | |
8019 uIconID_TurnHour = pIconsFrameTable->FindIcon("turnhour"); | |
8020 uIconID_TurnStart = pIconsFrameTable->FindIcon("turnstart"); | |
8021 uIconID_CharacterFrame = pIconsFrameTable->FindIcon("aframe1"); | |
8022 uSpriteID_Spell11 = pSpriteFrameTable->FastFindSprite("spell11"); | |
8023 v1 = pIconIDs_Turn; | |
8024 do | |
8025 { | |
8026 pIconsFrameTable->InitializeAnimation(*v1); | |
8027 ++v1; | |
8028 } | |
8029 while ( (signed int)v1 < (signed int)&uIconID_TurnStop ); | |
8030 pIconsFrameTable->InitializeAnimation(uIconID_TurnHour); | |
8031 pIconsFrameTable->InitializeAnimation(uIconID_TurnStop); | |
8032 pIconsFrameTable->InitializeAnimation(uIconID_TurnStart); | |
8033 pIconsFrameTable->InitializeAnimation(uIconID_CharacterFrame); | |
8034 } | |
8035 | |
8036 //----- (0042F4DA) -------------------------------------------------------- | |
8037 signed int __cdecl sub_42F4DA() | |
8038 { | |
8039 signed int v0; // edi@1 | |
82 | 8040 Actor *v1; // esi@4 |
0 | 8041 int v2; // ebx@5 |
8042 int v3; // eax@5 | |
8043 int v4; // ebx@5 | |
8044 unsigned int v5; // ecx@5 | |
8045 int v6; // edx@6 | |
8046 unsigned int v7; // edx@8 | |
8047 unsigned int v8; // edx@10 | |
8048 __int16 v9; // ax@12 | |
8049 signed int result; // eax@20 | |
8050 int v11; // [sp+Ch] [bp-10h]@5 | |
8051 int v12; // [sp+10h] [bp-Ch]@5 | |
8052 signed int v13; // [sp+14h] [bp-8h]@3 | |
8053 | |
8054 v0 = 5120; | |
8055 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
8056 v0 = 2560; | |
8057 v13 = 0; | |
8058 if ( (signed int)uNumActors <= 0 ) | |
8059 { | |
8060 LABEL_20: | |
8061 result = 0; | |
8062 } | |
8063 else | |
8064 { | |
82 | 8065 v1 = pActors; |
0 | 8066 while ( 1 ) |
8067 { | |
82 | 8068 v2 = abs(v1->vInitialPosition.x - pParty->vPosition.x); |
8069 v11 = abs(v1->vInitialPosition.y - pParty->vPosition.y); | |
8070 v12 = abs(v1->vInitialPosition.z - pParty->vPosition.z); | |
0 | 8071 v3 = v2; |
8072 v4 = v11; | |
8073 v5 = v12; | |
8074 if ( v3 < v11 ) | |
8075 { | |
8076 v6 = v3; | |
8077 v3 = v11; | |
8078 v4 = v6; | |
8079 } | |
8080 if ( v3 < v12 ) | |
8081 { | |
8082 v7 = v3; | |
8083 v3 = v12; | |
8084 v5 = v7; | |
8085 } | |
8086 if ( v4 < (signed int)v5 ) | |
8087 { | |
8088 v8 = v5; | |
8089 v5 = v4; | |
8090 v4 = v8; | |
8091 } | |
8092 if ( (signed int)(((unsigned int)(11 * v4) >> 5) + (v5 >> 2) + v3) < v0 ) | |
8093 { | |
82 | 8094 v9 = v1->uAIState; |
8095 if ( v1->uAIState != 5 ) | |
0 | 8096 { |
8097 if ( v9 != 4 | |
8098 && v9 != 11 | |
8099 && v9 != 19 | |
8100 && v9 != 17 | |
82 | 8101 && (BYTE2(v1->uAttributes) & 8 || ((Actor *)nullptr)->GetActorsRelation( v1)) ) |
0 | 8102 break; |
8103 } | |
8104 } | |
8105 ++v13; | |
82 | 8106 ++v1; |
0 | 8107 if ( v13 >= (signed int)uNumActors ) |
8108 goto LABEL_20; | |
8109 } | |
8110 result = 1; | |
8111 } | |
8112 return result; | |
8113 } | |
8114 | |
8115 //----- (0042F7EB) -------------------------------------------------------- | |
8116 bool __fastcall sub_42F7EB_DropItemAt(unsigned int uSpriteID, int x, int y, int z, int a4, int count, int a7, unsigned __int16 attributes, ItemGen *a9) | |
8117 { | |
8118 unsigned int v9; // edi@1 | |
8119 signed int v10; // edx@3 | |
8120 char *v11; // ecx@4 | |
8121 unsigned __int16 v12; // ax@7 | |
8122 unsigned int v13; // edx@9 | |
8123 char *v14; // ecx@10 | |
8124 int v15; // esi@17 | |
8125 int v16; // eax@18 | |
8126 int v17; // edi@20 | |
8127 int v18; // esi@20 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8128 //SpriteObject a1a; // [sp+Ch] [bp-78h]@1 |
0 | 8129 int v21; // [sp+7Ch] [bp-8h]@1 |
8130 unsigned int v22; // [sp+80h] [bp-4h]@1 | |
8131 | |
8132 v9 = uSpriteID; | |
8133 v21 = x; | |
8134 v22 = uSpriteID; | |
8135 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8136 SpriteObject a1a; // [sp+Ch] [bp-78h]@1 |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8137 //SpriteObject::SpriteObject(&a1a); |
0 | 8138 a1a.stru_24.Reset(); |
8139 | |
8140 if ( a9 ) | |
8141 { | |
8142 memcpy(&a1a.stru_24, a9, sizeof(a1a.stru_24)); | |
8143 v9 = v22; | |
8144 } | |
8145 v10 = 0; | |
8146 a1a.field_50 = 0; | |
8147 a1a.field_4C = 0; | |
8148 a1a.field_48 = 0; | |
8149 a1a.field_54 = 0; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8150 a1a.uType = v9; |
0 | 8151 if ( (signed int)pObjectList->uNumObjects <= 0 ) |
8152 { | |
8153 LABEL_7: | |
8154 v12 = 0; | |
8155 } | |
8156 else | |
8157 { | |
8158 v11 = (char *)&pObjectList->pObjects->uObjectID; | |
8159 while ( (short)v9 != *(short *)v11 ) | |
8160 { | |
8161 ++v10; | |
8162 v11 += 56; | |
8163 if ( v10 >= (signed int)pObjectList->uNumObjects ) | |
8164 goto LABEL_7; | |
8165 } | |
8166 v12 = v10; | |
8167 } | |
8168 a1a.uObjectDescID = v12; | |
8169 a1a.vPosition.z = z; | |
8170 a1a.vPosition.x = v21; | |
8171 a1a.vPosition.y = y; | |
8172 a1a.uSoundID = 0; | |
8173 a1a.uAttributes = attributes; | |
8174 a1a.uSectorID = pIndoor->GetSector(v21, y, z); | |
8175 a1a.uSpriteFrameID = 0; | |
303 | 8176 a1a.field_58_pid = 0; |
0 | 8177 a1a.field_5C = 0; |
8178 if ( !(a1a.uAttributes & 0x10) ) | |
8179 { | |
8180 v13 = 0; | |
222 | 8181 if ( (signed int)pItemsTable->uAllItemsCount > 0 ) |
0 | 8182 { |
8183 v14 = (char *)&pItemsTable->pItems[0].uSpriteID; | |
8184 while ( *(short *)v14 != v9 ) | |
8185 { | |
8186 ++v13; | |
8187 v14 += 48; | |
222 | 8188 if ( (signed int)v13 >= (signed int)pItemsTable->uAllItemsCount ) |
0 | 8189 goto LABEL_16; |
8190 } | |
8191 a1a.stru_24.uItemID = v13; | |
8192 } | |
8193 } | |
8194 LABEL_16: | |
8195 if ( a7 ) | |
8196 { | |
8197 v15 = count; | |
8198 if ( count > 0 ) | |
8199 { | |
8200 do | |
8201 { | |
8202 a1a.uFacing = rand() % (signed int)stru_5C6E00->uIntegerDoublePi; | |
8203 v16 = rand(); | |
8204 a1a.Create( | |
8205 (signed __int16)a1a.uFacing, | |
8206 ((signed int)stru_5C6E00->uIntegerHalfPi >> 1) + (v16 % (signed int)stru_5C6E00->uIntegerHalfPi >> 1), | |
8207 a4, | |
8208 0); | |
8209 --v15; | |
8210 } | |
8211 while ( v15 ); | |
8212 } | |
8213 } | |
8214 else | |
8215 { | |
8216 v17 = count; | |
8217 v18 = stru_5C6E00->uIntegerHalfPi; | |
8218 a1a.uFacing = 0; | |
8219 if ( count > 0 ) | |
8220 { | |
8221 do | |
8222 { | |
8223 a1a.Create((signed __int16)a1a.uFacing, v18, a4, 0); | |
8224 --v17; | |
8225 } | |
8226 while ( v17 ); | |
8227 } | |
8228 } | |
8229 return 1; | |
8230 } | |
8231 | |
8232 //----- (0042F960) -------------------------------------------------------- | |
8233 void __fastcall sub_42F960_create_object(int x, int y, int z) | |
8234 { | |
8235 int v3; // ebx@1 | |
8236 int v4; // edi@1 | |
8237 signed int v5; // edx@1 | |
8238 char *v6; // ecx@2 | |
8239 unsigned __int16 v7; // ax@5 | |
8240 signed int v8; // eax@6 | |
8241 signed int v9; // eax@7 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8242 //SpriteObject a1; // [sp+Ch] [bp-70h]@1 |
0 | 8243 |
8244 v3 = x; | |
8245 v4 = y; | |
8246 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8247 SpriteObject a1; // [sp+Ch] [bp-70h]@1 |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8248 //SpriteObject::SpriteObject(&a1); |
0 | 8249 a1.stru_24.Reset(); |
8250 | |
8251 v5 = 0; | |
8252 a1.field_50 = 0; | |
8253 a1.field_4C = 0; | |
8254 a1.field_48 = 0; | |
8255 a1.field_54 = 0; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8256 a1.uType = 800; |
0 | 8257 if ( (signed int)pObjectList->uNumObjects <= 0 ) |
8258 { | |
8259 LABEL_5: | |
8260 v7 = 0; | |
8261 } | |
8262 else | |
8263 { | |
8264 v6 = (char *)&pObjectList->pObjects->uObjectID; | |
8265 while ( *(short *)v6 != 800 ) | |
8266 { | |
8267 ++v5; | |
8268 v6 += 56; | |
8269 if ( v5 >= (signed int)pObjectList->uNumObjects ) | |
8270 goto LABEL_5; | |
8271 } | |
8272 v7 = v5; | |
8273 } | |
8274 a1.uObjectDescID = v7; | |
8275 a1.vPosition.x = v3; | |
8276 a1.vPosition.y = v4; | |
8277 a1.vPosition.z = z; | |
8278 a1.uSoundID = 0; | |
8279 a1.uAttributes = 0; | |
8280 a1.uSectorID = pIndoor->GetSector(v3, v4, z); | |
8281 a1.uSpriteFrameID = 0; | |
303 | 8282 a1.field_58_pid = 0; |
0 | 8283 a1.field_5C = 0; |
8284 v8 = a1.Create(0, 0, 0, 0); | |
8285 if ( v8 != -1 ) | |
8286 { | |
8287 v9 = 8 * v8; | |
8288 LOBYTE(v9) = v9 | 2; | |
8289 pAudioPlayer->PlaySound((SoundID)(SOUND_GoldReceived|0x14), v9, 0, -1, 0, 0, 0, 0); | |
8290 } | |
8291 } | |
8292 | |
8293 //----- (0042FA22) -------------------------------------------------------- | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8294 SpriteObject *__cdecl sub_42FA22_mess_with_laying_item_list() |
0 | 8295 { |
8296 size_t v0; // edx@1 | |
8297 int v1; // ebp@1 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8298 SpriteObject *result; // eax@1 |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8299 SpriteObject *v3; // ebx@1 |
0 | 8300 |
8301 v0 = 0; | |
8302 v1 = 0; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8303 //result = (char *)&pSpriteObjects[0].uObjectDescID; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8304 result = pSpriteObjects; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8305 v3 = pSpriteObjects; |
0 | 8306 do |
8307 { | |
79 | 8308 if ( result->uObjectDescID ) |
0 | 8309 { |
8310 if ( v1 != v0 ) | |
8311 { | |
79 | 8312 memcpy(v3, result, 0x70u); |
8313 result->uObjectDescID = 0; | |
0 | 8314 } |
8315 ++v0; | |
79 | 8316 ++v3;// = (char *)v3 + 112; |
0 | 8317 } |
79 | 8318 ++result;// += 112; |
0 | 8319 ++v1; |
8320 } | |
79 | 8321 //while ( (signed int)result < (signed int)((char *)&pObjectList->uNumObjects + 2) ); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8322 while( result <= &pSpriteObjects[999] ); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8323 uNumSpriteObjects = v0; |
0 | 8324 return result; |
8325 } | |
8326 | |
8327 //----- (0042FA66) -------------------------------------------------------- | |
8328 int __fastcall _42FA66_do_explosive_impact(int a1, int a2, int a3, int a4, __int16 a5, signed int a6) | |
8329 { | |
8330 int v6; // edi@1 | |
8331 int v7; // esi@1 | |
8332 char *v8; // ecx@2 | |
8333 unsigned __int16 v9; // ax@5 | |
8334 int v10; // eax@10 | |
8335 signed int result; // eax@11 | |
8336 __int16 v12; // ax@12 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8337 //SpriteObject a1a; // [sp+Ch] [bp-74h]@1 |
0 | 8338 int v14; // [sp+7Ch] [bp-4h]@1 |
8339 | |
8340 v6 = a1; | |
8341 v7 = a2; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8342 SpriteObject a1a; // [sp+Ch] [bp-74h]@1 |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8343 //SpriteObject::SpriteObject(&a1a); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8344 a1a.uType = 600; |
0 | 8345 a1a.stru_24.Reset(); |
8346 | |
8347 a1a.field_48 = 6; | |
8348 a1a.field_4C = 8; | |
8349 a1a.field_50 = 3; | |
8350 v14 = 0; | |
8351 if ( (signed int)pObjectList->uNumObjects <= 0 ) | |
8352 { | |
8353 LABEL_5: | |
8354 v9 = 0; | |
8355 } | |
8356 else | |
8357 { | |
8358 v8 = (char *)&pObjectList->pObjects->uObjectID; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
490
diff
changeset
|
8359 while ( (short)a1a.uType != *(short *)v8 ) |
0 | 8360 { |
8361 ++v14; | |
8362 v8 += 56; | |
8363 if ( v14 >= (signed int)pObjectList->uNumObjects ) | |
8364 goto LABEL_5; | |
8365 } | |
8366 v9 = v14; | |
8367 } | |
8368 a1a.uObjectDescID = v9; | |
8369 a1a.vPosition.x = v6; | |
8370 a1a.vPosition.y = v7; | |
8371 a1a.vPosition.z = a3; | |
8372 a1a.uAttributes = 0; | |
8373 a1a.uSectorID = pIndoor->GetSector(v6, v7, a3); | |
8374 a1a.uSpriteFrameID = 0; | |
8375 a1a.field_5C = 0; | |
8376 a1a.field_60_distance_related_prolly_lod = 0; | |
8377 a1a.uFacing = 0; | |
8378 a1a.uSoundID = 0; | |
8379 if ( a6 >= 1 || a6 <= 4 ) | |
8380 { | |
8381 v10 = 8 * a6 - 8; | |
303 | 8382 LOBYTE(v10) = v10 | OBJECT_Player; |
8383 a1a.field_58_pid = v10; | |
0 | 8384 } |
8385 else | |
8386 { | |
303 | 8387 a1a.field_58_pid = 0; |
0 | 8388 } |
8389 result = a1a.Create(0, 0, 0, 0); | |
8390 if ( result != -1 ) | |
8391 { | |
8392 v12 = 8 * result; | |
8393 LOBYTE(v12) = v12 | 2; | |
8394 result = stru_50FE08.Add( | |
8395 v12, | |
8396 a5, | |
8397 SLOWORD(a1a.vPosition.x), | |
8398 SLOWORD(a1a.vPosition.y), | |
8399 SLOWORD(a1a.vPosition.z), | |
8400 0, | |
8401 0); | |
8402 } | |
8403 return result; | |
8404 } | |
8405 | |
8406 //----- (0042FB5C) -------------------------------------------------------- | |
8407 bool __fastcall sub_42FB5C(signed int a1) | |
8408 { | |
8409 int v1; // ecx@3 | |
8410 int v2; // ecx@4 | |
8411 int v3; // ecx@5 | |
8412 int v4; // ecx@6 | |
8413 int v5; // ecx@7 | |
8414 int v6; // ecx@8 | |
8415 char v7; // zf@9 | |
8416 | |
8417 if ( a1 > 39 ) | |
8418 { | |
8419 if ( a1 > 77 ) | |
8420 { | |
8421 if ( a1 == 80 ) | |
8422 return 0; | |
8423 if ( a1 > 84 ) | |
8424 { | |
8425 if ( a1 <= 86 ) | |
8426 return 0; | |
8427 v7 = a1 == 95; | |
8428 goto LABEL_20; | |
8429 } | |
8430 } | |
8431 else | |
8432 { | |
8433 if ( a1 == 77 ) | |
8434 return 0; | |
8435 if ( a1 >= 46 ) | |
8436 { | |
8437 if ( a1 <= 47 || a1 == 51 ) | |
8438 return 0; | |
8439 v7 = a1 == 73; | |
8440 goto LABEL_20; | |
8441 } | |
8442 } | |
8443 return 1; | |
8444 } | |
8445 if ( a1 == 39 || (v1 = a1 - 2) == 0 ) | |
8446 return 1; | |
8447 v2 = v1 - 3; | |
8448 if ( !v2 ) | |
8449 return 0; | |
8450 v3 = v2 - 1; | |
8451 if ( !v3 || (v4 = v3 - 3) == 0 ) | |
8452 return 1; | |
8453 v5 = v4 - 8; | |
8454 if ( !v5 ) | |
8455 return 0; | |
8456 v6 = v5 - 1; | |
8457 if ( !v6 ) | |
8458 return 1; | |
8459 v7 = v6 == 20; | |
8460 LABEL_20: | |
8461 if ( !v7 ) | |
8462 return 1; | |
8463 return 0; | |
8464 } | |
8465 | |
8466 //----- (0042FBDD) -------------------------------------------------------- | |
8467 void __cdecl sub_42FBDD() | |
8468 { | |
388 | 8469 pAudioPlayer->PlaySound(SOUND_Button2, 0, 0, -1, 0, 0, 0, 0); |
0 | 8470 pRenderer->DrawTextureTransparent(pBtn_YES->uX, pBtn_YES->uY, pBtn_YES->pTextures[0]); |
8471 pRenderer->Present(); | |
8472 } | |
8473 | |
8474 //----- (0042FC15) -------------------------------------------------------- | |
11 | 8475 void __cdecl CloseWindowBackground() |
0 | 8476 { |
388 | 8477 pAudioPlayer->PlaySound(SOUND_Button2, -2, 0, -1, 0, 0, 0, 0); |
0 | 8478 pRenderer->DrawTextureTransparent(pBtn_ExitCancel->uX, pBtn_ExitCancel->uY, pBtn_ExitCancel->pTextures[0]); |
8479 pRenderer->Present(); | |
8480 } | |
8481 | |
8482 //----- (0042FC4E) -------------------------------------------------------- | |
8483 void __cdecl ProcessInputActions() | |
8484 { | |
8485 ActionQueue *pActionQueue; // esi@7 | |
8486 Keyboard *v3; // ecx@8 | |
8487 char v4; // al@9 | |
8488 ActionQueue *v5; // ecx@19 | |
8489 Player *v6; // ecx@86 | |
8490 Player *v7; // esi@100 | |
8491 char v8; // bl@100 | |
8492 unsigned __int16 v9; // ax@102 | |
8493 int v10; // eax@103 | |
8494 unsigned int v11; // eax@127 | |
8495 signed int v12; // esi@157 | |
8496 Keyboard *v13; // ecx@158 | |
8497 char v14; // al@159 | |
8498 unsigned int v15; // eax@168 | |
8499 void *v16; // esi@177 | |
8500 int v17; // [sp-14h] [bp-1Ch]@8 | |
8501 PartyAction partyAction; // [sp-14h] [bp-1Ch]@20 | |
8502 PartyAction partyAction_; // [sp-14h] [bp-1Ch]@54 | |
271 | 8503 //__int16 v20; // [sp-14h] [bp-1Ch]@60 |
0 | 8504 int v21; // [sp-14h] [bp-1Ch]@68 |
8505 int v22; // [sp-Ch] [bp-14h]@158 | |
8506 InputAction inputAction; // [sp+0h] [bp-8h]@7 | |
8507 int v24; // [sp+4h] [bp-4h]@87 | |
8508 | |
8509 pGame->pKeyboardInstance->EnterCriticalSection(); | |
8510 auto pKeyboard = pGame->pKeyboardInstance; | |
8511 if (!bAlwaysRun) | |
8512 { | |
8513 if (pKeyboard->IsShiftHeld()) | |
8514 pParty->uFlags2 |= PARTY_FLAGS_2_RUNNING; | |
8515 else | |
8516 pParty->uFlags2 &= ~PARTY_FLAGS_2_RUNNING; | |
8517 } | |
8518 else | |
8519 { | |
8520 if (pKeyboard->IsShiftHeld()) | |
8521 pParty->uFlags2 &= ~PARTY_FLAGS_2_RUNNING; | |
8522 else | |
8523 pParty->uFlags2 |= PARTY_FLAGS_2_RUNNING; | |
8524 } | |
8525 | |
140 | 8526 //pParty->uFlags2 |= PARTY_FLAGS_2_RUNNING; |
486 | 8527 //LABEL_6: |
0 | 8528 if ( !pEventTimer->bPaused ) |
8529 { | |
8530 inputAction = (InputAction)0; | |
8531 pActionQueue = pPartyActionQueue; | |
8532 while ( 1 ) | |
8533 { | |
8534 v3 = pGame->pKeyboardInstance; | |
8535 v17 = pKeyActionMap->pVirtualKeyCodesMapping[inputAction]; | |
8536 if ( pKeyActionMap->pToggleTypes[inputAction] ) | |
8537 v4 = v3->WasKeyPressed(v17); | |
8538 else | |
8539 v4 = v3->IsKeyBeingHeld(v17); | |
8540 if ( v4 ) | |
8541 { | |
8542 switch ( inputAction ) | |
8543 { | |
8544 case INPUT_MoveForward: | |
271 | 8545 if (pCurrentScreen != SCREEN_GAME) |
0 | 8546 break; |
8547 if (!pParty->bTurnBasedModeOn) | |
163 | 8548 //goto _do_move_forward; |
0 | 8549 { |
8550 v5 = pActionQueue; | |
140 | 8551 if ( pParty->uFlags2 & PARTY_FLAGS_2_RUNNING) |
0 | 8552 partyAction = PARTY_RunForward; |
8553 else | |
8554 partyAction = PARTY_WalkForward; | |
163 | 8555 //goto _add_action_and_continue; |
8556 v5->Add(partyAction); | |
8557 break; | |
8558 } | |
8559 if (pTurnEngine->field_4 != 1 && pTurnEngine->field_4 != 2 && pTurnEngine->uActionPointsLeft > 0 ) | |
8560 { | |
8561 pTurnEngine->uActionPointsLeft -= 26; | |
8562 //_do_move_forward: | |
8563 v5 = pActionQueue; | |
8564 if ( pParty->uFlags2 & PARTY_FLAGS_2_RUNNING) | |
8565 partyAction = PARTY_RunForward; | |
8566 else | |
8567 partyAction = PARTY_WalkForward; | |
8568 //goto _add_action_and_continue; | |
8569 v5->Add(partyAction); | |
8570 break; | |
0 | 8571 } |
8572 break; | |
8573 case INPUT_MoveBackwards: | |
17 | 8574 //__debugbreak(); |
271 | 8575 if (pCurrentScreen != SCREEN_GAME) |
0 | 8576 break; |
8577 if (!pParty->bTurnBasedModeOn) | |
17 | 8578 //goto _do_move_backwards; |
8579 { | |
8580 v5 = pActionQueue; | |
8581 if ( pParty->uFlags2 & 2 ) | |
8582 partyAction = PARTY_RunBackward; | |
8583 else | |
8584 partyAction = PARTY_WalkBackward; | |
163 | 8585 //goto _add_action_and_continue; |
8586 v5->Add(partyAction); | |
8587 break; | |
17 | 8588 } |
0 | 8589 if ( pTurnEngine->field_4 != 1 && pTurnEngine->field_4 != 2 && pTurnEngine->uActionPointsLeft > 0 ) |
8590 { | |
8591 pTurnEngine->uActionPointsLeft -= 26; | |
17 | 8592 //_do_move_backwards: |
0 | 8593 v5 = pActionQueue; |
8594 if ( pParty->uFlags2 & 2 ) | |
8595 partyAction = PARTY_RunBackward; | |
8596 else | |
8597 partyAction = PARTY_WalkBackward; | |
163 | 8598 //goto _add_action_and_continue; |
8599 v5->Add(partyAction); | |
8600 break; | |
0 | 8601 } |
8602 break; | |
8603 case INPUT_StrafeLeft: | |
17 | 8604 //__debugbreak(); |
271 | 8605 if (pCurrentScreen != SCREEN_GAME) |
0 | 8606 break; |
8607 if (!pParty->bTurnBasedModeOn) | |
17 | 8608 //goto _do_strafe_left; |
8609 { | |
8610 partyAction = PARTY_StrafeLeft; | |
163 | 8611 //goto _add_action_and_continue_; |
8612 v5 = pActionQueue; | |
8613 v5->Add(partyAction); | |
8614 break; | |
17 | 8615 } |
0 | 8616 if ( pTurnEngine->field_4 == 1 || pTurnEngine->field_4 == 2 || pTurnEngine->uActionPointsLeft <= 0 ) |
8617 break; | |
8618 pTurnEngine->uActionPointsLeft -= 26; | |
17 | 8619 //_do_strafe_left: |
0 | 8620 partyAction = PARTY_StrafeLeft; |
163 | 8621 //goto _add_action_and_continue_; |
8622 v5 = pActionQueue; | |
8623 v5->Add(partyAction); | |
8624 break; | |
0 | 8625 case INPUT_StrafeRight: |
17 | 8626 //__debugbreak(); |
271 | 8627 if (pCurrentScreen != SCREEN_GAME) |
0 | 8628 break; |
8629 if (!pParty->bTurnBasedModeOn) | |
17 | 8630 //goto _do_strafe_right; |
8631 { | |
8632 partyAction = PARTY_StrafeRight; | |
163 | 8633 //goto _add_action_and_continue_; |
8634 v5 = pActionQueue; | |
8635 v5->Add(partyAction); | |
8636 break; | |
17 | 8637 } |
0 | 8638 if ( pTurnEngine->field_4 == 1 || pTurnEngine->field_4 == 2 || pTurnEngine->uActionPointsLeft <= 0 ) |
8639 break; | |
8640 pTurnEngine->uActionPointsLeft -= 26; | |
17 | 8641 //_do_strafe_right: |
0 | 8642 partyAction = PARTY_StrafeRight; |
163 | 8643 //goto _add_action_and_continue_; |
8644 v5 = pActionQueue; | |
8645 v5->Add(partyAction); | |
8646 break; | |
0 | 8647 case INPUT_TurnLeft: |
271 | 8648 if (pCurrentScreen != SCREEN_GAME) |
0 | 8649 break; |
8650 if ( GetAsyncKeyState(VK_CONTROL) ) // strafing | |
8651 { | |
8652 if (pParty->bTurnBasedModeOn) | |
8653 { | |
8654 if ( pTurnEngine->field_4 == 1 || pTurnEngine->field_4 == 2 || pTurnEngine->uActionPointsLeft <= 0 ) | |
8655 break; | |
8656 pTurnEngine->uActionPointsLeft -= 26; | |
8657 } | |
8658 partyAction_ = PARTY_StrafeLeft; | |
8659 } | |
8660 else | |
8661 { | |
8662 if ( pParty->uFlags2 & 2 ) | |
8663 partyAction_ = PARTY_FastTurnLeft; | |
8664 else | |
8665 partyAction_ = PARTY_TurnLeft; | |
8666 } | |
8667 pActionQueue->Add(partyAction_); | |
8668 if (uCurrentlyLoadedLevelType == LEVEL_Outdoor && pWeather->bRenderSnow) | |
8669 { | |
271 | 8670 pWeather->OnPlayerTurn(10); |
0 | 8671 } |
8672 break; | |
8673 case INPUT_TurnRight: | |
271 | 8674 if (pCurrentScreen != SCREEN_GAME) |
0 | 8675 break; |
8676 if ( GetAsyncKeyState(17) ) // strafing | |
8677 { | |
8678 if (pParty->bTurnBasedModeOn) | |
8679 { | |
8680 if ( pTurnEngine->field_4 == 1 || pTurnEngine->field_4 == 2 || pTurnEngine->uActionPointsLeft <= 0 ) | |
8681 break; | |
8682 pTurnEngine->uActionPointsLeft -= 26; | |
8683 } | |
271 | 8684 v21 = PARTY_StrafeRight; |
0 | 8685 } |
8686 else | |
8687 { | |
8688 if ( pParty->uFlags2 & 2 ) | |
271 | 8689 v21 = PARTY_FastTurnRight; |
0 | 8690 else |
271 | 8691 v21 = PARTY_TurnRight; |
0 | 8692 } |
8693 pActionQueue->Add((PartyAction)v21); | |
8694 if (uCurrentlyLoadedLevelType == LEVEL_Outdoor && pWeather->bRenderSnow) | |
8695 { | |
271 | 8696 pWeather->OnPlayerTurn(-10); |
0 | 8697 } |
8698 break; | |
8699 case INPUT_Jump: | |
17 | 8700 //__debugbreak(); |
271 | 8701 if (pCurrentScreen != SCREEN_GAME || pParty->bTurnBasedModeOn) |
0 | 8702 break; |
8703 partyAction = (PartyAction)12; | |
163 | 8704 //goto _add_action_and_continue_; |
8705 v5 = pActionQueue; | |
8706 v5->Add(partyAction); | |
8707 break; | |
0 | 8708 case INPUT_Yell: |
187 | 8709 if (!pCurrentScreen && uActiveCharacter) |
0 | 8710 { |
8711 pParty->Yell(); | |
187 | 8712 pPlayers[uActiveCharacter]->PlaySound(SPEECH_Yell, 0); |
0 | 8713 } |
187 | 8714 break; |
0 | 8715 case INPUT_Pass: |
17 | 8716 //__debugbreak(); |
0 | 8717 if ( pCurrentScreen ) |
8718 break; | |
8719 if (pParty->bTurnBasedModeOn && pTurnEngine->field_4 == 3) | |
17 | 8720 //goto LABEL_118; |
8721 { | |
8722 pTurnEngine->field_18 |= 8u; | |
8723 break; | |
8724 } | |
0 | 8725 if ( uActiveCharacter ) |
8726 { | |
8727 v6 = pPlayers[uActiveCharacter]; | |
8728 if ( !v6->uTimeToRecovery ) | |
8729 { | |
8730 v24 = v6->GetAttackRecoveryTime(0); | |
8731 if ( !pParty->bTurnBasedModeOn ) | |
8732 pPlayers[uActiveCharacter]->SetRecoveryTime( | |
8733 (signed __int64)(flt_6BE3A4_debug_recmod1 * (double)v24 * 2.133333333333333)); | |
8734 pStru277->_427D48(uActiveCharacter); | |
8735 pTurnEngine->_40471C(); | |
8736 } | |
8737 } | |
8738 break; | |
8739 case INPUT_Combat: | |
17 | 8740 //__debugbreak(); |
271 | 8741 if (pCurrentScreen == SCREEN_GAME) |
0 | 8742 { |
8743 if (pParty->bTurnBasedModeOn) | |
8744 { | |
141 | 8745 if ( pTurnEngine->field_4 == OBJECT_Actor || (pTurnEngine->pQueue[0].uPackedID & 7) == OBJECT_Player) |
0 | 8746 { |
8747 pParty->bTurnBasedModeOn = 0; | |
8748 pTurnEngine->End(true); | |
8749 } | |
8750 } | |
8751 else | |
8752 { | |
8753 pTurnEngine->Start(); | |
8754 pParty->bTurnBasedModeOn = true; | |
8755 } | |
8756 } | |
8757 break; | |
8758 case INPUT_CastReady: | |
17 | 8759 //__debugbreak(); |
271 | 8760 if (pCurrentScreen != SCREEN_GAME) |
0 | 8761 break; |
8762 if (pParty->bTurnBasedModeOn && pTurnEngine->field_4 == 3) | |
17 | 8763 //goto LABEL_118; |
8764 { | |
8765 pTurnEngine->field_18 |= 8u; | |
8766 break; | |
8767 } | |
0 | 8768 if ( !uActiveCharacter ) |
8769 break; | |
8770 v7 = pPlayers[uActiveCharacter]; | |
8771 v8 = v7->uQuickSpell; | |
8772 if ( !v8 | |
8773 || bUnderwater | |
8774 || ((v9 = v7->pActiveSkills[(unsigned __int8)v8 / 11 + 12], !(HIBYTE(v9) & 1)) ? ((v9 & 0x80u) == 0 ? (!(v9 & 0x40) ? (v10 = *(&pSpellDatas[0].uNormalLevelMana + 10 * (unsigned __int8)v8)) : (v10 = *(&pSpellDatas[0].uExpertLevelMana + 10 * (unsigned __int8)v8))) : (v10 = *(&pSpellDatas[0].uMasterLevelMana + 10 * (unsigned __int8)v8))) : (v10 = *(&pSpellDatas[0].uMagisterLevelMana + 10 * (unsigned __int8)v8)), | |
8775 v10 > v7->sMana) ) | |
8776 { | |
8777 pActionQueue = pPartyActionQueue; | |
8778 LABEL_120: | |
437 | 8779 pMessageQueue_50CBD0->AddMessage(UIMSG_Attack, 0, 0); |
8780 break; | |
8781 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) | |
0 | 8782 { |
271 | 8783 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Attack; |
163 | 8784 //goto _send_message; |
8785 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; | |
8786 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
8787 ++pMessageQueue_50CBD0->uNumMessages; | |
8788 break; | |
437 | 8789 }*/ |
0 | 8790 } |
8791 else | |
8792 { | |
8793 pActionQueue = pPartyActionQueue; | |
8794 if ( dword_50C9E8 < 40 ) | |
8795 { | |
8796 dword_50C9EC[3 * dword_50C9E8] = 25; | |
437 | 8797 dword_50C9EC[3 * dword_50C9E8 + 1] = 0; |
8798 dword_50C9EC[3 * dword_50C9E8 + 2] = 0; | |
0 | 8799 ++dword_50C9E8; |
8800 } | |
8801 } | |
8802 break; | |
8803 case INPUT_Attack: | |
17 | 8804 //__debugbreak(); |
271 | 8805 if (pCurrentScreen != SCREEN_GAME) |
0 | 8806 break; |
8807 if (!pParty->bTurnBasedModeOn || pTurnEngine->field_4 != 3) | |
8808 goto LABEL_120; | |
17 | 8809 //LABEL_118: |
0 | 8810 pTurnEngine->field_18 |= 8u; |
8811 break; | |
8812 case INPUT_EventTrigger: | |
271 | 8813 if (pCurrentScreen == SCREEN_GAME) |
0 | 8814 { |
437 | 8815 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages >= 40 ) |
0 | 8816 break; |
271 | 8817 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Game_Action; |
163 | 8818 //goto _send_message; |
8819 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; | |
8820 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
8821 ++pMessageQueue_50CBD0->uNumMessages; | |
437 | 8822 break;*/ |
8823 pMessageQueue_50CBD0->AddMessage(UIMSG_Game_Action, 0, 0); | |
163 | 8824 break; |
0 | 8825 } |
151 | 8826 if ( pCurrentScreen == SCREEN_NPC_DIALOGUE ) |
0 | 8827 { |
8828 v11 = pMessageQueue_50CBD0->uNumMessages; | |
8829 if ( pMessageQueue_50CBD0->uNumMessages ) | |
8830 { | |
437 | 8831 v11 = 0; |
8832 pMessageQueue_50CBD0->uNumMessages = 0; | |
0 | 8833 if ( pMessageQueue_50CBD0->pMessages[0].field_8 ) |
8834 { | |
8835 v11 = 1; | |
8836 pMessageQueue_50CBD0->uNumMessages = 1; | |
163 | 8837 //LABEL_132: |
271 | 8838 pMessageQueue_50CBD0->pMessages[v11].eType = UIMSG_Escape; |
163 | 8839 //_send_message: |
0 | 8840 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
8841 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
8842 ++pMessageQueue_50CBD0->uNumMessages; | |
8843 break; | |
8844 } | |
437 | 8845 break; |
0 | 8846 } |
437 | 8847 /*if ( (signed int)v11 < 40 ) |
163 | 8848 //goto LABEL_132; |
8849 { | |
271 | 8850 pMessageQueue_50CBD0->pMessages[v11].eType = UIMSG_Escape; |
163 | 8851 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
8852 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
8853 ++pMessageQueue_50CBD0->uNumMessages; | |
8854 break; | |
437 | 8855 }*/ |
8856 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); | |
0 | 8857 } |
8858 break; | |
8859 case INPUT_CharCycle: | |
17 | 8860 //__debugbreak(); |
151 | 8861 if ( pCurrentScreen == SCREEN_SPELL_BOOK |
0 | 8862 || dword_50C9E8 >= 40 ) |
8863 break; | |
8864 dword_50C9EC[3 * dword_50C9E8] = 176; | |
163 | 8865 //goto LABEL_155; |
437 | 8866 dword_50C9EC[3 * dword_50C9E8 + 1] = 0; |
8867 dword_50C9EC[3 * dword_50C9E8 + 2] = 0; | |
163 | 8868 ++dword_50C9E8; |
8869 break; | |
0 | 8870 case INPUT_LookUp: |
17 | 8871 //__debugbreak(); |
0 | 8872 if ( pEventTimer->bPaused ) |
8873 break; | |
8874 partyAction = (PartyAction)7; | |
163 | 8875 //goto _add_action_and_continue_; |
8876 v5 = pActionQueue; | |
8877 v5->Add(partyAction); | |
8878 break; | |
0 | 8879 case INPUT_CenterView: |
17 | 8880 //__debugbreak(); |
0 | 8881 if ( pEventTimer->bPaused ) |
8882 break; | |
8883 partyAction = (PartyAction)9; | |
163 | 8884 //goto _add_action_and_continue_; |
8885 v5 = pActionQueue; | |
8886 v5->Add(partyAction); | |
8887 break; | |
0 | 8888 case INPUT_LookDown: |
17 | 8889 //__debugbreak(); |
0 | 8890 if ( pEventTimer->bPaused ) |
8891 break; | |
8892 partyAction = (PartyAction)8; | |
163 | 8893 //goto _add_action_and_continue_; |
8894 v5 = pActionQueue; | |
8895 v5->Add(partyAction); | |
8896 break; | |
0 | 8897 case INPUT_FlyUp: |
17 | 8898 //__debugbreak(); |
0 | 8899 if ( pCurrentScreen |
8900 || pEventTimer->bPaused ) | |
8901 break; | |
8902 partyAction = (PartyAction)13; | |
163 | 8903 //goto _add_action_and_continue_; |
8904 v5 = pActionQueue; | |
8905 v5->Add(partyAction); | |
8906 break; | |
0 | 8907 case INPUT_Land: |
17 | 8908 //__debugbreak(); |
0 | 8909 if ( pCurrentScreen |
8910 || pEventTimer->bPaused ) | |
8911 break; | |
8912 partyAction = (PartyAction)15; | |
163 | 8913 //goto _add_action_and_continue_; |
8914 v5 = pActionQueue; | |
8915 v5->Add(partyAction); | |
8916 break; | |
0 | 8917 case INPUT_FlyDown: |
17 | 8918 //__debugbreak(); |
0 | 8919 if ( !pCurrentScreen |
8920 && !pEventTimer->bPaused ) | |
8921 { | |
8922 partyAction = (PartyAction)14; | |
163 | 8923 //_add_action_and_continue_: |
0 | 8924 v5 = pActionQueue; |
163 | 8925 //_add_action_and_continue: |
0 | 8926 v5->Add(partyAction); |
8927 } | |
8928 break; | |
8929 case INPUT_ZoomIn: | |
17 | 8930 //__debugbreak(); |
0 | 8931 if ( dword_50C9E8 >= 40 ) |
8932 break; | |
8933 dword_50C9EC[3 * dword_50C9E8] = 367; | |
163 | 8934 //goto LABEL_155; |
437 | 8935 dword_50C9EC[3 * dword_50C9E8 + 1] = 0; |
8936 dword_50C9EC[3 * dword_50C9E8 + 2] = 0; | |
163 | 8937 ++dword_50C9E8; |
8938 break; | |
0 | 8939 case INPUT_ZoomOut: |
17 | 8940 //__debugbreak(); |
0 | 8941 if ( dword_50C9E8 < 40 ) |
8942 { | |
8943 dword_50C9EC[3 * dword_50C9E8] = 368; | |
163 | 8944 //LABEL_155: |
437 | 8945 dword_50C9EC[3 * dword_50C9E8 + 1] = 0; |
8946 dword_50C9EC[3 * dword_50C9E8 + 2] = 0; | |
0 | 8947 ++dword_50C9E8; |
8948 } | |
8949 break; | |
8950 case INPUT_AlwaysRun: | |
8951 bAlwaysRun = bAlwaysRun == 0; | |
8952 break; | |
17 | 8953 default: |
8954 //__debugbreak(); | |
8955 break; | |
0 | 8956 } |
8957 } | |
8958 inputAction = (InputAction)((int)inputAction + 1); | |
8959 if ( (signed int)inputAction >= 30 ) | |
8960 goto LABEL_176; | |
8961 } | |
8962 } | |
8963 v12 = 0; | |
8964 do | |
8965 { | |
8966 v22 = pKeyActionMap->pVirtualKeyCodesMapping[v12]; | |
8967 v13 = pGame->pKeyboardInstance; | |
8968 if ( pKeyActionMap->pToggleTypes[v12] ) | |
8969 v14 = v13->WasKeyPressed(v22); | |
8970 else | |
8971 v14 = v13->IsKeyBeingHeld(v22); | |
8972 if ( v14 && v12 == 9 ) | |
8973 { | |
8974 if ( !pCurrentScreen ) | |
8975 { | |
437 | 8976 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages >= 40 ) |
0 | 8977 goto LABEL_175; |
8978 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)404; | |
17 | 8979 //goto LABEL_174; |
8980 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; | |
8981 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
437 | 8982 ++pMessageQueue_50CBD0->uNumMessages;*/ |
8983 pMessageQueue_50CBD0->AddMessage(UIMSG_Game_Action, 0, 0); | |
17 | 8984 goto LABEL_175; |
0 | 8985 } |
151 | 8986 if ( pCurrentScreen == SCREEN_NPC_DIALOGUE |
8987 || pCurrentScreen == SCREEN_BRANCHLESS_NPC_DIALOG ) | |
0 | 8988 { |
8989 v15 = pMessageQueue_50CBD0->uNumMessages; | |
8990 if ( pMessageQueue_50CBD0->uNumMessages ) | |
8991 { | |
8992 v15 = 0; | |
8993 if ( pMessageQueue_50CBD0->pMessages[0].field_8 ) | |
8994 { | |
8995 v15 = 1; | |
437 | 8996 pMessageQueue_50CBD0->uNumMessages = 0; |
17 | 8997 //goto LABEL_173; |
437 | 8998 pMessageQueue_50CBD0->pMessages[v15].eType = UIMSG_Escape; |
17 | 8999 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
9000 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
9001 ++pMessageQueue_50CBD0->uNumMessages; | |
9002 goto LABEL_175; | |
0 | 9003 } |
9004 pMessageQueue_50CBD0->uNumMessages = 0; | |
9005 } | |
437 | 9006 /*if ( (signed int)v15 >= 40 ) |
0 | 9007 goto LABEL_175; |
17 | 9008 //LABEL_173: |
0 | 9009 pMessageQueue_50CBD0->pMessages[v15].eType = (UIMessageType)113; |
17 | 9010 //LABEL_174: |
0 | 9011 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
9012 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
437 | 9013 ++pMessageQueue_50CBD0->uNumMessages;*/ |
9014 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); | |
0 | 9015 goto LABEL_175; |
9016 } | |
9017 } | |
9018 LABEL_175: | |
9019 ++v12; | |
9020 } | |
9021 while ( v12 < 30 ); | |
9022 LABEL_176: | |
9023 if (pGame->pKeyboardInstance->bUsingAsynKeyboard) | |
9024 { | |
9025 AsyncKeyboard::LeaveCriticalSection(); | |
9026 v16 = pAsyncKeyboard; | |
9027 AsyncKeyboard::EnterCriticalSection(); | |
9028 memset((char *)v16 + 521, 0, 0x100u); | |
9029 AsyncKeyboard::LeaveCriticalSection(); | |
9030 } | |
9031 } |