annotate Party.cpp @ 110:430786d916d6

6.11.12 SaveLoad
author Ritor1
date Tue, 06 Nov 2012 17:30:24 +0600
parents 30ec77bbd018
children acf7f12714a7 dac041fc74e8
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #include "Party.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2 #include "MapInfo.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3 #include "Time.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 #include "AudioPlayer.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #include "IconFrameTable.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 #include "Mouse.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 #include "PlayerFrameTable.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 #include "TurnEngine.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 #include "stru279.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 #include "Viewport.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 #include "Actor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 #include "GUIWindow.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 #include "mm7_data.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 Party *pParty; // idb
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
24 struct ActionQueue *pPartyActionQueue = new ActionQueue;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29 //----- (004760C1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30 void ActionQueue::Add(PartyAction action)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32 if (uNumActions < 30)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33 pActions[uNumActions++] = action;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 //----- (00497FC5) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37 bool Party::_497FC5_check_party_perception_against_level()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39 int uMaxPerception; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41 signed int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
42 Player *v4; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43 signed int v5; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44 bool result; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
46 uMaxPerception = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47 v2 = this->pPlayers;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
48 v3 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
49 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
50 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
51 if ( v2->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
52 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
53 v5 = v2->GetPerception();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
54 if ( v5 > uMaxPerception )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55 uMaxPerception = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
56 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
57 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58 --v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
59 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
60 while ( v3 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
61 if ( uLevelMapStatsID && (signed int)uLevelMapStatsID < 77 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62 result = uMaxPerception >= 2 * pMapStats->pInfos[uLevelMapStatsID]._per;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
63 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
65 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
66 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 //----- (004936E1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 void Party::SetHoldingItem(ItemGen *pItem)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 Party *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74 sub_421B2C_PlaceInInventory_or_DropPickedItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
75 memcpy(&v2->pPickedItem, pItem, sizeof(v2->pPickedItem));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 pMouse->SetCursorBitmapFromItemID(v2->pPickedItem.uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
79 //----- (0049370F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
80 int Party::GetNextActiveCharacter()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82 Party *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83 int v2; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 signed int v4; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 char *v5; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 Player *v6; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 char *v7; // ecx@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 signed int v8; // esi@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 signed int v9; // edx@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 Player **v10; // edi@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 Player *v11; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
92 int v12; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
94 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
95 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
96 if ( pParty->bTurnBasedModeOn == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
98 if ( pTurnEngine->field_4 != 2 || (pTurnEngine->pQueue[0].uPackedID & 7) != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
99 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
100 v2 = pTurnEngine->pQueue[0].uPackedID >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
101 return v2 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
103 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 v5 = (char *)&v1->pPlayers[0].uTimeToRecovery;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
105 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
106 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107 v6 = ::pPlayers[v4 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
108 if ( v6->pConditions[2]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
109 || v6->pConditions[12]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
110 || v6->pConditions[13]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
111 || v6->pConditions[14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 || v6->pConditions[15]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 || v6->pConditions[16]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 || *(short *)v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 byte_AE3368[v4] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 goto LABEL_21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 if ( !byte_AE3368[v4] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
120 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121 LABEL_21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 v5 += 6972;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 if ( v4 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 v12 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 byte_AE3368[v4] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 if ( (unsigned __int8)(byte_AE3369 & byte_AE336A & byte_AE336B) & byte_AE3368[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 memset(byte_AE3368, 0, 4u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 v2 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 if ( v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 return v2 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135 v7 = (char *)&v1->pPlayers[0].uSpeedBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137 v9 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
138 v10 = &::pPlayers[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 while ( 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
140 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141 v11 = *v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142 if ( !(*v10)->pConditions[2]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
143 && !v11->pConditions[12]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 && !v11->pConditions[13]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 && !v11->pConditions[14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 && !v11->pConditions[15]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
147 && !v11->pConditions[16]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 && !*((short *)v7 + 3123) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
150 if ( v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
151 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 if ( *(short *)v7 > v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154 v8 = *(short *)v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 v8 = *(short *)v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 LABEL_35:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 v12 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 ++v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
166 ++v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
167 v7 += 6972;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 if ( v9 - 1 < 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 return v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 //----- (00493244) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 bool Party::HasItem(unsigned int uItemID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178 char *v2; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 signed int v3; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 ItemGen *v4; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 v2 = (char *)pParty->pPlayers[0].pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183 while ( 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 v4 = (ItemGen *)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
187 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
188 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
189 if ( v4->uItemID == uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
190 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
191 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
192 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
193 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
194 while ( v3 < 138 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 v2 += 6972;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
196 if ( (signed int)v2 < (signed int)&pParty->field_777C[85] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
200 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 //----- (00492AD5) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 __int16 Party::SetFood(unsigned int uNumFood)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
206 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207 __int16 result; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 pUIAnim_Food->uAnimTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
210 pParty->uNumFoodRations = uNumFood;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211 result = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Food->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 pUIAnim_Food->uAnimLength = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Food->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
215
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216 //----- (00492B03) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
217 void Party::TakeFood(unsigned int uNumFood)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
218 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
219 if ( ((pParty->uNumFoodRations - uNumFood) & 0x80000000u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 pParty->uNumFoodRations -= uNumFood;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
221 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 pParty->uNumFoodRations = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 pUIAnim_Food->uAnimTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224 pUIAnim_Food->uAnimLength = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Food->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 //----- (00492B42) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
228 __int16 Party::GiveFood(unsigned int _this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 __int16 result; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
231
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 pParty->uNumFoodRations += _this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 pUIAnim_Food->uAnimTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 result = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Food->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 pUIAnim_Food->uAnimLength = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Food->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 //----- (00492B70) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 void Party::SetGold(unsigned int uNumGold)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
241 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 pParty->uNumGold = uNumGold;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
243 pUIAnim_Gold->uAnimTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 pUIAnim_Gold->uAnimLength = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Gold->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
245 pAudioPlayer->PlaySound(SOUND_GoldReceived, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248 //----- (00492BB6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
249 void Party::TakeGold(unsigned int uNumGold)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 if ( uNumGold <= pParty->uNumGold )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 pParty->uNumGold -= uNumGold;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 pParty->uNumGold = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 pUIAnim_Gold->uAnimTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
256 pUIAnim_Gold->uAnimLength = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Gold->uIconID].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 pAudioPlayer->PlaySound(SOUND_GoldReceived, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 //----- (0049135E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 unsigned int Party::GetPartyFame()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 signed int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 char *v2; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 signed int v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 v2 = (char *)&this->pPlayers[0].uExperience;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 v3 = 4; // (E exp) / 1000
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 v1 += *(int *)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 v2 += 6972;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 --v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
275 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
276 while ( v3 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277 return v1 / 1000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
279
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
280 //----- (0049137D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 void Party::CreateDefaultParty(char bGiveItems)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 {
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
283 Party *pParty; // esi@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
284 signed __int16 v3; // ax@1
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
285 int pResMagicBase; // ecx@1
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
286 Player *pCharacter; // esi@3
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
287 signed int uSpellBookPageCount; // edx@5
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
288 int v7; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289 int uSkillIdx; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 unsigned __int8 v9; // zf@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291 char v10; // sf@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292 unsigned __int8 v11; // of@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 char *v12; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 signed int v13; // ecx@38
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
295 int uMaxSP; // eax@42
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 unsigned int v15; // [sp-4h] [bp-44h]@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297 unsigned int v16; // [sp-4h] [bp-44h]@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298 int v17; // [sp+10h] [bp-30h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299 int v18; // [sp+14h] [bp-2Ch]@11
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
300 signed int uNumPlayers; // [sp+18h] [bp-28h]@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
301 ItemGen Dst; // [sp+1Ch] [bp-24h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
303 pParty = this;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
304 strcpy(this->pPlayers[0].pName, pGlobalTXT_LocalizationStrings[509]); //Zoltan
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
305 pParty->pPlayers[0].field_1928 = 17;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
306 pParty->pPlayers[0].uFace = 17;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
307 pParty->pPlayers[0].field_1924 = 17;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
308 pParty->pPlayers[0].uVoiceID = 17;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
309 pParty->pPlayers[0].uMight = 30;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
310 pParty->pPlayers[0].uIntelligence = 5;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
311 pParty->pPlayers[0].uWillpower = 5;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
312 pParty->pPlayers[0].uEndurance = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
313 pParty->pPlayers[0].uAccuracy = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
314 pParty->pPlayers[0].uSpeed = 14;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
315 pParty->pPlayers[0].uLuck = 7;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
316 pParty->pPlayers[0].pActiveSkills[9] = 1; // leather
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
317 pParty->pPlayers[0].pActiveSkills[33] = 1; // armsmaster
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
318 pParty->pPlayers[0].pActiveSkills[5] = 1; // bow
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
319 pParty->pPlayers[0].pActiveSkills[1] = 1; // sword
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
320 pParty->pPlayers[1].field_1928 = 3;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
321 pParty->pPlayers[1].uFace = 3;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
322 pParty->pPlayers[1].field_1924 = 3;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
323 pParty->pPlayers[1].uVoiceID = 3;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
324 strcpy(pParty->pPlayers[1].pName, pGlobalTXT_LocalizationStrings[506]); //Roderic
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
325 pParty->pPlayers[1].uMight = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
326 pParty->pPlayers[1].uIntelligence = 9;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
327 pParty->pPlayers[1].uWillpower = 9;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
328 pParty->pPlayers[1].uEndurance = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
329 pParty->pPlayers[1].uAccuracy = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
330 pParty->pPlayers[1].uSpeed = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
331 pParty->pPlayers[1].uLuck = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
332 pParty->pPlayers[1].pActiveSkills[9] = 1; // leather
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
333 pParty->pPlayers[1].pActiveSkills[34] = 1; // stealing
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
334 pParty->pPlayers[1].pActiveSkills[2] = 1; // dagger
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
335 pParty->pPlayers[1].pActiveSkills[29] = 1; // disarm trap
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
336 pParty->pPlayers[2].field_1928 = 14;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
337 pParty->pPlayers[2].uFace = 14;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
338 pParty->pPlayers[2].field_1924 = 14;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
339 pParty->pPlayers[2].uVoiceID = 14;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
340 strcpy(pParty->pPlayers[2].pName, pGlobalTXT_LocalizationStrings[508]); // Serena
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
341 pParty->pPlayers[2].uMight = 12;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
342 pParty->pPlayers[2].uIntelligence = 9;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
343 pParty->pPlayers[2].uWillpower = 20;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
344 pParty->pPlayers[2].uEndurance = 22;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
345 pParty->pPlayers[2].uAccuracy = 7;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
346 pParty->pPlayers[2].uSpeed = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
347 pParty->pPlayers[2].uLuck = 7;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
348 pParty->pPlayers[2].pActiveSkills[35] = 1; // alchemy
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
349 pParty->pPlayers[2].pActiveSkills[9] = 1; // leather
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
350 pParty->pPlayers[2].pActiveSkills[18] = 1; // body
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
351 pParty->pPlayers[2].pActiveSkills[6] = 1; // mace
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
352 strcpy(pParty->pPlayers[3].pName, pGlobalTXT_LocalizationStrings[507]); // Alexis
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 v3 = 10;
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
354 pParty->pPlayers[3].field_1928 = 10;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
355 pParty->pPlayers[3].uFace = 10;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
356 pResMagicBase = (int)&pParty->pPlayers[0].sResMagicBase;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
357 pParty->pPlayers[3].uEndurance = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
358 pParty->pPlayers[3].uAccuracy = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
359 pParty->pPlayers[3].uSpeed = 13;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
360 pParty->pPlayers[3].field_1924 = 10;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
361 pParty->pPlayers[3].uVoiceID = 10;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
362 pParty->pPlayers[3].uMight = 5;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
363 pParty->pPlayers[3].uIntelligence = 30;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
364 pParty->pPlayers[3].uWillpower = 9;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
365 pParty->pPlayers[3].uLuck = 7;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
366 pParty->pPlayers[3].pActiveSkills[9] = 1; // leather
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
367 pParty->pPlayers[3].pActiveSkills[13] = 1; // air
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
368 pParty->pPlayers[3].pActiveSkills[12] = 1; // fire
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
369 pParty->pPlayers[3].pActiveSkills[0] = 1; // staff
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
370 pCharacter = &pParty->pPlayers[0];
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
371 uNumPlayers = 4;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
372 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
373 {
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
374 if ( !pCharacter->uClass )
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
375 *(short *)pResMagicBase = v3;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
376 uSpellBookPageCount = 0;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
377 v7 = pResMagicBase - 5726;// Skills
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 while ( !*(short *)v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379 {
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
380 ++uSpellBookPageCount;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 v7 += 2;
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
382 if ( uSpellBookPageCount >= 9 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
384 }
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
385 pCharacter->pNumSpellBookPage = uSpellBookPageCount;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386 LABEL_10:
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
387 pCharacter->uExpressionTimePassed = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
388 Dst.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 if ( bGiveItems )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
390 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 pItemsTable->GenerateItem(2, 40, &Dst);
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
392 pCharacter->AddItem2(-1, &Dst);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 uSkillIdx = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394 v18 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
395 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 {
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
397 if ( pCharacter->pActiveSkills[uSkillIdx] )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
399 switch ( uSkillIdx )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
400 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401 case PLAYER_SKILL_STAFF:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 v15 = ITEM_STAFF_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
404 case PLAYER_SKILL_SWORD:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
405 v15 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
406 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 case PLAYER_SKILL_DAGGER:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
408 v15 = ITEM_DAGGER_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 case PLAYER_SKILL_AXE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
411 v15 = ITEM_AXE_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 case PLAYER_SKILL_SPEAR:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
414 v15 = ITEM_SPEAR_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
415 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416 case PLAYER_SKILL_BOW:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
417 v15 = ITEM_CROSSBOW_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419 case PLAYER_SKILL_MACE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 v15 = ITEM_MACE_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422 case PLAYER_SKILL_SHIELD:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 v15 = ITEM_BUCKLER_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
424 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
425 case PLAYER_SKILL_LEATHER:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 v15 = ITEM_LEATHER_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
427 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 case PLAYER_SKILL_CHAIN:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 v15 = ITEM_CHAINMAIL_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 goto wear_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 case PLAYER_SKILL_PLATE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
432 v15 = ITEM_PLATE_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
433 wear_item:
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
434 pCharacter->WearItem(v15);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
435 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436 case PLAYER_SKILL_FIRE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
437 v16 = ITEM_SPELLBOOK_FIRE_STRIKE;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
438 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439 case PLAYER_SKILL_AIR:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440 v16 = ITEM_SPELLBOOK_AIR_FEATHER_FALL;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 case PLAYER_SKILL_WATER:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 v16 = ITEM_SPELLBOOK_WATER_POISON_SPRAY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 case PLAYER_SKILL_EARTH:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 v16 = ITEM_SPELLBOOK_EARTH_SLOW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
447 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
448 case PLAYER_SKILL_SPIRIT:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 v16 = ITEM_SPELLBOOK_SPIRIT_BLESS;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 case PLAYER_SKILL_MIND:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
452 v16 = ITEM_SPELLBOOK_MIND_MIND_BLAST;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
454 case PLAYER_SKILL_BODY:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455 v16 = ITEM_SPELLBOOK_BODY_FIRST_AID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457 case PLAYER_SKILL_ITEM_ID:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
458 case PLAYER_SKILL_REPAIR:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
459 case PLAYER_SKILL_MEDITATION:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
460 case PLAYER_SKILL_PERCEPTION:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 case PLAYER_SKILL_DIPLOMACY:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
462 case PLAYER_SKILL_TRAP_DISARM:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 case PLAYER_SKILL_LEARNING:
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
464 pCharacter->AddItem(-1, ITEM_POTION_BOTTLE);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 v16 = 5 * (rand() % 3 + 40); // simple reagent
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
467 case PLAYER_SKILL_DODGE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
468 v16 = ITEM_BOOTS_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 goto add_item;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 case PLAYER_SKILL_UNARMED:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 v16 = ITEM_GAUNTLETS_1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472 add_item:
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
473 pCharacter->AddItem(-1, v16);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 uSkillIdx = v18 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
480 v11 = __OFSUB__(v18 + 1, 36);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
481 v9 = v18 == 35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482 v10 = v18++ - 35 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 while ( (unsigned __int8)(v10 ^ v11) | v9 );
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
485 v12 = (char *)&pCharacter->pInventoryItems[0].uAttributes;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
486 v13 = 138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
489 if ( *((int *)v12 - 5) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490 *(int *)v12 |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491 v12 += 36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 --v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
493 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 while ( v13 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
495 }
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
496 pCharacter->sHealth = pCharacter->GetMaxHealth();
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
497 pCharacter->sMana = pCharacter->GetMaxMana();
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
498 pCharacter++;
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
499 v9 = uNumPlayers-- == 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
500 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
501 break;
54
c28452924144 PLAYER_CLASS_TYPE
Ritor1
parents: 41
diff changeset
502 pResMagicBase = (int)pCharacter;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
503 v3 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
504 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
505 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
506
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
507 //----- (004917CE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508 int Party::Reset()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 {
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
510 //Party *v1; // esi@1
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
511 //unsigned __int64 *pTimePlayed; // edi@1
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
512 //bool v3; // edx@1
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
513 //Player **v4; // eax@1
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
514 //Player *v5; // ecx@1
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
515 PLAYER_SEX v6; // cl@3
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
516 PLAYER_SEX v7; // al@6
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
517 PLAYER_SEX v8; // al@9
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
518 PLAYER_SEX v9; // cl@12
26
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
519 //Player *v12; // edx@17
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
520 //signed int v13; // edi@18
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 SpellBuff *v14; // ebx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 signed int v15; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
524 field_708 = 15;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
525 sEyelevel = 160;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
526 uFlags2 = 0;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
527 uNumGold = 200;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
528 uNumGoldInBank = 0;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
529 uNumFoodRations = 7;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
530 uAlignment = 1;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
531
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
532 SetUserInterface(uAlignment, true);
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
533
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
534 uTimePlayed = 0x21C00u;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
535 uLastRegenerationTime = 0x21C00;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
536
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
537 bTurnBasedModeOn = false;
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
538
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 uActiveCharacter = 1;
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
540 ::pPlayers[0] = pPlayers;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
541 for (uint i = 0; i < 4; ++i)
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
542 ::pPlayers[i + 1] = &pPlayers[i];
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
543
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 pPlayers[0].Reset(0);
41
fd64b06a39a8 19.10.12 PartyCreation Window complete
Ritor1
parents: 27
diff changeset
545 pPlayers[1].Reset(4);
fd64b06a39a8 19.10.12 PartyCreation Window complete
Ritor1
parents: 27
diff changeset
546 pPlayers[2].Reset(24);
fd64b06a39a8 19.10.12 PartyCreation Window complete
Ritor1
parents: 27
diff changeset
547 pPlayers[3].Reset(32);
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
548 pPlayers[0].uFace = 17;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
549 pPlayers[0].field_1924 = 17;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
550 pPlayers[0].uVoiceID = 17;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
551 pPlayers[0].SetInitialStats();
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
552
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
553 switch ( pPlayers[0].uVoiceID )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
555 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
564 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
565 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
566 case 0x17u:
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
567 default:
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
568 v6 = SEX_MALE;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
569 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
570 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
571 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
572 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
573 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
574 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
575 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
576 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
577 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
578 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
580 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 case 0x18u:
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
582 v6 = SEX_FEMALE;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
583 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
584 }
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
585 pPlayers[0].uSex = v6;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
586 pPlayers[0].RandomizeName();
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
587 strcpy(pPlayers[0].pName, pGlobalTXT_LocalizationStrings[509]);
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
588
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
589
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
590 pPlayers[1].uFace = 3;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
591 pPlayers[1].field_1924 = 3;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
592 pPlayers[1].uVoiceID = 3;
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
593 pPlayers[1].SetInitialStats();
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
594 v7 = SEX_MALE;
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
595 switch (pPlayers[1].uVoiceID)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
596 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
597 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
601 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
604 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
605 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
606 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
608 case 0x17u:
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
609 v7 = SEX_MALE;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
610 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
611 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
612 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
613 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
615 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
616 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
617 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
618 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
619 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
620 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
621 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
622 case 0x18u:
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
623 v7 = SEX_FEMALE;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
624 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
625 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
626 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
627 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
628 pPlayers[1].uSex = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
629 pPlayers[1].RandomizeName();
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
630 strcpy(pPlayers[1].pName, pGlobalTXT_LocalizationStrings[506]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
631 pPlayers[2].uFace = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
632 pPlayers[2].field_1924 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
633 pPlayers[2].uVoiceID = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
634 pPlayers[2].SetInitialStats();
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
635 v8 = SEX_MALE;
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
636 switch (pPlayers[2].uVoiceID)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
638 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
639 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
646 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 case 0x17u:
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
650 v8 = SEX_MALE;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
655 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
656 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
657 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
658 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
660 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
661 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 case 0x18u:
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
664 v8 = SEX_FEMALE;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
668 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669 pPlayers[2].uSex = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 pPlayers[2].RandomizeName();
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
671 strcpy(pPlayers[2].pName, pGlobalTXT_LocalizationStrings[508]);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 pPlayers[3].uFace = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
673 pPlayers[3].field_1924 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 pPlayers[3].uVoiceID = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
675 pPlayers[3].SetInitialStats();
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
676 v9 = SEX_MALE;
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
677 switch (pPlayers[3].uVoiceID)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
679 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
683 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
685 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
687 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 case 0x17u:
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
691 v9 = SEX_MALE;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
693 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
700 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
702 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704 case 0x18u:
25
2bbf33898c6b c/p error in prev commit
Nomad
parents: 23
diff changeset
705 v9 = SEX_FEMALE;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
708 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
709 }
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
710 pPlayers[3].uSex = v9;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
711 pPlayers[3].RandomizeName();
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
712 strcpy(pPlayers[3].pName, pGlobalTXT_LocalizationStrings[507]);
26
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
713
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
714
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
715
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
716 for (uint i = 0; i < 4; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
717 {
26
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
718 pPlayers[i].uTimeToRecovery = 0;
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
719 for (uint j = 0; j < 20; ++j)
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
720 pPlayers[i].pConditions[j] = 0;
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
721
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
722 for (uint j = 0; j < 24; ++j)
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
723 pPlayers[i].pPlayerBuffs[j].Reset();
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
724
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
725 pPlayers[i].uExpressionID = 1;
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
726 pPlayers[i].uExpressionTimePassed = 0;
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
727 pPlayers[i].uExpressionTimeLength = rand() % 256 + 128;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728 }
26
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
729
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
730 for (uint i = 1; i < 20; ++i)
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
731 pPartyBuffs[i].Reset();
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
732
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
733
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 100;
3
540178ef9b18 Main menu functionality
Nomad
parents: 0
diff changeset
735 uFlags = 0;
26
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
736
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
737 memset(_award_bits, 0, 64);
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
738 _449B7E_toggle_bit(_award_bits, 1, 1);
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
739 _449B7E_toggle_bit(_award_bits, 2, 1);
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
740 _449B7E_toggle_bit(_award_bits, 3, 1);
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
741 _449B7E_toggle_bit(_award_bits, 4, 1);
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
742 _449B7E_toggle_bit(_award_bits, 5, 1);
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
743 _449B7E_toggle_bit(_award_bits, 6, 1);
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
744
93bf1d5f6a6d Game loading.
Nomad
parents: 25
diff changeset
745
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 memcpy(pNPCStats->pNewNPCData, &pNPCStats, 0x94BCu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
747 memcpy(pNPCStats->pGroups_copy, pNPCStats->pGroups, 0x66u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
748 pNPCStats->pNewNPCData[3].uFlags |= 0x80u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 _494035_timed_effects__water_walking_damage__etc();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
755
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 //----- (0043AD34) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 void Party::Yell()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 void *v0; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
760 int v1; // edi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
761 int v2; // ebx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
762 int v3; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
763 unsigned int v4; // [sp+8h] [bp-4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
765 if ( (signed __int64)pParty->pPartyBuffs[11].uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
766 pParty->pPartyBuffs[11].Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
767 if ( pParty->bTurnBasedModeOn != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
768 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 if ( (signed int)uNumActors > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772 v0 = &pActors[0].pMonsterInfo.uMovementType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 if ( ((Actor *)((char *)v0 - 59))->Actor::CanAct() && *((char *)v0 + 2) != 4 && *(char *)v0 != 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
776 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
777 v1 = abs(*(short *)((char *)v0 + 83) - pParty->vPosition.x);
58
41cbaabde2cb BLV render
Nomad
parents: 41
diff changeset
778 v2 = abs(*(short *)((char *)v0 + 85) - pParty->vPosition.y);
41cbaabde2cb BLV render
Nomad
parents: 41
diff changeset
779 v3 = abs(*(short *)((char *)v0 + 87) - pParty->vPosition.z);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780 if ( (double)sub_4621DA(v1, v2, v3) < 512.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
781 Actor::_402968(v4, 4, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
782 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
783 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
784 v0 = (char *)v0 + 836;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 while ( (signed int)v4 < (signed int)uNumActors );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 //----- (00491BF9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 void Party::ResetPosMiscAndSpellBuffs()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 Party *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 char *v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796 SpellBuff *v3; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
797 SpellBuff *v4; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 signed int v5; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 signed int v6; // [sp+8h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 signed int v7; // [sp+Ch] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803 this->vPosition.y = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804 this->vPosition.z = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 this->vPosition.x = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 this->uFallStartY = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 this->sRotationY = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 this->sRotationX = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 this->uFallSpeed = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810 this->field_28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811 this->uDefaultPartyHeight = 120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 this->field_14 = 37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 this->field_18 = 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 this->uWalkSpeed = 384;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 this->field_20_prolly_turn_speed = 90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 this->field_24 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 this->field_6FC = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818 this->field_708 = 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819 this->field_0 = 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820 v2 = (char *)this->pPlayers[0].pPlayerBuffs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 v6 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
823 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
824 v3 = (SpellBuff *)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
825 v7 = 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
826 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
827 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
828 v3->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
829 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
830 --v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
831 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 while ( v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
833 v2 += 6972;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
834 --v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
835 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
836 while ( v6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 v4 = v1->pPartyBuffs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 v5 = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
840 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
841 v4->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
842 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 --v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
844 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
845 while ( v5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
846 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
847
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 //----- (004909F4) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 void Party::_4909F4()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 char *v1; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 unsigned int v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 __int16 v3; // cx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 int v4; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
855 signed int v5; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
856 PlayerFrame *v6; // edx@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
857 char *v7; // esi@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 signed int v8; // ebp@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
859 int v9; // ebx@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
860 unsigned int v10; // edi@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
861 signed int v11; // [sp+0h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
862
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 if ( dword_A75070 != stru_51076C.field_8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 dword_A75070 = stru_51076C.field_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 v1 = (char *)&this->pPlayers[0].uExpressionID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 v11 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
869 {
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
870 v2 = ((Player *)(v1 - 6812))->GetMajorConditionIdx();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 if ( v2 == 18 || v2 == 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 *((short *)v1 + 1) += LOWORD(pMiscTimer->uTimeElapsed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
874 if ( *((short *)v1 + 1) >= *((short *)v1 + 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 if ( *(short *)v1 != 1 || rand() % 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 *((short *)v1 + 1) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 *(short *)v1 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880 *((short *)v1 + 2) = rand() % 256 + 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 v4 = rand() % 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 if ( v4 >= 25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
886 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 if ( v4 >= 31 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 if ( v4 >= 37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 if ( v4 >= 43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 if ( v4 >= 46 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895 if ( v4 >= 52 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 if ( v4 >= 58 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
898 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 if ( v4 >= 64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 if ( v4 >= 70 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903 if ( v4 >= 76 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 if ( v4 >= 82 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 if ( v4 >= 88 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
908 *(short *)v1 = (v4 >= 94) + 29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910 *(short *)v1 = 57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 *(short *)v1 = 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
918 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 *(short *)v1 = 55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
920 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
921 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
923 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 *(short *)v1 = 54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
929 *(short *)v1 = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
932 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934 *(short *)v1 = 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
935 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
937 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 *(short *)v1 = 18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 *(short *)v1 = 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
946 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
949 *(short *)v1 = 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
950 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954 *(short *)v1 = 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
958 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 *(short *)v1 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 *(short *)v1 = 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
967 *((short *)v1 + 1) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
968 if ( (signed int)pPlayerFrameTable->uNumFrames <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
969 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
970 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
971 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
973 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 v6 = pPlayerFrameTable->pFrames;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 while ( v6->uSequenceID != *(short *)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 if ( v5 >= (signed int)pPlayerFrameTable->uNumFrames )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
983 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 *((short *)v1 + 2) = 8 * pPlayerFrameTable->pFrames[v5].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
985 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
986 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
990 v3 = *(short *)v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
991 if ( *(short *)v1 != 34 && v3 != 35 && v3 != 36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 || (signed int)(pMiscTimer->uTimeElapsed + *((short *)v1 + 1)) >= *((short *)v1 + 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994 *((short *)v1 + 2) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 *((short *)v1 + 1) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
996 switch ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
997 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
998 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 *(short *)v1 = 98;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1000 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1001 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 *(short *)v1 = 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1005 *(short *)v1 = 99;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 *(short *)v1 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011 *(short *)v1 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 *(short *)v1 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1015 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1017 *(short *)v1 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 *(short *)v1 = 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 *(short *)v1 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1024 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1027 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 *(short *)v1 = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1030 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 *(short *)v1 = 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1034 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036 *(short *)v1 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1038 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 *(short *)v1 = 11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1040 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1041 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1043 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1045 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 *((short *)v1 + 1) += LOWORD(pMiscTimer->uTimeElapsed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1048 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 v1 += 6972;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 --v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1052 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 while ( v11 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 v7 = (char *)&pParty->pHirelings[0].evtb;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1055 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1057 v8 = *((int *)v7 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 v9 = *((int *)v7 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 v10 = pMiscTimer->uTimeElapsed + *(int *)v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1062 if ( (signed int)v10 >= v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 v9 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1066 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067 memset(v7 - 44, 0, 0x4Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1068 pParty->field_709 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1069 sub_44A56A();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1070 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1071 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 *(int *)v7 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073 *((int *)v7 + 1) = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 *((int *)v7 - 1) = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1075 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 v7 += 76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1077 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078 while ( (signed int)v7 < (signed int)&pParty->field_777C[1] );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 // A75070: using guessed type int dword_A75070;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 //----- (00490D02) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1084 void Party::RestAndHeal()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1085 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086 SpellBuff *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 Player *v2; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1088 signed int v3; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 SpellBuff *v4; // edi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 int v5; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 char v6; // zf@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 char *v7; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 signed int v8; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 int v9; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 int v10; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 signed int v11; // ecx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1097 signed int v12; // [sp-4h] [bp-1Ch]@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 Party *v13; // [sp+Ch] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 signed int v14; // [sp+10h] [bp-8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 signed int v15; // [sp+14h] [bp-4h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1102 v13 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 v1 = pParty->pPartyBuffs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 v1->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 while ( (signed int)v1 < (signed int)pParty->pPlayers );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113 v2 = &pParty->pPlayers[v15];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114 v3 = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115 v4 = v2->pPlayerBuffs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 v4->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1120 --v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1121 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1122 while ( v3 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1123 v2->Zero();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1124 if ( v2->pConditions[14] || v2->pConditions[15] || v2->pConditions[16] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1125 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126 LODWORD(v2->pConditions[13]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1127 HIDWORD(v2->pConditions[13]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1128 LODWORD(v2->pConditions[4]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1129 HIDWORD(v2->pConditions[4]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1130 LODWORD(v2->pConditions[2]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1131 HIDWORD(v2->pConditions[2]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1132 LODWORD(v2->pConditions[3]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1133 HIDWORD(v2->pConditions[3]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1134 LODWORD(v2->pConditions[1]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1135 HIDWORD(v2->pConditions[1]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1136 v2->uTimeToRecovery = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1137 v2->sHealth = v2->GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1138 v5 = v2->GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1139 v6 = v2->uClass == 35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1140 v2->sMana = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1141 if ( v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1142 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1143 v14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1144 v7 = &v2->pInventoryItems[0].field_1A;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1145 v8 = 138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1146 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1147 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1148 if ( *(int *)(v7 - 26) == 601 && (unsigned __int8)*v7 == v15 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1149 v14 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1150 v7 += 36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1151 --v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1152 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1153 while ( v8 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1154 if ( !v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1155 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1156 v2->sHealth = v2->GetMaxHealth() / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1157 v2->sMana = v2->GetMaxMana() / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1158 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1159 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1160 if ( !v2->pConditions[17] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1161 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1162 if ( v2->pConditions[10] || v2->pConditions[11] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1163 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1164 v11 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1165 v12 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1166 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1167 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1168 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1169 if ( !v2->pConditions[8] && !v2->pConditions[9] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1170 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1171 if ( !v2->pConditions[6] && !v2->pConditions[7] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1172 goto LABEL_30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1173 v2->sHealth /= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1174 v10 = v2->sMana / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1175 goto LABEL_29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1176 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1177 v11 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1178 v12 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1179 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1180 v2->sHealth /= v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1181 v10 = v2->sMana / v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1182 LABEL_29:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1183 v2->sMana = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1184 goto LABEL_30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1185 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1186 v9 = v2->sHealth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1187 v2->sMana = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1188 v2->sHealth = v9 / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1189 LABEL_30:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1190 if ( v2->pConditions[5] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1191 v2->sMana = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1192 _4909F4();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1193 LABEL_33:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1194 ++v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1195 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1196 while ( v15 < 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1197 pParty->field_764 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1198 }