annotate Player.cpp @ 16:5a95b9ed31f3

13.10.12
author Lower
date Sat, 13 Oct 2012 20:25:41 +0600
parents 2ca04ccb612a
children 509744251c8e
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #include "OSAPI.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3 #include "Player.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 #include "PlayerFrameTable.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #include "Texture.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 #include "AudioPlayer.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 #include "Party.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 #include "GUIButton.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 #include "LOD.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 #include "Monsters.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 #include "GUIWindow.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 #include "Viewport.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 #include "Actor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 #include "Game.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 #include "Mouse.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 #include "TurnEngine.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 #include "Events.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 #include "Events2D.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 #include "Outdoor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 #include "StorylineTextTable.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22 #include "mm7_data.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24
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 /* 381 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31 struct PlayerCreation_AttributeProp
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33 unsigned __int8 uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34 char uMaxValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35 char uDroppedStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 char uBaseStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
42 struct PlayerCreation_AttributePropsByRace
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44 PlayerCreation_AttributeProp attr[7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47 struct PlayerCreation_AttributeProps
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
48 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
49 PlayerCreation_AttributePropsByRace race[4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
50 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
51 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
52 PlayerCreation_AttributeProps stru_4ED7B0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
63 //----- (00490913) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64 signed int __cdecl PlayerCreation_ComputeAttributeBonus()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
65 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
66 signed int v0; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
67 signed int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 int v2; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 int v3; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70 signed int v4; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 int v5; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 signed int v6; // ecx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73 signed int v8; // [sp+Ch] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74 signed int v9; // [sp+10h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 v8 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 v0 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
79 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
80 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 v9 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82 v2 = 7 * pParty->pPlayers[v1].GetRace();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 switch ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 v0 = pParty->pPlayers[v1].uIntelligence;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
92 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93 v0 = pParty->pPlayers[v1].uWillpower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
94 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
95 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
96 v0 = pParty->pPlayers[v1].uEndurance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
98 case 4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
99 v0 = pParty->pPlayers[v1].uAccuracy;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
100 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
101 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102 v0 = pParty->pPlayers[v1].uSpeed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
103 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 case 6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
105 v0 = pParty->pPlayers[v1].uLuck;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
106 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
108 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
109 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
110 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
111 v0 = pParty->pPlayers[v1].uMight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 v3 = v2 + v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 v4 = stru_4ED7B0.race[0].attr[v3].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 if ( v0 >= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 v5 = stru_4ED7B0.race[0].attr[v3].uDroppedStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 v6 = stru_4ED7B0.race[0].attr[v3].uBaseStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
120 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122 v5 = stru_4ED7B0.race[0].attr[v3].uBaseStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 v6 = stru_4ED7B0.race[0].attr[v3].uDroppedStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 v8 += v5 * (v4 - v0) / v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 ++v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 while ( v9 <= 6 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 while ( v1 < 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 return v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137 //----- (00427730) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
138 bool Player::CanCastSpell(unsigned int uRequiredMana)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
140 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141 bool result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
143 v2 = this->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 if ( v2 >= (signed int)uRequiredMana )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 this->sMana = v2 - uRequiredMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
147 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
150 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
151 pAudioPlayer->PlaySound(SOUND_PlayerCantCastSpell, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 //----- (004BE2DD) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 void Player::_4BE2DD(unsigned int a2, int a3, int _2devent_idx)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 Player *v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 char *v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 float v6; // ST04_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 signed int v7; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 signed int v8; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
166
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
167 auto a4 = _2devent_idx;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 v5 = (char *)this + 36 * a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 v6 = p2DEvents[a4 - 1].fPriceMultiplier;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 //v6 = p2DEvents_minus1__20[13 * a4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 v7 = ((ItemGen *)(v5 + 532))->GetValue();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173 v8 = _4B8102(v7, v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174 if ( v5[552] & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 v8 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 if ( v8 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177 v8 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178 RemoveItemAtInventoryIndex(a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 Party::SetGold(pParty->uNumGold + v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 //----- (0043EEF3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 bool Player::_43EEF3()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
187 signed int v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
188 PlayerEquipment *v2; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
189 bool result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
190
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
191 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
192 v2 = &this->pEquipment;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
193 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
194 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 result = v2->uOffHand;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
196 if ( v2->uOffHand )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 result = *(int *)&this->pDarkSpellbook.bIsSpellAvailable[36 * result + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
200 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 if ( result != 64 && result != 65 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
206 v2 = (PlayerEquipment *)((char *)v2 + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207 if ( v1 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
210 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 LOBYTE(result) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
215 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
217
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
218
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
219 //----- (004B8040) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 int Player::_4B8040_condition_time(unsigned int uCondition)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
221 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 return (unsigned int)((signed __int64)((double)this->pConditions[uCondition] * 0.234375) / 60 / 60) / 0x18 % 7 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 //----- (004B807C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226 int Player::_4B807C(float a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
228 Player *v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
231 unsigned int v5; // ebx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 int v6; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 signed __int64 v7; // qax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 unsigned int v9; // [sp-4h] [bp-14h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 signed int v10; // [sp+8h] [bp-8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236 int v11; // [sp+Ch] [bp-4h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 v3 = GetMajorConditionrIdx();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
241 if ( (signed int)v3 >= 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
243 if ( (signed int)v3 <= 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
245 v10 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 v9 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247 goto LABEL_6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
249 if ( v3 == 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 v10 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 v9 = 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 LABEL_6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 v11 = _4B8040_condition_time(v9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
256 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258 v10 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 v6 = _4B8040_condition_time(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 if ( v6 > v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 v4 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 while ( (signed int)v5 <= 13 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 v11 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 if ( !v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 v11 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 v7 = (signed __int64)((double)v11 * (double)v10 * a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 if ( (signed int)v7 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 LODWORD(v7) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
275 return v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
276 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278 //----- (004B8102) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
279 int Player::_4B8102(int a2, float a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
280 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 signed int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 signed int result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
283
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
284 v3 = (unsigned __int64)(signed __int64)((double)a2 / (a3 + 2.0)) + a2 * GetMerchant() / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
285 if ( v3 > a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
286 v3 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
287 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
288 if ( v3 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289 result = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 //----- (004B8142) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 int Player::_4B8142(int a2, float a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
295 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298 result = (int)((100 - GetMerchant()) * (unsigned __int64)(signed __int64)((double)a2 * a3)) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299 if ( result < a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
300 result = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
301 if ( result < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
304 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
306 //----- (004B8179) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
307 int Player::_4B8179(float a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
308 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
309 signed int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
310 int v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
311 signed int result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
312
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
313 v2 = (signed __int64)(a2 * 50.0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
314 v3 = v2 * (100 - GetMerchant()) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
315 if ( v3 < v2 / 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316 v3 = v2 / 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
317 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
318 if ( v3 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 result = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
321 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
322
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
323 //----- (004B81C3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
324 int Player::_4B81C3(int a2, float a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
325 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
326 signed int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
327 int v4; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
328 signed int result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
329
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
330 v3 = (signed __int64)((double)a2 / (6.0 - a3));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
331 v4 = v3 * (100 - GetMerchant()) / 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
332 if ( v4 < v3 / 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
333 v4 = v3 / 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
334 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
335 if ( v4 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
336 result = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
337 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
338 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
339
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
340 //----- (004B8213) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
341 int Player::_4B8213(int a2, float a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
342 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
343 signed __int64 v3; // qax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
344
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
345 v3 = (signed __int64)((double)a2 / (a3 + 2.0));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
346 if ( (signed int)v3 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
347 LODWORD(v3) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
348 return v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
349 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
350
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
351 //----- (004B8233) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
352 int Player::_4B8233(int a2, float a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
354 signed __int64 v3; // qax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
355
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
356 v3 = (signed __int64)((double)a2 * a3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
357 if ( (signed int)v3 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
358 LODWORD(v3) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
359 return v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
360 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
361
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
362 //----- (004B824B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
363 int Player::_4B824B(float a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
364 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
365 signed __int64 v2; // qax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
366
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
367 v2 = (signed __int64)(a2 * 50.0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
368 if ( (signed int)v2 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
369 LODWORD(v2) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
370 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
371 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
372
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
373 //----- (004B8265) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
374 int Player::_4B8265(int a2, float a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
375 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
376 signed __int64 v3; // qax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
377
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 v3 = (signed __int64)((double)a2 / (6.0 - a3));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379 if ( (signed int)v3 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
380 LODWORD(v3) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 return v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
382 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
384
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
385
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
387
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
388 //----- (004B6FF9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 int Player::_4B6FF9()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
390 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
392 signed int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 char v3; // zf@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
395 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 v2 = (signed int)ptr_507BC0->ptr_1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
397 if ( v2 == 78 || v2 > 80 && v2 <= 82 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
399 if ( GetMajorConditionrIdx() == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
400 goto LABEL_6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401 v3 = GetMajorConditionrIdx() == 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
404 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
405 v3 = GetMajorConditionrIdx() == 18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
406 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
408 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 LABEL_6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 if ( v1->sHealth < GetMaxHealth() || v1->sMana < GetMaxMana() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
411 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
414
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
415
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
417 //----- (00421E75) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 unsigned int Player::GetItemIDAtInventoryIndex(int *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 unsigned int result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 v2 = *a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
424 if ( *a2 >= 126 || v2 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
425 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
427 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 result = this->pInventoryIndices[v2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 if ( (result & 0x80000000u) != 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
432 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
433 *a2 = -1 - result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
434 result = this->pInventoryIndices[-1 - result];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
435 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
437 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
438 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 //----- (004160CA) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 char Player::_4160CA(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 signed int v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
447 signed int v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
448 ItemGen *v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 int v6; // edi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 signed int i; // edx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 ItemGen **v8; // ecx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
452 __int16 v10[137]; // [sp+Ch] [bp-118h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 __int16 v11; // [sp+11Eh] [bp-6h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
454 int v12; // [sp+120h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456 auto a1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
458 v12 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
459 v2 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
460 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 v10[0] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
462 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 memset(&v10[1], 0, 0x110u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
464 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 v5 = a1->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
467 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
468 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 if ( (signed int)v5->uItemID > 0 && (signed int)v5->uItemID <= 134 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 v10[v4++] = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
473 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474 while ( v3 < 138 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 if ( v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 if ( v12 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
480 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
481 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483 LOWORD(v5) = 9 * v10[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 if ( !(BYTE1(v2->pInventoryItems[v10[v6]].uAttributtes) & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
485 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
486 v5 = (ItemGen *)((char *)&v2->pInventoryItems[v10[rand() % v4]] + 20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 v5->uItemID |= 2u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
489 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491 while ( v6 < v12 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
493 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
495 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
496 for ( i = 0; i < v4; ++i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
497 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
498 v8 = (ItemGen **)&v2->pInventoryItems[v10[i]].uAttributtes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
499 v5 = *v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
500 if ( !(BYTE1(v5) & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
501 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
502 LOBYTE(v5) = (unsigned __int8)v5 | 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
503 *v8 = v5;
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 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508 return (char)v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
510
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
511 //----- (004948B1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
512 __int16 Player::PlaySound(int a2, int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
513 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
514 Player *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
515 int v4; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
516 signed int v5; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
517 char *v6; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
518 signed int v7; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
519 char v8; // al@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
520 int v9; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 unsigned int v10; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 int v11; // esi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523 signed int v12; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
524 signed int v13; // esi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
525 int v14; // eax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
526 int v15; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
527 int v16; // ebx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
528 signed int v17; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
529 char *v18; // edi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
530 int v20[5]; // [sp+Ch] [bp-1Ch]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
531 Player *v21; // [sp+20h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
532 int v22; // [sp+24h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
533 int v23; // [sp+30h] [bp+8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
534
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
535 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
536 v21 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
537 v22 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
538 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
540 if ( this == pPlayers[v22] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
541 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
542 ++v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
543 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 while ( v22 <= 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
545 v4 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
546 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
547 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
548 v6 = (char *)&unk_4ED3D8 + 8 * v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
549 if ( uVoicesVolumeMultiplier )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
550 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
551 v7 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
552 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
553 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 v8 = v6[v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
555 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 v20[v5++] = (unsigned __int8)v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 ++v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559 while ( v7 < 2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560 if ( v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 v9 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 v10 = v3->uVoiceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
564 v11 = v20[v9 % v5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
565 if ( LOBYTE((&(&dlhu_texnames_by_face[19])[25 * v11 + 3])[v10]) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
566 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
567 v23 = rand() % SLOBYTE((&(&dlhu_texnames_by_face[19])[25 * v11 + 3])[v10])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
568 + 2 * (v11 + 50 * v21->uVoiceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
569 + 4998;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
570 v12 = 8 * v22 + 312;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
571 LOBYTE(v12) = v12 | 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
572 pAudioPlayer->PlaySound(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
573 (SoundID)v23,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
574 v12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
575 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
576 -1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
577 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
578 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 (signed __int64)(pSoundVolumeLevels[(char)uVoicesVolumeMultiplier] * 128.0),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
580 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
582 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
583 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
584 v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
585 v14 = (int)(v6 + 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
586 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
587 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
588 if ( *(char *)v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
589 v20[v13++] = *(char *)v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
590 ++v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
591 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
592 while ( -3 - (signed int)v6 + v14 < 5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
593 if ( v13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
594 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
595 v15 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
596 v22 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
597 v16 = v20[v15 % v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 if ( v16 == 21 && v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
601 if ( (signed int)pSoundList->uNumSounds <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603 LABEL_23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
604 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
605 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
606 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
608 v18 = (char *)&pSoundList->pSounds->uSoundID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
609 while ( *(int *)v18 != v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
610 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
611 ++v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
612 v18 += 120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
613 if ( v17 >= (signed int)pSoundList->uNumSounds )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 goto LABEL_23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
615 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
616 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
617 if ( pSoundList->pSounds[v17].pSoundData[0] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
618 v22 = (sLastTrackLengthMS << 7) / 1000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
619 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
620 LOWORD(v14) = v21->PlayEmotion(v16, v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
621 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
622 return v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
623 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
624 // 4948B1: using guessed type int var_1C[5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
625
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
626 //----- (00494A25) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
627 __int16 Player::PlayEmotion(int a2, int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
628 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
629 signed int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
630 unsigned __int16 v4; // dx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
631 signed int v5; // edi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
632 PlayerFrame *v6; // esi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
633 signed int v7; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
634
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
635 LOWORD(v3) = this->uExpressionID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
636 v4 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637 if ( (short)v3 != 4 && (short)v3 != 12 || a2 != 58 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
638 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
639 v3 = (unsigned __int16)v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 if ( (signed int)(unsigned __int16)v3 >= 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 if ( v3 <= 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 if ( v3 > 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
646 if ( v3 > 11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 if ( v3 == 12 || v3 > 97 && v3 <= 99 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 return v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
650 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 LABEL_12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 if ( a2 != 34 && a2 != 35 && a2 != 36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 return v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
655 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
656 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
657 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
658 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
660 LOWORD(v3) = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
661 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 this->uExpressionTimeLength = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 this->uExpressionTimePassed = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
664 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666 if ( (signed int)pPlayerFrameTable->uNumFrames <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
668 LABEL_20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669 v7 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
671 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
673 v6 = pPlayerFrameTable->pFrames;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 while ( v6->uSequenceID != a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
675 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
676 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
677 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 if ( v5 >= (signed int)pPlayerFrameTable->uNumFrames )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
679 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681 v7 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
683 v4 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 LOWORD(v3) = 8 * pPlayerFrameTable->pFrames[v3].uAnimLength;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
685 this->uExpressionTimeLength = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
687 this->uExpressionID = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 return v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
691
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
693 //----- (0049327B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694 int Player::_49327B(unsigned int uClass, int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 Player *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 char v4; // zf@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 __int16 v5; // dx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699 signed int result; // eax@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
700 unsigned int v7; // [sp-8h] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 int v8; // [sp-4h] [bp-Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
702
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704 if ( this->uClass == uClass )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
705 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 LABEL_84:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
708 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
709 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
710 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
711 switch ( uClass )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
712 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
713 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
714 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
715 v7 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
716 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
717 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
718 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, 17)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
719 || _49327B(2u, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
720 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
721 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
722 v7 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
723 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
724 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
725 v5 = 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
726 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
727 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728 v5 = 21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
729 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
730 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
731 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
732 v7 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
733 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
735 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, 11)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
736 || _49327B(6u, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
737 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
738 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
739 v7 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
740 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
741 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
742 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
743 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
744 v5 = 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
745 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
747 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
748 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 v5 = 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753 v7 = 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
755 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, 23)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 || _49327B(0xAu, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
760 v7 = 11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
761 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
762 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
763 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
765 v5 = 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
766 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
767 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
768 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 v5 = 27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 v7 = 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
776 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
777 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, 41)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
778 || _49327B(0xEu, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
779 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
781 v7 = 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
782 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
783 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
784 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 v5 = 43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 v5 = 45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 v7 = 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
797 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, 35)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 || _49327B(0x12u, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802 v7 = 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 v5 = 37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810 v5 = 39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 v7 = 21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, 29)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818 || _49327B(0x16u, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 v7 = 23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
823 case 0x16u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
824 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
825 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
826 v5 = 31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
827 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
828 case 0x17u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
829 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
830 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
831 v5 = 33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
833 case 0x18u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
834 if ( !_49327B(0x19u, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
835 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
836 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 case 0x19u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)v3->field_152, 63)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
840 || _49327B(0x1Au, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
841 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
842 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 v7 = 27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
844 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
845 case 0x1Au:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
846 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
847 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 v5 = 65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 case 0x1Bu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 v5 = 67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
855 case 0x1Cu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
856 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
857 v7 = 29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
859 case 0x1Du:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
860 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, 69)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
861 || _49327B(0x1Eu, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
862 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 v7 = 31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 case 0x1Eu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
869 v5 = 71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
870 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 case 0x1Fu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
874 v5 = 73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 case 0x20u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 v7 = 33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880 case 0x21u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881 if ( a3 && (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, 73)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 || _49327B(0x22u, a3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 v8 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 v7 = 35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
886 LABEL_4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 v4 = _49327B(v7, v8) == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 case 0x22u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 v5 = 77;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 case 0x23u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895 if ( a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 v5 = 79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
898 LABEL_82:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 v4 = (unsigned __int16)_449B57_test_bit((unsigned __int8 *)this->field_152, v5) == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 LABEL_83:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 if ( !v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
908 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 //----- (00492C0B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915 bool Player::CanAct()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 bool result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
918
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 if ( this->pConditions[2] | this->pConditions[12] | this->pConditions[13] | this->pConditions[14] | this->pConditions[15] | this->pConditions[16] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
920 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
921 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
923 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 //----- (00492C40) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 bool Player::CanSteal()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
929 int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931 LOBYTE(v1) = GetActualSkillLevel(PLAYER_SKILL_STEALING);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
932 return v1 != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
935 //----- (00492C4E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 bool Player::CanEquip_RaceAndAlignmentCheck(unsigned int uItemID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
937 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 char v2; // zf@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 __int16 v4; // dx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940 char v5; // zf@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 if ( (signed int)uItemID > 532 ) // if (uItemID == 514 || // item233 ®á®å âਪ   àâ¥ä ªâ, §«®
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 // uItemID == 516 || // item221 ‘â àë© ¨ª  àâ¥ä ªâ, §«®
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 // uItemID == 524) // item325 ‘ã¬à ª ५¨ª¢¨ï, §«®
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
946 if ( uItemID == 533 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 v2 = GetRace() == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
949 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
950 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952 if ( uItemID != 534 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954 if ( uItemID == 535 ) //
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 // if (uItemID == 530) // item093 ƒ¨¡¥«ì «ìä   àâ¥ä ªâ, £®¡«¨­
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 switch ( this->uVoiceID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
958 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
967 case 0xEu: //
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
968 // if (uItemID == 535) // item129 ᪮àâ ‹¥¤¨  àâ¥ä ªâ, ¦¥­é¨­ 
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
969 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
970 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
971 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
973 case 0x18u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 if ( uItemID == 536 ) //
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 // if (uItemID == 531) // item093 Žª® Œë᫨  àâ¥ä ªâ, 祫®¢¥ª
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 switch ( this->uVoiceID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
983 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
985 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
986 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
990 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
991 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994 case 0x18u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
996 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
997 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
998 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1000 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1001 if ( uItemID != 604 ) //
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 // if (uItemID == 532) // item073 «ìä¨©áª ï Š®«ìç㣠  àâ¥ä ªâ, í«ìä
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 v5 = _43EEF3() == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1005 goto LABEL_23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 v2 = GetRace() == 3; //
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 // if (uItemID == 533) // item113 Š®¢ ­ë¥ ‹ â­ë¥ 㪠¢¨æë  àâ¥ä ªâ, £­®¬
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 if ( uItemID != 532 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1015 if ( uItemID != 515 && uItemID != 517 ) //
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 // if (uItemID == 534) // item104 ®ïá ƒ¥à®ï  àâ¥ä ªâ, ¬ã¦ç¨­ 
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1017 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 if ( uItemID == 521 ) // if (uItemID == 521 || // item239 ˜«¥¬ ’ «¥¤®­   àâ¥ä ªâ, ¤®¡à®
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019 // uItemID == 526) // item230 ‘¯à ¢¥¤«¨¢®áâì ५¨ª¢¨ï, ¤®¡à®
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 LABEL_13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 v4 = 99;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1024 v5 = (unsigned __int16)_449B57_test_bit(pParty->_award_bits, v4) == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025 LABEL_23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026 if ( !v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1027 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1030 if ( uItemID != 525 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 if ( uItemID != 527 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1034 if ( uItemID != 531 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036 v2 = GetRace() == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1038 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 goto LABEL_13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1040 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1041 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 v4 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1043 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1045 v2 = GetRace() == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1048 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1052
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 //----- (00492D65) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 int Player::SetCondition(unsigned int uConditionIdx, int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1055 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 Player *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1057 Player **v4; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 Player *v5; // ecx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 Player *v6; // ecx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 Player *v7; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 Player *v8; // ecx@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1062 Player *v9; // ecx@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 Player *v10; // ecx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 Player *v11; // ecx@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 Player *v12; // ecx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1066 char *v13; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067 Player *v14; // ecx@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1068 Player *v15; // ecx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1069 Player *v16; // ecx@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1070 signed int result; // eax@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1071 signed int v18; // ecx@77
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 int v19; // eax@77
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073 char v20; // al@80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 signed int v21; // ebx@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1075 signed int v22; // esi@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 int v23; // [sp-8h] [bp-1Ch]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1077 int v24; // [sp-8h] [bp-1Ch]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078 int v25; // [sp-8h] [bp-1Ch]@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 int v26; // [sp-4h] [bp-18h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 signed int v27; // [sp-4h] [bp-18h]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 int v28; // [sp-4h] [bp-18h]@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082 char *v29; // [sp+Ch] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 int v30; // [sp+10h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1084 int v31; // [sp+20h] [bp+Ch]@82
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1085
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 v29 = (char *)this + 8 * uConditionIdx;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1088 if ( *(_QWORD *)v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 LABEL_76:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 v4 = &pPlayers[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 v30 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1097 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 if ( (*v4)->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 ++v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1102 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 while ( (signed int)v4 <= (signed int)&pPlayers[4] );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 switch ( uConditionIdx )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 v23 = 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 goto LABEL_81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 if ( a3 == 1 && (signed __int64)pParty->pPartyBuffs[13].uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114 v23 = 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115 goto LABEL_81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 if ( a3 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 if ( v3->HasEnchantedItemEquipped(22) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1120 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1121 v27 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1122 v24 = 505;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1123 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1124 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1125 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126 v23 = 26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1127 goto LABEL_81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1128 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1129 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1130 v23 = 31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1131 goto LABEL_81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1132 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1133 if ( a3 == 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1134 && (v3->HasEnchantedItemEquipped(19) || v5->WearsItem(505, 3) || v6->WearsItem(530, 6)) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1135 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1136 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1137 v23 = 29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1138 goto LABEL_81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1139 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1140 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1141 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1142 if ( a3 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1143 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1144 if ( (signed __int64)pParty->pPartyBuffs[13].uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1145 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1146 --pParty->pPartyBuffs[13].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1147 if ( pParty->pPartyBuffs[13].uPower < 1u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1148 pParty->pPartyBuffs[13].Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1149 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1150 if ( v3->HasEnchantedItemEquipped(21)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1151 || v7->WearsItem(505, 3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1152 || v8->WearsItem(530, 6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1153 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1154 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1155 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1156 v23 = 27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1157 goto LABEL_81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1158 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1159 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1160 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1161 if ( a3 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1162 goto LABEL_40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1163 if ( SHIDWORD(pParty->pPartyBuffs[13].uExpireTime) >= 0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1164 && (SHIDWORD(pParty->pPartyBuffs[13].uExpireTime) > 0 || LODWORD(pParty->pPartyBuffs[13].uExpireTime) > 0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1165 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1166 if ( v3->HasEnchantedItemEquipped(18) || v9->WearsItem(505, 3) || v10->WearsItem(530, 6) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1167 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1168 LABEL_40:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1169 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1170 v23 = 28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1171 goto LABEL_81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1172 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1173 if ( a3 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1174 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1175 if ( SHIDWORD(pParty->pPartyBuffs[13].uExpireTime) >= 0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1176 && (SHIDWORD(pParty->pPartyBuffs[13].uExpireTime) > 0 || LODWORD(pParty->pPartyBuffs[13].uExpireTime) > 0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1177 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1178 if ( v3->HasEnchantedItemEquipped(20)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1179 || v11->WearsItem(505, 3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1180 || v12->WearsItem(507, 16) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1181 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1182 v27 = 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1183 v24 = 530;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1184 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1185 if ( v3->WearsItem(v24, v27) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1186 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1187 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1188 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1189 v3->PlaySound(32, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1190 v13 = (char *)&v3->sHealth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1191 goto LABEL_70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1192 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1193 if ( a3 == 1 && (signed __int64)pParty->pPartyBuffs[13].uExpireTime > 0 && pParty->pPartyBuffs[13].uSkill >= 4u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1194 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1195 v28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1196 v25 = 33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1197 goto LABEL_67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1198 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1199 if ( a3 == 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1200 && (SHIDWORD(pParty->pPartyBuffs[13].uExpireTime) >= 0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1201 && (SHIDWORD(pParty->pPartyBuffs[13].uExpireTime) > 0 || LODWORD(pParty->pPartyBuffs[13].uExpireTime) > 0)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1202 || v3->HasEnchantedItemEquipped(23)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1203 || v14->WearsItem(520, 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1204 || v15->WearsItem(505, 3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1205 || v16->WearsItem(530, 6)) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1206 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1207 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1208 v23 = 34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1209 goto LABEL_81;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1210 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1211 if ( a3 == 1 && (signed __int64)pParty->pPartyBuffs[13].uExpireTime > 0 && pParty->pPartyBuffs[13].uSkill >= 4u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1212 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1213 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1214 --pParty->pPartyBuffs[13].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1215 if ( pParty->pPartyBuffs[13].uPower < 1u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1216 pParty->pPartyBuffs[13].Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1217 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1218 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1219 v28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1220 v25 = 35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1221 LABEL_67:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1222 v3->PlaySound(v25, v28);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1223 if ( v3->sHealth > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1224 v3->sHealth = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1225 v13 = (char *)&v3->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1226 LABEL_70:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1227 if ( *(int *)v13 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1228 *(int *)v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1229 LABEL_82:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1230 v21 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1231 *(_QWORD *)v29 = pParty->uTimePlayed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1232 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1233 v22 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1234 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1235 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1236 if ( pPlayers[v22]->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1237 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1238 ++v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1239 v21 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1240 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1241 ++v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1242 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1243 while ( v22 <= 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1244 if ( v30 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1245 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1246 if ( v31 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1247 pPlayers[v21]->PlaySound(107, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1248 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1249 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1250 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1251 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1252 if ( v3->uClass == 35 || v3->pConditions[16] || v3->pConditions[17] || !v3->pConditions[14] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1253 goto LABEL_76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1254 memset(v3, 0, 0xA0u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1255 v3->sHealth = v3->GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1256 v18 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1257 v3->field_1928 = v3->uFace;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1258 v19 = v3->uVoiceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1259 v3->sMana = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1260 v3->field_1924 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1261 switch ( v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1262 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1263 case 0:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1264 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1265 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1266 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1267 case 8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1268 case 9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1269 case 12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1270 case 13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1271 case 16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1272 case 17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1273 case 20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1274 case 23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1275 v18 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1276 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1277 case 4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1278 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1279 case 6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1280 case 7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1281 case 10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1282 case 11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1283 case 14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1284 case 15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1285 case 18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1286 case 19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1287 case 21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1288 case 24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1289 v18 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1290 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1291 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1292 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1293 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1294 v26 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1295 v20 = (v18 != 0) + 23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1296 v23 = 99;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1297 v3->uFace = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1298 v3->uVoiceID = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1299 LABEL_81:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1300 v3->PlaySound(v23, v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1301 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1302 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1303 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1304 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1305 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1306 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1307 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1308
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1309 //----- (00492528) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1310 bool Player::CanFitItem(unsigned int uSlot, unsigned int uItemID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1311 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1312 unsigned int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1313 Texture *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1314 unsigned int v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1315 signed int v6; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1316 int *v7; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1317 signed int v8; // edx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1318 int *v9; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1319 Player *v11; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1320 unsigned int uItemIDa; // [sp+1Ch] [bp+Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1321
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1322 v11 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1323 v3 = pIcons_LOD->LoadTexture(pItemsTable->pItems[uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1324 v4 = (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1325 v5 = GetSizeInInventorySlots(v3 != -1 ? pIcons_LOD->pTextures[v3].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1326 uItemIDa = GetSizeInInventorySlots(v4->uTextureHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1327 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1328 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1329 v4->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1330 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1332 if ( (signed int)(v5 + (signed int)uSlot % 14) <= 14 && (signed int)(uItemIDa + (signed int)uSlot / 14) <= 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1333 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1334 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1335 if ( (signed int)uItemIDa <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1336 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1337 v7 = &v11->pInventoryIndices[uSlot];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1338 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1339 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1340 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1341 if ( (signed int)v5 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1342 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1343 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1344 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1345 v7 += 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1346 if ( v6 >= (signed int)uItemIDa )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1347 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1348 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1349 v9 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1350 while ( !*v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1351 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1352 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1353 ++v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1354 if ( v8 >= (signed int)v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1355 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1356 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1357 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1358 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1359 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1360 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1361
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1362 //----- (004925E6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1363 unsigned int Player::FindFreeInventorySlot()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1364 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1365 unsigned int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1366 ItemGen *v2; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1367
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1368 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1369 v2 = this->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1370 while ( v2->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1371 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1372 ++result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1373 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1374 if ( (signed int)result >= 126 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1375 return -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1376 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1377 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1378 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1379
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1380 //----- (00492600) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1381 int Player::CreateItemInInventory(unsigned int uSlot, unsigned int uItemID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1382 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1383 signed int v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1384 ItemGen *v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1385 int result; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1386 unsigned int v6; // ebx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1387 unsigned int v7; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1388 Texture *v8; // esi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1389 void *v9; // esi@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1390 unsigned int v10; // [sp+0h] [bp-Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1391 Player *v11; // [sp+4h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1392 signed int v12; // [sp+8h] [bp-4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1393 unsigned int uItemIDa; // [sp+18h] [bp+Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1394
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1395 v11 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1396 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1397 v4 = this->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1398 while ( v4->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1399 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1400 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1401 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1402 if ( v3 >= 126 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1403 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1404 v12 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1405 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1406 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1407 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1408 v12 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1409 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1410 if ( v12 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1411 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1412 if ( uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1413 pPlayers[uActiveCharacter]->PlaySound(15, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1414 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1415 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1416 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1417 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1418 v6 = uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1419 v7 = pIcons_LOD->LoadTexture(pItemsTable->pItems[uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1420 v8 = (Texture *)(v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1421 v10 = GetSizeInInventorySlots(v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1422 uItemIDa = GetSizeInInventorySlots(v8->uTextureHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1423 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1424 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1425 v8->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1426 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1427 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1428 if ( (signed int)uItemIDa > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1429 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1430 v9 = &v11->pInventoryIndices[uSlot];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1431 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1432 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1433 if ( (signed int)v10 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1434 memset32(v9, -1 - uSlot, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1435 v9 = (char *)v9 + 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1436 --uItemIDa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1437 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1438 while ( uItemIDa );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1439 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1440 result = v12 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1441 v11->pInventoryIndices[uSlot] = v12 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1442 v11->pInventoryItems[v12].uItemID = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1443 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1444 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1445 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1446 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1447
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1448 //----- (00492700) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1449 int Player::HasSkill(unsigned int uSkillType)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1450 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1451 signed int result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1452
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1453 if ( (signed int)uSkillType >= 37 || this->pActiveSkills[uSkillType] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1454 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1455 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1456 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1457 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1458 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1459 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[67], this->pName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1460 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1461 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1462 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1463 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1464 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1465
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1466 //----- (00492745) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1467 int Player::WearItem(unsigned int uItemID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1468 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1469 signed int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1470 ItemGen *v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1471 int v4; // edi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1472 char *v5; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1473 char *v6; // esi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1474
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1475 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1476 v3 = this->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1477 while ( v3->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1478 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1479 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1480 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1481 if ( v2 >= 126 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1482 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1483 v2 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1484 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1485 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1486 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1487 if ( v2 != -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1488 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1489 v4 = v2 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1490 v5 = (char *)this + 36 * v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1491 v6 = &byte_4E8398[pItemsTable->pItems[uItemID].uEquipType];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1492 *(&this->pEquipment.uOffHand + (unsigned __int8)*v6) = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1493 *((int *)v5 + 133) = uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1494 v5[556] = *v6 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1495 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1496 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1497 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1498
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1499 //----- (004927A8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1500 int Player::AddItem(unsigned int uSlot, unsigned int uItemID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1501 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1502 signed int v3; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1503 signed int v4; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1504 unsigned int v5; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1505 unsigned int v7; // [sp-8h] [bp-18h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1506 unsigned int v8; // [sp-4h] [bp-14h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1507 Player *thisa; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1508
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1509 thisa = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1510 if ( uSlot == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1511 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1512 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1513 while ( 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1514 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1515 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1516 v5 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1517 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1518 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1519 if ( CanFitItem(v5, uItemID) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1520 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1521 v8 = uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1522 v7 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1523 return CreateItemInInventory(v7, v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1524 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1525 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1526 v5 += 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1527 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1528 while ( v4 < 9 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1529 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1530 if ( v3 < 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1531 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1532 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1533 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1534 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1535 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1536 if ( !CanFitItem(uSlot, uItemID) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1537 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1538 pAudioPlayer->PlaySound(SOUND_27, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1539 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1540 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1541 v8 = uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1542 v7 = uSlot;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1543 return CreateItemInInventory(v7, v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1544 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1545
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1546 //----- (00492826) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1547 int Player::AddItem2(unsigned int uSlot, ItemGen *Src)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1548 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1549 unsigned int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1550 unsigned int v4; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1551 signed int v5; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1552 unsigned int v7; // [sp-8h] [bp-18h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1553 ItemGen *v8; // [sp-4h] [bp-14h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1554 Player *thisa; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1555 signed int uSlota; // [sp+18h] [bp+8h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1556
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1557 thisa = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1558 v3 = Src->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1559 pItemsTable->SetSpecialBonus(Src);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1560 if ( uSlot == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1561 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1562 uSlota = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1563 while ( 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1564 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1565 v4 = uSlota;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1566 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1567 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1568 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1569 if ( CanFitItem(v4, v3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1570 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1571 v8 = Src;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1572 v7 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1573 return CreateItemInInventory2(v7, v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1574 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1575 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1576 v4 += 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1577 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1578 while ( v5 < 14 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1579 ++uSlota;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1580 if ( uSlota < 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1581 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1582 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1583 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1584 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1585 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1586 if ( !CanFitItem(uSlot, v3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1587 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1588 v8 = Src;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1589 v7 = uSlot;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1590 return CreateItemInInventory2(v7, v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1591 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1592
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1593 //----- (0049289C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1594 int Player::CreateItemInInventory2(unsigned int uSlot, ItemGen *Src)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1595 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1596 signed int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1597 ItemGen *v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1598 int result; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1599 unsigned int v6; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1600 Texture *v7; // esi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1601 unsigned int v8; // edx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1602 void *v9; // esi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1603 unsigned int v10; // [sp+4h] [bp-Ch]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1604 unsigned int v11; // [sp+8h] [bp-8h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1605 Player *v12; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1606 unsigned int uSlota; // [sp+18h] [bp+8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1607
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1608 v12 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1609 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1610 v4 = this->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1611 while ( v4->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1612 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1613 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1614 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1615 if ( v3 >= 126 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1616 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1617 v3 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1618 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1619 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1620 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1621 if ( v3 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1622 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1623 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1624 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1625 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1626 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1627 v6 = pIcons_LOD->LoadTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1628 pItemsTable->pItems[Src->uItemID].pIconName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1629 TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1630 v7 = (Texture *)(v6 != -1 ? (int)&pIcons_LOD->pTextures[v6] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1631 v10 = GetSizeInInventorySlots(v6 != -1 ? pIcons_LOD->pTextures[v6].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1632 v11 = GetSizeInInventorySlots(v7->uTextureHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1633 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1634 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1635 v7->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1636 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1637 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1638 v8 = uSlot;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1639 if ( (signed int)v11 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1640 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1641 uSlota = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1642 v9 = &v12->pInventoryIndices[v8];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1643 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1644 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1645 if ( (signed int)v10 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1646 memset32(v9, -1 - v8, v10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1647 v9 = (char *)v9 + 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1648 --uSlota;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1649 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1650 while ( uSlota );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1651 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1652 v12->pInventoryIndices[v8] = v3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1653 memcpy(&v12->pInventoryItems[v3], Src, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1654 result = v3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1655 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1656 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1657 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1658 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1659
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1660 //----- (0049298B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1661 bool Player::_49298B(ItemGen *a2, int a3, int a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1662 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1663 Player *v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1664 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1665 Texture *v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1666 void *v7; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1667 unsigned int v9; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1668 unsigned int a2a; // [sp+18h] [bp+8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1669
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1670 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1671 v5 = pIcons_LOD->LoadTexture(pItemsTable->pItems[a2->uItemID].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1672 v6 = (Texture *)(v5 != -1 ? (int)&pIcons_LOD->pTextures[v5] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1673 v9 = GetSizeInInventorySlots(v5 != -1 ? pIcons_LOD->pTextures[v5].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1674 a2a = GetSizeInInventorySlots(v6->uTextureHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1675 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1676 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1677 v6->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1678 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1679 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1680 if ( (signed int)a2a > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1681 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1682 v7 = &v4->pInventoryIndices[a4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1683 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1684 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1685 if ( (signed int)v9 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1686 memset32(v7, -1 - a4, v9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1687 v7 = (char *)v7 + 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1688 --a2a;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1689 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1690 while ( a2a );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1691 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1692 v4->pInventoryIndices[a4] = a3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1693 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1694 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1695 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1696
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1697 //----- (00492A36) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1698 unsigned int Player::RemoveItemAtInventoryIndex(unsigned int uSlot)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1699 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1700 int *pIndices; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1701 ItemGen *v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1702 unsigned int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1703 unsigned int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1704 Texture *v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1705 unsigned int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1706 unsigned int v8; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1707 void *v9; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1708 unsigned int uSlota; // [sp+14h] [bp+4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1709
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1710 pIndices = &this->pInventoryIndices[uSlot];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1711 v3 = (ItemGen *)&this->pDarkSpellbook.bIsSpellAvailable[36 * *pIndices + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1712 v4 = v3->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1713 v3->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1714 v5 = pIcons_LOD->LoadTexture(pItemsTable->pItems[v4].pIconName, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1715 v6 = (Texture *)(v5 != -1 ? (int)&pIcons_LOD->pTextures[v5] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1716 uSlota = GetSizeInInventorySlots(v5 != -1 ? pIcons_LOD->pTextures[v5].uTextureWidth : 24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1717 result = GetSizeInInventorySlots(v6->uTextureHeight);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1718 v8 = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1719 if ( !areWeLoadingTexture )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1720 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1721 v6->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1722 result = pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1723 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1724 if ( (signed int)v8 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1725 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1726 v9 = pIndices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1727 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1728 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1729 if ( (signed int)uSlota > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1730 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1731 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1732 memset(v9, 0, 4 * uSlota);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1733 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1734 v9 = (char *)v9 + 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1735 --v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1736 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1737 while ( v8 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1738 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1739 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1740 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1741 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1742
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1743
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1744 //----- (00490EEE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1745 int Player::_490EEE(ItemGen *pItem, int a3, int a4, int a5)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1746 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1747 int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1748 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1749 unsigned int v7; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1750 unsigned int v8; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1751 signed int v9; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1752 char v10; // zf@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1753 unsigned __int8 v11; // zf@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1754 char v12; // sf@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1755 unsigned __int8 v13; // of@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1756 float *v14; // esi@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1757 float v15; // ST04_4@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1758 signed int v16; // eax@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1759 int v17; // edi@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1760 float v18; // ST04_4@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1761 signed int v19; // eax@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1762 float v20; // ST04_4@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1763 signed int v21; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1764 signed int v22; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1765 float v23; // ST04_4@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1766 signed int v24; // eax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1767 int v26; // [sp+10h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1768 Player *v27; // [sp+14h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1769
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1770 v27 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1771 LOBYTE(v5) = GetActualSkillLevel(PLAYER_SKILL_MERCHANT);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1772 v26 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1773 result = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1774 v7 = pItem->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1775 v8 = pItem->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1776 v9 = pItemsTable->pItems[v8].uEquipType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1777 if ( (a3 != 4 || (signed int)v7 < 740 || (signed int)v7 > 771)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1778 && ((signed int)v7 >= 600 || (signed int)v7 >= 529 && (signed int)v7 <= 599) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1779 return 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1780 if ( a3 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1781 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1782 v13 = __OFSUB__(v9, 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1783 v11 = v9 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1784 v12 = v9 - 2 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1785 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1786 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1787 if ( a3 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1788 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1789 if ( v9 < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1790 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1791 v13 = __OFSUB__(v9, 9);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1792 v11 = v9 == 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1793 v12 = v9 - 9 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1794 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1795 if ( !((unsigned __int8)(v12 ^ v13) | v11) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1796 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1797 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1798 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1799 if ( a3 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1800 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1801 if ( pItemsTable->pItems[v8].uSkillType == 38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1802 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1803 v10 = v9 == 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1804 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1805 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1806 if ( a3 != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1807 goto LABEL_26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1808 if ( v9 < 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1809 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1810 if ( v9 > 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1811 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1812 v10 = v9 == 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1813 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1814 if ( !v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1815 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1816 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1817 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1818 if ( BYTE1(pItem->uAttributtes) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1819 return 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1820 LABEL_26:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1821 //v14 = &p2DEvents_minus1__20[13 * a4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1822 v14 = &p2DEvents[a4 - 1].fPriceMultiplier;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1823 v15 = *v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1824 v16 = pItem->GetValue();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1825 v17 = _4B8142(v16, v15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1826 if ( a5 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1827 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1828 v23 = *v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1829 v24 = pItem->GetValue();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1830 v17 = v27->_4B8102(v24, v23);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1831 if ( !(pItem->uAttributtes & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1832 goto LABEL_39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1833 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1834 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1835 if ( a5 == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1836 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1837 v22 = v27->_4B8179(*v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1838 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1839 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1840 if ( a5 == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1841 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1842 v20 = *v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1843 v21 = pItem->GetValue();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1844 v22 = v27->_4B81C3(v21, v20);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1845 LABEL_35:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1846 v17 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1847 goto LABEL_39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1848 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1849 if ( a5 != 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1850 goto LABEL_39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1851 v18 = *v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1852 v19 = pItem->GetValue();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1853 v17 = v27->_4B8102(v19, v18) / 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1854 if ( pItem->uAttributtes & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1855 v17 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1856 if ( v17 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1857 goto LABEL_39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1858 LABEL_38:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1859 v17 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1860 LABEL_39:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1861 if ( v26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1862 result = (v17 == pItem->GetValue()) + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1863 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1864 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1865 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1866 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1867
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1868
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1869 //----- (0049107D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1870 int Player::GetBodybuilding()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1871 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1872 char v1; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1873 int v2; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1874 char v3; // ah@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1875 int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1876 signed int v6; // [sp-4h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1877
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1878 v1 = GetActualSkillLevel(PLAYER_SKILL_BODYBUILDING);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1879 v2 = v1 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1880 if ( v3 & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1881 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1882 v6 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1883 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1884 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1885 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1886 if ( v1 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1887 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1888 v4 = ((v1 & 0x40) != 0) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1889 return v2 * v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1890 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1891 v6 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1892 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1893 v4 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1894 return v2 * v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1895 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1896
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1897 //----- (004910A8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1898 int Player::GetMediatation()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1899 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1900 char v1; // al@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1901 int v2; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1902 char v3; // ah@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1903 int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1904 signed int v6; // [sp-4h] [bp-4h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1905
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1906 v1 = GetActualSkillLevel(PLAYER_SKILL_MEDITATION);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1907 v2 = v1 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1908 if ( v3 & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1909 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1910 v6 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1911 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1912 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1913 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1914 if ( v1 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1915 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1916 v4 = ((v1 & 0x40) != 0) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1917 return v2 * v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1918 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1919 v6 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1920 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1921 v4 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1922 return v2 * v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1923 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1924
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1925 //----- (004910D3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1926 int Player::CanIdentify(ItemGen *pItem)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1927 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1928 unsigned __int16 v2; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1929 unsigned __int16 v3; // bx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1930 int uSkillMult; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1931 int v5; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1932 signed int v6; // ebp@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1933 char *v7; // esi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1934 signed int uSkillMultiplier; // [sp-4h] [bp-14h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1935
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1936 LOBYTE(v2) = pPlayers[uActiveCharacter]->GetActualSkillLevel(PLAYER_SKILL_ITEM_ID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1937 v3 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1938 if ( HIBYTE(v2) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1939 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1940 uSkillMultiplier = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1941 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1942 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1943 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1944 if ( (v2 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1945 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1946 uSkillMult = ((v2 & 0x40) != 0) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1947 goto LABEL_7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1948 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1949 uSkillMultiplier = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1950 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1951 uSkillMult = uSkillMultiplier;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1952 LABEL_7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1953 v5 = uSkillMult * (v3 & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1954 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1955 v7 = (char *)&pItemsTable->pItems[pItem->uItemID].pIconName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1956 if ( CheckHiredNPCSpeciality(4u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1957 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1958 if ( (signed int)SkillToMastery(v3) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1959 v6 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1960 if ( v5 >= (unsigned __int8)v7[46] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1961 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1962 v6 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1963 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1964 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1965
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1966 //----- (00491151) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1967 int Player::CanRepair(ItemGen *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1968 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1969 unsigned __int16 v2; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1970 unsigned __int16 v3; // bx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1971 int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1972 int v5; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1973 signed int v6; // ebp@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1974 char v8; // al@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1975 signed int v10; // [sp-4h] [bp-14h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1976
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1977 LOBYTE(v2) = GetActualSkillLevel(PLAYER_SKILL_REPAIR);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1978 v3 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1979 if ( HIBYTE(v2) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1980 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1981 v10 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1982 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1983 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1984 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1985 if ( (v2 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1986 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1987 v4 = ((v2 & 0x40) != 0) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1988 goto LABEL_7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1989 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1990 v10 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1991 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1992 v4 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1993 LABEL_7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1994 v5 = v4 * (v3 & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1995 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1996 auto v7 = &pItemsTable->pItems[a2->uItemID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1997 if (CheckHiredNPCSpeciality(1) && v7->uEquipType <= 2 ||
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1998 CheckHiredNPCSpeciality(2) && v7->uEquipType >= 3 && v7->uEquipType <= 9 ||
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1999 CheckHiredNPCSpeciality(3) && v7->uEquipType >= 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2000 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2001 if ( (signed int)SkillToMastery(v3) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2002 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2003 if ( v5 >= *((char *)(v7 + 1) + 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2004 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2005 __debugbreak(); // really odd
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2006 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2007 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2008 return false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2009 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2010
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2011 //----- (004911F3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2012 int Player::GetMerchant()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2013 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2014 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2015 unsigned __int16 v2; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2016 unsigned __int16 v3; // bx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2017 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2018 int v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2019 int v7; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2020 int v8; // ecx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2021 signed int v9; // [sp-4h] [bp-10h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2022
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2023 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2024 LOBYTE(v2) = GetActualSkillLevel(PLAYER_SKILL_MERCHANT);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2025 v3 = v1->pActiveSkills[22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2026 v4 = v2 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2027 v5 = v1->pActiveSkills[22] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2028 if ( (signed int)SkillToMastery(v2) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2029 return 10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2030 v7 = GetPartyReputation();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2031 if ( !v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2032 return -v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2033 if ( HIBYTE(v3) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2034 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2035 v9 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2036 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2037 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2038 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2039 if ( (v3 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2040 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2041 v8 = ((v3 & 0x40) != 0) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2042 return v5 * (v8 - 1) - v7 + v4 + 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2043 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2044 v9 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2045 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2046 v8 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2047 return v5 * (v8 - 1) - v7 + v4 + 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2048 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2049
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2050 //----- (0049125A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2051 int Player::GetPerception()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2052 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2053 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2054 unsigned __int16 v2; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2055 unsigned __int16 v3; // bx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2056 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2057 int v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2058 int v7; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2059 signed int v8; // [sp-4h] [bp-10h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2060
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2061 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2062 LOBYTE(v2) = GetActualSkillLevel(PLAYER_SKILL_PERCEPTION);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2063 v3 = v1->pActiveSkills[26];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2064 v4 = v2 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2065 v5 = v1->pActiveSkills[26] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2066 if ( (signed int)SkillToMastery(v2) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2067 return 10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2068 if ( HIBYTE(v3) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2069 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2070 v8 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2071 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2072 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2073 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2074 if ( (v3 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2075 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2076 v7 = ((v3 & 0x40) != 0) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2077 return v4 + v5 * (v7 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2078 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2079 v8 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2080 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2081 v7 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2082 return v4 + v5 * (v7 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2083 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2084
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2085 //----- (004912B0) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2086 int Player::GetDisarmTrap()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2087 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2088 Player *v1; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2089 unsigned __int16 v2; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2090 unsigned __int16 v3; // bx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2091 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2092 int v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2093 int v7; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2094 signed int v8; // [sp-4h] [bp-14h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2095
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2096 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2097 LOBYTE(v2) = GetActualSkillLevel(PLAYER_SKILL_TRAP_DISARM);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2098 v3 = v1->pActiveSkills[29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2099 v4 = v2 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2100 v5 = v1->pActiveSkills[29] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2101 if ( (signed int)SkillToMastery(v2) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2102 return 10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2103 if ( HasEnchantedItemEquipped(35) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2104 v4 *= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2105 if ( HIBYTE(v3) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2106 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2107 v8 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2108 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2109 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2110 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2111 if ( (v3 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2112 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2113 v7 = ((v3 & 0x40) != 0) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2114 return v4 + v5 * (v7 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2115 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2116 v8 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2117 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2118 v7 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2119 return v4 + v5 * (v7 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2120 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2122 //----- (00491317) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2123 char Player::GetLearningPercent()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2124 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2125 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2126 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2127 unsigned __int16 v3; // bx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2128 int v4; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2129 int v5; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2130 signed int v7; // [sp-4h] [bp-Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2131
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2132 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2133 LOBYTE(v2) = GetActualSkillLevel(PLAYER_SKILL_LEARNING);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2134 v3 = v1->pActiveSkills[36];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2135 v4 = v2 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2136 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2137 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2138 if ( HIBYTE(v3) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2139 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2140 v7 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2141 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2142 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2143 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2144 if ( (v3 & 0x80u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2145 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2146 v5 = ((v3 & 0x40) != 0) + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2147 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2148 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2149 v7 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2150 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2151 v5 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2152 LABEL_8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2153 v2 = (v1->pActiveSkills[36] & 0x3F) * (v5 - 1) + v4 + 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2154 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2155 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2156 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2157
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2158 //----- (0048C6AF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2159 Player::Player()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2160 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2161 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2162 signed int v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2163 ItemGen *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2164 SpellBuff *v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2165 signed int v5; // edx@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2166
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2167 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2168 v2 = 138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2169 v3 = this->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2170 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2171 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2172 v3->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2173 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2174 --v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2175 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2176 while ( v2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2177 v4 = v1->pPlayerBuffs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2178 v5 = 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2179 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2180 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2181 v4->uSkill = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2182 v4->uPower = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2183 LODWORD(v4->uExpireTime) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2184 HIDWORD(v4->uExpireTime) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2185 v4->uCaster = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2186 v4->uFlags = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2187 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2188 --v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2189 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2190 while ( v5 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2191 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2192
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2193 //----- (0048C6F6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2194 bool Party::AddItem(ItemGen *pItem)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2195 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2196 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2197 unsigned int v3; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2198 signed int v4; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2199 char *v5; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2200 unsigned int v6; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2201 Texture *v7; // ebx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2202 signed int v8; // esi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2203 Player *v9; // edi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2204 int v10; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2205 bool result; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2206 std::string v12; // [sp-18h] [bp-40h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2207 const char *v13; // [sp-8h] [bp-30h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2208 int v14; // [sp-4h] [bp-2Ch]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2209 int v15; // [sp+Ch] [bp-1Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2210 int v16; // [sp+10h] [bp-18h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2211 int v17; // [sp+14h] [bp-14h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2212 int v18; // [sp+18h] [bp-10h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2213 Player *v19; // [sp+1Ch] [bp-Ch]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2214 Party *v20; // [sp+20h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2215 int v21; // [sp+24h] [bp-4h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2216
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2217 auto thos = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2218
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2219 v20 = thos;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2220 v2 = pItem->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2221 if ( !BYTE2(pItemsTable->pItems[v2 + 1].uItemID) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2222 pItem->uAttributtes |= 1u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2223 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2224 v16 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2225 v18 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2226 v17 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2227 if ( uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2228 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2229 v3 = uActiveCharacter - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2230 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2231 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2232 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2233 *(&v15 + v4++) = v3++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2234 if ( (signed int)v3 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2235 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2236 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2237 while ( v4 < 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2238 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2239 v5 = pItemsTable->pItems[v2].pIconName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2240 if ( v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2241 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2242 v6 = pIcons_LOD->LoadTexture(v5, TEXTURE_16BIT_PALETTE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2243 v7 = (Texture *)(v6 != -1 ? (int)&pIcons_LOD->pTextures[v6] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2244 v21 = areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2245 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2246 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2247 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2248 v9 = &v20->pPlayers[*(&v15 + v8)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2249 v19 = &v20->pPlayers[*(&v15 + v8)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2250 v10 = v19->AddItem(0xFFFFFFFFu, pItem->uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2251 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2252 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2253 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2254 if ( v8 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2255 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2256 if ( !v21 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2257 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2258 v7->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2259 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2260 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2261 goto LABEL_15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2262 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2263 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2264 memcpy(&v9->pDarkSpellbook.bIsSpellAvailable[36 * v10 + 5], pItem, 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2265 pItem->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2266 pAudioPlayer->PlaySound(SOUND_GoldReceived, 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2267 v19->PlaySound(60, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2268 if ( !v21 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2269 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2270 v7->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2271 pIcons_LOD->_40F9C5();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2272 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2273 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2274 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2275 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2277 MessageBoxW(nullptr, L"Invalid picture_name detected ::addItem()", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Party.cpp:795", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2278 LABEL_15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2279 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2280 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2281 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2282 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2283 // 506128: using guessed type int areWeLoadingTexture;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2284
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2285 //----- (0048C855) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2286 int Player::GetBaseStrength()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2287 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2288 return this->uMight + GetItemsBonus(CHARACTER_ATTRIBUTE_STRENGTH, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2289 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2290
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2291 //----- (0048C86C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2292 int Player::GetBaseIntelligence()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2293 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2294 return this->uIntelligence + GetItemsBonus(CHARACTER_ATTRIBUTE_INTELLIGENCE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2295 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2296
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2297 //----- (0048C883) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2298 int Player::GetBaseWillpower()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2299 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2300 return this->uWillpower + GetItemsBonus(CHARACTER_ATTRIBUTE_WILLPOWER, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2301 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2302
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2303 //----- (0048C89A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2304 int Player::GetBaseEndurance()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2305 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2306 return this->uEndurance + GetItemsBonus(CHARACTER_ATTRIBUTE_ENDURANCE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2307 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2308
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2309 //----- (0048C8B1) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2310 int Player::GetBaseAccuracy()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2311 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2312 return this->uAccuracy + GetItemsBonus(CHARACTER_ATTRIBUTE_ACCURACY, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2313 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2314
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2315 //----- (0048C8C8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2316 int Player::GetBaseSpeed()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2317 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2318 return this->uSpeed + GetItemsBonus(CHARACTER_ATTRIBUTE_SPEED, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2319 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2320
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2321 //----- (0048C8DF) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2322 int Player::GetBaseLuck()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2323 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2324 return this->uLuck + GetItemsBonus(CHARACTER_ATTRIBUTE_LUCK, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2325 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2326
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2327 //----- (0048C8F6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2328 int Player::GetBaseLevel()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2329 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2330 return this->uLevel + GetItemsBonus(CHARACTER_ATTRIBUTE_LEVEL, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2332
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2333 //----- (0048C90D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2334 int Player::GetActualLevel()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2335 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2336 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2337 int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2338
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2339 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2340 v2 = GetItemsBonus(CHARACTER_ATTRIBUTE_LEVEL, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2341 return v1->sLevelModifier + GetMagicalBonus(CHARACTER_ATTRIBUTE_LEVEL) + v2 + v1->uLevel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2342 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2343
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2344 //----- (0048C93C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2345 int Player::GetActualMight()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2346 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2347 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2348 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2349 signed int v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2350 signed int v4; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2351 int v5; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2352 int v6; // ST14_4@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2353
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2354 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2355 v2 = this->sAgeModifier + GetBaseAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2356 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2357 while ( (signed int)v2 >= (signed int)pAgeingTable[v3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2358 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2359 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2360 if ( v3 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2361 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2362 v4 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2363 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2364 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2365 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2366 v4 = pAgeingStrengthMultiplier[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2367 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2368 v5 = pConditionStrengthMultiplier[GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2369 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_STRENGTH, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2370 return v5 * v4 * v1->uMight / 100 / 100 + GetMagicalBonus((CHARACTER_ATTRIBUTE_TYPE)0) + v6 + v1->uMightBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2371 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2372
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2373 //----- (0048C9C2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2374 int Player::GetActualIntelligence()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2375 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2376 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2377 unsigned int sAge; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2378 signed int uAgeLevel; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2379 signed int v4; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2380 int v5; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2381 int v6; // ebp@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2382
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2383 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2384 sAge = this->sAgeModifier + GetBaseAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2385 uAgeLevel = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2386 while ( (signed int)sAge >= (signed int)pAgeingTable[uAgeLevel] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2387 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2388 ++uAgeLevel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2389 if ( uAgeLevel >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2390 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2391 v4 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2392 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2393 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2394 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2395 v4 = pAgeingIntelligenceMultiplier[uAgeLevel];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2396 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2397 v5 = pConditionIntelligenceMultiplier[GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2398 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_INTELLIGENCE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2399 return v5 * v4 * v1->uIntelligence / 100 / 100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2400 + GetMagicalBonus(CHARACTER_ATTRIBUTE_INTELLIGENCE)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2401 + v6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2402 + v1->uIntelligenceBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2403 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2404
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2405 //----- (0048CA3F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2406 int Player::GetActualWillpower()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2407 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2408 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2409 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2410 signed int v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2411 signed int v4; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2412 int v5; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2413 int v6; // ebp@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2414
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2415 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2416 v2 = this->sAgeModifier + GetBaseAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2417 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2418 while ( (signed int)v2 >= (signed int)pAgeingTable[v3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2419 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2420 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2421 if ( v3 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2423 v4 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2424 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2425 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2426 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2427 v4 = pAgeingWillpowerMultiplier[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2428 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2429 v5 = pConditionWillpowerMultiplier[GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2430 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_WILLPOWER, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2431 return v5 * v4 * v1->uWillpower / 100 / 100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2432 + GetMagicalBonus(CHARACTER_ATTRIBUTE_WILLPOWER)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2433 + v6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2434 + v1->uWillpowerBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2435 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2436
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2437 //----- (0048CABC) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2438 int Player::GetActualEndurance()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2439 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2440 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2441 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2442 signed int v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2443 signed int v4; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2444 int v5; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2445 int v6; // ebp@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2446
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2447 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2448 v2 = this->sAgeModifier + GetBaseAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2449 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2450 while ( (signed int)v2 >= (signed int)pAgeingTable[v3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2451 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2452 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2453 if ( v3 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2454 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2455 v4 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2456 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2457 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2458 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2459 v4 = pAgeingEnduranceMultiplier[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2460 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2461 v5 = pConditionEnduranceMultiplier[GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2462 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_ENDURANCE, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2463 return v5 * v4 * v1->uEndurance / 100 / 100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2464 + GetMagicalBonus(CHARACTER_ATTRIBUTE_ENDURANCE)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2465 + v6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2466 + v1->uEnduranceBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2467 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2468
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2469 //----- (0048CB39) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2470 int Player::GetActualAccuracy()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2471 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2472 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2473 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2474 signed int v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2475 signed int v4; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2476 int v5; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2477 int v6; // ebp@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2478
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2479 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2480 v2 = this->sAgeModifier + GetBaseAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2481 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2482 while ( (signed int)v2 >= (signed int)pAgeingTable[v3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2483 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2484 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2485 if ( v3 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2486 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2487 v4 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2488 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2489 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2490 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2491 v4 = pAgeingAccuracyMultiplier[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2492 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2493 v5 = pConditionAccuracyMultiplier[GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2494 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_ACCURACY, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2495 return v5 * v4 * v1->uAccuracy / 100 / 100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2496 + GetMagicalBonus(CHARACTER_ATTRIBUTE_ACCURACY)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2497 + v6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2498 + v1->uAccuracyBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2499 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2500
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2501 //----- (0048CBB6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2502 int Player::GetActualSpeed()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2503 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2504 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2505 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2506 signed int v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2507 signed int v4; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2508 int v5; // edi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2509 int v6; // ebp@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2510
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2511 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2512 v2 = this->sAgeModifier + GetBaseAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2513 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2514 while ( (signed int)v2 >= (signed int)pAgeingTable[v3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2515 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2516 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2517 if ( v3 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2518 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2519 v4 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2520 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2521 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2522 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2523 v4 = pAgeingSpeedMultiplier[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2524 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2525 v5 = pConditionSpeedMultiplier[GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2526 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_SPEED, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2527 return v5 * v4 * v1->uSpeed / 100 / 100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2528 + GetMagicalBonus(CHARACTER_ATTRIBUTE_SPEED)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2529 + v6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2530 + v1->uSpeedBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2531 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2532
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2533 //----- (0048CC33) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2534 int Player::GetActualLuck()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2535 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2536 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2537 unsigned int v2; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2538 signed int v3; // ecx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2539 signed int v4; // ebx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2540 int v5; // edi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2541 int v6; // ebp@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2542 signed int v8; // [sp+10h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2543
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2544 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2545 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2546 if ( CheckHiredNPCSpeciality(0x1Bu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2547 v8 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2548 if ( CheckHiredNPCSpeciality(0x1Cu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2549 v8 += 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2550 if ( CheckHiredNPCSpeciality(0x2Fu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2551 v8 += 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2552 v2 = v1->sAgeModifier + GetBaseAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2553 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2554 while ( (signed int)v2 >= (signed int)pAgeingTable[v3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2555 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2556 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2557 if ( v3 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2558 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2559 v4 = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2560 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2561 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2562 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2563 v4 = pAgeingLuckMultiplier[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2564 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2565 v5 = pConditionLuckMultiplier[GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2566 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_LUCK, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2567 return GetMagicalBonus(CHARACTER_ATTRIBUTE_LUCK)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2568 + v6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2569 + v8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2570 + v5 * v4 * v1->uLuck / 100 / 100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2571 + v1->uLuckBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2572 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2573
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2574 //----- (0048CCF5) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2575 int Player::GetActualAttack(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2576 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2577 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2578 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2579 int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2580 int v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2581 int v6; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2582
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2583 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2584 v3 = GetActualAccuracy();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2585 v4 = _48EA1B_get_static_effect(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2586 v5 = GetSkillBonus(CHARACTER_ATTRIBUTE_ATTACK);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2587 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_ATTACK, a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2588 return v4 + v5 + v6 + GetMagicalBonus(CHARACTER_ATTRIBUTE_ATTACK) + v2->_some_attack_bonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2589 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2590
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2591 //----- (0048CD45) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2592 int Player::GetMeleeDamageMinimal()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2593 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2594 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2595 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2596 int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2597 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2598 int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2599 int v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2600 signed int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2601
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2602 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2603 v2 = GetActualMight();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2604 v3 = _48EA1B_get_static_effect(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2605 v4 = GetItemsBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_MIN, 0) + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2606 v5 = GetSkillBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_BONUS) + v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2607 v6 = v1->_melee_dmg_bonus + GetMagicalBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_BONUS) + v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2608 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2609 if ( v6 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2610 result = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2611 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2612 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2613
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2614 //----- (0048CD90) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2615 int Player::GetMeleeDamageMaximal()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2616 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2617 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2618 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2619 int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2620 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2621 int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2622 int v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2623 signed int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2624
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2625 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2626 v2 = GetActualMight();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2627 v3 = _48EA1B_get_static_effect(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2628 v4 = GetItemsBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_MAX, 0) + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2629 v5 = GetSkillBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_BONUS) + v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2630 v6 = v1->_melee_dmg_bonus + GetMagicalBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_BONUS) + v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2631 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2632 if ( v6 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2633 result = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2634 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2635 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2636
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2637 //----- (0048CDDB) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2638 int Player::CalculateMeleeDamageTo(int a2, int a3, unsigned int uTargetActorID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2639 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2640 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2641 Player *v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2642 ItemGen *v6; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2643 unsigned int v7; // ebp@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2644 unsigned int v8; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2645 int v9; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2646 int v10; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2647 char v11; // zf@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2648 int v12; // esi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2649 int v13; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2650 enum MONSTER_SUPERTYPE v14; // edx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2651 ItemGen *v15; // ebx@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2652 unsigned int v16; // ebp@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2653 unsigned int v17; // esi@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2654 int v18; // edx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2655 int v19; // eax@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2656 enum MONSTER_SUPERTYPE v20; // edx@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2657 int v21; // esi@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2658 int v22; // eax@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2659 int v23; // ebx@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2660 int v24; // ebx@63
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2661 signed int result; // eax@64
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2662 MONSTER_SUPERTYPE v26; // [sp-4h] [bp-24h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2663 MONSTER_SUPERTYPE v27; // [sp-4h] [bp-24h]@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2664 int v28; // [sp+10h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2665 int v29; // [sp+10h] [bp-10h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2666 signed int v30; // [sp+14h] [bp-Ch]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2667 signed int v31; // [sp+14h] [bp-Ch]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2668 int v32; // [sp+18h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2669 int v33; // [sp+18h] [bp-8h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2670 int v34; // [sp+1Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2671 int v35; // [sp+28h] [bp+8h]@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2672
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2673 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2674 v5 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2675 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2676 v32 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2677 v28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2678 if ( IsUnarmed() == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2679 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2680 v32 = rand() % 3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2681 LABEL_61:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2682 v34 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2683 goto LABEL_62;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2684 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2685 if ( HasItemEquipped(EQUIP_TWO_HANDED) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2686 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2687 v6 = (ItemGen *)&v5->pDarkSpellbook.bIsSpellAvailable[36 * v5->pEquipment.uMainHand + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2688 v7 = v6->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2689 v8 = v6->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2690 v9 = pItemsTable->pItems[v8].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2691 if ( pItemsTable->pItems[v8].uSkillType == PLAYER_SKILL_SPEAR && !v5->pEquipment.uOffHand )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2692 ++v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2693 v30 = pItemsTable->pItems[v8].uDamageRoll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2694 if ( v9 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2695 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2696 v33 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2697 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2698 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2699 v10 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2700 v11 = v33-- == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2701 v28 += v10 % v30 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2702 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2703 while ( !v11 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2704 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2705 v12 = pItemsTable->pItems[v8].uDamageMod + v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2706 if ( !uTargetActorID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2707 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2708 v13 = v6->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2709 if ( v13 == 64 || v7 == 507 || v7 == 508 || v7 == 527 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2710 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2711 v14 = (MONSTER_SUPERTYPE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2712 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2713 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2714 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2715 if ( v13 == 39 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2716 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2717 v26 = MONSTER_SUPERTYPE_KREEGAN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2718 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2719 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2720 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2721 if ( v13 == 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2722 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2723 v26 = MONSTER_SUPERTYPE_DRAGON;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2724 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2725 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2726 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2727 if ( v13 == 63 || v7 == 517 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2728 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2729 v26 = MONSTER_SUPERTYPE_ELF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2730 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2731 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2732 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2733 if ( v13 != 65 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2734 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2735 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2736 if ( (signed int)SkillToMastery(v5->pActiveSkills[2]) >= 3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2737 && pItemsTable->pItems[v6->uItemID].uSkillType == 2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2738 && rand() % 100 < 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2739 v12 *= 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2740 v32 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2741 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2742 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2743 v26 = MONSTER_SUPERTYPE_TITAN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2744 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2745 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2746 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2747 v14 = v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2748 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2749 if ( MonsterStats::BelongsToSupertype(uTargetActorID, v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2750 v12 *= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2751 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2752 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2753 LABEL_33:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2754 v29 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2755 if ( !a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2756 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2757 if ( v5->HasItemEquipped((ITEM_EQUIP_TYPE)0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2758 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2759 v15 = (ItemGen *)&v5->pDarkSpellbook.bIsSpellAvailable[36 * v5->pEquipment.uOffHand + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2760 v16 = v15->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2761 v17 = v15->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2762 if ( pItemsTable->pItems[v17].uEquipType != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2763 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2764 v31 = pItemsTable->pItems[v17].uDamageRoll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2765 if ( (signed int)pItemsTable->pItems[v17].uDamageDice > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2766 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2767 v35 = pItemsTable->pItems[v17].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2768 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2769 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2770 v18 = rand() % v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2771 v11 = v35-- == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2772 v29 += v18 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2773 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2774 while ( !v11 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2775 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2776 v4 = pItemsTable->pItems[v17].uDamageMod + v29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2777 if ( !uTargetActorID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2778 goto LABEL_57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2779 v19 = v15->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2780 if ( v19 == 64 || v16 == 507 || v16 == 508 || v16 == 527 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2781 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2782 v20 = (MONSTER_SUPERTYPE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2783 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2784 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2785 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2786 if ( v19 == 39 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2787 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2788 v27 = MONSTER_SUPERTYPE_KREEGAN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2789 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2790 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2791 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2792 if ( v19 == 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2793 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2794 v27 = MONSTER_SUPERTYPE_DRAGON;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2795 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2796 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2797 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2798 if ( v19 == 63 || v16 == 517 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2799 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2800 v27 = MONSTER_SUPERTYPE_ELF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2801 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2802 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2803 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2804 if ( v19 != 65 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2805 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2806 LABEL_57:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2807 if ( pItemsTable->pItems[v15->uItemID].uSkillType == PLAYER_SKILL_DAGGER
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2808 && SkillToMastery(v5->pActiveSkills[2] >= 3u)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2809 && rand() % 100 < 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2810 v4 *= 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2811 goto LABEL_61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2812 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2813 v27 = MONSTER_SUPERTYPE_TITAN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2814 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2815 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2816 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2817 v20 = v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2818 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2819 if ( MonsterStats::BelongsToSupertype(uTargetActorID, v20) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2820 v4 *= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2821 goto LABEL_57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2822 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2823 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2824 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2825 LABEL_62:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2826 v21 = v32 + v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2827 if ( !a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2828 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2829 v22 = GetActualMight();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2830 v23 = _48EA1B_get_static_effect(v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2831 v24 = GetSkillBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_BONUS) + v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2832 v21 += v5->_melee_dmg_bonus + GetMagicalBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_BONUS) + v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2833 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2834 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2835 if ( v21 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2836 result = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2837 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2838 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2839
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2840 //----- (0048D0B9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2841 int Player::GetRangedAttack()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2842 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2843 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2844 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2845 int v3; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2846 int v4; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2847 int v5; // edi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2848 int v6; // edi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2849 int v7; // edi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2850
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2851 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2852 v2 = *(int *)&this->pDarkSpellbook.bIsSpellAvailable[36 * this->pEquipment.uMainHand + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2853 if ( v2 < 64 || v2 > 65 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2854 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2855 v4 = GetActualAccuracy();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2856 v5 = _48EA1B_get_static_effect(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2857 v6 = GetItemsBonus(CHARACTER_ATTRIBUTE_RANGED_ATTACK, 0) + v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2858 v7 = GetSkillBonus(CHARACTER_ATTRIBUTE_RANGED_ATTACK) + v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2859 v3 = v1->_ranged_atk_bonus + GetMagicalBonus(CHARACTER_ATTRIBUTE_RANGED_ATTACK) + v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2860 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2861 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2862 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2863 v3 = GetActualAttack(1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2864 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2865 return v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2866 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2867
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2868 //----- (0048D124) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2869 int Player::GetRangedDamageMin()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2870 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2871 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2872 int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2873 int v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2874 int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2875 unsigned __int16 v5; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2876 int result; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2877
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2878 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2879 v2 = GetItemsBonus(CHARACTER_ATTRIBUTE_RANGED_DAMAGE_MIN, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2880 v3 = GetSkillBonus(CHARACTER_ATTRIBUTE_RANGED_DAMAGE_BONUS) + v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2881 v4 = v1->_ranged_dmg_bonus + GetMagicalBonus(CHARACTER_ATTRIBUTE_RANGED_DAMAGE_BONUS) + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2882 v5 = v1->pActiveSkills[5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2883 if ( v5 && (signed int)SkillToMastery(v5) >= 4 && HasItemEquipped(EQUIP_BOW) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2884 v4 += v1->pActiveSkills[5] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2885 if ( v4 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2886 result = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2887 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2888 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2889 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2890 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2891
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2892 //----- (0048D191) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2893 int Player::GetRangedDamageMax()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2894 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2895 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2896 int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2897 int v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2898 int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2899 unsigned __int16 v5; // ax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2900 int result; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2901
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2902 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2903 v2 = GetItemsBonus(CHARACTER_ATTRIBUTE_RANGED_DAMAGE_MAX, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2904 v3 = GetSkillBonus(CHARACTER_ATTRIBUTE_RANGED_DAMAGE_BONUS) + v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2905 v4 = v1->_ranged_dmg_bonus + GetMagicalBonus(CHARACTER_ATTRIBUTE_RANGED_DAMAGE_BONUS) + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2906 v5 = v1->pActiveSkills[5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2907 if ( v5 && (signed int)SkillToMastery(v5) >= 4 && HasItemEquipped(EQUIP_BOW) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2908 v4 += v1->pActiveSkills[5] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2909 if ( v4 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2910 result = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2911 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2912 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2913 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2914 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2915
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2916 //----- (0048D1FE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2917 bool Player::CalculateRangedDamageTo(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2918 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2919 Player *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2920 bool result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2921 ItemGen *v4; // ebx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2922 unsigned int v5; // edi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2923 unsigned int v6; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2924 int v7; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2925 char v8; // zf@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2926 int v9; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2927 int v10; // ebx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2928 enum MONSTER_SUPERTYPE v11; // edx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2929 unsigned __int16 v12; // ax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2930 MONSTER_SUPERTYPE v13; // [sp-Ch] [bp-20h]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2931 Player *v14; // [sp+4h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2932 signed int v15; // [sp+8h] [bp-Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2933 int v16; // [sp+Ch] [bp-8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2934 int v17; // [sp+10h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2935
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2936 v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2937 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2938 v14 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2939 result = HasItemEquipped(EQUIP_BOW);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2940 if ( !result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2941 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2942 v4 = (ItemGen *)&v2->pDarkSpellbook.bIsSpellAvailable[36 * v2->pEquipment.uBow + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2943 v5 = v4->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2944 v6 = v4->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2945 v15 = pItemsTable->pItems[v6].uDamageRoll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2946 if ( (signed int)pItemsTable->pItems[v6].uDamageDice > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2947 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2948 v16 = pItemsTable->pItems[v6].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2949 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2950 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2951 v7 = rand() % v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2952 v8 = v16-- == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2953 v17 += v7 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2954 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2955 while ( !v8 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2956 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2957 v9 = pItemsTable->pItems[v6].uDamageMod + v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2958 if ( a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2959 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2960 v10 = v4->uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2961 if ( v10 == 64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2962 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2963 v11 = (MONSTER_SUPERTYPE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2964 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2965 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2966 if ( v10 == 39 || v5 == 508 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2967 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2968 v13 = MONSTER_SUPERTYPE_KREEGAN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2969 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2971 if ( v10 == 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2972 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2973 v13 = MONSTER_SUPERTYPE_DRAGON;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2974 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2975 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2976 if ( v10 == 63 || v5 == 517 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2977 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2978 v13 = MONSTER_SUPERTYPE_ELF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2979 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2980 v11 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2981 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2982 if ( MonsterStats::BelongsToSupertype(a2, v11) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2983 v9 *= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2984 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2985 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2986 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2987 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2988 v12 = v14->pActiveSkills[5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2989 if ( v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2990 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2991 if ( (signed int)SkillToMastery(v12) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2992 v9 += v14->pActiveSkills[5] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2993 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2994 return v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2995 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2996
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2997 //----- (0048D2EA) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2998 char *Player::GetMeleeDamageString()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2999 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3000 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3001 signed int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3002 signed int v3; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3003 signed int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3004 signed int v5; // ST0C_4@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3005 char *v6; // edi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3006 signed int v7; // ST08_4@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3007 unsigned int v8; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3008 signed int v9; // esi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3009
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3010 static char player__getmeleedamagestring_static_buff[40]; // idb
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3011
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3012 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3013 v2 = *(int *)&this->pDarkSpellbook.bIsSpellAvailable[36 * this->pEquipment.uMainHand + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3014 if ( v2 < 64 || v2 > 65 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3015 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3016 v3 = GetMeleeDamageMinimal();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3017 v4 = GetMeleeDamageMaximal();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3018 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3019 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3020 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3021 v3 = GetItemsBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_MIN, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3022 v4 = GetItemsBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_MAX, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3023 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3024 if ( v3 == v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3025 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3026 v5 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3027 v6 = player__getmeleedamagestring_static_buff;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3028 sprintfex(player__getmeleedamagestring_static_buff, "%d", v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3029 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3030 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3031 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3032 v7 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3033 v6 = player__getmeleedamagestring_static_buff;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3034 sprintfex(player__getmeleedamagestring_static_buff, "%d - %d", v7, v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3035 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3036 v8 = v1->pEquipment.uMainHand;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3037 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3038 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3039 v9 = *(int *)&v1->pDarkSpellbook.bIsSpellAvailable[36 * v8 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3040 if ( v9 >= 135 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3041 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3042 if ( v9 <= 159 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3043 strcpy(v6, pGlobalTXT_LocalizationStrings[595]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3044 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3045 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3046 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3047 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3048
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3049 //----- (0048D396) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3050 char *Player::GetRangedDamageString()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3051 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3052 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3053 signed int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3054 int v3; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3055 int v4; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3056 char *v5; // edi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3057 int v6; // ST0C_4@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3058 int v7; // ST08_4@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3059 unsigned int v8; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3060 signed int v9; // esi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3061
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3062 static char player__getrangeddamagestring_static_buff[40]; // idb
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3063
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3064 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3065 v2 = *(int *)&this->pDarkSpellbook.bIsSpellAvailable[36 * this->pEquipment.uMainHand + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3066 if ( v2 < 64 || v2 > 65 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3067 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3068 v3 = GetRangedDamageMin();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3069 v4 = GetRangedDamageMax();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3070 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3071 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3072 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3073 v3 = GetItemsBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_MIN, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3074 v4 = GetItemsBonus(CHARACTER_ATTRIBUTE_MELEE_DMG_MAX, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3075 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3076 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3077 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3078 if ( v3 == v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3079 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3080 v6 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3081 v5 = player__getrangeddamagestring_static_buff;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3082 sprintfex(player__getrangeddamagestring_static_buff, "%d", v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3083 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3084 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3085 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3086 v7 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3087 v5 = player__getrangeddamagestring_static_buff;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3088 sprintfex(player__getrangeddamagestring_static_buff, "%d - %d", v7, v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3089 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3090 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3091 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3092 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3093 v5 = player__getrangeddamagestring_static_buff;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3094 strcpy(player__getrangeddamagestring_static_buff, off_4EE75C);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3095 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3096 v8 = v1->pEquipment.uMainHand;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3097 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3098 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3099 v9 = *(int *)&v1->pDarkSpellbook.bIsSpellAvailable[36 * v8 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3100 if ( v9 >= 135 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3101 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3102 if ( v9 <= 159 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3103 strcpy(v5, pGlobalTXT_LocalizationStrings[595]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3104 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3105 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3106 return v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3107 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3108
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3109 //----- (0048D45A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3110 bool Player::CanTrainToNextLevel()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3111 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3112 int v1; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3113 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3114 int i; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3115
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3116 v1 = this->uLevel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3117 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3118 for ( i = 0; i < v1; ++i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3119 v2 += i + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3120 return (signed __int64)this->uExperience >= 1000 * v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3121 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3122
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3123 //----- (0048D498) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3124 unsigned int Player::GetExperienceDisplayColor()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3125 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3126 unsigned int result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3128 if ( CanTrainToNextLevel() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3129 result = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3130 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3131 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3132 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3133 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3134
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3135 //----- (0048D4B3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3136 int Player::CalculateIncommingDamage(int resistance, signed int type)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3137 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3138 Player *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3139 int v4; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3140 int v6; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3141 signed int v7; // ebx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3142 int v8; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3143 signed int v9; // ebx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3144 int v10; // eax@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3145 signed int v11; // ebx@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3146 int v12; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3147 signed int v13; // edi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3148 unsigned int v14; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3149 int v15; // eax@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3150 double v16; // st7@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3151 enum CHARACTER_ATTRIBUTE_TYPE v17; // [sp-4h] [bp-10h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3152 signed int v18; // [sp+8h] [bp-4h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3153
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3154 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3155 if ( !resistance )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3156 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3157 v17 = (CHARACTER_ATTRIBUTE_TYPE)10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3158 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3159 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3160 if ( resistance == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3161 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3162 v17 = (CHARACTER_ATTRIBUTE_TYPE)11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3163 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3164 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3165 if ( resistance == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3166 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3167 v17 = (CHARACTER_ATTRIBUTE_TYPE)12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3168 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3169 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3170 if ( resistance == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3171 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3172 v17 = (CHARACTER_ATTRIBUTE_TYPE)13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3173 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3174 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3175 if ( resistance == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3176 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3177 v17 = (CHARACTER_ATTRIBUTE_TYPE)33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3178 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3179 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3180 if ( resistance == 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3181 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3182 v17 = (CHARACTER_ATTRIBUTE_TYPE)14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3183 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3184 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3185 if ( resistance == 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3186 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3187 v17 = (CHARACTER_ATTRIBUTE_TYPE)15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3188 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3189 v4 = GetActualResistance(v17);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3190 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3191 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3192 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3193 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3194 v18 = type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3195 if ( v3->uClass == 35 && v4 >= 200 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3196 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3197 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3198 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3199 v6 = GetActualLuck();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3200 v7 = _48EA1B_get_static_effect(v6) + v4 + 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3201 if ( rand() % v7 >= 30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3202 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3203 v18 = type >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3204 v8 = GetActualLuck();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3205 v9 = _48EA1B_get_static_effect(v8) + v4 + 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3206 if ( rand() % v9 >= 30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3207 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3208 v18 = type >> 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3209 v10 = GetActualLuck();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3210 v11 = _48EA1B_get_static_effect(v10) + v4 + 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3211 if ( rand() % v11 >= 30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3212 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3213 v18 = type >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3214 v12 = GetActualLuck();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3215 v13 = _48EA1B_get_static_effect(v12) + v4 + 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3216 if ( rand() % v13 >= 30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3217 v18 = type >> 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3218 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3219 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3220 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3221 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3222 if ( resistance == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3223 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3224 v14 = v3->pEquipment.uBody;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3225 if ( v14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3226 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3227 if ( !(v3->field_1F5[36 * v14 + 15] & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3228 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3229 v15 = GetEquippedItemSkillType(EQUIP_ARMOUR) - 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3230 if ( v15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3231 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3232 if ( v15 != 1 || (signed int)SkillToMastery(v3->pActiveSkills[11]) < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3233 return v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3234 v16 = (double)v18 * 0.5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3235 return (signed __int64)v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3236 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3237 if ( (signed int)SkillToMastery(v3->pActiveSkills[10]) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3238 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3239 v16 = (double)v18 * 0.66670001;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3240 return (signed __int64)v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3241 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3242 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3243 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3244 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3245 return v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3246 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3247
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3248 //----- (0048D62C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3249 int Player::GetEquippedItemEquipType(unsigned int uEquipSlot)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3250 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3251 return pItemsTable->pItems[*(int *)&this->pDarkSpellbook.bIsSpellAvailable[36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3252 * *(&this->pEquipment.uOffHand
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3253 + uEquipSlot)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3254 + 5]].uEquipType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3255 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3256
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3257 //----- (0048D651) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3258 int Player::GetEquippedItemSkillType(enum ITEM_EQUIP_TYPE uEquipSlot)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3259 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3260 return pItemsTable->pItems[*(int *)&this->pDarkSpellbook.bIsSpellAvailable[36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3261 * *(&this->pEquipment.uOffHand
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3262 + uEquipSlot)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3263 + 5]].uSkillType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3264 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3265
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3266 //----- (0048D676) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3267 bool Player::IsUnarmed()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3268 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3269 return HasItemEquipped(EQUIP_TWO_HANDED) != 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3270 && (HasItemEquipped(EQUIP_ONE_OR_TWO_HANDS) != 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3271 || GetEquippedItemEquipType(0) == EQUIP_SHIELD);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3272 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3273
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3274 //----- (0048D6AA) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3275 bool Player::HasItemEquipped(ITEM_EQUIP_TYPE uEquipIndex)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3277 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3278
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3279 v2 = *(&this->pEquipment.uOffHand + uEquipIndex);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3280 return v2 && !(this->field_1F5[36 * v2 + 15] & 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3281 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3282
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3283 //----- (0048D6D0) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3284 int Player::HasEnchantedItemEquipped(int uEnchantment)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3285 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3286 int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3287 int v3; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3288
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3289 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3290 while ( !HasItemEquipped((ITEM_EQUIP_TYPE)v2) || *(int *)&this->field_1F5[36 * *(int *)v3 + 7] != uEnchantment )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3291 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3292 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3293 if ( (signed int)v2 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3294 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3295 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3296 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3297 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3298
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3299 //----- (0048D709) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3300 bool Player::WearsItem(int a1, signed int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3301 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3302 int v3; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3303 Player *v4; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3304 int v6; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3305 int v7; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3306
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3307 if ( a2 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3308 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3309 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3310 while ( !HasItemEquipped((ITEM_EQUIP_TYPE)v6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3311 || *(int *)&this->pDarkSpellbook.bIsSpellAvailable[36 * *(int *)v7 + 5] != a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3312 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3313 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3314 if ( (signed int)v6 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3315 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3316 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3317 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3318 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3319 if ( HasItemEquipped((ITEM_EQUIP_TYPE)a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3320 && *(int *)&v4->pDarkSpellbook.bIsSpellAvailable[36 * *(&v4->pEquipment.uOffHand + v3) + 5] == a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3321 return 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3322 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3323 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3324
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3325 //----- (0048D76C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3326 bool Player::StealFromShop(ItemGen *a2, int a3, int a4, int a5, int *a6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3327 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3328 unsigned __int16 v6; // cx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3329 int v7; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3330 unsigned int v8; // ebx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3331 unsigned int v9; // esi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3332 int v10; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3333 int v11; // edi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3334 bool result; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3335
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3336 if ( !a2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3337 || this->pConditions[16]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3338 || this->pConditions[14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3339 || this->pConditions[15]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3340 || this->pConditions[4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3341 || this->pConditions[13]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3342 || this->pConditions[2] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3343 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3344 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3345 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3346 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3347 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3348 v6 = this->pActiveSkills[34];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3349 v7 = v6 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3350 v8 = SkillToMastery(v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3351 v9 = a2->GetValue();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3352 v10 = pItemsTable->pItems[a2->uItemID].uEquipType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3353 if ( !pItemsTable->pItems[a2->uItemID].uEquipType || v10 == 1 || v10 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3354 v9 *= 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3355 v11 = dword_4EDEB4[rand() % 100 / 20] + v7 * dword_4EDEA0[v8];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3356 *a6 = 100 * (a4 + a3) + v9 + (a5 != 0 ? 0x1F4 : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3357 if ( rand() % 100 >= 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3358 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3359 if ( *a6 > v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3360 result = *a6 - v11 < 500;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3361 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3362 result = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3363 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3364 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3365 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3366 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3367 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3368 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3369 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3370 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3371 // 4EDEA0: using guessed type int dword_4EDEA0[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3372 // 4EDEB4: using guessed type int dword_4EDEB4[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3373
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3374 //----- (0048D88B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3375 int Player::StealFromActor(unsigned int uActorID, int _steal_perm, int reputation)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3376 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3377 Player *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3378 Actor *v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3379 unsigned __int16 v6; // cx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3380 int v7; // ebx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3381 unsigned int v8; // esi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3382 int v9; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3383 int v10; // esi@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3384 int v11; // eax@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3385 signed int v12; // ebx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3386 signed int v13; // edx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3387 int v14; // ecx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3388 unsigned __int16 v15; // si@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3389 unsigned int v16; // ebx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3390 int v17; // esi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3391 const void *v18; // eax@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3392 unsigned int v19; // esi@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3393 int v20; // eax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3394 char v21; // zf@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3395 unsigned int v22; // ST0C_4@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3396 char *v23; // esi@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3397 const char *v25; // [sp-Ch] [bp-48h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3398 int v26; // [sp-8h] [bp-44h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3399 ItemGen v27; // [sp+8h] [bp-34h]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3400 unsigned int v28; // [sp+2Ch] [bp-10h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3401 int v29; // [sp+30h] [bp-Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3402 int v30; // [sp+34h] [bp-8h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3403 Player *v31; // [sp+38h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3404 signed int _steal_perma; // [sp+48h] [bp+Ch]@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3405
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3406 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3407 v5 = &pActors[uActorID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3408 v31 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3409 if ( &pActors[uActorID]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3410 && !this->pConditions[16]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3411 && !this->pConditions[14]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3412 && !this->pConditions[15]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3413 && !this->pConditions[4]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3414 && !this->pConditions[13]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3415 && !this->pConditions[2] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3416 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3417 if ( !(BYTE2(v5->uAttributes) & 0x80) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3418 pActors[uActorID].SetRandomGoldIfTheresNoItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3419 v6 = v4->pActiveSkills[34];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3420 v7 = v6 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3421 v8 = SkillToMastery(v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3422 v9 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3423 v28 = 4 * v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3424 v30 = dword_4EDEA0[v8];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3425 v29 = dword_4EDEB4[v9 % 100 / 20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3426 v10 = v5->pMonsterInfo.uLevel + 100 * (_steal_perm + reputation);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3427 if ( rand() % 100 < 5 || v10 > v29 + v7 * v30 || (_steal_perma = 2, BYTE2(v5->uAttributes) & 8) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3428 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3429 Actor::_43AC45(uActorID, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3430 _steal_perma = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3431 v26 = (int)v31->pName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3432 v25 = pGlobalTXT_LocalizationStrings[376];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3433 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3434 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3435 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3436 v11 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3437 if ( v11 % 100 >= 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3438 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3439 if ( v11 % 100 >= 70 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3440 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3441 v19 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3442 if ( v7 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3443 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3444 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3445 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3446 --v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3447 v19 += rand() % dword_4EDEC4[v28 / 4] + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3448 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3449 while ( v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3450 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3451 if ( pItemsTable->pItems[v5->array_000234[3].uItemID].uEquipType != 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3452 return _steal_perma;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3453 v20 = (int)&v5->array_000234[3].uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3454 if ( (signed int)v19 > v5->array_000234[3].uAdditionalValue )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3455 v19 = v5->array_000234[3].uAdditionalValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3456 v21 = *(int *)v20 == v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3457 *(int *)v20 -= v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3458 if ( v21 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3459 v5->array_000234[3].uItemID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3460 if ( v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3461 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3462 party_finds_gold(v19, 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3463 v22 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3464 v23 = pTmpBuf2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3465 sprintfex(pTmpBuf2, pGlobalTXT_LocalizationStrings[302], v31->pName, v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3466 LABEL_43:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3467 ShowStatusBarString(v23, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3468 return _steal_perma;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3469 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3470 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3471 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3472 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3473 v27.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3474 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3475 v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3476 v14 = (int)v5->array_000234;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3477 while ( !*(int *)v14 || pItemsTable->pItems[*(int *)v14].uEquipType == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3478 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3479 ++v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3480 v14 += 36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3481 if ( v13 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3482 goto LABEL_21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3483 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3484 v12 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3485 LABEL_21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3486 v15 = v5->uCarriedItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3487 if ( v15 || v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3488 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3489 v27.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3490 if ( v15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3491 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3492 v16 = (signed __int16)v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3493 v5->uCarriedItemID = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3494 v27.uItemID = (signed __int16)v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3495 v17 = (signed __int16)v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3496 if ( pItemsTable->pItems[v17].uEquipType == 12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3497 v27.uNumCharges = rand() % 6 + pItemsTable->pItems[v17].uDamageMod + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3498 if ( pItemsTable->pItems[v17].uEquipType == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3499 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3500 if ( v16 != 220 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3501 v27._bonus_type = 2 * rand() % 4 + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3502 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3503 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3504 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3505 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3506 v18 = &v5->array_000234[rand() % 4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3507 memcpy(&v27, v18, sizeof(v27));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3508 ((ItemGen *)v18)->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3509 v16 = v27.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3510 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3511 sub_421B2C_PlaceInInventory_or_DropPickedItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3512 sprintfex(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3513 pTmpBuf2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3514 pGlobalTXT_LocalizationStrings[304],
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3515 v31->pName,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3516 pItemsTable->pItems[v16].pUnidentifiedName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3517 ShowStatusBarString(pTmpBuf2, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3518 sub_421B2C_PlaceInInventory_or_DropPickedItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3519 memcpy(&pParty->pPickedItem, &v27, sizeof(pParty->pPickedItem));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3520 pMouse->SetCursorBitmapFromItemID(v16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3521 return _steal_perma;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3522 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3523 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3524 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3525 v26 = (int)v31->pName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3526 v25 = pGlobalTXT_LocalizationStrings[377];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3527 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3528 v23 = pTmpBuf2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3529 sprintfex(pTmpBuf2, v25, v26);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3530 goto LABEL_43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3531 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3532 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3533 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3534 // 4EDEA0: using guessed type int dword_4EDEA0[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3535 // 4EDEB4: using guessed type int dword_4EDEB4[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3536 // 4EDEC4: using guessed type int dword_4EDEC4[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3537
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3538 //----- (0048DBB9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3539 void Player::Heal(int amount)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3540 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3541 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3542 signed int v3; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3543
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3544 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3545 if ( !this->pConditions[16] && !this->pConditions[14] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3546 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3547 v3 = GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3548 if ( v2->pConditions[17] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3549 v3 /= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3550 v2->sHealth += amount;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3551 if ( v2->sHealth > v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3552 v2->sHealth = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3553 if ( v2->pConditions[13] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3554 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3555 if ( v2->sHealth > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3556 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3557 LODWORD(v2->pConditions[13]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3558 HIDWORD(v2->pConditions[13]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3559 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3560 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3561 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3562 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3563
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3564 //----- (0048DC1E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3565 int Player::ReceiveDamage(signed int type, int resistance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3566 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3567 Player *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3568 signed int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3569 int v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3570 bool v6; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3571 unsigned int v7; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3572 char *v8; // ecx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3573 int v9; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3574 signed int typea; // [sp+14h] [bp+8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3575
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3576 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3577 this->pConditions[2] = 0i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3578 v4 = CalculateIncommingDamage(resistance, type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3579 v3->sHealth -= v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3580 typea = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3581 v5 = v3->sHealth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3582 v6 = v5 < -10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3583 LOBYTE(v6) = v5 <= -10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3584 if ( v5 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3585 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3586 if ( v3->sHealth + v3->uEndurance + GetItemsBonus(CHARACTER_ATTRIBUTE_ENDURANCE, 0) >= 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3587 || (signed __int64)v3->pPlayerBuffs[11].uExpireTime > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3588 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3589 SetCondition(0xDu, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3590 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3591 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3592 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3593 SetCondition(0xEu, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3594 v6 = LODWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3595 if ( v3->sHealth > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3596 v3->sHealth = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3597 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3598 if ( v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3600 v7 = v3->pEquipment.uBody;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3601 if ( v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3602 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3603 v8 = &v3->field_1F5[36 * v7 + 15];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3604 v9 = *(int *)v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3605 if ( !(BYTE1(v9) & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3606 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3607 LOBYTE(v9) = v9 | 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3608 *(int *)v8 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3609 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3610 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3611 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3612 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3613 if ( typea && CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3614 PlaySound(24, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3615 return typea;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3616 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3617
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3618 //----- (0048DCF6) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3619 int Player::_48DCF6(int a2, Actor *pActor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3620 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3621 signed int v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3622 signed int v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3623 Player *v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3624 int v6; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3625 int v7; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3626 int v8; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3627 int v9; // ebx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3628 int v10; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3629 int v11; // ebx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3630 signed int v12; // edx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3631 ItemGen *v13; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3632 int v14; // edx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3633 unsigned int v15; // edx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3634 int v16; // edx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3635 unsigned int v17; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3636 Player *v18; // ecx@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3637 signed int v19; // edx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3638 int *v20; // ecx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3639 signed int v21; // eax@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3640 int v22; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3641 signed int v23; // ebx@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3642 unsigned int v24; // eax@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3643 int v25; // ecx@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3644 int v26; // ebx@74
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3645 void *v27; // ecx@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3646 unsigned int v28; // ebx@78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3647 signed int result; // eax@86
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3648 SoundID v30; // [sp-20h] [bp-C0h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3649 signed int v31; // [sp-1Ch] [bp-BCh]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3650 unsigned int v32; // [sp-18h] [bp-B8h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3651 signed int v33; // [sp-14h] [bp-B4h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3652 signed int v34; // [sp-10h] [bp-B0h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3653 int v35; // [sp-Ch] [bp-ACh]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3654 unsigned int v36; // [sp-8h] [bp-A8h]@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3655 unsigned int v37; // [sp-8h] [bp-A8h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3656 unsigned int v38; // [sp-8h] [bp-A8h]@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3657 unsigned int v39; // [sp-8h] [bp-A8h]@68
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3658 enum CHARACTER_ATTRIBUTE_TYPE v40; // [sp-4h] [bp-A4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3659 int v41; // [sp-4h] [bp-A4h]@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3660 int v42; // [sp-4h] [bp-A4h]@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3661 int v43; // [sp-4h] [bp-A4h]@57
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3662 signed int v44; // [sp-4h] [bp-A4h]@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3663 int v45; // [sp-4h] [bp-A4h]@68
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3664 char v46[140]; // [sp+Ch] [bp-94h]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3665 unsigned int v47; // [sp+98h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3666 int v48; // [sp+9Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3667
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3668 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3669 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3670 v5 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3671 v47 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3672 v48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3673 switch ( a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3674 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3675 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3676 v6 = GetActualWillpower();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3677 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3678 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3679 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3680 case 4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3681 case 9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3682 case 10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3683 case 11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3684 case 13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3685 case 21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3686 v6 = GetActualEndurance();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3687 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3688 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3689 case 12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3690 case 23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3691 v40 = (CHARACTER_ATTRIBUTE_TYPE)14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3692 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3693 case 15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3694 v40 = (CHARACTER_ATTRIBUTE_TYPE)13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3695 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3696 case 6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3697 case 7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3698 case 8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3699 case 14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3700 case 16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3701 v40 = (CHARACTER_ATTRIBUTE_TYPE)15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3702 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3703 v7 = GetActualResistance(v40);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3704 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3705 case 22:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3706 v8 = GetActualWillpower();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3707 v9 = _48EA1B_get_static_effect(v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3708 v10 = GetActualIntelligence();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3709 v11 = (_48EA1B_get_static_effect(v10) + v9) >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3710 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3711 case 17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3712 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3713 v13 = this->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3714 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3715 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3716 if ( (signed int)v13->uItemID > 0 && (signed int)v13->uItemID <= 134 && !(v13->uAttributtes & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3717 v46[v4++] = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3718 ++v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3719 ++v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3720 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3721 while ( v12 < 138 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3722 goto LABEL_36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3723 case 18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3724 v14 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3725 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3726 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3727 if ( HasItemEquipped((ITEM_EQUIP_TYPE)v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3728 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3729 if ( v15 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3730 v46[v4++] = LOBYTE(v5->pEquipment.uBody) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3731 if ( (!v15 || v15 == 1) && GetEquippedItemEquipType(v15) == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3732 v46[v4++] = *((char *)&v5->pEquipment.uOffHand + 4 * v15) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3733 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3734 v14 = v15 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3735 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3736 while ( v14 < 16 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3737 goto LABEL_36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3738 case 19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3739 v16 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3740 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3741 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3742 if ( HasItemEquipped((ITEM_EQUIP_TYPE)v16) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3743 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3744 if ( v17 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3745 v46[v4++] = LOBYTE(v5->pEquipment.uBow) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3746 if ( (!v17 || v17 == 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3747 && (!GetEquippedItemEquipType(v17) || GetEquippedItemEquipType(v17) == 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3748 v46[v4++] = *((char *)&v5->pEquipment.uOffHand + 4 * v17) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3749 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3750 v16 = v17 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3751 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3752 while ( v16 < 16 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3753 LABEL_36:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3754 if ( !v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3755 goto LABEL_87;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3756 v48 = (int)&v5->pInventoryItems[(unsigned __int8)v46[rand() % v4]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3757 v11 = 3 * (pItemsTable->pItems[*(int *)v48].uMaterial + pItemsTable->pItems[*(int *)v48].uDamageMod);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3758 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3759 case 20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3760 v19 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3761 v20 = this->pInventoryIndices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3762 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3763 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3764 if ( *v20 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3765 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3766 v21 = *(int *)&v5->pDarkSpellbook.bIsSpellAvailable[36 * *v20 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3767 if ( v21 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3768 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3769 if ( v21 <= 134 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3770 v46[v4++] = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3771 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3772 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3773 ++v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3774 ++v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3775 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3776 while ( v19 < 126 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3777 if ( !v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3778 goto LABEL_87;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3779 v47 = (unsigned __int8)v46[rand() % v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3780 v6 = GetActualAccuracy();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3781 LABEL_46:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3782 v7 = _48EA1B_get_static_effect(v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3783 LABEL_47:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3784 v11 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3785 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3786 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3787 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3788 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3789 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3790 v22 = GetActualLuck();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3791 v23 = _48EA1B_get_static_effect(v22) + v11 + 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3792 if ( rand() % v23 >= 30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3793 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3794 LABEL_87:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3795 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3796 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3797 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3798 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3799 switch ( a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3800 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3801 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3802 v41 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3803 v36 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3804 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3805 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3806 v41 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3807 v36 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3808 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3809 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3810 v41 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3811 v36 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3812 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3813 case 23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3814 v41 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3815 v36 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3816 goto LABEL_56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3817 case 4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3818 v41 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3819 v36 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3820 LABEL_56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3821 SetCondition(v36, v41);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3822 v42 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3823 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3824 v35 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3825 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3826 v33 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3827 v32 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3828 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3829 v30 = (SoundID)221;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3830 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3831 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3832 v43 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3833 v38 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3834 goto LABEL_70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3835 case 6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3836 case 7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3837 case 8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3838 if ( a2 == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3839 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3840 v44 = 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3841 goto LABEL_60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3842 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3843 v25 = 2 * (a2 != 8) + 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3844 goto LABEL_65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3845 case 9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3846 if ( a2 == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3847 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3848 v44 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3849 LABEL_60:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3850 v24 = v44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3851 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3852 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3853 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3854 v25 = 2 * (a2 != 8) + 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3855 LABEL_65:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3856 v24 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3857 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3858 SetCondition(v24, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3859 v42 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3860 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3861 v35 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3862 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3863 v33 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3864 v32 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3865 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3866 v30 = (SoundID)222;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3867 LABEL_83:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3868 pAudioPlayer->PlaySound(v30, v31, v32, v33, v34, v35, v37, v42);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3869 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3870 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3871 LABEL_84:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3872 if ( v5 == pPlayers[v3 + 1] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3873 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3874 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3875 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3876 while ( v3 < 4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3877 pGame->pStru6Instance->SetPlayerBuffAnim(0x99u, v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3878 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3879 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3880 case 12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3881 v43 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3882 v38 = 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3883 goto LABEL_70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3884 case 15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3885 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3886 v39 = 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3887 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3888 case 13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3889 v43 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3890 v38 = 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3891 LABEL_70:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3892 SetCondition(v38, v43);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3893 v42 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3894 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3895 v35 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3896 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3897 v33 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3898 v32 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3899 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3900 v30 = (SoundID)224;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3901 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3902 case 14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3903 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3904 v39 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3905 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3906 case 16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3907 v45 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3908 v39 = 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3909 LABEL_73:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3910 SetCondition(v39, v45);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3911 v42 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3912 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3913 v35 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3914 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3915 v33 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3916 v32 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3917 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3918 v30 = (SoundID)225;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3919 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3920 case 17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3921 case 18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3922 case 19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3923 v26 = v48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3924 if ( *(char *)(v48 + 21) & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3925 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3926 PlaySound(40, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3927 *(int *)(v26 + 20) |= 2u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3928 goto LABEL_79;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3929 case 20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3930 PlaySound(40, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3931 v27 = pActor->array_000234;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3932 if ( pActor->array_000234[0].uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3933 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3934 v27 = &pActor->array_000234[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3935 if ( pActor->array_000234[1].uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3936 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3937 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3938 v28 = v47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3939 memcpy(v27, &v5->pDarkSpellbook.bIsSpellAvailable[36 * v5->pInventoryIndices[v47] + 5], 0x24u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3940 RemoveItemAtInventoryIndex(v28);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3941 LABEL_79:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3942 v42 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3943 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3944 v35 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3945 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3946 v33 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3947 v32 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3948 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3949 v30 = (SoundID)47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3950 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3951 case 21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3952 PlaySound(42, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3953 ++v5->sAgeModifier;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3954 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3955 case 22:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3956 PlaySound(41, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3957 v5->sMana = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3958 LABEL_82:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3959 v42 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3960 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3961 v35 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3962 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3963 v33 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3964 v32 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3965 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3966 v30 = (SoundID)226;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3967 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3968 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3969 goto LABEL_87;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3971 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3972 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3973 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3974 // 48DCF6: using guessed type char var_94[140];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3975
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3976 //----- (0048E1A3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3977 unsigned int Player::GetSpellSchool(unsigned int uSpellID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3978 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3979 return LOBYTE(pSpellStats->pInfos[uSpellID].uSchool);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3980 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3981
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3982 //----- (0048E1B5) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3983 int Player::GetAttackRecoveryTime(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3984 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3985 unsigned int v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3986 char *v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3987 Player *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3988 int v5; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3989 int v6; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3990 int v7; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3991 int v8; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3992 int v9; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3993 int v10; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3994 int v11; // edx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3995 int v12; // ecx@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3996 int v13; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3997 int v14; // ebx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3998 int v15; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3999 double v16; // st7@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4000 double v17; // st7@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4001 unsigned __int16 v18; // cx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4002 Player *v19; // ecx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4003 int v20; // eax@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4004 int v21; // eax@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4005 int v22; // eax@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4006 int v23; // ecx@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4007 unsigned int v24; // eax@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4008 int v25; // eax@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4009 int v26; // ebx@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4010 int v27; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4011 unsigned __int16 *v28; // ebx@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4012 int v29; // eax@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4013 int v30; // edi@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4014 signed int v31; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4015 int v32; // ecx@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4016 int result; // eax@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4017 float v34; // [sp+8h] [bp-38h]@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4018 float v35; // [sp+Ch] [bp-34h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4019 float v36; // [sp+10h] [bp-30h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4020 float v37; // [sp+14h] [bp-2Ch]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4021 float v38; // [sp+18h] [bp-28h]@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4022 int v39; // [sp+1Ch] [bp-24h]@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4023 int v40; // [sp+20h] [bp-20h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4024 int v41; // [sp+24h] [bp-1Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4025 unsigned int v42; // [sp+28h] [bp-18h]@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4026 int v43; // [sp+2Ch] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4027 int v44; // [sp+30h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4028 int v45; // [sp+34h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4029 int v46; // [sp+38h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4030 int v47; // [sp+3Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4031
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4032 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4033 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4034 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4035 v47 = (unsigned __int16)word_4EDED8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4036 v43 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4037 v45 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4038 v40 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4039 v41 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4040 v44 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4041 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4042 if ( a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4043 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4044 if ( !HasItemEquipped(EQUIP_BOW) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4045 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4046 v5 = (int)&v4->pDarkSpellbook.bIsSpellAvailable[36 * v4->pEquipment.uBow + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4047 v46 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4048 v3 = (char *)&pItemsTable->pItems[*(int *)v5].pIconName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4049 v6 = (unsigned __int16)word_4EDED8[(unsigned __int8)v3[29]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4050 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4051 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4052 if ( IsUnarmed() == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4053 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4054 LOBYTE(v7) = GetActualSkillLevel(PLAYER_SKILL_UNARMED);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4055 if ( v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4056 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4057 v6 = (unsigned __int16)word_4EDEDC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4058 LABEL_4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4059 v47 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4060 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4061 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4062 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4063 if ( HasItemEquipped(EQUIP_TWO_HANDED) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4064 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4065 v8 = (int)&v4->pDarkSpellbook.bIsSpellAvailable[36 * v4->pEquipment.uMainHand + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4066 v46 = v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4067 v9 = *(int *)v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4068 v3 = (char *)&pItemsTable->pItems[v9].pIconName;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4069 if ( v3[28] == 12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4070 v10 = *(&pSpellDatas[0].field_A + 10 * *((int *)&pSpellDatas[66].field_8 + v9));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4071 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4072 v10 = (unsigned __int16)word_4EDED8[(unsigned __int8)v3[29]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4073 v47 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4074 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4075 if ( HasItemEquipped((ITEM_EQUIP_TYPE)0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4076 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4077 v12 = (int)&v4->pDarkSpellbook.bIsSpellAvailable[36 * v4->pEquipment.uOffHand + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4078 v42 = (unsigned __int16)word_4EDED8[pItemsTable->pItems[*(int *)v12].uSkillType];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4079 if ( (signed int)v42 > v47 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4080 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4081 v13 = *(int *)v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4082 v46 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4083 v3 = (char *)(v11 + 48 * v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4084 v47 = v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4085 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4086 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4087 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4088 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4089 if ( HasItemEquipped(EQUIP_ARMOUR) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4090 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4091 v14 = pItemsTable->pItems[*(int *)&v4->pDarkSpellbook.bIsSpellAvailable[36 * v4->pEquipment.uBody + 5]].uSkillType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4092 SkillToMastery(v4->pActiveSkills[9]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4093 v15 = (unsigned __int16)word_4EDED8[v14];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4094 v35 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4095 v43 = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4096 if ( v14 == 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4097 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4098 v36 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4099 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4100 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4101 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4102 if ( v14 != 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4103 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4104 if ( v14 != 11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4105 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4106 v36 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4107 v37 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4108 v16 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4109 LABEL_27:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4110 v18 = v4->pActiveSkills[v14];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4111 v38 = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4112 v43 = (signed __int64)((double)v43 * *(&v34 + SkillToMastery(v18)));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4113 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4114 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4115 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4116 v17 = 0.5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4117 v36 = 0.5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4118 LABEL_26:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4119 v37 = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4120 v16 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4121 goto LABEL_27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4122 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4123 v36 = 0.5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4124 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4125 v17 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4126 goto LABEL_26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4127 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4128 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4129 if ( HasItemEquipped((ITEM_EQUIP_TYPE)v2) && v19->GetEquippedItemEquipType(v2) == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4130 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4131 v20 = 9 * v4->pEquipment.uOffHand;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4132 v35 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4133 v21 = 3 * *(int *)&v4->pDarkSpellbook.bIsSpellAvailable[4 * v20 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4134 v36 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4135 v22 = pItemsTable->pItems[16 * v21 / 0x30u].uSkillType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4136 v37 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4137 v23 = (unsigned __int16)word_4EDED8[v22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4138 v38 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4139 v45 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4140 v24 = SkillToMastery(v4->pActiveSkills[v22]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4141 v45 = (signed __int64)((double)v45 * *(&v34 + v24));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4142 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4143 v25 = GetActualSpeed();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4144 v39 = _48EA1B_get_static_effect(v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4145 v42 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4146 if ( v3 != (char *)v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4147 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4148 v26 = (unsigned __int8)v3[29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4149 LOBYTE(v27) = GetActualSkillLevel((enum PLAYER_SKILL_TYPE)(unsigned __int8)v3[29]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4150 if ( v27 && (v26 == 1 || v26 == 3 || v26 == 5) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4151 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4152 v28 = &v4->pActiveSkills[v26];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4153 if ( (signed int)SkillToMastery(*v28) >= 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4154 v40 = *(char *)v28 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4155 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4156 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4157 if ( v3[29] == 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4158 v42 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4159 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4160 if ( a2 == v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4161 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4162 if ( v42 == v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4163 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4164 LOBYTE(v29) = GetActualSkillLevel(PLAYER_SKILL_ARMSMASTER);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4165 if ( v29 != v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4166 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4167 v30 = v29 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4168 v44 = v29 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4169 if ( (signed int)SkillToMastery(v29) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4170 v44 += v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4171 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4172 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4173 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4174 if ( SHIDWORD(v4->pPlayerBuffs[7].uExpireTime) >= (signed int)v2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4175 && (SHIDWORD(v4->pPlayerBuffs[7].uExpireTime) > (signed int)v2 || LODWORD(v4->pPlayerBuffs[7].uExpireTime) > v2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4176 v41 = 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4177 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4178 if ( v46 != v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4179 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4180 v32 = *(int *)(v46 + 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4181 if ( v32 == 59 || v32 == 41 || *(int *)v46 == 500 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4182 v31 = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4183 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4184 result = v47 + v43 + v45 - v44 - v31 - v41 - v40 - v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4185 if ( result < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4186 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4187 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4188 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4189 // 4EDED8: using guessed type __int16 word_4EDED8[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4190 // 4EDEDC: using guessed type __int16 word_4EDEDC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4191
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4192 //----- (0048E4F8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4193 int Player::GetMaxHealth()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4194 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4195 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4196 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4197 int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4198 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4199 int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4200 int v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4201 signed int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4202
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4203 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4204 v2 = GetActualEndurance();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4205 v3 = _48EA1B_get_static_effect(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4206 v4 = pBaseHealthPerLevelByClass[v1->uClass] * (GetActualLevel() + v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4207 v5 = GetItemsBonus(CHARACTER_ATTRIBUTE_HEALTH, 0) + v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4208 v6 = v1->uFullHealthBonus
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4209 + pBaseHealthByClass[(unsigned int)v1->uClass >> 2]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4210 + GetSkillBonus(CHARACTER_ATTRIBUTE_HEALTH)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4211 + v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4212 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4213 if ( v6 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4214 result = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4215 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4216 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4217
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4218 //----- (0048E565) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4219 int Player::GetMaxMana()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4220 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4221 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4222 int v2; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4223 int v3; // esi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4224 int v4; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4225 int v5; // esi@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4226 int v6; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4227 int v7; // esi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4228 int v8; // esi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4229 int v9; // esi@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4230 int result; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4231
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4232 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4233 switch ( this->uClass )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4234 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4235 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4236 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4237 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4238 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4239 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4240 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4241 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4242 case 0x20u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4243 case 0x21u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4244 case 0x22u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4245 case 0x23u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4246 v2 = GetActualIntelligence();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4247 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4248 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4249 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4250 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4251 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4252 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4253 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4254 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4255 case 0x18u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4256 case 0x19u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4257 case 0x1Au:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4258 case 0x1Bu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4259 v2 = GetActualWillpower();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4260 LABEL_4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4261 v3 = _48EA1B_get_static_effect(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4262 goto LABEL_6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4263 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4264 case 0x16u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4265 case 0x17u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4266 case 0x1Cu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4267 case 0x1Du:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4268 case 0x1Eu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4269 case 0x1Fu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4270 v4 = GetActualWillpower();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4271 v5 = _48EA1B_get_static_effect(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4272 v6 = GetActualIntelligence();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4273 v3 = _48EA1B_get_static_effect(v6) + v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4274 LABEL_6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4275 v7 = pBaseManaPerLevelByClass[v1->uClass] * (GetActualLevel() + v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4276 v8 = GetItemsBonus(CHARACTER_ATTRIBUTE_MANA, 0) + v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4277 v9 = v1->uFullManaBonus
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4278 + (unsigned __int8)byte_4ED75C[(unsigned int)v1->uClass >> 2]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4279 + GetSkillBonus(CHARACTER_ATTRIBUTE_MANA)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4280 + v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4281 if ( v9 < 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4282 goto LABEL_7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4283 result = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4284 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4285 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4286 LABEL_7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4287 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4288 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4289 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4290 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4291 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4292
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4293 //----- (0048E656) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4294 int Player::GetBaseAC()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4295 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4296 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4297 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4298 int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4299 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4300 int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4301 int result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4302
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4303 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4304 v2 = GetActualSpeed();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4305 v3 = _48EA1B_get_static_effect(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4306 v4 = GetItemsBonus(CHARACTER_ATTRIBUTE_AC_BONUS, 0) + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4307 v5 = GetSkillBonus(CHARACTER_ATTRIBUTE_AC_BONUS) + v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4308 if ( v5 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4309 result = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4310 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4311 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4312 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4313 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4314
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4315 //----- (0048E68F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4316 int Player::GetActualAC()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4317 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4318 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4319 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4320 int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4321 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4322 int v5; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4323 int v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4324 int result; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4325
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4326 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4327 v2 = GetActualSpeed();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4328 v3 = _48EA1B_get_static_effect(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4329 v4 = GetItemsBonus(CHARACTER_ATTRIBUTE_AC_BONUS, 0) + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4330 v5 = GetSkillBonus(CHARACTER_ATTRIBUTE_AC_BONUS) + v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4331 v6 = v1->sACModifier + GetMagicalBonus(CHARACTER_ATTRIBUTE_AC_BONUS) + v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4332 if ( v6 >= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4333 result = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4334 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4335 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4336 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4337 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4338
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4339 //----- (0048E6DC) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4340 unsigned int Player::GetBaseAge()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4341 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4342 return (signed int)((unsigned int)((signed __int64)((double)(signed __int64)pParty->uTimePlayed * 0.234375) / 60 / 60)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4343 / 0x18)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4344 / 7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4345 / 4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4346 / 12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4347 - this->uBirthYear
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4348 + 1168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4349 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4350
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4351 //----- (0048E72C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4352 unsigned int Player::GetActualAge()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4353 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4354 return this->sAgeModifier + GetBaseAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4355 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4356
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4357 //----- (0048E73F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4358 int Player::GetBaseResistance(enum CHARACTER_ATTRIBUTE_TYPE a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4359 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4360 Player *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4361 signed int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4362 enum CHARACTER_RACE v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4363 signed int v5; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4364 char v6; // zf@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4365 int v7; // esi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4366 int result; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4367 signed int v9; // [sp-4h] [bp-10h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4368
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4369 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4370 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4371 v4 = GetRace();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4372 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_FIRE )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4373 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4374 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4375 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4376 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4377 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_AIR )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4378 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4379 v5 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4380 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4381 v6 = v4 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4382 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4383 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4384 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_WATER )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4385 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4386 v6 = v4 == 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4387 v5 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4388 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4389 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4390 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_EARTH )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4391 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4392 v5 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4393 v6 = v4 == 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4394 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4395 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4396 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_MIND )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4397 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4398 v5 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4399 if ( v4 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4400 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4401 v9 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4402 LABEL_19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4403 v3 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4404 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4405 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4406 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_BODY || a2 == 33 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4407 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4408 v5 = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4409 v6 = v4 == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4410 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4411 if ( !v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4412 goto LABEL_20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4413 v9 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4414 goto LABEL_19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4415 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4416 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4417 LABEL_20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4418 v7 = GetItemsBonus(a2, 0) + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4419 if ( v2->uClass != 35 || (result = 200, v7 + *(&v2->sResFireBase + v5) <= 200) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4420 result = v7 + *(&v2->sResFireBase + v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4421 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4422 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4423
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4424 //----- (0048E7D0) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4425 int Player::GetActualResistance(enum CHARACTER_ATTRIBUTE_TYPE a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4426 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4427 signed int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4428 Player *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4429 enum CHARACTER_RACE v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4430 Player *v5; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4431 char v6; // zf@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4432 int v7; // ebx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4433 int result; // eax@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4434 signed int v9; // [sp+10h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4435 signed int v10; // [sp+14h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4436
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4437 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4438 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4439 v10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4440 v9 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4441 v4 = GetRace();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4442 if ( CheckHiredNPCSpeciality(0x25u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4443 v10 = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4444 if ( (a2 == CHARACTER_ATTRIBUTE_RESIST_FIRE
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4445 || a2 == CHARACTER_ATTRIBUTE_RESIST_AIR
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4446 || a2 == CHARACTER_ATTRIBUTE_RESIST_WATER
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4447 || a2 == CHARACTER_ATTRIBUTE_RESIST_EARTH)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4448 && SkillToMastery(v3->pActiveSkills[9]) == 4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4449 && HasItemEquipped(EQUIP_ARMOUR)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4450 && GetEquippedItemSkillType(EQUIP_ARMOUR) == PLAYER_SKILL_LEATHER )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4451 v10 += v3->pActiveSkills[9] & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4452 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_FIRE )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4453 goto LABEL_25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4454 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_AIR )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4455 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4456 v2 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4457 LABEL_25:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4458 v6 = v4 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4459 LABEL_26:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4460 if ( v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4461 v9 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4462 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4463 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4464 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_WATER )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4465 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4466 v6 = v4 == 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4467 v2 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4468 goto LABEL_26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4469 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4470 if ( a2 == CHARACTER_ATTRIBUTE_RESIST_EARTH )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4471 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4472 v2 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4473 if ( v4 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4474 v10 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4475 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4476 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4477 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4478 if ( a2 != CHARACTER_ATTRIBUTE_RESIST_MIND )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4479 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4480 if ( a2 != CHARACTER_ATTRIBUTE_RESIST_BODY && a2 != 33 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4481 goto LABEL_28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4482 v2 = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4483 v6 = v4 == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4484 goto LABEL_26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4485 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4486 v2 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4487 if ( v4 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4488 v9 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4489 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4490 LABEL_28:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4491 v7 = GetItemsBonus(a2, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4492 result = v10 + GetMagicalBonus(a2) + v7 + v9 + *(&v3->sResFireBonus + v2) + *(&v3->sResFireBase + v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4493 if ( v3->uClass == 35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4494 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4495 if ( result > 200 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4496 result = 200;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4497 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4498 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4499 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4500
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4501 //----- (0048E8F5) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4502 bool Player::Recover(signed int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4503 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4504 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4505 signed __int64 v3; // qax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4506 bool result; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4507
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4508 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4509 v3 = (signed __int64)((double)(a2 * _48EA46_calc_special_bonus_by_items(17)) * 0.01 + (double)a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4510 if ( v2->uTimeToRecovery - (signed int)v3 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4511 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4512 v2->uTimeToRecovery -= v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4513 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4514 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4515 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4516 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4517 v2->uTimeToRecovery = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4518 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4519 if ( !uActiveCharacter )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4520 uActiveCharacter = pParty->GetNextActiveCharacter();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4521 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4522 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4523 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4524 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4525
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4526 //----- (0048E96A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4527 void Player::SetRecoveryTime(signed int sRecoveryTime)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4528 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4529 signed int v2; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4530
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4531 v2 = sRecoveryTime;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4532 if ( sRecoveryTime < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4533 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4534 if ( v2 > this->uTimeToRecovery )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4535 this->uTimeToRecovery = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4536 if ( pPlayers[uActiveCharacter] == this && !some_active_character )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4537 uActiveCharacter = pParty->GetNextActiveCharacter();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4538 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4539 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4540 // 50C0C4: using guessed type int some_active_character;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4541
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4542 //----- (0048E9B7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4543 void Player::RandomizeName()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4544 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4545 Player *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4546 int v2; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4547 int v3; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4548
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4549 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4550 if ( !this->uExpressionTimePassed )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4551 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4552 v2 = this->uSex;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4553 v3 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4554 strcpy(v1->pName, pNPCStats->pNPCNames[0][v2 + 2 * v3 % (signed int)pNPCStats->uNumNPCNames[v2]]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4555 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4556 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4557
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4558 //----- (0048E9F4) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4559 unsigned int Player::GetMajorConditionrIdx()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4560 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4561 signed int v1; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4562
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4563 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4564 while ( !this->pConditions[pConditionImportancyTable[v1]] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4565 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4566 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4567 if ( v1 >= 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4568 return 18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4569 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4570 return pConditionImportancyTable[v1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4571 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4572
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4573 //----- (0048EA1B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4574 int Player::_48EA1B_get_static_effect(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4575 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4576 __int16 v2; // cx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4577 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4578
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4579 v2 = word_4EDFFC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4580 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4581 while ( a2 < v2 && v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4582 v2 = word_4EDFFE[v3++];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4583 return player_stat_bonuses[v3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4584 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4585 // 4EDFFC: using guessed type __int16 word_4EDFFC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4586
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4587 //----- (0048EA46) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4588 int Player::_48EA46_calc_special_bonus_by_items(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4589 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4590 int v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4591 int v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4592 int v4; // edx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4593 int v5; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4594 char *v6; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4595
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4596 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4597 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4598 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4599 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4600 if ( !HasItemEquipped((ITEM_EQUIP_TYPE)v3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4601 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4602 v5 = *(int *)v4 - 1; // BUG
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4603 // v5 = _this->cEquippedItems.uOffHand - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4604 if ( a2 != 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4605 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4606 v6 = (char *)this + 36 * v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4607 if ( *((int *)v6 + 133) == 533 || *((int *)v6 + 136) == 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4608 return 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4609 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4610 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4611 if ( (signed int)v3 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4612 return v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4613 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4614 if ( a2 != 24 || this->pInventoryItems[v5].uAdditionalValue != 24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4615 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4616 return 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4617 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4618
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4619 //----- (0048EAAE) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4620 int Player::GetItemsBonus(CHARACTER_ATTRIBUTE_TYPE attr, int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4621 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4622 CHARACTER_ATTRIBUTE_TYPE v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4623 signed int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4624 int v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4625 Player *v6; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4626 Player *v8; // ecx@48
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4627 int v9; // eax@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4628 int v10; // edx@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4629 Player *v11; // ecx@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4630 int v12; // eax@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4631 int v13; // edx@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4632 int v14; // ecx@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4633 int v15; // eax@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4634 Player *v16; // ecx@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4635 int v17; // eax@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4636 Player *v18; // ecx@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4637 int v19; // eax@67
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4638 int v20; // eax@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4639 Player *v21; // ecx@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4640 int v22; // eax@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4641 int v23; // edx@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4642 int v24; // eax@79
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4643 int v25; // ecx@80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4644 int v26; // edi@80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4645 Player *v27; // ecx@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4646 int v28; // eax@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4647 int v29; // edx@85
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4648 Player *v30; // ecx@96
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4649 int v31; // ebp@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4650 int v32; // eax@98
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4651 unsigned int v33; // eax@100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4652 int v34; // eax@103
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4653 char v35; // zf@104
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4654 char v36; // zf@107
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4655 unsigned __int8 v37; // zf@119
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4656 char v38; // sf@119
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4657 unsigned __int8 v39; // of@119
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4658 char v40; // zf@122
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4659 char v41; // zf@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4660 char v42; // zf@164
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4661 char v43; // zf@173
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4662 char v44; // zf@189
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4663 char v45; // zf@198
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4664 char v46; // zf@239
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4665 int v47; // eax@268
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4666 int v48; // eax@269
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4667 int v49; // eax@291
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4668 char v50; // zf@295
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4669 int v51; // eax@306
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4670 int v52; // eax@307
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4671 char v53; // zf@312
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4672 char v54; // zf@336
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4673 char v55; // zf@348
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4674 int v56; // eax@365
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4675 int v57; // ebx@368
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4676 signed int v58; // [sp-4h] [bp-20h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4677 signed int v59; // [sp-4h] [bp-20h]@71
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4678 signed int v60; // [sp-4h] [bp-20h]@347
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4679 int v61; // [sp+10h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4680 int v62; // [sp+14h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4681 int v63; // [sp+18h] [bp-4h]@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4682 ItemGen *attra; // [sp+20h] [bp+4h]@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4683 unsigned int v65; // [sp+24h] [bp+8h]@95
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4684
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4685 v3 = attr;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4686 v4 = 36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4687 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4688 v6 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4689 v62 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4690 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4691 if ( (signed int)attr > 36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4692 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4693 switch ( attr )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4694 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4695 case 37:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4696 v58 = 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4697 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4698 case 38:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4699 v58 = 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4700 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4701 case 39:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4702 v58 = 17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4703 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4704 case 40:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4705 v58 = 18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4706 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4707 case 41:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4708 v58 = 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4709 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4710 case 42:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4711 v58 = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4712 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4713 case 43:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4714 v58 = 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4715 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4716 case 44:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4717 v58 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4718 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4719 case 45:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4720 v58 = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4721 goto LABEL_35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4722 case 46:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4723 goto LABEL_36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4724 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4725 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4726 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4727 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4728 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4729 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4730 if ( attr == 36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4731 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4732 v58 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4733 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4734 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4735 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4736 if ( (signed int)attr > 21 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4737 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4738 switch ( attr )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4739 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4740 case 22:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4741 v58 = 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4742 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4743 case 23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4744 v58 = 31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4745 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4746 case 34:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4747 v58 = 12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4748 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4749 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4750 if ( attr != 35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4751 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4752 v58 = 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4753 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4754 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4755 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4756 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4757 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4758 switch ( attr )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4759 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4760 case 21:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4761 v58 = 33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4762 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4763 case 16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4764 v58 = 35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4765 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4766 case 17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4767 v58 = 34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4768 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4769 case 18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4770 v58 = 29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4771 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4772 case 19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4773 v58 = 21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4774 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4775 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4776 if ( attr != 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4777 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4778 v58 = 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4779 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4780 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4781 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4782 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4783 LABEL_35:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4784 v4 = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4785 LABEL_36:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4786 if ( !this->pActiveSkills[v4] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4787 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4788 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4789 LABEL_38:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4790 if ( (signed int)attr > 28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4791 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4792 if ( (signed int)attr < 29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4793 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4794 if ( (signed int)attr <= 30 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4795 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4796 if ( HasItemEquipped(EQUIP_BOW) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4797 v5 = pItemsTable->pItems[*(int *)&v6->pDarkSpellbook.bIsSpellAvailable[36 * v6->pEquipment.uBow + 5]].uDamageMod;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4798 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4799 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4800 if ( attr == 31 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4801 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4802 if ( !HasItemEquipped(EQUIP_BOW) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4803 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4804 v57 = *(int *)&v6->pDarkSpellbook.bIsSpellAvailable[36 * v6->pEquipment.uBow + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4805 v5 = pItemsTable->pItems[v57].uDamageMod;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4806 v56 = pItemsTable->pItems[v57].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4807 goto LABEL_366;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4808 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4809 if ( attr == 32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4810 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4811 if ( !HasItemEquipped(EQUIP_BOW) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4812 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4813 v20 = *(int *)&v6->pDarkSpellbook.bIsSpellAvailable[36 * v6->pEquipment.uBow + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4814 v5 = pItemsTable->pItems[v20].uDamageDice * pItemsTable->pItems[v20].uDamageRoll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4815 LABEL_365:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4816 v56 = pItemsTable->pItems[v20].uDamageMod;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4817 LABEL_366:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4818 v5 += v56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4819 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4820 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4821 if ( (signed int)attr <= 33 || (signed int)attr > 46 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4822 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4823 LABEL_95:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4824 v65 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4825 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4826 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4827 if ( !HasItemEquipped((ITEM_EQUIP_TYPE)v65) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4828 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4829 v31 = *(&v6->pEquipment.uOffHand + v65) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4830 if ( v3 == 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4831 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4832 v32 = GetEquippedItemEquipType(v65);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4833 if ( v32 >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4834 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4835 if ( v32 <= 11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4836 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4837 v33 = v6->pInventoryItems[v31].uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4838 v5 += pItemsTable->pItems[v33].uDamageDice + pItemsTable->pItems[v33].uDamageMod;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4839 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4840 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4841 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4842 v63 = (int)((char *)v6 + 36 * v31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4843 attra = (ItemGen *)(v63 + 532);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4844 if ( pItemsTable->_456D5E_is_some_material((ItemGen *)(v63 + 532)) == 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4845 && !pItemsTable->_456D43_is_material_equals_3(attra) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4846 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4847 v34 = attra->uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4848 switch ( attra->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4849 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4850 case 0x1F4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4851 v35 = v3 == 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4852 goto LABEL_105;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4853 case 0x1F5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4854 v36 = v3 == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4855 goto LABEL_108;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4856 case 0x1F6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4857 if ( v3 == 21 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4858 v61 += 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4859 v36 = v3 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4860 goto LABEL_108;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4861 case 0x1F7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4862 if ( v3 == 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4863 v61 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4864 if ( v3 == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4865 v61 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4866 v36 = v3 == 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4867 goto LABEL_108;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4868 case 0x1F8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4869 goto LABEL_118;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4870 case 0x1F9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4871 v40 = v3 == 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4872 goto LABEL_123;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4873 case 0x1FAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4874 v35 = v3 == 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4875 goto LABEL_105;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4876 case 0x1FEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4877 v35 = v3 == 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4878 goto LABEL_105;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4879 case 0x1FFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4880 if ( v3 == 23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4881 v61 += 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4882 if ( v3 == 22 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4883 v61 += 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4884 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4885 case 0x200u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4886 if ( v3 == 36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4887 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4888 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[14]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4889 v62 = ((unsigned int)v34 >> 1) & 0x1F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4890 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4891 v36 = v3 == 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4892 LABEL_108:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4893 if ( v36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4894 v5 += 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4895 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4896 case 0x201u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4897 if ( v3 == 39 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4898 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4899 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[17]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4900 v34 = ((unsigned int)v34 >> 1) & 0x1F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4901 v62 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4902 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4903 goto LABEL_136;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4904 case 0x202u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4905 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4906 v5 += 150;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4907 if ( v3 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4908 v5 -= 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4909 if ( v3 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4910 v5 -= 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4911 goto LABEL_145;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4912 case 0x203u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4913 if ( v3 == 42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4914 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4915 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[20]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4916 v62 = ((unsigned int)v34 >> 1) & 0x1F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4917 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4918 if ( v3 == 43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4919 v61 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4920 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4921 case 0x204u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4922 if ( v3 == 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4923 v61 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4924 if ( v3 == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4925 v61 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4926 if ( v3 == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4927 v5 += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4928 if ( v3 == 11 || v3 == 10 || v3 == 12 || v3 == 13 || v3 == 33 || v3 == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4929 goto LABEL_166;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4930 v42 = v3 == 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4931 goto LABEL_165;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4932 case 0x205u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4933 if ( v3 == 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4934 v61 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4935 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4936 case 0x206u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4937 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4938 v5 += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4939 if ( v3 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4940 v5 += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4941 v43 = v3 == 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4942 goto LABEL_174;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4943 case 0x207u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4944 if ( v3 == 45 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4945 v61 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4946 if ( v3 == 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4947 v5 -= 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4948 v42 = v3 == 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4949 LABEL_165:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4950 if ( v42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4951 LABEL_166:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4952 v5 -= 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4953 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4954 case 0x208u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4955 v35 = v3 == 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4956 goto LABEL_105;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4957 case 0x209u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4958 if ( v3 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4959 v5 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4960 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4961 v5 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4962 v41 = v3 == 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4963 goto LABEL_146;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4964 case 0x20Au:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4965 if ( v3 == 46 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4966 v61 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4967 v44 = v3 == 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4968 goto LABEL_190;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4969 case 0x20Bu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4970 if ( v3 == 34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4971 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4972 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[12]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4973 v62 = ((unsigned int)v34 >> 1) & 0x1F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4974 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4975 if ( v3 == 12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4976 v5 += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4977 if ( v3 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4978 v5 += 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4979 v45 = v3 == 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4980 goto LABEL_199;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4981 case 0x20Cu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4982 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4983 v5 += 75;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4984 goto LABEL_145;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4985 case 0x20Du:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4986 if ( v3 == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4987 v5 += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4988 if ( v3 == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4989 v5 += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4990 if ( v3 == 11 || v3 == 10 || v3 == 12 || v3 == 13 || v3 == 33 || v3 == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4991 goto LABEL_374;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4992 v43 = v3 == 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4993 LABEL_174:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4994 if ( v43 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4995 LABEL_374:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4996 v5 -= 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4997 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4998 case 0x20Eu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4999 if ( v3 == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5000 v5 += 150;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5001 if ( v3 == 44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5002 v61 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5003 if ( v3 == 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5004 v5 -= 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5005 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5006 case 0x20Fu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5007 if ( v3 == 39 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5008 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5009 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[17]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5010 v34 = ((unsigned int)v34 >> 1) & 0x1F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5011 v62 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5012 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5013 if ( v3 == 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5014 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5015 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[18]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5016 v62 = ((unsigned int)v34 >> 1) & 0x1F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5017 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5018 LABEL_145:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5019 v41 = v3 == 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5020 LABEL_146:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5021 if ( v41 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5022 v5 -= 40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5023 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5024 case 0x210u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5025 if ( v3 == 38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5026 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5027 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[16]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5028 v62 = ((unsigned int)v34 >> 1) & 0x1F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5029 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5030 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5031 v5 += 75;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5032 v44 = v3 == 11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5033 LABEL_190:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5034 if ( v44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5035 v5 -= 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5036 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5037 case 0x211u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5038 if ( v3 == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5039 v5 += 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5040 if ( v3 == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5041 v5 += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5042 v35 = v3 == 11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5043 LABEL_105:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5044 if ( v35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5045 v5 += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5046 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5047 case 0x212u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5048 if ( v3 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5049 v5 -= 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5050 v45 = v3 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5051 LABEL_199:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5052 if ( v45 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5053 v5 -= 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5054 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5055 case 0x214u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5056 if ( v3 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5057 v5 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5058 v46 = v3 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5059 goto LABEL_240;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5060 case 0x215u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5061 if ( v3 == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5062 v5 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5063 v46 = v3 == 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5064 goto LABEL_240;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5065 case 0x216u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5066 if ( v3 == 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5067 v5 += 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5068 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5069 v5 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5070 goto LABEL_315;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5071 case 0x217u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5072 if ( v3 == 21 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5073 v61 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5074 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5075 v5 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5076 goto LABEL_253;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5077 case 0x218u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5078 goto LABEL_253;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5079 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5080 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5081 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5082 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5083 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5084 if ( *(int *)(v63 + 536) == v3 + 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5085 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5086 if ( (signed int)v3 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5087 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5088 if ( (signed int)v3 <= 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5089 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5090 v5 += *((int *)v6->pConditions + 9 * v31 + 135);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5091 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5092 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5093 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5094 if ( (signed int)v3 <= 23 && v5 < *((int *)v6->pConditions + 9 * v31 + 135) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5095 v5 = *((int *)v6->pConditions + 9 * v31 + 135);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5096 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5097 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5098 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5099 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5100 v34 = *(int *)(v63 + 544);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5101 if ( v34 > 48 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5102 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5103 switch ( v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5104 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5105 case 54:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5106 goto LABEL_315;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5107 case 49:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5108 if ( v3 == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5109 goto LABEL_121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5110 v50 = v3 == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5111 goto LABEL_296;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5112 case 51:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5113 if ( v3 != 5 && v3 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5114 goto LABEL_309;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5115 goto LABEL_121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5116 case 52:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5117 if ( v3 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5118 goto LABEL_121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5119 v50 = v3 == 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5120 goto LABEL_296;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5121 case 53:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5122 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5123 goto LABEL_121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5124 v50 = v3 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5125 goto LABEL_296;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5126 case 55:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5127 v46 = v3 == 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5128 goto LABEL_240;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5129 case 56:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5130 if ( !v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5131 goto LABEL_351;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5132 v53 = v3 == 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5133 goto LABEL_350;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5134 case 57:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5135 if ( v3 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5136 goto LABEL_351;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5137 v53 = v3 == 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5138 goto LABEL_350;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5139 case 50:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5140 if ( v3 == 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5141 v5 += 30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5142 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5143 case 60:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5144 if ( v3 != 23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5145 goto LABEL_336;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5146 if ( v5 >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5147 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5148 v5 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5149 LABEL_336:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5150 v54 = v3 == 22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5151 goto LABEL_345;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5152 case 61:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5153 if ( v3 != 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5154 goto LABEL_340;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5155 if ( v5 >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5156 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5157 v5 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5158 LABEL_340:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5159 v54 = v3 == 18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5160 goto LABEL_345;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5161 case 62:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5162 if ( v3 != 19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5163 goto LABEL_344;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5164 if ( v5 >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5165 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5166 v5 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5167 LABEL_344:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5168 v54 = v3 == 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5169 LABEL_345:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5170 if ( !v54 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5171 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5172 if ( v5 >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5173 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5174 v60 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5175 goto LABEL_360;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5176 case 67:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5177 v55 = v3 == 18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5178 goto LABEL_357;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5179 case 68:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5180 v53 = v3 == 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5181 goto LABEL_350;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5182 case 69:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5183 if ( v3 == 11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5184 v5 += 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5185 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5186 case 70:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5187 if ( v3 == 12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5188 v5 += 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5189 v55 = v3 == 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5190 LABEL_357:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5191 if ( v55 && v5 < 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5192 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5193 v60 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5194 LABEL_360:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5195 v5 = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5196 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5197 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5198 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5199 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5200 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5201 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5202 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5203 if ( v34 == 48 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5204 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5205 if ( v3 == 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5206 v5 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5207 LABEL_315:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5208 v46 = v3 == 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5209 LABEL_240:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5210 if ( v46 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5211 v5 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5212 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5213 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5214 if ( v34 > 32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5215 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5216 if ( v34 > 44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5217 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5218 v51 = v34 - 45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5219 if ( !v51 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5220 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5221 if ( v3 == 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5222 goto LABEL_351;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5223 v53 = v3 == 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5224 LABEL_350:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5225 if ( v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5226 LABEL_351:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5227 v5 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5228 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5229 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5230 v52 = v51 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5231 if ( !v52 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5232 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5233 v40 = v3 == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5234 LABEL_123:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5235 if ( v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5236 v5 += 25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5237 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5238 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5239 if ( v52 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5240 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5241 LABEL_309:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5242 v50 = v3 == 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5243 goto LABEL_296;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5244 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5245 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5246 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5247 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5248 if ( v34 == 44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5249 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5250 v50 = v3 == 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5251 goto LABEL_296;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5252 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5253 v34 -= 33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5254 if ( !v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5255 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5256 if ( v3 != 38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5257 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5258 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[16]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5259 goto LABEL_138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5260 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5261 --v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5262 if ( !v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5263 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5264 if ( v3 != 36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5265 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5266 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[14]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5267 goto LABEL_138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5268 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5269 v49 = v34 - 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5270 if ( !v49 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5271 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5272 if ( (signed int)v3 >= 0 && (signed int)v3 <= 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5273 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5274 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5275 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5276 if ( v49 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5277 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5278 if ( v3 != 3 && v3 != 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5279 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5280 v50 = v3 == 9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5281 LABEL_296:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5282 if ( !v50 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5283 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5284 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5285 LABEL_121:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5286 v5 += 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5287 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5288 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5289 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5291 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5292 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5293 if ( v34 == 32 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5294 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5295 if ( v3 != 39 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5296 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5297 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[17]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5298 goto LABEL_138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5299 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5300 if ( v34 > 28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5301 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5302 v34 -= 29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5303 if ( v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5304 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5305 --v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5306 if ( v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5307 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5308 --v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5309 if ( v34 || v3 != 41 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5310 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5311 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[19]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5312 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5313 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5314 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5315 if ( v3 != 34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5316 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5317 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[12]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5318 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5319 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5320 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5321 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5322 if ( v3 != 37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5323 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5324 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[15]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5325 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5326 goto LABEL_138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5327 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5328 if ( v34 == 28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5329 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5330 LABEL_136:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5331 if ( v3 == 42 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5332 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5333 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[20]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5334 LABEL_138:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5335 v62 = ((unsigned int)v34 >> 1) & 0x1F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5336 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5337 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5338 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5339 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5340 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5341 v47 = v34 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5342 if ( v47 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5343 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5344 v48 = v47 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5345 if ( v48 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5346 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5347 v34 = v48 - 24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5348 if ( v34 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5349 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5350 --v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5351 if ( v34 || v3 != 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5352 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5353 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[18]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5354 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5355 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5356 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5357 if ( v3 != 35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5358 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5359 LOBYTE(v34) = LOBYTE(v6->pActiveSkills[13]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5360 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5361 goto LABEL_138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5362 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5363 LABEL_118:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5364 if ( (signed int)v3 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5365 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5366 v39 = __OFSUB__((int)v3, 6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5367 v37 = v3 == 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5368 v38 = v3 - 6 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5369 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5370 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5371 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5372 LABEL_253:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5373 if ( (signed int)v3 < 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5374 goto LABEL_361;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5375 v39 = __OFSUB__((int)v3, 15);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5376 v37 = v3 == 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5377 v38 = v3 - 15 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5378 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5379 if ( (unsigned __int8)(v38 ^ v39) | v37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5380 goto LABEL_121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5381 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5382 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5383 LABEL_361:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5384 ++v65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5385 if ( (signed int)v65 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5386 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5387 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5388 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5389 if ( attr == 28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5390 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5391 if ( IsUnarmed() != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5392 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5393 if ( v6->HasItemEquipped(EQUIP_TWO_HANDED) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5394 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5395 v22 = v21->GetEquippedItemEquipType(1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5396 if ( v22 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5397 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5398 if ( v22 <= 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5399 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5400 if ( v6->pEquipment.uOffHand || (v24 = v23, pItemsTable->pItems[v23].uSkillType != 4) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5401 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5402 v24 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5403 v26 = pItemsTable->pItems[v23].uDamageRoll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5404 v25 = pItemsTable->pItems[v23].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5405 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5406 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5407 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5408 v25 = pItemsTable->pItems[v24].uDamageRoll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5409 v26 = pItemsTable->pItems[v24].uDamageDice + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5410 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5411 v5 = pItemsTable->pItems[v24].uDamageMod + v25 * v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5412 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5413 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5414 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5415 if ( a3 || !v6->HasItemEquipped((ITEM_EQUIP_TYPE)0) || (v28 = v27->GetEquippedItemEquipType(0), v28 < 0) || v28 > 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5416 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5417 v15 = pItemsTable->pItems[v29].uDamageMod;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5418 v14 = pItemsTable->pItems[v29].uDamageDice * pItemsTable->pItems[v29].uDamageRoll;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5419 goto LABEL_88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5420 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5421 v59 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5422 LABEL_74:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5423 v5 = v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5424 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5425 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5426 if ( (signed int)attr < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5427 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5428 if ( (signed int)attr <= 23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5429 goto LABEL_95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5430 if ( attr == 24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5431 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5432 if ( !HasEnchantedItemEquipped(25) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5433 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5434 v59 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5435 goto LABEL_74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5436 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5437 if ( (signed int)attr <= 24 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5438 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5439 if ( (signed int)attr <= 26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5440 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5441 if ( IsUnarmed() == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5442 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5443 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5444 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5445 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5446 if ( v6->HasItemEquipped(EQUIP_TWO_HANDED) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5447 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5448 v17 = v16->GetEquippedItemEquipType(1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5449 if ( v17 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5450 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5451 if ( v17 <= 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5452 v5 = pItemsTable->pItems[*(int *)&v6->pDarkSpellbook.bIsSpellAvailable[36 * v6->pEquipment.uMainHand + 5]].uDamageMod;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5453 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5454 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5455 if ( a3 || !v6->HasItemEquipped((ITEM_EQUIP_TYPE)0) || (v19 = v18->GetEquippedItemEquipType(0), v19 < 0) || v19 > 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5456 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5457 v20 = *(int *)&v6->pDarkSpellbook.bIsSpellAvailable[36 * v6->pEquipment.uOffHand + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5458 goto LABEL_365;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5459 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5460 if ( attr == 27 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5461 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5462 if ( IsUnarmed() == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5463 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5464 v5 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5465 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5466 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5467 if ( v6->HasItemEquipped(EQUIP_TWO_HANDED) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5468 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5469 v9 = v8->GetEquippedItemEquipType(1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5470 if ( v9 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5471 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5472 if ( v9 <= 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5473 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5474 v5 = pItemsTable->pItems[v10].uDamageDice + pItemsTable->pItems[v10].uDamageMod;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5475 if ( !v6->pEquipment.uOffHand )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5476 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5477 if ( pItemsTable->pItems[v10].uSkillType == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5478 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5479 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5480 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5481 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5482 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5483 if ( a3 || !v6->HasItemEquipped((ITEM_EQUIP_TYPE)0) || (v12 = v11->GetEquippedItemEquipType(0), v12 < 0) || v12 > 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5484 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5485 v14 = pItemsTable->pItems[v13].uDamageMod;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5486 v15 = pItemsTable->pItems[v13].uDamageDice;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5487 LABEL_88:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5488 v5 += v15 + v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5489 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5490 return v5 + v62 + v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5491 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5492
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5493 //----- (0048F73C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5494 int Player::GetMagicalBonus(enum CHARACTER_ATTRIBUTE_TYPE a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5495 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5496 int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5497 int v3; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5498 int v4; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5499
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5500 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5501 if ( (signed int)a2 > 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5502 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5503 if ( (signed int)a2 <= 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5504 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5505 switch ( a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5506 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5507 case CHARACTER_ATTRIBUTE_RESIST_BODY:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5508 v3 = this->pPlayerBuffs[2].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5509 v4 = pParty->pPartyBuffs[1].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5510 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5511 case CHARACTER_ATTRIBUTE_RESIST_AIR:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5512 v3 = this->pPlayerBuffs[0].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5513 v4 = pParty->pPartyBuffs[0].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5514 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5515 case CHARACTER_ATTRIBUTE_RESIST_WATER:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5516 v3 = this->pPlayerBuffs[22].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5517 v4 = pParty->pPartyBuffs[17].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5518 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5519 case CHARACTER_ATTRIBUTE_RESIST_EARTH:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5520 v3 = this->pPlayerBuffs[3].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5521 v4 = pParty->pPartyBuffs[4].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5522 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5523 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5524 if ( a2 != 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5525 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5526 v3 = this->pPlayerBuffs[9].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5527 v4 = pParty->pPartyBuffs[12].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5528 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5529 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5530 return v4 + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5531 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5532 if ( a2 != CHARACTER_ATTRIBUTE_ATTACK )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5533 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5534 if ( a2 == CHARACTER_ATTRIBUTE_MELEE_DMG_BONUS )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5535 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5536 v3 = this->pPlayerBuffs[8].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5537 v4 = pParty->pPartyBuffs[9].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5538 return v4 + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5539 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5540 if ( a2 != 29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5541 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5542 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5543 return this->pPlayerBuffs[1].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5544 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5545 if ( a2 == 10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5546 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5547 v3 = this->pPlayerBuffs[5].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5548 v4 = pParty->pPartyBuffs[6].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5549 return v4 + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5550 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5551 switch ( a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5552 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5553 case CHARACTER_ATTRIBUTE_STRENGTH:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5554 v3 = this->pPlayerBuffs[19].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5555 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5556 case CHARACTER_ATTRIBUTE_INTELLIGENCE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5557 v3 = this->pPlayerBuffs[17].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5558 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5559 case CHARACTER_ATTRIBUTE_WILLPOWER:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5560 v3 = this->pPlayerBuffs[20].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5561 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5562 case CHARACTER_ATTRIBUTE_ENDURANCE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5563 v3 = this->pPlayerBuffs[16].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5564 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5565 case CHARACTER_ATTRIBUTE_ACCURACY:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5566 v3 = this->pPlayerBuffs[15].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5567 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5568 case CHARACTER_ATTRIBUTE_SPEED:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5569 v3 = this->pPlayerBuffs[21].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5570 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5571 case CHARACTER_ATTRIBUTE_LUCK:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5572 v3 = this->pPlayerBuffs[18].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5573 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5574 v4 = pParty->pPartyBuffs[2].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5575 return v4 + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5576 case CHARACTER_ATTRIBUTE_AC_BONUS:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5577 v3 = this->pPlayerBuffs[14].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5578 v4 = pParty->pPartyBuffs[15].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5579 return v4 + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5580 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5581 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5582 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5583 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5584 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5585
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5586 //----- (0048F882) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5587 char Player::GetActualSkillLevel(enum PLAYER_SKILL_TYPE uSkillType)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5588 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5589 signed int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5590 unsigned __int16 v3; // ax@126
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5591 char result; // al@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5592 unsigned int v5; // [sp-4h] [bp-14h]@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5593 signed int v6; // [sp-4h] [bp-14h]@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5594 unsigned int v7; // [sp-4h] [bp-14h]@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5595 CHARACTER_ATTRIBUTE_TYPE v8; // [sp-4h] [bp-14h]@68
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5596 Player *v9; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5597
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5598 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5599 v9 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5600 if ( uSkillType > PLAYER_SKILL_DODGE )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5601 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5602 if ( uSkillType != PLAYER_SKILL_UNARMED )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5603 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5604 if ( uSkillType == PLAYER_SKILL_MONSTER_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5605 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5606 if ( CheckHiredNPCSpeciality(0x3Au) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5607 v2 = 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5608 if ( CheckHiredNPCSpeciality(0x39u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5609 v2 += 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5610 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5611 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5612 if ( uSkillType == PLAYER_SKILL_ARMSMASTER )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5613 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5614 if ( CheckHiredNPCSpeciality(0xFu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5615 v2 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5616 if ( CheckHiredNPCSpeciality(0x10u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5617 v2 += 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5618 goto LABEL_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5619 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5620 if ( uSkillType == PLAYER_SKILL_STEALING )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5621 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5622 if ( CheckHiredNPCSpeciality(0x33u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5623 v2 = 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5624 goto LABEL_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5625 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5626 if ( uSkillType == PLAYER_SKILL_ALCHEMY )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5627 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5628 if ( CheckHiredNPCSpeciality(0x17u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5629 v2 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5630 if ( CheckHiredNPCSpeciality(0x18u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5631 v2 += 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5632 goto LABEL_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5633 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5634 if ( uSkillType == 36 ) // learning
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5635 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5636 if ( CheckHiredNPCSpeciality(0xDu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5637 v2 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5638 if ( CheckHiredNPCSpeciality(0xEu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5639 v2 += 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5640 if ( CheckHiredNPCSpeciality(4u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5641 v2 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5642 goto LABEL_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5643 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5644 goto LABEL_86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5645 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5646 if ( !CheckHiredNPCSpeciality(0x38u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5647 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5648 LABEL_85:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5649 v2 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5650 goto LABEL_86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5651 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5652 if ( uSkillType == PLAYER_SKILL_DODGE )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5653 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5654 if ( !CheckHiredNPCSpeciality(0x38u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5655 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5656 v6 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5657 goto LABEL_51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5658 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5659 if ( uSkillType <= PLAYER_SKILL_ITEM_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5660 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5661 if ( uSkillType != PLAYER_SKILL_ITEM_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5662 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5663 if ( (signed int)uSkillType < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5664 goto LABEL_86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5665 if ( uSkillType > PLAYER_SKILL_PLATE )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5666 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5667 if ( uSkillType <= PLAYER_SKILL_EARTH )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5668 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5669 if ( CheckHiredNPCSpeciality(0x11u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5670 v2 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5671 if ( CheckHiredNPCSpeciality(0x12u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5672 v2 += 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5673 v5 = 19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5674 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5675 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5676 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5677 if ( uSkillType > PLAYER_SKILL_BODY )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5678 goto LABEL_86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5679 if ( CheckHiredNPCSpeciality(0x35u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5680 v2 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5681 if ( CheckHiredNPCSpeciality(0x36u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5682 v2 += 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5683 v5 = 55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5684 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5685 if ( CheckHiredNPCSpeciality(v5) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5686 v2 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5687 if ( v9->uClass == 31 && sub_476387() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5688 v2 += 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5689 LABEL_86:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5690 if ( uSkillType <= PLAYER_SKILL_DARK )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5691 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5692 if ( uSkillType == PLAYER_SKILL_DARK )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5693 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5694 v8 = (CHARACTER_ATTRIBUTE_TYPE)42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5695 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5696 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5697 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5698 if ( uSkillType > PLAYER_SKILL_EARTH )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5699 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5700 switch ( uSkillType )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5701 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5702 case 16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5703 v8 = (CHARACTER_ATTRIBUTE_TYPE)38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5704 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5705 case 17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5706 v8 = (CHARACTER_ATTRIBUTE_TYPE)39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5707 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5708 case 18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5709 v8 = (CHARACTER_ATTRIBUTE_TYPE)40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5710 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5711 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5712 if ( uSkillType != 19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5713 goto LABEL_126;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5714 v8 = (CHARACTER_ATTRIBUTE_TYPE)41;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5715 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5716 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5717 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5718 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5719 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5720 switch ( uSkillType )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5721 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5722 case PLAYER_SKILL_EARTH:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5723 v8 = (CHARACTER_ATTRIBUTE_TYPE)37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5724 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5725 case PLAYER_SKILL_BOW:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5726 v8 = (CHARACTER_ATTRIBUTE_TYPE)44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5727 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5728 case PLAYER_SKILL_SHIELD:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5729 v8 = (CHARACTER_ATTRIBUTE_TYPE)45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5730 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5731 case PLAYER_SKILL_FIRE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5732 v8 = (CHARACTER_ATTRIBUTE_TYPE)34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5733 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5734 case PLAYER_SKILL_AIR:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5735 v8 = (CHARACTER_ATTRIBUTE_TYPE)35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5736 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5737 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5738 if ( uSkillType != 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5739 goto LABEL_126;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5740 v8 = (CHARACTER_ATTRIBUTE_TYPE)36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5741 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5742 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5743 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5744 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5745 goto LABEL_125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5746 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5747 if ( uSkillType <= PLAYER_SKILL_MONSTER_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5748 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5749 if ( uSkillType != PLAYER_SKILL_MONSTER_ID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5750 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5751 LABEL_83:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5752 v8 = (CHARACTER_ATTRIBUTE_TYPE)20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5753 goto LABEL_125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5754 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5755 LABEL_64:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5756 switch ( uSkillType )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5757 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5758 case PLAYER_SKILL_ARMSMASTER:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5759 v8 = (CHARACTER_ATTRIBUTE_TYPE)21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5760 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5761 case PLAYER_SKILL_STEALING:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5762 v8 = (CHARACTER_ATTRIBUTE_TYPE)17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5763 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5764 case PLAYER_SKILL_ALCHEMY:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5765 v8 = (CHARACTER_ATTRIBUTE_TYPE)16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5766 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5767 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5768 if ( uSkillType != 36 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5769 goto LABEL_126;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5770 v8 = (CHARACTER_ATTRIBUTE_TYPE)46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5771 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5772 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5773 goto LABEL_125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5774 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5775 if ( !CheckHiredNPCSpeciality(0x2Eu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5776 goto LABEL_86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5777 goto LABEL_85;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5778 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5779 if ( !CheckHiredNPCSpeciality(0x39u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5780 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5781 v6 = 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5782 LABEL_51:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5783 v2 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5784 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5785 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5786 if ( uSkillType == PLAYER_SKILL_MERCHANT )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5787 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5788 if ( CheckHiredNPCSpeciality(0x14u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5789 v2 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5790 if ( CheckHiredNPCSpeciality(0x15u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5791 v2 += 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5792 if ( CheckHiredNPCSpeciality(0x30u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5793 v2 += 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5794 v7 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5795 LABEL_47:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5796 if ( CheckHiredNPCSpeciality(v7) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5797 v2 += 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5798 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5799 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5800 if ( uSkillType != PLAYER_SKILL_PERCEPTION )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5801 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5802 if ( uSkillType != PLAYER_SKILL_TRAP_DISARM )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5803 goto LABEL_86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5804 if ( CheckHiredNPCSpeciality(0x19u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5805 v2 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5806 if ( CheckHiredNPCSpeciality(0x1Au) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5807 v2 += 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5808 v7 = 51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5809 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5810 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5811 if ( CheckHiredNPCSpeciality(0x16u) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5812 v2 = 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5813 if ( CheckHiredNPCSpeciality(0x2Fu) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5814 v2 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5815 LABEL_112:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5816 switch ( uSkillType )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5817 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5818 case PLAYER_SKILL_ITEM_ID:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5819 v8 = (CHARACTER_ATTRIBUTE_TYPE)19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5820 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5821 case PLAYER_SKILL_MEDITATION:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5822 v8 = (CHARACTER_ATTRIBUTE_TYPE)43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5823 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5824 case PLAYER_SKILL_TRAP_DISARM:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5825 v8 = (CHARACTER_ATTRIBUTE_TYPE)18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5826 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5827 case PLAYER_SKILL_DODGE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5828 v8 = (CHARACTER_ATTRIBUTE_TYPE)22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5829 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5830 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5831 if ( uSkillType != 31 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5832 goto LABEL_126;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5833 v8 = (CHARACTER_ATTRIBUTE_TYPE)23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5834 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5835 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5836 LABEL_125:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5837 v2 += v9->GetItemsBonus(v8, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5838 LABEL_126:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5839 v3 = v9->pActiveSkills[uSkillType];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5840 if ( v2 + (v9->pActiveSkills[uSkillType] & 0x3F) < 60 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5841 result = v2 + v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5842 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5843 result = v3 & 0xFC | 0x3C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5844 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5845 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5846
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5847 //----- (0048FC00) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5848 int Player::GetSkillBonus(enum CHARACTER_ATTRIBUTE_TYPE a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5849 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5850 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5851 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5852 char v4; // di@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5853 signed int v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5854 unsigned int v6; // eax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5855 unsigned __int8 v7; // sf@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5856 unsigned __int8 v8; // of@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5857 PlayerEquipment *v9; // ebx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5858 Player *v10; // ecx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5859 enum PLAYER_SKILL_TYPE v11; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5860 int v12; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5861 int v13; // edi@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5862 char v14; // di@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5863 signed int v15; // esi@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5864 char v16; // al@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5865 int v18; // eax@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5866 unsigned int v19; // eax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5867 ITEM_EQUIP_TYPE v20; // edi@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5868 int v21; // edx@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5869 int v22; // eax@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5870 enum PLAYER_SKILL_TYPE v23; // edi@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5871 unsigned __int16 v24; // ax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5872 unsigned __int16 v25; // bx@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5873 unsigned int v26; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5874 unsigned __int8 v27; // sf@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5875 unsigned __int8 v28; // of@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5876 unsigned int v29; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5877 int v30; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5878 int v31; // eax@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5879 unsigned int v32; // eax@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5880 int v33; // eax@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5881 char v34; // si@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5882 ITEM_EQUIP_TYPE v35; // edi@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5883 int v36; // edx@70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5884 int v37; // eax@71
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5885 enum PLAYER_SKILL_TYPE v38; // edi@74
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5886 int v39; // eax@74
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5887 int v40; // eax@89
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5888 char v41; // si@89
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5889 int v42; // eax@96
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5890 enum PLAYER_SKILL_TYPE v43; // edx@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5891 int v44; // eax@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5892 int v45; // eax@98
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5893 int v46; // eax@99
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5894 int v47; // eax@100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5895 int v48; // eax@101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5896 int v49; // eax@102
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5897 unsigned __int16 v50; // ax@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5898 char v51; // di@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5899 unsigned int v52; // eax@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5900 int v53; // edi@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5901 signed int i; // ecx@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5902 unsigned __int16 v55; // ax@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5903 char v56; // si@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5904 unsigned int v57; // eax@118
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5905 int v58; // esi@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5906 signed int j; // ecx@121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5907 int v60; // edi@126
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5908 int v61; // eax@126
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5909 signed int v62; // [sp-4h] [bp-30h]@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5910 signed int v63; // [sp-4h] [bp-30h]@80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5911 int v64; // [sp+Ch] [bp-20h]@104
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5912 int v65; // [sp+10h] [bp-1Ch]@104
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5913 int v66; // [sp+14h] [bp-18h]@104
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5914 int v67; // [sp+18h] [bp-14h]@104
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5915 int v68; // [sp+1Ch] [bp-10h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5916 PlayerEquipment *v69; // [sp+20h] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5917 int v70; // [sp+24h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5918 ITEM_EQUIP_TYPE v71; // [sp+28h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5919 int a1; // [sp+34h] [bp+8h]@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5920 int a1a; // [sp+34h] [bp+8h]@74
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5921 signed int a1b; // [sp+34h] [bp+8h]@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5922
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5923 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5924 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5925 v69 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5926 v71 = (ITEM_EQUIP_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5927 LOBYTE(v3) = GetActualSkillLevel(PLAYER_SKILL_ARMSMASTER);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5928 v4 = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5929 v5 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5930 if ( v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5931 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5932 v6 = SkillToMastery(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5933 if ( a2 == CHARACTER_ATTRIBUTE_MELEE_DMG_BONUS )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5934 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5935 if ( (signed int)v6 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5936 goto LABEL_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5937 v8 = __OFSUB__(v6, 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5938 v7 = ((v6 - 3) & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5939 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5940 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5941 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5942 if ( a2 != CHARACTER_ATTRIBUTE_ATTACK )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5943 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5944 if ( (signed int)v6 >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5945 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5946 LABEL_4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5947 v71 = (ITEM_EQUIP_TYPE)2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5948 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5949 v69 = (PlayerEquipment *)(v71 * (v4 & 0x3F));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5950 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5951 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5952 v8 = __OFSUB__(v6, 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5953 v7 = ((v6 - 2) & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5954 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5955 if ( !(v7 ^ v8) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5956 v71 = (ITEM_EQUIP_TYPE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5957 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5958 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5959 LABEL_12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5960 if ( a2 == CHARACTER_ATTRIBUTE_HEALTH )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5961 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5962 v60 = pBaseHealthPerLevelByClass[v2->uClass];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5963 v61 = v2->GetBodybuilding();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5964 return v60 * v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5965 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5966 if ( a2 == CHARACTER_ATTRIBUTE_MANA )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5967 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5968 v60 = pBaseManaPerLevelByClass[v2->uClass];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5969 v61 = v2->GetMediatation();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5970 return v60 * v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5971 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5972 if ( a2 != 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5973 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5974 if ( a2 != CHARACTER_ATTRIBUTE_ATTACK )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5975 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5976 if ( a2 <= CHARACTER_ATTRIBUTE_ATTACK )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5977 return v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5978 if ( a2 > CHARACTER_ATTRIBUTE_MELEE_DMG_MAX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5979 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5980 if ( a2 != CHARACTER_ATTRIBUTE_RANGED_ATTACK )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5981 return v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5982 v71 = (ITEM_EQUIP_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5983 v9 = &v2->pEquipment;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5984 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5985 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5986 if ( v2->HasItemEquipped(v71) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5987 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5988 v11 = (PLAYER_SKILL_TYPE)pItemsTable->pItems[*(int *)&v2->pDarkSpellbook.bIsSpellAvailable[36 * v9->uOffHand + 5]].uSkillType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5989 LOBYTE(v12) = v10->GetActualSkillLevel(v11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5990 a1 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5991 SkillToMastery(v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5992 v13 = v11 - 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5993 if ( !v13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5994 return a1 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5995 if ( v13 == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5996 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5997 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5998 v71 = (ITEM_EQUIP_TYPE)((int)v71 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5999 v9 = (PlayerEquipment *)((char *)v9 + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6000 if ( (signed int)v71 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6001 return v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6002 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6003 v14 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6004 v15 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6005 if ( (signed int)SkillToMastery(a1) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6006 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6007 v62 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6008 goto LABEL_31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6009 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6010 if ( (signed int)SkillToMastery(a1) >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6011 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6012 v62 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6013 goto LABEL_31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6014 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6015 if ( (signed int)SkillToMastery(a1) < 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6016 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6017 goto LABEL_30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6018 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6019 if ( v2->IsUnarmed() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6020 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6021 LOBYTE(v18) = v2->GetActualSkillLevel(PLAYER_SKILL_UNARMED);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6022 v14 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6023 if ( !v18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6024 return v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6025 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6026 v19 = SkillToMastery(v18);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6027 if ( (signed int)v19 < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6028 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6029 if ( (signed int)v19 >= 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6030 v15 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6031 LABEL_32:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6032 v16 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6033 return v15 * (v16 & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6034 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6035 LABEL_30:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6036 v62 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6037 LABEL_31:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6038 v15 = v62;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6039 goto LABEL_32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6040 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6041 v20 = (ITEM_EQUIP_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6042 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6043 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6044 if ( v2->HasItemEquipped(v20) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6045 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6046 v22 = *(int *)&v2->pDarkSpellbook.bIsSpellAvailable[36 * *(int *)v21 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6047 if ( pItemsTable->pItems[v22].uEquipType <= 1u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6048 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6049 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6050 v20 = (ITEM_EQUIP_TYPE)((int)v20 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6051 if ( (signed int)v20 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6052 return v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6053 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6054 v71 = (ITEM_EQUIP_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6055 v23 = (PLAYER_SKILL_TYPE)pItemsTable->pItems[v22].uSkillType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6056 LOBYTE(v24) = v2->GetActualSkillLevel(v23);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6057 v25 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6058 v26 = SkillToMastery(v24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6059 if ( !v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6060 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6061 if ( (signed int)SkillToMastery(v25) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6062 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6063 LOBYTE(v31) = v2->GetActualSkillLevel(PLAYER_SKILL_UNARMED);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6064 LOBYTE(v25) = v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6065 if ( v31 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6066 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6067 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6068 v32 = SkillToMastery(v31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6069 if ( (signed int)v32 < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6070 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6071 if ( (signed int)v32 >= 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6072 v15 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6073 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6074 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6075 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6076 v15 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6077 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6078 v16 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6079 return v15 * (v16 & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6080 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6081 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6082 goto LABEL_55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6083 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6084 if ( v23 == PLAYER_SKILL_DAGGER )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6085 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6086 v29 = SkillToMastery(v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6087 v28 = __OFSUB__(v29, 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6088 v27 = ((v29 - 4) & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6089 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6090 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6091 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6092 if ( v23 <= PLAYER_SKILL_DAGGER )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6093 goto LABEL_55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6094 if ( v23 > PLAYER_SKILL_SPEAR )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6095 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6096 if ( v23 == PLAYER_SKILL_MACE )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6097 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6098 v28 = __OFSUB__(v26, 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6099 v27 = ((v26 - 2) & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6100 goto LABEL_53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6101 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6102 LABEL_55:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6103 v30 = v71 * (v25 & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6104 return (int)((char *)v69 + v30);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6105 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6106 v28 = __OFSUB__(v26, 3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6107 v27 = ((v26 - 3) & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6108 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6109 LABEL_53:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6110 if ( !(v27 ^ v28) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6111 v71 = (ITEM_EQUIP_TYPE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6112 goto LABEL_55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6113 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6114 if ( v2->IsUnarmed() == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6115 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6116 LOBYTE(v33) = v2->GetActualSkillLevel(PLAYER_SKILL_UNARMED);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6117 v34 = v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6118 if ( !v33 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6119 return v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6120 if ( (signed int)SkillToMastery(v33) >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6121 v5 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6122 v30 = v5 * (v34 & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6123 return (int)((char *)v69 + v30);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6124 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6125 v35 = (ITEM_EQUIP_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6126 v68 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6127 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6128 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6129 if ( v2->HasItemEquipped(v35) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6130 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6131 v37 = *(int *)&v2->pDarkSpellbook.bIsSpellAvailable[36 * *(int *)v36 + 5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6132 if ( pItemsTable->pItems[v37].uEquipType <= 1u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6133 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6134 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6135 v35 = (ITEM_EQUIP_TYPE)((int)v35 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6136 if ( (signed int)v35 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6137 return v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6138 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6139 v38 = (PLAYER_SKILL_TYPE)pItemsTable->pItems[v37].uSkillType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6140 LOBYTE(v39) = v2->GetActualSkillLevel(v38);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6141 a1a = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6142 SkillToMastery(v39);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6143 v71 = (ITEM_EQUIP_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6144 if ( v38 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6145 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6146 if ( (signed int)v38 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6147 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6148 if ( (signed int)v38 <= 4 || v38 == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6149 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6150 v71 = (ITEM_EQUIP_TYPE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6151 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6152 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6153 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6154 if ( v38 == 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6155 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6156 if ( (signed int)SkillToMastery(a1a) < 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6157 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6158 if ( (signed int)SkillToMastery(a1a) < 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6159 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6160 if ( (signed int)SkillToMastery(a1a) < 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6161 return v5 * (a1a & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6162 v63 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6163 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6164 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6165 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6166 v63 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6167 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6168 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6169 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6170 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6171 v63 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6172 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6173 v5 = v63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6174 return v5 * (a1a & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6175 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6176 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6177 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6178 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6179 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6180 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6181 v71 = (ITEM_EQUIP_TYPE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6182 if ( (signed int)SkillToMastery(a1a) >= 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6183 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6184 LOBYTE(v40) = v2->GetActualSkillLevel(PLAYER_SKILL_UNARMED);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6185 v41 = v40;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6186 if ( v40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6187 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6188 if ( (signed int)SkillToMastery(v40) >= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6189 v5 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6190 v68 = v5 * (v41 & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6191 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6192 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6193 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6194 v30 = v68 + v71 * (a1a & 0x3F);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6195 return (int)((char *)v69 + v30);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6196 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6197 a1b = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6198 v71 = (ITEM_EQUIP_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6199 v68 = 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6200 v69 = &v2->pEquipment;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6201 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6202 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6203 if ( !v69->uOffHand || (v42 = (int)((char *)v2 + 36 * v69->uOffHand), *(char *)(v42 + 516) & 2) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6204 goto LABEL_117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6205 v43 = (PLAYER_SKILL_TYPE)pItemsTable->pItems[*(int *)(v42 + 496)].uSkillType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6206 v44 = pItemsTable->pItems[*(int *)(v42 + 496)].uSkillType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6207 if ( !v44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6208 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6209 v64 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6210 v65 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6211 LABEL_111:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6212 v66 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6213 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6214 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6215 v45 = v44 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6216 if ( !v45 || (v46 = v45 - 3) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6217 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6218 v64 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6219 v65 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6220 v66 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6221 v67 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6222 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6223 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6224 v47 = v46 - 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6225 if ( v47 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6226 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6227 v48 = v47 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6228 if ( v48 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6229 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6230 v49 = v48 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6231 if ( v49 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6232 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6233 if ( v49 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6234 goto LABEL_117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6235 a1b = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6236 v64 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6237 v65 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6238 v66 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6239 v67 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6240 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6241 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6242 a1b = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6243 v64 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6244 v65 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6245 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6246 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6247 v71 = (ITEM_EQUIP_TYPE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6248 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6249 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6250 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6251 a1b = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6252 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6253 v64 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6254 v65 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6255 v66 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6256 LABEL_112:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6257 v67 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6258 LABEL_113:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6259 LOBYTE(v50) = v2->GetActualSkillLevel(v43);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6260 v51 = v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6261 v52 = SkillToMastery(v50);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6262 v53 = v51 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6263 for ( i = 0; i < (signed int)v52; ++i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6264 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6265 if ( *(&v64 + i) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6266 v70 += v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6267 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6268 LABEL_117:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6269 v69 = (PlayerEquipment *)((char *)v69 + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6270 --v68;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6271 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6272 while ( v68 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6273 v64 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6274 v65 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6275 v66 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6276 v67 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6277 LOBYTE(v55) = v2->GetActualSkillLevel(PLAYER_SKILL_DODGE);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6278 v56 = v55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6279 v57 = SkillToMastery(v55);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6280 if ( !a1b && (!v71 || v57 == 4) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6281 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6282 v58 = v56 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6283 for ( j = 0; j < (signed int)v57; ++j )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6284 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6285 if ( *(&v64 + j) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6286 v70 += v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6287 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6288 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6289 return v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6291
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6292 //----- (00490109) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6293 // faces are: 0 1 2 3 human males
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6294 // 4 5 6 7 human females
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6295 // 8 9 elf males
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6296 // 10 11 elf females
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6297 // 12 13 dwarf males
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6298 // 14 15 dwarf females
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6299 // 16 17 goblin males
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6300 // 18 19 goblin females
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6301 // 20 lich male
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6302 // 21 lich female
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6303 // 22 underwater suits (unused)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6304 // 23 zombie male
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6305 // 24 zombie female
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6306 enum CHARACTER_RACE Player::GetRace()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6307 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6308 signed int v1; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6309 enum CHARACTER_RACE result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6310
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6311 v1 = this->uFace;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6312 result = CHARACTER_RACE_HUMAN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6313 if ( v1 > 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6314 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6315 if ( v1 >= 16 && v1 <= 19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6316 result = CHARACTER_RACE_GOBLIN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6317 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6318 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6319 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6320 if ( v1 >= 12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6321 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6322 result = CHARACTER_RACE_DWARF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6323 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6324 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6325 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6326 if ( v1 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6327 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6328 if ( v1 <= 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6329 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6330 result = CHARACTER_RACE_HUMAN;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6331 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6332 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6333 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6334 if ( v1 <= 11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6335 result = (CHARACTER_RACE)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6336 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6337 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6338 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6339 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6340 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6341 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6342
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6343 //----- (00490141) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6344 int Player::GetSexByVoice()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6345 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6346 signed int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6347
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6348 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6349 switch ( this->uVoiceID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6350 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6351 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6352 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6353 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6354 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6355 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6356 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6357 case 0xCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6358 case 0xDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6359 case 0x10u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6360 case 0x11u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6361 case 0x14u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6362 case 0x17u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6363 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6364 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6365 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6366 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6367 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6368 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6369 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6370 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6371 case 0xEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6372 case 0xFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6373 case 0x12u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6374 case 0x13u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6375 case 0x15u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6376 case 0x18u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6377 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6378 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6379 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6380 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6381 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6382 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6383 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6384
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6385 //----- (00490188) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6386 void Player::SetInitialStats()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6387 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6388 enum CHARACTER_RACE v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6389 int v2; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6390
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6391 v1 = GetRace();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6392 uMight = stru_4ED7B0.race[v1].attr[0].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6393 uIntelligence = stru_4ED7B0.race[v1].attr[1].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6394 uWillpower = stru_4ED7B0.race[v1].attr[2].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6395 uEndurance = stru_4ED7B0.race[v1].attr[3].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6396 uAccuracy = stru_4ED7B0.race[v1].attr[4].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6397 uSpeed = stru_4ED7B0.race[v1].attr[5].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6398 uLuck = stru_4ED7B0.race[v1].attr[6].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6399 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6400
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6401 //----- (004901FC) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6402 int Player::SetSexByVoice()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6403 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6404 __int64 v1; // qax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6405
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6406 v1 = this->uVoiceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6407 switch ( (int)v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6408 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6409 case 0:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6410 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6411 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6412 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6413 case 8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6414 case 9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6415 case 0xC:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6416 case 0xD:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6417 case 0x10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6418 case 0x11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6419 case 0x14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6420 case 0x17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6421 BYTE4(v1) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6422 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6423 case 4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6424 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6425 case 6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6426 case 7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6427 case 0xA:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6428 case 0xB:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6429 case 0xE:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6430 case 0xF:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6431 case 0x12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6432 case 0x13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6433 case 0x15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6434 case 0x18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6435 BYTE4(v1) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6436 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6437 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6438 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6439 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6440 this->uSex = BYTE4(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6441 return v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6442 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6443
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6444 //----- (0049024A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6445 void Player::Reset(unsigned __int8 uClass)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6446 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6447 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6448 signed int v3; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6449 int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6450 unsigned __int16 *pSkills; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6451
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6452 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6453 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6454 this->uClass = uClass;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6455 this->uLuckBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6456 this->uSpeedBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6457 this->uAccuracyBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6458 this->uEnduranceBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6459 this->uWillpowerBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6460 this->uIntelligenceBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6461 this->uMightBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6462 v4 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6463 v2->uLevel = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6464 v2->uExperience = v4 % 100 + 251;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6465 pSkills = v2->pActiveSkills;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6466 v2->uBirthYear = 1147 - rand() % 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6467 memset(v2->pActiveSkills, 0, 0x4Au);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6468 memset(v2->field_152, 0, 0x40u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6469 memset(&v2->pFileSpellbook, 0, 0x64u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6470 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6471 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6472 if ( *(&byte_4ED820[37 * ((unsigned int)v2->uClass >> 2)] + v3) == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6473 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6474 *pSkills = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6475 if ( (unsigned int)(v3 - 12) <= 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6476 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6477 switch ( v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6478 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6479 case 12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6480 v2->pFileSpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6481 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6482 case 13:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6483 v2->pAirSpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6484 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6485 case 14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6486 v2->pWaterSpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6487 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6488 case 15:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6489 v2->pEarthSpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6490 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6491 case 16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6492 v2->pSpiritSpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6493 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6494 case 17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6495 v2->pMindSpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6496 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6497 case 18:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6498 v2->pBodySpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6499 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6500 case 19:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6501 v2->pLightSpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6502 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6503 case 20:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6504 v2->pDarkSpellbook.bIsSpellbookAvailable = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6505 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6506 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6507 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6508 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6509 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6510 ++pSkills;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6511 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6512 while ( v3 < 37 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6513
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6514 sHealth = GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6515 sMana = GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6516 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6517
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6518 //----- (004903C9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6519 enum PLAYER_SKILL_TYPE Player::GetSkillIdxByOrder(signed int order)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6520 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6521 enum PLAYER_SKILL_TYPE result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6522 int v3; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6523 char *v4; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6524 int v5; // esi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6525 unsigned __int16 *v6; // edx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6526 int v7; // esi@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6527 unsigned __int16 *v8; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6528
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6529 if ( order >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6530 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6531 if ( order <= 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6532 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6533 result = (PLAYER_SKILL_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6534 v7 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6535 v8 = this->pActiveSkills;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6536 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6537 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6538 if ( *v8 && *(&byte_4ED820[37 * ((unsigned int)this->uClass >> 2)] + result) == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6539 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6540 if ( v7 == order )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6541 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6542 ++v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6543 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6544 result = (PLAYER_SKILL_TYPE)((int)result + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6545 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6546 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6547 while ( (signed int)result < 37 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6548 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6549 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6550 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6551 if ( order <= 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6552 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6553 result = (PLAYER_SKILL_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6554 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6555 v6 = this->pActiveSkills;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6556 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6557 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6558 if ( *v6 && *(&byte_4ED820[37 * ((unsigned int)this->uClass >> 2)] + result) == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6559 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6560 if ( v5 == order - 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6561 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6562 ++v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6563 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6564 result = (PLAYER_SKILL_TYPE)((int)result + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6565 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6566 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6567 while ( (signed int)result < 37 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6568 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6569 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6570 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6571 if ( order <= 12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6572 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6573 result = (PLAYER_SKILL_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6574 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6575 v4 = &byte_4ED820[37 * ((unsigned int)this->uClass >> 2)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6576 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6577 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6578 if ( *v4 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6579 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6580 if ( v3 == order - 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6581 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6582 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6583 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6584 result = (PLAYER_SKILL_TYPE)((int)result + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6585 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6586 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6587 while ( (signed int)result < 37 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6588 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6589 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6590 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6591 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6592 return (PLAYER_SKILL_TYPE)37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6593 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6594
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6595
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6596
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6597 //----- (0049048D) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6598 //unsigned __int16 PartyCreation_BtnMinusClick(Player *_this, int eAttribute)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6599 unsigned __int16 Player::DecreaseAttribute(int eAttribute)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6600 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6601 int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6602 Player *v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6603 int v4; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6604 int v5; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6605 int v6; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6606 unsigned __int16 result; // ax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6607 int v8; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6608 int v9; // edi@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6609 int v10; // edi@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6610 int v11; // edi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6611 int v12; // edi@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6612 int v13; // edi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6613 int v14; // edi@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6614 int uMinValue; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6615
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6616 v2 = eAttribute + 7 * GetRace();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6617 v4 = stru_4ED7B0.race[0].attr[v2].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6618 v5 = stru_4ED7B0.race[0].attr[v2].uDroppedStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6619 uMinValue = v4 - 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6620 v6 = stru_4ED7B0.race[0].attr[v2].uBaseStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6621 if ( eAttribute )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6622 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6623 switch ( eAttribute )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6624 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6625 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6626 result = v3->uIntelligence;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6627 v13 = v3->uIntelligence;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6628 if ( v13 <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6629 v6 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6630 if ( v13 - v6 >= uMinValue )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6631 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6632 result -= v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6633 v3->uIntelligence = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6634 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6635 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6636 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6637 result = v3->uWillpower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6638 v12 = v3->uWillpower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6639 if ( v12 <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6640 v6 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6641 if ( v12 - v6 >= uMinValue )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6642 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6643 result -= v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6644 v3->uWillpower = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6645 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6646 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6647 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6648 result = v3->uEndurance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6649 v11 = v3->uEndurance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6650 if ( v11 <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6651 v6 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6652 if ( v11 - v6 >= uMinValue )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6653 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6654 result -= v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6655 v3->uEndurance = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6656 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6657 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6658 case 4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6659 result = v3->uAccuracy;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6660 v10 = v3->uAccuracy;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6661 if ( v10 <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6662 v6 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6663 if ( v10 - v6 >= uMinValue )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6664 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6665 result -= v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6666 v3->uAccuracy = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6667 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6668 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6669 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6670 result = v3->uSpeed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6671 v9 = v3->uSpeed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6672 if ( v9 <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6673 v6 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6674 if ( v9 - v6 >= uMinValue )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6675 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6676 result -= v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6677 v3->uSpeed = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6678 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6679 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6680 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6681 result = eAttribute - 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6682 if ( eAttribute == 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6683 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6684 result = v3->uLuck;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6685 v8 = v3->uLuck;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6686 if ( v8 <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6687 v6 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6688 if ( v8 - v6 >= uMinValue )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6689 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6690 result -= v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6691 v3->uLuck = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6692 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6693 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6694 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6695 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6696 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6697 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6698 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6699 result = v3->uMight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6700 v14 = v3->uMight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6701 if ( v14 <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6702 v6 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6703 if ( v14 - v6 >= uMinValue )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6704 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6705 result -= v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6706 v3->uMight = result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6707 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6708 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6709 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6710 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6711
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6712 //----- (004905F5) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6713 //signed int __thiscall PartyCreation_BtnPlusClick(Player *this, int eAttribute)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6714 int Player::IncreaseAttribute(int eAttribute)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6715 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6716 Player *v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6717 int v3; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6718 int v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6719 signed int v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6720 int v6; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6721 signed int v7; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6722 signed int result; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6723 int v9; // [sp+Ch] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6724 signed int v10; // [sp+10h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6725
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6726 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6727 v3 = eAttribute + 7 * GetRace();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6728 v4 = stru_4ED7B0.race[0].attr[v3].uMaxValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6729 v5 = stru_4ED7B0.race[0].attr[v3].uBaseStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6730 v9 = stru_4ED7B0.race[0].attr[v3].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6731 v10 = stru_4ED7B0.race[0].attr[v3].uDroppedStep;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6732 PlayerCreation_ComputeAttributeBonus();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6733 if ( eAttribute )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6734 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6735 switch ( eAttribute )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6736 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6737 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6738 v6 = v2->uIntelligence;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6739 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6740 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6741 v6 = v2->uWillpower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6742 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6743 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6744 v6 = v2->uEndurance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6745 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6746 case 4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6747 v6 = v2->uAccuracy;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6748 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6749 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6750 v6 = v2->uSpeed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6751 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6752 case 6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6753 v6 = v2->uLuck;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6754 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6755 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6756 v6 = eAttribute;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6757 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6758 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6759 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6760 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6761 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6762 v6 = v2->uMight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6763 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6764 if ( v6 < v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6765 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6766 v7 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6767 v5 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6768 v10 = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6769 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6770 result = PlayerCreation_ComputeAttributeBonus();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6771 if ( result >= v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6772 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6773 if ( eAttribute )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6774 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6775 switch ( eAttribute )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6776 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6777 case 1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6778 result = (signed int)&v2->uIntelligence;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6779 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6780 case 2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6781 result = (signed int)&v2->uWillpower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6782 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6783 case 3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6784 result = (signed int)&v2->uEndurance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6785 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6786 case 4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6787 result = (signed int)&v2->uAccuracy;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6788 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6789 case 5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6790 result = (signed int)&v2->uSpeed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6791 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6792 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6793 result = eAttribute - 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6794 if ( eAttribute != 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6795 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6796 result = (signed int)&v2->uLuck;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6797 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6798 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6799 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6800 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6801 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6802 result = (signed int)&v2->uMight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6803 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6804 if ( v5 + *(short *)result <= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6805 *(short *)result += v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6806 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6807 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6808 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6809
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6810 //----- (0049070F) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6811 void Player::Zero()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6812 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6813 Player *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6814 void *result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6815
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6816 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6817 this->sLevelModifier = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6818 this->sACModifier = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6819 this->uLuckBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6820 this->uAccuracyBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6821 this->uSpeedBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6822 this->uEnduranceBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6823 this->uWillpowerBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6824 this->uIntelligenceBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6825 this->uMightBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6826 this->field_100 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6827 this->field_FC = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6828 this->field_F8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6829 this->field_F4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6830 this->field_F0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6831 this->field_EC = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6832 this->field_E8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6833 this->field_E4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6834 this->field_E0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6835 result = memset(&this->sResFireBonus, 0, 0x16u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6836 v1->field_1A97 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6837 v1->_ranged_dmg_bonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6838 v1->field_1A95 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6839 v1->_ranged_atk_bonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6840 v1->field_1A93 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6841 v1->_melee_dmg_bonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6842 v1->field_1A91 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6843 v1->_some_attack_bonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6844 v1->_mana_related = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6845 v1->uFullManaBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6846 v1->_health_related = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6847 v1->uFullHealthBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6848 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6849
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6850 //----- (004907E7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6851 __int16 Player::GetStatColor(unsigned int uStat)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6852 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6853 Player *v2; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6854 __int16 v3; // si@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6855 int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6856 int v5; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6857 unsigned __int8 v6; // zf@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6858 char v7; // sf@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6859 unsigned __int8 v8; // of@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6860 __int16 result; // ax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6861 __int16 v10; // [sp+8h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6862 __int16 v11; // [sp+Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6863
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6864 v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6865 v11 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0x23u, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6866 v10 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6867 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6868 v4 = stru_4ED7B0.race[0].attr[uStat + 7 * GetRace()].uBaseValue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6869 v8 = __OFSUB__(v5, v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6870 v6 = v5 == v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6871 v7 = v5 - v4 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6872 if ( v5 >= v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6873 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6874 result = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6875 if ( (unsigned __int8)(v7 ^ v8) | v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6876 result = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6877 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6878 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6879 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6880 result = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6881 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6882 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6883 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6884
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6885 //----- (004908A8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6886 bool Player::DiscardConditionIfLastsLongerThan(unsigned int uCondition, unsigned __int64 uTime)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6887 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6888 unsigned __int64 *result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6889
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6890 result = (unsigned __int64 *)((char *)this + 8 * uCondition);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6891 if ( *result && (signed __int64)uTime < (signed __int64)*result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6892 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6893 *(int *)result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6894 *((int *)result + 1) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6895 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6896 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6897 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6898 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6899 LOBYTE(result) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6900 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6901 return (bool)result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6902 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6903
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6904 //----- (004680ED) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6905 void Player::UseItem_DrinkPotion_etc(signed int a2, int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6906 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6907 Player *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6908 unsigned int v4; // ebx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6909 signed int v5; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6910 unsigned int v6; // eax@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6911 unsigned __int8 v7; // cf@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6912 int v8; // edx@39
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6913 int v9; // edx@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6914 int v10; // edx@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6915 int v11; // edx@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6916 int v12; // edx@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6917 char *v13; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6918 AudioPlayer *v14; // ecx@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6919 signed int v15; // edi@68
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6920 int v16; // edx@73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6921 unsigned __int16 *v17; // edi@73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6922 unsigned int v18; // eax@73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6923 int v19; // eax@74
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6924 int v20; // eax@75
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6925 signed int v21; // eax@81
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6926 const char *v22; // eax@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6927 char *v23; // ecx@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6928 int v24; // esi@96
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6929 int v25; // eax@109
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6930 int v26; // eax@113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6931 char *v27; // edi@114
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6932 signed __int64 v28; // qax@120
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6933 char *v29; // ecx@120
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6934 int v30; // edi@137
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6935 int v31; // ST30_4@137
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6936 int v32; // ST3C_4@137
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6937 int v33; // ST40_4@137
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6938 int v34; // ST34_4@137
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6939 int v35; // ST38_4@137
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6940 unsigned __int8 v36; // al@173
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6941 SoundID v37; // [sp-20h] [bp-4Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6942 SoundID v38; // [sp-20h] [bp-4Ch]@174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6943 signed int v39; // [sp-1Ch] [bp-48h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6944 signed int v40; // [sp-1Ch] [bp-48h]@174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6945 unsigned int v41; // [sp-18h] [bp-44h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6946 unsigned int v42; // [sp-18h] [bp-44h]@174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6947 signed int v43; // [sp-14h] [bp-40h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6948 signed int v44; // [sp-14h] [bp-40h]@174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6949 signed int v45; // [sp-10h] [bp-3Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6950 unsigned __int16 v46; // [sp-10h] [bp-3Ch]@120
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6951 signed int v47; // [sp-10h] [bp-3Ch]@174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6952 int v48; // [sp-Ch] [bp-38h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6953 unsigned int v49; // [sp-Ch] [bp-38h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6954 unsigned __int16 v50; // [sp-Ch] [bp-38h]@120
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6955 int v51; // [sp-Ch] [bp-38h]@174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6956 unsigned int v52; // [sp-8h] [bp-34h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6957 char *v53; // [sp-8h] [bp-34h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6958 int v54; // [sp-8h] [bp-34h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6959 unsigned int v55; // [sp-8h] [bp-34h]@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6960 int v56; // [sp-8h] [bp-34h]@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6961 const char *v57; // [sp-8h] [bp-34h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6962 const char *v58; // [sp-8h] [bp-34h]@89
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6963 int v59; // [sp-8h] [bp-34h]@120
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6964 unsigned int v60; // [sp-8h] [bp-34h]@174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6965 int v61; // [sp-4h] [bp-30h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6966 char *v62; // [sp-4h] [bp-30h]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6967 char *v63; // [sp-4h] [bp-30h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6968 int v64; // [sp-4h] [bp-30h]@60
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6969 int v65; // [sp-4h] [bp-30h]@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6970 const char *v66; // [sp-4h] [bp-30h]@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6971 signed int v67; // [sp-4h] [bp-30h]@77
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6972 const char *v68; // [sp-4h] [bp-30h]@89
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6973 int v69; // [sp-4h] [bp-30h]@110
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6974 unsigned __int8 v70; // [sp-4h] [bp-30h]@120
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6975 int v71; // [sp-4h] [bp-30h]@174
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6976 char *v72; // [sp+20h] [bp-Ch]@68
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6977 signed int v73; // [sp+24h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6978 char *v74; // [sp+24h] [bp-8h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6979 int v75; // [sp+24h] [bp-8h]@73
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6980 Player *thisb; // [sp+28h] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6981 unsigned int thisa; // [sp+28h] [bp-4h]@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6982
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6983 thisb = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6984 v3 = (Player *)&stru_AA1058[3].pSounds[6972 * a2 + 40552];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6985 v73 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6986 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->field_4 == 1 || pTurnEngine->field_4 == 3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6987 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6988 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6989 if ( pItemsTable->pItems[pParty->pPickedItem.uItemID].uEquipType == 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6990 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6991 if ( pParty->pPickedItem.uItemID != 160 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6992 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6993 if ( pParty->pPickedItem.uItemID == 161 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6994 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6995 v27 = (char *)&v3->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6996 *(int *)v27 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6997 LABEL_170:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6998 if ( *(int *)v27 > v3->GetMaxMana() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6999 *(int *)v27 = v3->GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7000 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7001 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7002 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7003 if ( pParty->pPickedItem.uItemID != 162 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7004 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7005 LABEL_167:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7006 v68 = pParty->pPickedItem.GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7007 v58 = pGlobalTXT_LocalizationStrings[36];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7008 goto LABEL_90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7009 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7010 v69 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7011 LABEL_111:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7012 ((Player *)&stru_AA1058[3].pSounds[6972 * a2 + 40552])->Heal(v69);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7013 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7014 LABEL_112:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7015 v3->PlaySound(36, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7016 goto LABEL_173;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7017 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7018 LABEL_172:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7019 ((Player *)&stru_AA1058[3].pSounds[6972 * a2 + 40552])->SetCondition(6u, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7020 goto LABEL_173;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7021 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7022 if ( pItemsTable->pItems[pParty->pPickedItem.uItemID].uEquipType == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7023 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7024 switch ( pParty->pPickedItem.uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7025 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7026 case 0xDEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7027 v25 = pParty->pPickedItem._bonus_type + 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7028 goto LABEL_110;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7029 case 0xDFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7030 v26 = pParty->pPickedItem._bonus_type + 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7031 goto LABEL_114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7032 case 0xE0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7033 LODWORD(v3->pConditions[1]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7034 HIDWORD(v3->pConditions[1]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7035 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7036 case 0xE1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7037 LODWORD(v3->pConditions[11]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7038 HIDWORD(v3->pConditions[11]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7039 LODWORD(v3->pConditions[9]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7040 HIDWORD(v3->pConditions[9]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7041 LODWORD(v3->pConditions[7]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7042 HIDWORD(v3->pConditions[7]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7043 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7044 case 0xE2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7045 LODWORD(v3->pConditions[10]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7046 HIDWORD(v3->pConditions[10]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7047 LODWORD(v3->pConditions[8]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7048 HIDWORD(v3->pConditions[8]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7049 LODWORD(v3->pConditions[6]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7050 HIDWORD(v3->pConditions[6]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7051 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7052 case 0xE3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7053 LODWORD(v3->pConditions[2]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7054 HIDWORD(v3->pConditions[2]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7055 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7056 case 0xE4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7057 if ( v3->pConditions[1] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7058 goto LABEL_173;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7059 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7060 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7061 v50 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7062 v46 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7063 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7064 v29 = (char *)&v3->pPlayerBuffs[7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7065 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7066 case 0xE5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7067 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7068 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7069 v50 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7070 v46 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7071 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7072 v29 = (char *)&v3->pPlayerBuffs[8];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7073 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7074 case 0xE6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7075 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7076 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7077 v50 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7078 v46 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7079 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7080 v29 = (char *)&v3->pPlayerBuffs[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7081 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7082 case 0xE7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7083 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7084 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7085 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7086 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7087 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7088 v29 = (char *)&v3->pPlayerBuffs[11];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7089 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7090 case 0xE8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7091 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7092 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7093 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7094 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7095 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7096 v29 = (char *)&v3->pPlayerBuffs[13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7097 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7098 case 0xEAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7099 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7100 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7101 v50 = 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7102 v46 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7103 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7104 v29 = (char *)&v3->pPlayerBuffs[14];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7105 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7106 case 0xEBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7107 v3->pPlayerBuffs[23].Apply(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7108 pParty->uTimePlayed + (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7109 3u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7110 5u,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7111 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7112 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7113 goto LABEL_173;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7114 case 0xEDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7115 LODWORD(v3->pConditions[3]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7116 HIDWORD(v3->pConditions[3]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7117 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7118 case 0xEEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7119 LODWORD(v3->pConditions[0]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7120 HIDWORD(v3->pConditions[0]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7121 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7122 case 0xEFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7123 LODWORD(v3->pConditions[5]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7124 HIDWORD(v3->pConditions[5]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7125 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7126 case 0xF0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7127 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7128 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7129 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7130 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7131 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7132 v29 = (char *)&v3->pPlayerBuffs[19];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7133 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7134 case 0xF1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7135 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7136 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7137 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7138 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7139 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7140 v29 = (char *)&v3->pPlayerBuffs[17];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7141 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7142 case 0xF2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7143 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7144 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7145 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7146 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7147 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7148 v29 = (char *)&v3->pPlayerBuffs[20];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7149 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7150 case 0xF3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7151 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7152 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7153 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7154 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7155 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7156 v29 = (char *)&v3->pPlayerBuffs[16];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7157 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7158 case 0xF4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7159 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7160 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7161 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7162 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7163 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7164 v29 = (char *)&v3->pPlayerBuffs[21];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7165 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7166 case 0xF5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7167 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7168 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7169 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7170 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7171 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7172 v29 = (char *)&v3->pPlayerBuffs[15];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7173 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7174 case 0xFBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7175 LODWORD(v3->pConditions[12]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7176 HIDWORD(v3->pConditions[12]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7177 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7178 case 0xFCu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7179 v30 = LODWORD(v3->pConditions[14]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7180 v31 = HIDWORD(v3->pConditions[14]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7181 v32 = LODWORD(v3->pConditions[15]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7182 v33 = HIDWORD(v3->pConditions[15]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7183 v34 = LODWORD(v3->pConditions[16]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7184 v35 = HIDWORD(v3->pConditions[16]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7185 memset(&stru_AA1058[3].pSounds[6972 * a2 + 40552], 0, 0xA0u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7186 HIDWORD(v3->pConditions[14]) = v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7187 LODWORD(v3->pConditions[15]) = v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7188 HIDWORD(v3->pConditions[15]) = v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7189 LODWORD(v3->pConditions[16]) = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7190 LODWORD(v3->pConditions[14]) = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7191 HIDWORD(v3->pConditions[16]) = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7192 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7193 case 0xFDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7194 v25 = 5 * pParty->pPickedItem._bonus_type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7195 LABEL_110:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7196 v69 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7197 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7198 case 0xFEu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7199 v26 = 5 * pParty->pPickedItem._bonus_type;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7200 LABEL_114:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7201 v27 = (char *)&v3->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7202 *(int *)v27 += v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7203 goto LABEL_170;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7204 case 0xFFu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7205 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7206 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7207 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7208 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7209 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7210 v29 = (char *)&v3->pPlayerBuffs[18];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7211 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7212 case 0x100u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7213 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7214 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7215 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7216 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7217 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7218 v29 = (char *)&v3->pPlayerBuffs[5];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7219 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7220 case 0x101u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7221 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7222 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7223 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7224 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7225 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7226 v29 = (char *)v3->pPlayerBuffs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7227 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7228 case 0x102u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7229 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7230 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7231 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7232 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7233 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7234 v29 = (char *)&v3->pPlayerBuffs[22];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7235 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7236 case 0x103u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7237 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7238 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7239 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7240 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7241 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7242 v29 = (char *)&v3->pPlayerBuffs[3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7243 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7244 case 0x104u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7245 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7246 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7247 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7248 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7249 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7250 v29 = (char *)&v3->pPlayerBuffs[9];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7251 goto LABEL_147;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7252 case 0x105u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7253 v70 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7254 v59 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7255 v50 = 3 * LOWORD(pParty->pPickedItem._bonus_type);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7256 v46 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7257 v28 = (signed __int64)((double)(230400 * pParty->pPickedItem._bonus_type) * 0.033333335);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7258 v29 = (char *)&v3->pPlayerBuffs[2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7259 LABEL_147:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7260 ((SpellBuff *)v29)->Apply(pParty->uTimePlayed + v28, v46, v50, v59, v70);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7261 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7262 case 0x106u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7263 LODWORD(v3->pConditions[15]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7264 HIDWORD(v3->pConditions[15]) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7265 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7266 case 0x108u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7267 if ( !*(int *)&v3->field_1F5[3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7268 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7269 v3->uLuck += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7270 *(int *)&v3->field_1F5[3] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7271 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7272 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7273 case 0x109u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7274 if ( !*(int *)&v3->field_1F5[7] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7275 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7276 v3->uSpeed += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7277 *(int *)&v3->field_1F5[7] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7278 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7279 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7280 case 0x10Au:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7281 if ( !*(int *)&v3->field_1F5[11] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7282 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7283 v3->uIntelligence += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7284 *(int *)&v3->field_1F5[11] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7285 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7286 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7287 case 0x10Bu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7288 if ( !*(int *)&v3->field_1F5[15] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7289 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7290 v3->uEndurance += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7291 *(int *)&v3->field_1F5[15] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7292 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7293 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7294 case 0x10Cu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7295 if ( !*(int *)&v3->field_1F5[19] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7296 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7297 v3->uWillpower += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7298 *(int *)&v3->field_1F5[19] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7299 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7300 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7301 case 0x10Du:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7302 if ( !*(int *)&v3->field_1F5[23] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7303 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7304 v3->uAccuracy += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7305 *(int *)&v3->field_1F5[23] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7306 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7307 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7308 case 0x10Eu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7309 if ( !*(int *)&v3->field_1F5[27] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7310 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7311 v3->uMight += 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7312 *(int *)&v3->field_1F5[27] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7313 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7314 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7315 case 0x10Fu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7316 v3->sAgeModifier = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7317 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7318 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7319 goto LABEL_167;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7320 case 0xDDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7321 goto LABEL_172;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7322 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7323 goto LABEL_172;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7324 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7325 if ( pItemsTable->pItems[pParty->pPickedItem.uItemID].uEquipType != 15 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7326 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7327 if ( pItemsTable->pItems[pParty->pPickedItem.uItemID].uEquipType != 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7328 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7329 if ( pItemsTable->pItems[pParty->pPickedItem.uItemID].uEquipType != 17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7330 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7331 if ( pParty->pPickedItem.uItemID == 616 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7332 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7333 thisa = pParty->uCurrentMonthWeek + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7334 if ( pParty->uCurrentMonth >= 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7335 v74 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7336 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7337 v74 = aAttributeNames[pParty->uCurrentMonth];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7338 switch ( pParty->uCurrentMonth )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7339 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7340 case 0u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7341 v6 = pParty->uCurrentMonthWeek + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7342 v3->uMight += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7343 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7344 case 1u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7345 v6 = pParty->uCurrentMonthWeek + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7346 v3->uIntelligence += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7347 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7348 case 2u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7349 v6 = pParty->uCurrentMonthWeek + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7350 v3->uWillpower += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7351 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7352 case 3u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7353 v6 = pParty->uCurrentMonthWeek + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7354 v3->uEndurance += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7355 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7356 case 4u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7357 v6 = pParty->uCurrentMonthWeek + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7358 v3->uAccuracy += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7359 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7360 case 5u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7361 v6 = pParty->uCurrentMonthWeek + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7362 v3->uSpeed += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7363 goto LABEL_33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7364 case 6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7365 v6 = pParty->uCurrentMonthWeek + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7366 v3->uLuck += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7367 LABEL_33:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7368 v62 = pGlobalTXT_LocalizationStrings[121];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7369 v53 = v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7370 v49 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7371 goto LABEL_53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7372 case 7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7373 party_finds_gold(1000 * thisa, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7374 v63 = pGlobalTXT_LocalizationStrings[97];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7375 v54 = 1000 * thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7376 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7377 case 8u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7378 Party::GiveFood(5 * thisa);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7379 v63 = pGlobalTXT_LocalizationStrings[653];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7380 v54 = 5 * thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7381 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7382 case 9u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7383 v63 = pGlobalTXT_LocalizationStrings[207];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7384 v3->uSkillPoints += 2 * thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7385 v54 = 2 * thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7386 goto LABEL_38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7387 case 0xAu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7388 v63 = pGlobalTXT_LocalizationStrings[83];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7389 v54 = 2500 * thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7390 v7 = __CFADD__(2500 * thisa, LODWORD(v3->uExperience));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7391 LODWORD(v3->uExperience) += 2500 * thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7392 HIDWORD(v3->uExperience) += ((unsigned __int64)(signed int)(2500 * thisa) >> 32) + v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7393 LABEL_38:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7394 sprintfex(pTmpBuf, "+%u %s", v54, v63);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7395 goto LABEL_54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7396 case 0xBu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7397 v8 = rand() % 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7398 if ( v8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7399 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7400 v9 = v8 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7401 if ( v9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7402 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7403 v10 = v9 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7404 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7405 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7406 v11 = v10 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7407 if ( v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7408 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7409 v12 = v11 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7410 if ( v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7411 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7412 if ( v12 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7413 goto LABEL_52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7414 v3->sResBodyBase += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7415 v13 = pGlobalTXT_LocalizationStrings[29];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7416 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7417 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7418 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7419 v3->sResMindBase += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7420 v13 = pGlobalTXT_LocalizationStrings[142];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7421 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7422 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7423 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7424 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7425 v3->sResEarthBase += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7426 v13 = pGlobalTXT_LocalizationStrings[70];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7427 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7428 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7429 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7430 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7431 v3->sResWaterBase += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7432 v13 = pGlobalTXT_LocalizationStrings[240];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7433 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7434 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7435 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7436 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7437 v3->sResAirBase += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7438 v13 = pGlobalTXT_LocalizationStrings[6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7439 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7440 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7441 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7442 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7443 v3->sResFireBase += thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7444 v13 = pGlobalTXT_LocalizationStrings[87];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7445 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7446 v74 = v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7447 LABEL_52:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7448 v62 = pGlobalTXT_LocalizationStrings[121];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7449 v53 = v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7450 v49 = thisa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7451 LABEL_53:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7452 sprintfex(pTmpBuf, "+%u %s %s", v49, v53, v62);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7453 LABEL_54:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7454 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7455 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7456 pGame->pStru6Instance->SetPlayerBuffAnim(0x97u, a2 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7457 v3->PlaySound(93, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7458 pAudioPlayer->PlaySound((SoundID)(SOUND_Bell|0x2), 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7459 if ( pParty->uDaysPlayed == 6 || pParty->uDaysPlayed == 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7460 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7461 v64 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7462 v55 = 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7463 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7464 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7465 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7466 if ( pParty->uDaysPlayed == 12 || pParty->uDaysPlayed == 26 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7467 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7468 v64 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7469 v55 = 14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7470 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7471 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7472 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7473 if ( pParty->uDaysPlayed != 4 && pParty->uDaysPlayed != 25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7474 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7475 v64 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7476 v55 = 15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7477 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7478 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7479 v3->SetCondition(v55, v64);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7480 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7481 v52 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7482 v48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7483 v45 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7484 v43 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7485 v41 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7486 v39 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7487 v37 = (SoundID)215;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7488 v14 = pAudioPlayer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7489 goto LABEL_63;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7490 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7491 goto LABEL_54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7492 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7493 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7494 if ( pParty->pPickedItem.uItemID == 630 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7495 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7496 Party::GiveFood(1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7497 pAudioPlayer->PlaySound((SoundID)(SOUND_PlayerCantCastSpell|0x2), 0, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7498 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7499 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7500 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7501 if ( pParty->pPickedItem.uItemID == 632 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7502 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7503 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7504 v52 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7505 v48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7506 v45 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7507 v43 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7508 v41 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7509 v39 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7510 v37 = (SoundID)133;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7511 goto LABEL_93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7512 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7513 if ( pParty->pPickedItem.uItemID == 633 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7514 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7515 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7516 v52 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7517 v48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7518 v45 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7519 v43 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7520 v41 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7521 v39 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7522 v37 = (SoundID)134;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7523 goto LABEL_93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7524 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7525 if ( pParty->pPickedItem.uItemID == 634 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7526 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7527 v61 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7528 v52 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7529 v48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7530 v45 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7531 v43 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7532 v41 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7533 v39 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7534 v37 = (SoundID)135;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7535 goto LABEL_93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7536 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7537 if ( pParty->pPickedItem.uItemID != 646 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7538 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7539 if ( pParty->pPickedItem.uItemID == 650 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7540 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7541 sub_44C28F_open_nwc_dungeon();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7542 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7543 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7544 goto LABEL_167;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7545 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7546 pGame->pStru6Instance->SetPlayerBuffAnim(0x97u, a2 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7547 v5 = 8 * a2 + 392;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7548 LOBYTE(v5) = (8 * a2 - 120) | 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7549 pAudioPlayer->PlaySound(SOUND_20001, v5, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7550 v3->AddVariable(VAR_NumSkillPoints, 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7551 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7552 LABEL_187:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7553 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7554 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7555 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7556 if ( ((Player *)&stru_AA1058[3].pSounds[6972 * a2 + 40552])->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7557 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7558 sub_467F48(pParty->pPickedItem.uItemID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7559 v65 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7560 v56 = 37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7561 LABEL_67:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7562 v3->PlaySound(v56, v65);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7563 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7564 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7565 LABEL_89:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7566 v68 = aCharacterConditionNames[v3->GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7567 v58 = pGlobalTXT_LocalizationStrings[382];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7568 LABEL_90:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7569 sprintfex(pTmpBuf, v58, v68);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7570 v23 = pTmpBuf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7571 LABEL_91:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7572 ShowStatusBarString(v23, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7573 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7574 goto LABEL_92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7575 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7576 v15 = pParty->pPickedItem.uItemID - 400;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7577 v72 = (char *)&v3->pConditions[0] + pParty->pPickedItem.uItemID + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7578 if ( *v72 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7579 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7580 v66 = pParty->pPickedItem.GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7581 v57 = pGlobalTXT_LocalizationStrings[380];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7582 LABEL_72:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7583 sprintfex(pTmpBuf, v57, v66);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7584 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7585 LABEL_92:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7586 v61 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7587 v52 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7588 v48 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7589 v45 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7590 v43 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7591 v41 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7592 v39 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7593 v37 = (SoundID)27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7594 LABEL_93:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7595 v14 = pAudioPlayer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7596 LABEL_63:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7597 pAudioPlayer->PlaySound(v37, v39, v41, v43, v45, v48, v52, v61);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7598 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7599 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7600 if ( !((Player *)&stru_AA1058[3].pSounds[6972 * a2 + 40552])->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7601 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7602 v66 = aCharacterConditionNames[v3->GetMajorConditionrIdx()];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7603 v57 = pGlobalTXT_LocalizationStrings[382];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7604 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7605 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7606 v16 = v15 % 11 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7607 v17 = &v3->pActiveSkills[v15 / 11 + 12];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7608 v75 = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7609 v18 = SkillToMastery(*v17) - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7610 if ( v18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7611 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7612 v19 = v18 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7613 if ( v19 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7614 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7615 v20 = v19 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7616 if ( v20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7617 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7618 if ( v20 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7619 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7620 v21 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7621 LABEL_83:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7622 if ( v75 > v21 || !*v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7623 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7624 v22 = pParty->pPickedItem.GetDisplayName();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7625 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[381], v22);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7626 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7627 v65 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7628 v56 = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7629 goto LABEL_67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7630 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7631 *v72 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7632 v3->PlaySound(21, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7633 v73 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7634 LABEL_173:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7635 v36 = pItemsTable->pItems[pParty->pPickedItem.uItemID].uEquipType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7636 if ( v36 == 14 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7637 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7638 v71 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7639 v60 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7640 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7641 v47 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7642 v44 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7643 v42 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7644 v40 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7645 v38 = (SoundID)210;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7646 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7647 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7648 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7649 if ( v36 != 13 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7650 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7651 LABEL_178:
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
7652 if ( pGUIWindow_CurrentMenu && pGUIWindow_CurrentMenu->eWindowType != WINDOW_null)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7653 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7654 if ( !v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7655 goto LABEL_187;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7656 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7657 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7658 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7659 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7660 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7661 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7662 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7663 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7664 if ( v73 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7665 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7666 if ( pParty->bTurnBasedModeOn )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7667 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7668 *(&pParty->field_16140 + a2) = 100;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7669 thisb->SetRecoveryTime(100);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7670 pTurnEngine->_40471C();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7671 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7672 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7673 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7674 thisb->SetRecoveryTime((signed __int64)(flt_6BE3A4_debug_recmod1 * 213.3333333333333));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7675 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7676 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7677 goto LABEL_187;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7678 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7679 v71 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7680 v60 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7681 v51 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7682 v47 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7683 v44 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7684 v42 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7685 v40 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7686 v38 = (SoundID)211;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7687 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7688 pAudioPlayer->PlaySound(v38, v40, v42, v44, v47, v51, v60, v71);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7689 goto LABEL_178;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7690 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7691 v67 = 11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7692 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7693 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7694 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7695 v67 = 10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7696 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7697 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7698 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7699 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7700 v67 = 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7701 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7702 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7703 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7704 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7705 v67 = 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7706 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7707 v21 = v67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7708 goto LABEL_83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7709 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7710 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions == 23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7711 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7712 if ( !((Player *)&stru_AA1058[3].pSounds[6972 * a2 + 40552])->CanAct() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7713 goto LABEL_89;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7714 if ( bUnderwater == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7715 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7716 v23 = pGlobalTXT_LocalizationStrings[652];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7717 goto LABEL_91;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7718 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7719 dword_50C9AC = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7720 v24 = pParty->pPickedItem.uItemID - 299;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7721 if ( pParty->pPickedItem.uItemID == 329 || v24 == 4 || v24 == 91 || v24 == 28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7722 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7723 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7724 pGUIWindow_CurrentMenu->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7725 pIcons_LOD->_4114F2();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7726 uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7727 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7728 _42777D_CastSpell_UseWand_ShootArrow(v24, a2 - 1, 0x85u, 1, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7729 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7730 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7731 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7732 _720984_unused = pParty->pPickedItem.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7733 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7734 if ( dword_50C9E8 < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7735 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7736 dword_50C9EC[3 * dword_50C9E8] = 146;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7737 dword_50C9F0[3 * dword_50C9E8] = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7738 *(&dword_50C9E8 + 3 * dword_50C9E8 + 3) = a2 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7739 ++dword_50C9E8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7740 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7741 if ( uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7742 && pGUIWindow_CurrentMenu
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
7743 && pGUIWindow_CurrentMenu->eWindowType != WINDOW_null
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7744 && (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7745 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7746 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7747 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7748 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7749 ++pMessageQueue_50CBD0->uNumMessages;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7750 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7751 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7752 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7753 // 4E28F8: using guessed type int uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7754 // 50C9AC: using guessed type int dword_50C9AC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7755 // 50C9EC: using guessed type int dword_50C9EC[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7756 // 6BE3C4: using guessed type char bUnderwater;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7757 // 720984: using guessed type int 720984_unused;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7758
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7759
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7760
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7761 //----- (00449BB4) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7762 char Player::CompareVariable(enum VariableType var, signed int a1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7763 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7764 Player *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7765 signed int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7766 unsigned int v5; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7767 int v6; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7768 enum CHARACTER_RACE v7; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7769 signed int v8; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7770 unsigned __int8 v9; // sf@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7771 unsigned __int8 v10; // of@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7772 int v11; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7773 unsigned int v12; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7774 unsigned int v13; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7775 unsigned __int8 v14; // cl@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7776 signed int v15; // ecx@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7777 ItemGen *v16; // eax@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7778 char v17; // zf@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7779 int v18; // edi@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7780 DDM_DLV_Header *v19; // eax@122
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7781 char v20; // cl@124
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7782 DDM_DLV_Header *v21; // eax@126
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7783 unsigned int v22; // edi@129
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7784 ItemGen *v23; // esi@134
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7785 ItemGen *v24; // ecx@135
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7786 signed int v25; // edx@135
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7787 ITEM_EQUIP_TYPE v26; // ebx@155
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7788 char *v27; // edi@155
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7789 int v28; // ebx@161
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7790 int v29; // eax@161
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7791
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7792 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7793 v4 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7794 if ( var > VAR_AutoNotes )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7795 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7796 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7797 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7798 case VAR_Invisible:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7799 if ( SHIDWORD(pParty->pPartyBuffs[11].uExpireTime) >= 0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7800 && (SHIDWORD(pParty->pPartyBuffs[11].uExpireTime) > 0 || LODWORD(pParty->pPartyBuffs[11].uExpireTime) > 0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7801 goto _return_true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7802 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7803 case VAR_NumDeaths:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7804 v4 = pParty->uNumDeaths;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7805 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7806 case VAR_NumBounties:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7807 v4 = pParty->uNumBountiesCollected;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7808 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7809 case VAR_PrisonTerms:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7810 v4 = pParty->uNumPrisonTerms;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7811 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7812 case VAR_ArenaWinsPage:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7813 v4 = (unsigned __int8)pParty->uNumArenaPageWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7814 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7815 case VAR_ArenaWinsSquire:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7816 v4 = (unsigned __int8)pParty->uNumArenaSquireWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7817 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7818 case VAR_ArenaWinsKnight:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7819 v4 = (unsigned __int8)pParty->uNumArenaKnightWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7820 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7821 case VAR_ArenaWinsLord:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7822 v4 = (unsigned __int8)pParty->uNumArenaLordWins;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7823 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7824 case VAR_ReputationInCurrentLocation:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7825 v19 = &pOutdoor->ddm;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7826 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7827 v19 = &pIndoor->dlv;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7828 v20 = v19->uReputation >= a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7829 goto _return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7830 case VAR_History_28|VAR_Sex:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7831 v21 = &pOutdoor->ddm;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7832 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7833 v21 = &pIndoor->dlv;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7834 v20 = v21->field_C_alert == a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7835 _return:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7836 LOBYTE(v6) = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7837 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7838 case VAR_MonthEquals2|VAR_Sex:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7839 case VAR_MonthEquals2|VAR_Class:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7840 case VAR_Counter1:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7841 case VAR_Counter2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7842 case VAR_Counter3:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7843 case VAR_Counter4:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7844 case VAR_Counter5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7845 case VAR_Counter6:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7846 case VAR_Counter7:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7847 case VAR_Counter8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7848 v22 = *(int *)&stru_AA1058[3].pSounds[8 * var + 44304];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7849 if ( v22 | *(int *)&stru_AA1058[3].pSounds[8 * var + 44300]
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7850 && (signed __int64)(__PAIR__(v22, *(int *)&stru_AA1058[3].pSounds[8 * var + 44300])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7851 + (signed __int64)((double)(460800 * a1) * 0.033333335)) <= (signed __int64)pParty->uTimePlayed )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7852 goto _return_true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7853 goto _return_false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7854 case VAR_NumSkillPoints:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7855 v4 = this->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7856 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7857 case VAR_CircusPrises:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7858 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7859 v23 = pParty->pPlayers[0].pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7860 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7861 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7862 v24 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7863 v25 = 138;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7864 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7865 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7866 switch ( v24->uItemID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7867 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7868 case 0x1D6u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7869 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7870 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7871 case 0x1D7u:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7872 v4 += 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7873 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7874 case 0x1DDu:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7875 v4 += 5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7876 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7877 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7878 ++v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7879 --v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7880 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7881 while ( v25 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7882 v23 = (ItemGen *)((char *)v23 + 6972);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7883 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7884 while ( (signed int)v23 < (signed int)&pParty->field_777C[85] );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7885 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7886 case VAR_MonthEquals2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7887 v17 = pParty->uCurrentMonth == a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7888 goto _return2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7889 case VAR_IsFlying:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7890 if ( pParty->bFlying
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7891 && SHIDWORD(pParty->pPartyBuffs[7].uExpireTime) >= 0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7892 && (SHIDWORD(pParty->pPartyBuffs[7].uExpireTime) > 0 || LODWORD(pParty->pPartyBuffs[7].uExpireTime) > 0) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7893 goto _return_true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7894 goto _return_false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7895 case VAR_HiredNPCHasSpeciality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7896 LOBYTE(v6) = CheckHiredNPCSpeciality(a1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7897 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7898 case VAR_NPCs2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7899 return pNPCStats->pNewNPCData[a1].uFlags & 0x80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7900 case VAR_MonthEquals|VAR_CurrentSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7901 v13 = 0x80u >> ((signed __int16)a1 - 1) % 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7902 v14 = this->field_1A50[((signed __int16)a1 - 1) >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7903 goto LABEL_108;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7904 case VAR_ItemEquipped:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7905 v26 = (ITEM_EQUIP_TYPE)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7906 v27 = (char *)&this->pEquipment;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7907 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7908 case VAR_GoldInBank:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7909 v4 = pParty->uNumGoldInBank;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7910 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7911 case VAR_ThieverySkill|0x80:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7912 v28 = GetActualMight();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7913 v29 = v3->GetBaseStrength();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7914 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7915 case VAR_DisarmTrapSkill|0x80:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7916 v28 = GetActualIntelligence();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7917 v29 = v3->GetBaseIntelligence();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7918 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7919 case VAR_MonthEquals:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7920 v28 = GetActualWillpower();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7921 v29 = v3->GetBaseWillpower();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7922 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7923 case VAR_MonthEquals|VAR_Sex:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7924 v28 = GetActualEndurance();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7925 v29 = v3->GetBaseEndurance();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7926 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7927 case VAR_IdentifyMonsterSkill|0x80:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7928 v28 = GetActualSpeed();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7929 v29 = v3->GetBaseSpeed();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7930 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7931 case VAR_ArmsmasterSkill|0x80:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7932 v28 = GetActualAccuracy();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7933 v29 = v3->GetBaseAccuracy();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7934 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7935 case VAR_MonthEquals|VAR_MaxHP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7936 v28 = GetActualLuck();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7937 v29 = v3->GetBaseLuck();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7938 LABEL_168:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7939 v10 = __OFSUB__(v28, v29);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7940 v9 = v28 - v29 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7941 LABEL_169:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7942 if ( v9 ^ v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7943 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7944 goto _return_true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7945 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7946 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7947 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7948 while ( !v3->HasItemEquipped(v26)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7949 || *(int *)&v3->pDarkSpellbook.bIsSpellAvailable[36 * *(int *)v27 + 5] != a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7950 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7951 v26 = (ITEM_EQUIP_TYPE)((int)v26 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7952 v27 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7953 if ( (signed int)v26 >= 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7954 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7955 _return_false:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7956 LOBYTE(v6) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7957 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7958 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7959 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7960 goto _return_true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7961 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7962 if ( var == VAR_AutoNotes )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7963 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7964 v13 = 0x80u >> ((signed __int16)(a1 - 1) - 1) % 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7965 v14 = pParty->_autonote_related_stuff[((signed __int16)(a1 - 1) - 1) >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7966 LABEL_108:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7967 if ( !((unsigned __int8)v13 & v14) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7968 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7969 goto LABEL_109;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7971 if ( var <= VAR_BaseLuck )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7972 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7973 if ( var != VAR_BaseLuck )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7974 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7975 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7976 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7977 case VAR_Hour:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7978 if ( (signed __int64)((double)(signed __int64)pParty->uTimePlayed * 0.234375) / 60 / 60 % 24 == a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7979 goto _return_true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7980 goto _return_false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7981 case VAR_DayOfYear:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7982 v5 = (unsigned int)((signed __int64)((double)(signed __int64)pParty->uTimePlayed * 0.234375) / 60 / 60) / 0x18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7983 % 0x150
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7984 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7985 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7986 case VAR_DayOfWeek:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7987 v5 = (unsigned int)((signed __int64)((double)(signed __int64)pParty->uTimePlayed * 0.234375) / 60 / 60) / 0x18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7988 % 7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7989 LABEL_9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7990 LOBYTE(v6) = v5 == a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7991 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7992 case VAR_Sex:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7993 v7 = (CHARACTER_RACE)this->uSex;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7994 goto _cmp_against_arg2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7995 case VAR_Class:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7996 v7 = (CHARACTER_RACE)this->uClass;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7997 goto _cmp_against_arg2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7998 case VAR_Race:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7999 v7 = GetRace();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8000 _cmp_against_arg2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8001 if ( a1 == v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8002 goto _return_true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8003 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8004 case VAR_CurrentHP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8005 v4 = this->sHealth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8006 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8007 case VAR_MaxHP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8008 v8 = GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8009 v10 = __OFSUB__(v3->sHealth, v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8010 v9 = v3->sHealth - v8 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8011 goto LABEL_169;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8012 case VAR_CurrentSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8013 v4 = this->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8014 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8015 case VAR_MaxSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8016 v11 = GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8017 v10 = __OFSUB__(v3->sMana, v11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8018 v9 = v3->sMana - v11 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8019 goto LABEL_169;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8020 case VAR_ActualAC:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8021 v12 = GetActualAC();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8022 goto _j_cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8023 case VAR_ACModifier:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8024 v4 = this->sACModifier;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8025 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8026 case VAR_BaseLevel:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8027 v4 = this->uLevel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8028 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8029 case VAR_LevelModifier:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8030 v4 = this->sLevelModifier;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8031 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8032 case VAR_Age:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8033 v12 = GetActualAge();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8034 goto _j_cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8035 case VAR_Award:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8036 v13 = 0x80u >> ((signed __int16)a1 - 1) % 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8037 v14 = this->field_152[((signed __int16)a1 - 1) >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8038 goto LABEL_108;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8039 case VAR_Experience:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8040 v4 = LODWORD(this->uExperience);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8041 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8042 case VAR_QBits_QuestsDone:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8043 v13 = 0x80u >> ((signed __int16)a1 - 1) % 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8044 v14 = pParty->_award_bits[((signed __int16)a1 - 1) >> 3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8045 goto LABEL_108;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8046 case VAR_PlayerItemInHands:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8047 v15 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8048 v16 = v3->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8049 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8050 case VAR_FixedGold:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8051 v4 = pParty->uNumGold;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8052 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8053 case VAR_MightBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8054 v4 = this->uMightBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8055 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8056 case VAR_IntellectBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8057 v4 = this->uIntelligenceBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8058 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8059 case VAR_PersonalityBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8060 v4 = this->uWillpowerBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8061 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8062 case VAR_EnduranceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8063 v4 = this->uEnduranceBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8064 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8065 case VAR_SpeedBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8066 v4 = this->uSpeedBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8067 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8068 case VAR_AccuracyBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8069 v4 = this->uAccuracyBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8070 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8071 case VAR_LuckBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8072 v4 = this->uLuckBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8073 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8074 case VAR_BaseMight:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8075 v4 = this->uMight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8076 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8077 case VAR_BaseIntellect:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8078 v4 = this->uIntelligence;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8079 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8080 case VAR_BasePersonality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8081 v4 = this->uWillpower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8082 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8083 case VAR_BaseEndurance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8084 v4 = this->uEndurance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8085 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8086 case VAR_BaseSpeed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8087 v4 = this->uSpeed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8088 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8089 case VAR_BaseAccuracy:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8090 v4 = this->uAccuracy;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8091 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8092 case VAR_FixedFood:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8093 v4 = pParty->uNumFoodRations;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8094 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8095 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8096 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8097 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8098 while ( v16->uItemID != a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8099 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8100 ++v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8101 ++v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8102 if ( v15 >= 138 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8103 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8104 v17 = pParty->pPickedItem.uItemID == a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8105 _return2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8106 LOBYTE(v6) = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8107 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8108 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8109 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8110 _return_true:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8111 LOBYTE(v6) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8112 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8113 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8114 v4 = this->uLuck;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8115 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8116 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8117 if ( var <= VAR_MagicResistance )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8118 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8119 if ( var == VAR_MagicResistance )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8120 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8121 v4 = this->sResMagicBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8122 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8123 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8124 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8125 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8126 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8127 case VAR_FireResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8128 v4 = this->sResFireBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8129 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8130 case VAR_AirResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8131 v4 = this->sResAirBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8132 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8133 case VAR_WaterResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8134 v4 = this->sResWaterBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8135 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8136 case VAR_EarthResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8137 v4 = this->sResEarthBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8138 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8139 case VAR_SpiritResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8140 v4 = this->sResSpiritBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8141 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8142 case VAR_MindResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8143 v4 = this->sResMindBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8144 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8145 case VAR_BodyResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8146 v4 = this->sResBodyBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8147 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8148 case VAR_LightResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8149 v4 = this->sResLightBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8150 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8151 case VAR_DarkResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8152 v4 = this->sResDarkBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8153 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8154 case VAR_ActualMight:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8155 v12 = GetActualMight();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8156 goto _j_cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8157 case VAR_ActualIntellect:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8158 v12 = GetActualIntelligence();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8159 goto _j_cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8160 case VAR_ActualPersonality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8161 v12 = GetActualWillpower();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8162 goto _j_cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8163 case VAR_ActualEndurance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8164 v12 = GetActualEndurance();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8165 goto _j_cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8166 case VAR_ActualSpeed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8167 v12 = GetActualSpeed();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8168 goto _j_cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8169 case VAR_ActualAccuracy:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8170 v12 = GetActualAccuracy();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8171 goto _j_cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8172 case VAR_ActualLuck:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8173 v12 = GetActualLuck();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8174 _j_cmp_against_arg:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8175 v4 = v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8176 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8177 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8178 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8179 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8180 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8181 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8182 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8183 if ( var <= VAR_DisarmTrapSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8184 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8185 if ( var != VAR_DisarmTrapSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8186 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8187 if ( var <= VAR_MindResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8188 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8189 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8190 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8191 case VAR_MindResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8192 v4 = this->sResMindBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8193 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8194 case VAR_FireResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8195 v4 = this->sResFireBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8196 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8197 case VAR_AirResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8198 v4 = this->sResAirBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8199 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8200 case VAR_WaterResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8201 v4 = this->sResWaterBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8202 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8203 case VAR_EarthResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8204 v4 = this->sResEarthBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8205 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8206 case VAR_SpiritResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8207 v4 = this->sResSpiritBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8208 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8209 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8210 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8211 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8212 if ( var == VAR_BodyResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8213 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8214 v4 = this->sResBodyBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8215 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8216 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8217 if ( var == VAR_LightResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8218 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8219 v4 = this->sResLightBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8220 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8221 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8222 if ( var == VAR_DarkResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8223 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8224 v4 = this->sResDarkBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8225 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8226 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8227 if ( var == VAR_MagicResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8228 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8229 v4 = this->sResMagicBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8230 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8231 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8232 if ( var <= VAR_MagicResistanceBonus || var > VAR_DiplomacySkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8233 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8234 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8235 LABEL_90:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8236 v18 = *((short *)&this->pConditions[16] + var);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8237 if ( a1 <= 63 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8238 v4 = v18 & 0x3F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8239 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8240 v4 = a1 & v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8241 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8242 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8243 if ( var == 104 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8244 goto LABEL_90;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8245 if ( (signed int)var <= 104 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8246 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8247 if ( (signed int)var > 0x79 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8248 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8249 if ( var != 122 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8250 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8251 if ( (signed int)var > 122 && var <= VAR_ActiveSpells )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8252 v4 = (unsigned __int8)byte_5E4C15[var];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8253 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8254 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8255 v4 = GetMajorConditionrIdx();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8256 if ( v4 != 18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8257 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8258 _cmp_against_arg:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8259 LOBYTE(v6) = v4 >= a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8260 return v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8261 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8262 LABEL_109:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8263 v4 = a1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8264 goto _cmp_against_arg;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8265 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8266 return *((int *)this + 2 * var - 210);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8267 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8268
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8269
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8270 //----- (0044A5CB) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8271 void Player::SetVariable(enum VariableType var, signed int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8272 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8273 signed int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8274 Player *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8275 unsigned int v5; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8276 unsigned int v6; // esi@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8277 unsigned int v7; // esi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8278 signed int v8; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8279 ItemGen *v9; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8280 int v10; // eax@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8281 signed int v11; // eax@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8282 Player *v12; // ecx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8283 char *v13; // ecx@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8284 Player *v14; // ecx@49
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8285 int v15; // ecx@86
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8286 int v16; // esi@106
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8287 char v17; // al@106
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8288 int v18; // eax@107
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8289 Player *v19; // ecx@112
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8290 Player *v20; // ecx@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8291 int v21; // eax@127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8292 int v22; // eax@145
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8293 char v23; // zf@146
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8294 DDM_DLV_Header *v24; // ecx@148
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8295 signed int v25; // eax@172
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8296 int v26; // [sp-8h] [bp-3Ch]@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8297 signed int v27; // [sp-4h] [bp-38h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8298 int v28; // [sp-4h] [bp-38h]@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8299 ItemGen item; // [sp+Ch] [bp-28h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8300 char v30; // [sp+32h] [bp-2h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8301 char v31; // [sp+33h] [bp-1h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8302
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8303 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8304 v30 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8305 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8306 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8307 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8308 if ( this == pPlayers[2] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8309 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8310 v3 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8311 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8312 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8313 if ( this == pPlayers[3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8314 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8315 v27 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8316 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8317 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8318 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8319 if ( this != pPlayers[4] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8320 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8321 v27 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8322 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8323 v3 = v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8324 LABEL_8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8325 if ( var > VAR_AutoNotes )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8326 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8327 if ( var <= VAR_GoldInBank )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8328 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8329 if ( var == VAR_GoldInBank )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8330 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8331 pParty->uNumGoldInBank = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8332 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8333 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8334 if ( var <= VAR_Counter8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8335 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8336 if ( (signed int)var >= 245 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8337 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8338 *(int *)&stru_AA1058[3].pSounds[8 * var + 44300] = LODWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8339 *(int *)&stru_AA1058[3].pSounds[8 * var + 44304] = HIDWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8340 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8341 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8342 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8343 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8344 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8345 case VAR_MonthEquals|VAR_CurrentSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8346 _449B7E_toggle_bit(this->field_1A50, a3, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8347 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8348 case VAR_NPCs2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8349 pParty->field_709 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8350 LOBYTE(pNPCStats->pNewNPCData[a3].uFlags) |= 0x80u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8351 sub_44A56A();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8352 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8353 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8354 case VAR_NumSkillPoints:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8355 this->uSkillPoints = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8356 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8357 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8358 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8359 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8360 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8361 if ( var < VAR_Counter9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8362 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8363 if ( (signed int)var <= 274 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8364 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8365 *(int *)&stru_AA1058[3].pSounds[8 * var + 44532] = LODWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8366 *(int *)&stru_AA1058[3].pSounds[8 * var + 44536] = HIDWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8367 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8368 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8369 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8370 if ( var == VAR_ReputationInCurrentLocation )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8371 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8372 v24 = &pOutdoor->ddm;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8373 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8374 v24 = &pIndoor->dlv;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8375 v24->uReputation = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8376 if ( a3 > 10000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8377 v24->uReputation = 10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8378 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8379 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8380 if ( var <= VAR_ReputationInCurrentLocation
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8381 || var > VAR_History_28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8382 || (v22 = var - 276, pParty->field_3C.field_4F0[2 * v22 + 1] | pParty->field_3C.field_4F0[2 * v22])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8383 || (pParty->field_3C.field_4F0[2 * (var - 276)] = LODWORD(pParty->uTimePlayed),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8384 v23 = *(&pStorylineText->field_0 + 3 * v22) == 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8385 pParty->field_3C.field_4F0[2 * (var - 276) + 1] = HIDWORD(pParty->uTimePlayed),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8386 v23) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8387 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8388 bFlashHistoryBook = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8389 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8390 LABEL_172:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8391 v25 = 8 * v3 + 400;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8392 LOBYTE(v25) = (8 * v3 - 112) | 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8393 pAudioPlayer->PlaySound(SOUND_20001, v25, v5, -1, v5, v5, v5, v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8394 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8395 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8396 if ( var != 307 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8397 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8398 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8399 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8400 case 308:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8401 pParty->uNumBountiesCollected = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8402 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8403 case 309:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8404 pParty->uNumPrisonTerms = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8405 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8406 case 310:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8407 pParty->uNumArenaPageWins = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8408 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8409 case 311:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8410 pParty->uNumArenaSquireWins = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8411 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8412 case 312:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8413 pParty->uNumArenaKnightWins = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8414 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8415 case 313:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8416 pParty->uNumArenaLordWins = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8417 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8418 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8419 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8420 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8421 pParty->uNumDeaths = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8422 LABEL_168:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8423 if ( v30 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8424 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8425 LABEL_170:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8426 if ( v31 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8427 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8428 v5 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8429 goto LABEL_172;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8430 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8431 LABEL_169:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8432 pGame->pStru6Instance->SetPlayerBuffAnim(0x96u, v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8433 goto LABEL_170;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8434 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8435 if ( var == VAR_AutoNotes )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8436 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8437 if ( !((unsigned __int8)(0x80u >> ((signed __int16)a3 - 1) % 8) & pParty->_autonote_related_stuff[((signed __int16)a3 - 1) >> 3])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8438 && (&dword_723718_autonote_related)[8 * a3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8439 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8440 v20 = pPlayers[v3 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8441 v30 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8442 v20->PlaySound(96, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8443 v21 = dword_72371C[2 * a3];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8444 bFlashAutonotesBook = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8445 dword_506568 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8446 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8447 _449B7E_toggle_bit(pParty->_autonote_related_stuff, a3, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8448 v31 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8449 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8450 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8451 if ( var <= VAR_ActualMight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8452 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8453 if ( var != VAR_ActualMight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8454 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8455 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8456 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8457 case VAR_RandomGold:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8458 v6 = rand() % a3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8459 Party::SetGold(v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8460 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[500], v6);// You have %lu gold
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8461 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8462 GameUI_DrawFoodAndGold();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8463 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8464 case VAR_RandomFood:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8465 v7 = rand() % a3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8466 Party::SetFood(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8467 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[501], v7);// You have %lu food
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8468 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8469 GameUI_DrawFoodAndGold();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8470 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8471 case VAR_Sex:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8472 this->uSex = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8473 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8474 case VAR_Class:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8475 this->uClass = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8476 if ( (char)a3 != 35 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8477 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8478 v8 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8479 v9 = this->pInventoryItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8480 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8481 case VAR_CurrentHP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8482 this->sHealth = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8483 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8484 case VAR_MaxHP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8485 this->sHealth = GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8486 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8487 case VAR_CurrentSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8488 this->sMana = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8489 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8490 case VAR_MaxSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8491 this->sMana = GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8492 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8493 case VAR_ACModifier:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8494 this->sACModifier = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8495 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8496 case VAR_BaseLevel:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8497 this->uLevel = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8498 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8499 case VAR_LevelModifier:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8500 this->sLevelModifier = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8501 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8502 case VAR_Age:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8503 this->sAgeModifier = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8504 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8505 case VAR_Award:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8506 if ( !((unsigned __int8)(0x80u >> ((signed __int16)a3 - 1) % 8) & pPlayers[v3 + 1]->field_152[((signed __int16)a3 - 1) >> 3])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8507 && dword_723E80_award_related[2 * a3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8508 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8509 v12 = pPlayers[v3 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8510 v30 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8511 v31 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8512 v12->PlaySound(96, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8513 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8514 v13 = v4->field_152;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8515 goto LABEL_51;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8516 case VAR_Experience:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8517 this->uExperience = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8518 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8519 case VAR_QBits_QuestsDone:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8520 if ( !((unsigned __int8)(0x80u >> ((signed __int16)a3 - 1) % 8) & pParty->_award_bits[((signed __int16)a3 - 1) >> 3])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8521 && (&dword_722F10)[4 * a3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8522 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8523 v14 = pPlayers[v3 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8524 bFlashQuestBook = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8525 v30 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8526 v31 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8527 v14->PlaySound(93, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8528 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8529 v13 = (char *)pParty->_award_bits;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8530 LABEL_51:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8531 _449B7E_toggle_bit(v13, a3, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8532 goto LABEL_168;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8533 case VAR_PlayerItemInHands:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8534 item.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8535 item.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8536 item.uItemID = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8537 item.uAttributtes = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8538 pParty->SetHoldingItem(&item);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8539 if ( a3 >= ITEM_ARTIFACT_PUCK && a3 <= ITEM_RELIC_MEKORIGS_HAMMER )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8540 pParty->field_3C.pIsArtifactFound[a3] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8541 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8542 case VAR_FixedGold:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8543 Party::SetGold(a3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8544 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8545 case VAR_BaseMight:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8546 this->uMight = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8547 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8548 case VAR_BaseIntellect:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8549 this->uIntelligence = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8550 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8551 case VAR_BasePersonality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8552 this->uWillpower = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8553 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8554 case VAR_BaseEndurance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8555 this->uEndurance = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8556 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8557 case VAR_BaseSpeed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8558 this->uSpeed = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8559 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8560 case VAR_BaseAccuracy:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8561 this->uAccuracy = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8562 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8563 case VAR_BaseLuck:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8564 this->uLuck = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8565 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8566 case VAR_FixedFood:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8567 Party::SetFood(a3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8568 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8569 case VAR_MightBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8570 goto LABEL_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8571 case VAR_IntellectBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8572 goto LABEL_68;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8573 case VAR_PersonalityBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8574 goto LABEL_69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8575 case VAR_EnduranceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8576 goto LABEL_70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8577 case VAR_SpeedBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8578 goto LABEL_71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8579 case VAR_AccuracyBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8580 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8581 case VAR_LuckBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8582 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8583 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8584 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8585 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8586 while ( v9->uItemID != 615 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8587 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8588 ++v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8589 ++v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8590 if ( v8 >= 138 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8591 goto LABEL_22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8592 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8593 v10 = (int)((char *)v4 + 36 * v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8594 *(int *)(v10 + 532) = 601;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8595 *(char *)(v10 + 558) = v3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8596 LABEL_22:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8597 if ( v4->sResFireBase < 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8598 v4->sResFireBase = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8599 if ( v4->sResAirBase < 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8600 v4->sResAirBase = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8601 if ( v4->sResWaterBase < 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8602 v4->sResWaterBase = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8603 if ( v4->sResEarthBase < 20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8604 v4->sResEarthBase = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8605 v4->sResMindBase = 200;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8606 v4->sResBodyBase = 200;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8607 v11 = v4->GetSexByVoice();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8608 v4->field_1924 = v4->uVoiceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8609 v4->field_1928 = v4->uFace;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8610 if ( v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8611 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8612 v4->uFace = 21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8613 v4->uVoiceID = 21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8614 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8615 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8616 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8617 v4->uFace = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8618 v4->uVoiceID = 20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8619 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8620 ReloadPlayerPortraits(v3, v4->uFace);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8621 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8622 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8623 LABEL_64:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8624 this->uMightBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8625 LABEL_111:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8626 v28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8627 v26 = 91;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8628 LABEL_112:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8629 v19 = pPlayers[v3 + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8630 v31 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8631 v19->PlaySound(v26, v28);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8632 goto LABEL_169;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8633 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8634 if ( var <= VAR_FireResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8635 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8636 if ( var == VAR_FireResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8637 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8638 this->sResFireBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8639 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8640 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8641 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8642 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8643 case VAR_ActualIntellect:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8644 LABEL_68:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8645 this->uIntelligenceBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8646 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8647 case VAR_ActualPersonality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8648 LABEL_69:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8649 this->uWillpowerBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8650 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8651 case VAR_ActualEndurance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8652 LABEL_70:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8653 this->uEnduranceBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8654 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8655 case VAR_ActualSpeed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8656 LABEL_71:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8657 this->uSpeedBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8658 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8659 case VAR_ActualAccuracy:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8660 LABEL_72:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8661 this->uAccuracyBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8662 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8663 case VAR_ActualLuck:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8664 LABEL_73:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8665 this->uLuckBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8666 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8667 case VAR_FireResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8668 this->sResFireBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8669 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8670 case VAR_AirResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8671 this->sResAirBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8672 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8673 case VAR_WaterResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8674 this->sResWaterBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8675 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8676 case VAR_EarthResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8677 this->sResEarthBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8678 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8679 case VAR_SpiritResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8680 this->sResSpiritBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8681 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8682 case VAR_MindResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8683 this->sResMindBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8684 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8685 case VAR_BodyResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8686 this->sResBodyBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8687 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8688 case VAR_LightResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8689 this->sResLightBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8690 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8691 case VAR_DarkResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8692 this->sResDarkBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8693 goto LABEL_84;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8694 case VAR_MagicResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8695 this->sResMagicBase = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8696 LABEL_84:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8697 v28 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8698 v26 = 92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8699 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8700 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8701 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8702 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8703 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8704 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8705 HIWORD(v15) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8706 if ( var > VAR_DisarmTrapSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8707 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8708 if ( var != VAR_LearningSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8709 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8710 if ( var <= VAR_LearningSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8711 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8712 if ( var <= VAR_Eradicated )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8713 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8714 v4->SetCondition(var - 105, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8715 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8716 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8717 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8718 if ( var != VAR_MajorCondition )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8719 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8720 if ( var > VAR_MajorCondition && var <= VAR_ActiveSpells )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8721 byte_5E4C15[var] = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8722 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8723 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8724 memset(v4, 0, 0xA0u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8725 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8726 LABEL_124:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8727 v31 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8728 goto LABEL_169;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8729 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8730 LABEL_106:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8731 v16 = (int)((char *)&v4->pConditions[16] + 2 * var);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8732 v17 = *(char *)v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8733 if ( a3 <= VAR_BodyResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8734 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8735 LOWORD(v15) = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8736 v18 = v15 | v17 & VAR_BodyResistanceBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8737 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8738 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8739 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8740 LOWORD(v18) = (unsigned __int8)(a3 | v17 & 0xC0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8741 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8742 *(short *)v16 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8743 goto LABEL_124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8744 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8745 if ( var == VAR_DisarmTrapSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8746 goto LABEL_106;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8747 if ( var <= VAR_BodyResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8748 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8749 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8750 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8751 case VAR_BodyResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8752 v4->sResBodyBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8753 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8754 case VAR_AirResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8755 v4->sResAirBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8756 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8757 case VAR_WaterResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8758 v4->sResWaterBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8759 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8760 case VAR_EarthResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8761 v4->sResEarthBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8762 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8763 case VAR_SpiritResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8764 v4->sResSpiritBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8765 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8766 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8767 if ( var != 62 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8768 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8769 v4->sResMindBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8770 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8771 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8772 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8773 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8774 if ( var == VAR_LightResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8775 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8776 v4->sResLightBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8777 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8778 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8779 if ( var == VAR_DarkResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8780 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8781 v4->sResDarkBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8782 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8783 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8784 if ( var == VAR_MagicResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8785 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8786 v4->sResMagicBonus = (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8787 goto LABEL_111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8788 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8789 if ( var > VAR_MagicResistanceBonus && var <= VAR_DiplomacySkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8790 goto LABEL_106;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8791 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8792
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8793
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8794
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8795 //----- (0044AFFB) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8796 void Player::AddVariable(enum VariableType var, signed int val)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8797 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8798 char v3; // bl@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8799 Player *v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8800 signed int uPlayerIdx; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8801 int v6; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8802 unsigned int v7; // esi@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8803 int *v8; // ebx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8804 int v9; // eax@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8805 signed int v10; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8806 int v11; // eax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8807 __int16 *v12; // esi@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8808 Player *v13; // ecx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8809 Player *v14; // ecx@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8810 char *v15; // ecx@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8811 unsigned __int8 v16; // cf@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8812 Player *v17; // ecx@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8813 __int16 *v18; // esi@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8814 __int16 *v19; // esi@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8815 char *v20; // esi@107
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8816 __int16 v21; // dx@107
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8817 int v22; // ecx@107
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8818 Player *v23; // ecx@132
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8819 int v24; // eax@132
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8820 int v25; // eax@150
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8821 char v26; // zf@151
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8822 DDM_DLV_Header *v27; // eax@153
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8823 signed int v28; // eax@176
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8824 int v29; // [sp-8h] [bp-40h]@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8825 signed int v30; // [sp-4h] [bp-3Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8826 int v31; // [sp-4h] [bp-3Ch]@84
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8827 ItemGen item; // [sp+Ch] [bp-2Ch]@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8828 unsigned int v33; // [sp+30h] [bp-8h]@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8829 char v34; // [sp+37h] [bp-1h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8830
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8831 auto Dst = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8832 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8833 v34 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8834 v4 = Dst;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8835 uPlayerIdx = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8836 if ( Dst == pPlayers[2] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8837 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8838 uPlayerIdx = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8839 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8840 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8841 if ( Dst == pPlayers[3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8842 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8843 v30 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8844 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8845 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8846 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8847 if ( Dst != pPlayers[4] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8848 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8849 v30 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8850 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8851 uPlayerIdx = v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8852 LABEL_8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8853 if ( var <= VAR_AutoNotes )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8854 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8855 if ( var != VAR_AutoNotes )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8856 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8857 if ( var <= VAR_ActualMight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8858 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8859 if ( var != VAR_ActualMight )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8860 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8861 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8862 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8863 case VAR_RandomGold:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8864 if ( !val )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8865 val = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8866 v6 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8867 party_finds_gold(v6 % val + 1, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8868 GameUI_DrawFoodAndGold();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8869 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8870 case VAR_RandomFood:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8871 if ( !val )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8872 val = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8873 v7 = rand() % val + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8874 Party::GiveFood(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8875 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[502], v7);// You find %lu food
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8876 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8877 GameUI_DrawFoodAndGold();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8878 goto _play_sound;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8879 case VAR_Sex:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8880 Dst->uSex = val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8881 goto _play_anim_and_exit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8882 case VAR_Class:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8883 Dst->uClass = val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8884 goto _play_anim_and_exit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8885 case VAR_CurrentHP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8886 v8 = &Dst->sHealth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8887 *v8 += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8888 if ( Dst->sHealth <= Dst->GetMaxHealth() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8889 goto _play_anim_and_exit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8890 v9 = v4->GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8891 goto LABEL_23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8892 case VAR_MaxHP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8893 v10 = Dst->GetMaxHealth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8894 v4->_health_related = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8895 v4->uFullHealthBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8896 v4->sHealth = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8897 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8898 case VAR_CurrentSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8899 v8 = &Dst->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8900 *v8 += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8901 if ( Dst->sMana > GetMaxMana() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8902 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8903 v9 = v4->GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8904 LABEL_23:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8905 *v8 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8906 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8907 goto _play_anim_and_exit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8908 case VAR_MaxSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8909 v11 = GetMaxMana();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8910 v4->_mana_related = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8911 v4->uFullManaBonus = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8912 v4->sMana = v11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8913 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8914 case VAR_ACModifier:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8915 v12 = &Dst->sACModifier;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8916 goto LABEL_29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8917 case VAR_BaseLevel:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8918 v12 = (__int16 *)&Dst->uLevel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8919 goto LABEL_29;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8920 case VAR_LevelModifier:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8921 v12 = &Dst->sLevelModifier;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8922 LABEL_29:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8923 *v12 += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8924 if ( *v12 > 255 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8925 *v12 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8926 goto _play_anim_and_exit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8927 case VAR_Age:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8928 Dst->sAgeModifier += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8929 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8930 case VAR_Award:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8931 v13 = pPlayers[uPlayerIdx + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8932 v33 = 0x80u >> ((signed __int16)val - 1) % 8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8933 if ( !((unsigned __int8)(0x80u >> ((signed __int16)val - 1) % 8) & v13->field_152[((signed __int16)val - 1) >> 3])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8934 && dword_723E80_award_related[2 * val] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8935 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8936 v14 = pPlayers[uPlayerIdx + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8937 v34 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8938 v3 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8939 v14->PlaySound(96, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8940 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8941 v15 = v4->field_152;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8942 goto LABEL_44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8943 case VAR_Experience:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8944 v16 = __CFADD__(val, LODWORD(Dst->uExperience));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8945 LODWORD(Dst->uExperience) += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8946 HIDWORD(Dst->uExperience) += ((unsigned __int64)val >> 32) + v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8947 if ( (signed __int64)Dst->uExperience > 4000000000i64 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8948 Dst->uExperience = 4000000000i64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8949 goto _play_anim_and_exit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8950 case VAR_QBits_QuestsDone:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8951 if ( !((unsigned __int8)(0x80u >> ((signed __int16)val - 1) % 8) & pParty->_award_bits[((signed __int16)val - 1) >> 3])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8952 && (&dword_722F10)[4 * val] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8953 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8954 v17 = pPlayers[uPlayerIdx + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8955 bFlashQuestBook = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8956 v34 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8957 v3 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8958 v17->PlaySound(93, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8959 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8960 v15 = (char *)pParty->_award_bits;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8961 LABEL_44:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8962 _449B7E_toggle_bit(v15, val, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8963 goto LABEL_173;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8964 case VAR_PlayerItemInHands:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8965 item.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8966 item.Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8967 item.uAttributtes = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8968 item.uItemID = val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8969 if ( val >= ITEM_ARTIFACT_PUCK && val <= ITEM_RELIC_MEKORIGS_HAMMER )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8970 pParty->field_3C.pIsArtifactFound[val] = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8971 if ( val >= ITEM_WAND_FIRE && val <= ITEM_WAND_INCENERATION )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8972 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8973 item.uNumCharges = rand() % 6 + pItemsTable->pItems[item.uItemID].uDamageMod + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8974 item.uMaxCharges = LOBYTE(item.uNumCharges);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8975 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8976 pParty->SetHoldingItem(&item);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8977 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8978 case VAR_FixedGold:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8979 party_finds_gold(val, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8980 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8981 case VAR_BaseMight:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8982 v18 = (__int16 *)&Dst->uMight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8983 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8984 case VAR_BaseIntellect:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8985 v18 = (__int16 *)&Dst->uIntelligence;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8986 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8987 case VAR_BasePersonality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8988 v18 = (__int16 *)&Dst->uWillpower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8989 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8990 case VAR_BaseEndurance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8991 v18 = (__int16 *)&Dst->uEndurance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8992 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8993 case VAR_BaseSpeed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8994 v18 = (__int16 *)&Dst->uSpeed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8995 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8996 case VAR_BaseAccuracy:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8997 v18 = (__int16 *)&Dst->uAccuracy;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8998 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8999 case VAR_BaseLuck:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9000 v18 = (__int16 *)&Dst->uLuck;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9001 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9002 case VAR_FixedFood:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9003 Party::GiveFood(val);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9004 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[502], val);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9005 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9006 if ( pParty->uNumFoodRations > 0xFFFF )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9007 Party::SetFood(0xFFFFu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9008 goto _play_sound;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9009 case VAR_MightBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9010 goto LABEL_62;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9011 case VAR_IntellectBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9012 goto LABEL_66;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9013 case VAR_PersonalityBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9014 goto LABEL_67;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9015 case VAR_EnduranceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9016 goto LABEL_68;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9017 case VAR_SpeedBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9018 goto LABEL_69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9019 case VAR_AccuracyBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9020 goto LABEL_70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9021 case VAR_LuckBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9022 goto LABEL_71;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9023 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9024 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9025 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9026 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9027 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9028 LABEL_62:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9029 v19 = (__int16 *)&Dst->uMightBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9030 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9031 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9032 if ( var <= VAR_FireResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9033 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9034 if ( var != VAR_FireResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9035 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9036 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9037 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9038 case VAR_ActualIntellect:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9039 LABEL_66:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9040 v19 = (__int16 *)&Dst->uIntelligenceBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9041 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9042 case VAR_ActualPersonality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9043 LABEL_67:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9044 v19 = (__int16 *)&Dst->uWillpowerBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9045 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9046 case VAR_ActualEndurance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9047 LABEL_68:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9048 v19 = (__int16 *)&Dst->uEnduranceBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9049 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9050 case VAR_ActualSpeed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9051 LABEL_69:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9052 v19 = (__int16 *)&Dst->uSpeedBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9053 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9054 case VAR_ActualAccuracy:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9055 LABEL_70:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9056 v19 = (__int16 *)&Dst->uAccuracyBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9057 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9058 case VAR_ActualLuck:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9059 LABEL_71:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9060 v19 = (__int16 *)&Dst->uLuckBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9061 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9062 case VAR_FireResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9063 v18 = &Dst->sResFireBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9064 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9065 case VAR_AirResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9066 v18 = &Dst->sResAirBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9067 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9068 case VAR_WaterResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9069 v18 = &Dst->sResWaterBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9070 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9071 case VAR_EarthResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9072 v18 = &Dst->sResEarthBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9073 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9074 case VAR_SpiritResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9075 v18 = &Dst->sResSpiritBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9076 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9077 case VAR_MindResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9078 v18 = &Dst->sResMindBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9079 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9080 case VAR_BodyResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9081 v18 = &Dst->sResBodyBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9082 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9083 case VAR_LightResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9084 v18 = &Dst->sResLightBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9085 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9086 case VAR_DarkResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9087 v18 = &Dst->sResDarkBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9088 goto LABEL_82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9089 case VAR_MagicResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9090 v18 = &Dst->sResMagicBase;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9091 LABEL_82:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9092 *v18 += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9093 if ( *v18 > 255 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9094 *v18 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9095 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9096 v29 = 92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9097 goto LABEL_116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9098 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9099 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9100 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9101 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9102 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9103 v19 = &Dst->sResFireBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9104 LABEL_113:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9105 *v19 += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9106 if ( *v19 > 255 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9107 *v19 = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9108 v31 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9109 v29 = 91;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9110 LABEL_116:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9111 v3 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9112 pPlayers[uPlayerIdx + 1]->PlaySound(v29, v31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9113 goto _play_anim_and_maybe_sound;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9114 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9115 if ( var <= VAR_DisarmTrapSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9116 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9117 if ( var != VAR_DisarmTrapSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9118 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9119 if ( var <= VAR_BodyResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9120 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9121 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9122 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9123 case VAR_BodyResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9124 v19 = &Dst->sResBodyBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9125 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9126 case VAR_AirResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9127 v19 = &Dst->sResAirBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9128 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9129 case VAR_WaterResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9130 v19 = &Dst->sResWaterBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9131 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9132 case VAR_EarthResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9133 v19 = &Dst->sResEarthBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9134 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9135 case VAR_SpiritResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9136 v19 = &Dst->sResSpiritBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9137 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9138 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9139 if ( var != 62 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9140 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9141 v19 = &Dst->sResMindBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9142 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9143 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9144 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9145 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9146 if ( var == VAR_LightResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9147 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9148 v19 = &Dst->sResLightBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9149 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9150 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9151 if ( var == VAR_DarkResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9152 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9153 v19 = &Dst->sResDarkBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9154 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9155 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9156 if ( var == VAR_MagicResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9157 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9158 v19 = &Dst->sResMagicBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9159 goto LABEL_113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9160 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9161 if ( var <= VAR_MagicResistanceBonus || var > VAR_DiplomacySkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9162 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9163 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9164 goto LABEL_106;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9165 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9166 if ( var == VAR_LearningSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9167 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9168 LABEL_106:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9169 if ( val <= VAR_BodyResistanceBonus )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9170 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9171 *((short *)&Dst->pConditions[16] + var) = (unsigned __int8)val | *((char *)&Dst->pConditions[16] + 2 * var) & VAR_BodyResistanceBonus;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9172 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9173 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9174 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9175 v20 = (char *)&Dst->pConditions[16] + 2 * var;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9176 v21 = *(short *)v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9177 v22 = (unsigned __int8)val + (v21 & VAR_BodyResistanceBonus);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9178 if ( v22 > 60 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9179 LOWORD(v22) = 60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9180 LOBYTE(v21) = v21 & 0xC0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9181 *(short *)v20 = v22 | v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9182 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9183 goto _play_anim_and_exit;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9184 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9185 if ( var <= VAR_LearningSkill )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9186 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9187 if ( var <= VAR_Eradicated )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9188 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9189 Dst->SetCondition(var - 105, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9190 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9191 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9192 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9193 if ( var != VAR_MajorCondition )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9194 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9195 if ( var > VAR_MajorCondition && var <= VAR_ActiveSpells )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9196 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9197 if ( (unsigned __int8)val + (unsigned __int8)byte_5E4C15[var] <= 255 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9198 byte_5E4C15[var] += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9199 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9200 byte_5E4C15[var] = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9201 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9202 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9203 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9204 memset(Dst, 0, 0xA0u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9205 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9206 _play_anim_and_exit:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9207 v3 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9208 _play_anim_and_maybe_sound:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9209 pGame->pStru6Instance->SetPlayerBuffAnim(0x97u, uPlayerIdx);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9210 _maybe_play_sound:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9211 if ( v3 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9212 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9213 goto _play_sound;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9214 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9215 if ( !((unsigned __int8)(0x80u >> ((signed __int16)val - 1) % 8) & pParty->_autonote_related_stuff[((signed __int16)val - 1) >> 3])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9216 && (&dword_723718_autonote_related)[8 * val] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9217 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9218 v23 = pPlayers[uPlayerIdx + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9219 v34 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9220 v23->PlaySound(96, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9221 v24 = dword_72371C[2 * val];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9222 bFlashAutonotesBook = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9223 dword_506568 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9224 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9225 _449B7E_toggle_bit(pParty->_autonote_related_stuff, val, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9226 v3 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9227 LABEL_173:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9228 if ( v34 != 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9229 goto _maybe_play_sound;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9230 goto _play_anim_and_maybe_sound;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9231 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9232 if ( var > VAR_GoldInBank )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9233 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9234 if ( var == 307 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9235 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9236 pParty->uNumDeaths += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9237 goto LABEL_173;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9238 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9239 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9240 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9241 case 308:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9242 pParty->uNumBountiesCollected += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9243 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9244 case 309:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9245 pParty->uNumPrisonTerms += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9246 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9247 case 310:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9248 pParty->uNumArenaPageWins += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9249 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9250 case 311:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9251 pParty->uNumArenaSquireWins += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9252 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9253 case 312:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9254 pParty->uNumArenaKnightWins += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9255 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9256 case 313:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9257 pParty->uNumArenaLordWins += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9258 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9259 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9260 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9261 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9262 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9263 if ( var == VAR_GoldInBank )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9264 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9265 pParty->uNumGoldInBank += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9266 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9267 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9268 if ( var <= VAR_Counter8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9269 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9270 if ( (signed int)var >= 245 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9271 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9272 *(int *)&stru_AA1058[3].pSounds[8 * var + 44300] = LODWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9273 *(int *)&stru_AA1058[3].pSounds[8 * var + 44304] = HIDWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9274 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9275 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9277 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9278 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9279 case VAR_MonthEquals|VAR_CurrentSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9280 _449B7E_toggle_bit(Dst->field_1A50, val, 1u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9281 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9282 case VAR_NPCs2:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9283 pParty->field_709 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9284 LOBYTE(pNPCStats->pNewNPCData[val].uFlags) |= 0x80u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9285 sub_44A56A();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9286 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9287 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9288 case VAR_NumSkillPoints:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9289 Dst->uSkillPoints += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9290 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9291 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9292 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9293 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9294 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9295 if ( var < VAR_Counter9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9296 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9297 if ( (signed int)var <= 274 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9298 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9299 *(int *)&stru_AA1058[3].pSounds[8 * var + 44532] = LODWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9300 *(int *)&stru_AA1058[3].pSounds[8 * var + 44536] = HIDWORD(pParty->uTimePlayed);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9301 goto _play_sound;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9302 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9303 if ( var != VAR_ReputationInCurrentLocation )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9304 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9305 if ( var <= VAR_ReputationInCurrentLocation
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9306 || var > VAR_History_28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9307 || (v25 = var - 276, pParty->field_3C.field_4F0[2 * v25 + 1] | pParty->field_3C.field_4F0[2 * v25])
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9308 || (pParty->field_3C.field_4F0[2 * (var - 276)] = LODWORD(pParty->uTimePlayed),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9309 v26 = *(&pStorylineText->field_0 + 3 * v25) == 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9310 pParty->field_3C.field_4F0[2 * (var - 276) + 1] = HIDWORD(pParty->uTimePlayed),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9311 v26) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9312 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9313 bFlashHistoryBook = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9314 _play_sound:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9315 v28 = 8 * uPlayerIdx + 400;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9316 LOBYTE(v28) = (8 * uPlayerIdx - 112) | 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9317 pAudioPlayer->PlaySound(SOUND_20001, v28, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9318 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9319 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9320 v27 = &pOutdoor->ddm;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9321 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9322 v27 = &pIndoor->dlv;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9323 v27->uReputation += val;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9324 if ( v27->uReputation > 10000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9325 v27->uReputation = 10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9326 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9327 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9328 // 506568: using guessed type int dword_506568;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9329 // 507948: using guessed type char bFlashHistoryBook;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9330 // 507949: using guessed type char bFlashAutonotesBook;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9331 // 50794A: using guessed type char bFlashQuestBook;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9332 // 72371C: using guessed type int dword_72371C[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9333 // 723E80: using guessed type int dword_723E80_award_related[];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9334
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9335
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9336
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9337
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9338 //----- (0044B9C4) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9339 void Player::SubtractVariable(enum VariableType var, void *a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9340 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9341 unsigned int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9342 signed int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9343 enum VariableType v5; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9344 int v6; // esi@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9345 int v7; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9346 signed int v8; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9347 char *v9; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9348 char v10; // sf@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9349 char *v11; // ecx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9350 char *v12; // ecx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9351 __int64 v13; // qax@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9352 unsigned __int8 v14; // cf@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9353 char *v15; // edx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9354 char *v16; // eax@90
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9355 char *v17; // ecx@94
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9356 void *v18; // esi@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9357 signed int v19; // edx@97
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9358 char *v20; // ecx@98
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9359 int v21; // eax@100
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9360 __int16 v22; // dx@112
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9361 int v23; // [sp-8h] [bp-14h]@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9362 signed int v24; // [sp-4h] [bp-10h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9363 int v25; // [sp-4h] [bp-10h]@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9364
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9365 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9366 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9367 if ( this == pPlayers[2] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9368 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9369 v4 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9370 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9371 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9372 if ( this == pPlayers[3] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9373 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9374 v24 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9375 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9376 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9377 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9378 if ( this != pPlayers[4] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9379 goto LABEL_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9380 v24 = 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9381 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9382 v4 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9383 LABEL_8:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9384 v5 = var;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9385 if ( (signed int)var > 222 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9386 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9387 if ( (signed int)var <= 307 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9388 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9389 if ( var == 307 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9390 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9391 pParty->uNumDeaths -= (unsigned int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9392 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9393 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9394 if ( var == 223 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9395 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9396 v11 = pParty->_autonote_related_stuff;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9397 v22 = (short)a3 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9398 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9399 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9400 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9401 if ( var != 231 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9402 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9403 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9404 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9405 case 232:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9406 var = (VariableType)0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9407 GetNewNPCData(uDialogue_SpeakingActorNPC_ID, (int)&var);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9408 dword_5B65CC = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9409 if ( (void *)var == a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9410 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9411 dword_5B65CC = (int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9412 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9413 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9414 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9415 pParty->field_709 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9416 LOBYTE(pNPCStats->pNewNPCData[(int)a3].uFlags) &= 0x7Fu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9417 sub_44A56A();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9418 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9419 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9420 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9421 case 241:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9422 v18 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9423 v19 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9424 if ( (signed int)pNPCStats->uNumNewNPCs > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9425 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9426 v20 = (char *)&pNPCStats->pNewNPCData[0].uFlags;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9427 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9428 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9429 if ( *((void **)v20 + 4) == v18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9430 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9431 v21 = *(int *)v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9432 if ( (char)*(int *)v20 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9433 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9434 LOBYTE(v21) = v21 & 0x7F;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9435 *(int *)v20 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9436 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9437 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9438 ++v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9439 v20 += 76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9440 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9441 while ( v19 < (signed int)pNPCStats->uNumNewNPCs );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9442 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9443 if ( (void *)pParty->pHirelings[0].uProfession == v18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9444 memset(pParty->pHirelings, 0, 0x4Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9445 if ( (void *)pParty->pHirelings[1].uProfession == v18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9446 memset(&pParty->pHirelings[1], 0, 0x4Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9447 pParty->field_709 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9448 sub_44A56A();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9449 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9450 case 243:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9451 v17 = (char *)&this->uSkillPoints;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9452 if ( (unsigned int)a3 <= *(int *)v17 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9453 *(int *)v17 -= (int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9454 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9455 *(int *)v17 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9456 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9457 case 275:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9458 v16 = (char *)&pOutdoor->ddm;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9459 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9460 v16 = (char *)&pIndoor->dlv;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9461 *((int *)v16 + 2) -= (int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9462 if ( *((int *)v16 + 2) < -10000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9463 *((int *)v16 + 2) = -10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9464 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9465 case 306:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9466 if ( (unsigned int)a3 <= pParty->uNumGoldInBank )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9467 pParty->uNumGoldInBank -= (unsigned int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9468 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9469 LABEL_88:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9470 dword_5B65C4 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9471 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9472 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9473 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9474 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9475 v11 = this->field_1A50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9476 LABEL_112:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9477 v22 = (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9478 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9479 _449B7E_toggle_bit(v11, v22, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9480 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9481 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9482 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9483 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9484 case 308:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9485 pParty->uNumBountiesCollected -= (unsigned int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9486 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9487 case 309:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9488 pParty->uNumPrisonTerms -= (int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9489 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9490 case 310:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9491 pParty->uNumArenaPageWins -= (char)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9492 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9493 case 311:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9494 pParty->uNumArenaSquireWins -= (char)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9495 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9496 case 312:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9497 pParty->uNumArenaKnightWins -= (char)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9498 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9499 case 313:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9500 pParty->uNumArenaLordWins -= (char)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9501 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9502 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9503 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9504 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9505 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9506 if ( (signed int)var >= 123 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9507 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9508 byte_5E4C15[var] -= (char)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9509 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9510 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9511 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9512 switch ( var )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9513 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9514 case VAR_RandomGold:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9515 v6 = rand() % (signed int)a3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9516 if ( v6 > pParty->uNumGold )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9517 v6 = pParty->uNumGold;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9518 Party::TakeGold(v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9519 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[503], v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9520 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9521 GameUI_DrawFoodAndGold();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9522 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9523 case VAR_RandomFood:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9524 v7 = rand() % (signed int)a3 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9525 if ( v7 > pParty->uNumFoodRations )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9526 v7 = pParty->uNumFoodRations;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9527 Party::TakeFood(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9528 sprintfex(pTmpBuf, pGlobalTXT_LocalizationStrings[504], v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9529 ShowStatusBarString(pTmpBuf, 2u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9530 GameUI_DrawFoodAndGold();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9531 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9532 default:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9533 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9534 case VAR_CurrentHP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9535 ReceiveDamage((signed int)a3, 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9536 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9537 case VAR_CurrentSP:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9538 v9 = (char *)&this->sMana;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9539 v10 = this->sMana - (signed int)a3 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9540 *(int *)v9 -= (int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9541 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9542 *(int *)v9 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9543 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9544 case VAR_ACModifier:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9545 this->sACModifier -= (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9546 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9547 case VAR_BaseLevel:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9548 this->uLevel -= (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9549 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9550 case VAR_LevelModifier:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9551 this->sLevelModifier -= (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9552 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9553 case VAR_Age:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9554 this->sAgeModifier -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9555 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9556 case VAR_Award:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9557 v11 = this->field_152;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9558 goto LABEL_112;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9559 case VAR_Experience:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9560 v12 = (char *)&this->uExperience;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9561 v13 = (signed int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9562 v14 = *(int *)v12 < (unsigned int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9563 *(int *)v12 -= (int)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9564 *((int *)v12 + 1) -= v14 + HIDWORD(v13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9565 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9566 case VAR_QBits_QuestsDone:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9567 _449B7E_toggle_bit((char *)pParty->_award_bits, (__int16)a3, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9568 pPlayers[v4 + 1]->PlaySound(96, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9569 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9570 case VAR_PlayerItemInHands:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9571 v15 = (char *)this->pInventoryIndices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9572 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9573 case VAR_FixedGold:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9574 if ( (unsigned int)a3 > pParty->uNumGold )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9575 goto LABEL_88;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9576 Party::TakeGold((unsigned int)a3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9577 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9578 case VAR_MightBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9579 case VAR_ActualMight:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9580 this->uMightBonus -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9581 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9582 case VAR_IntellectBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9583 case VAR_ActualIntellect:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9584 this->uIntelligenceBonus -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9585 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9586 case VAR_PersonalityBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9587 case VAR_ActualPersonality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9588 this->uWillpowerBonus -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9589 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9590 case VAR_EnduranceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9591 case VAR_ActualEndurance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9592 this->uEnduranceBonus -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9593 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9594 case VAR_SpeedBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9595 case VAR_ActualSpeed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9596 this->uSpeedBonus -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9597 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9598 case VAR_AccuracyBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9599 case VAR_ActualAccuracy:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9600 this->uAccuracyBonus -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9601 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9602 case VAR_LuckBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9603 case VAR_ActualLuck:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9604 this->uLuckBonus -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9605 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9606 case VAR_BaseMight:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9607 this->uMight -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9608 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9609 case VAR_BaseIntellect:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9610 this->uIntelligence -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9611 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9612 case VAR_BasePersonality:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9613 this->uWillpower -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9614 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9615 case VAR_BaseEndurance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9616 this->uEndurance -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9617 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9618 case VAR_BaseSpeed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9619 this->uSpeed -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9620 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9621 case VAR_BaseAccuracy:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9622 this->uAccuracy -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9623 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9624 case VAR_BaseLuck:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9625 this->uLuck -= (unsigned __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9626 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9627 case VAR_FireResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9628 this->sResFireBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9629 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9630 case VAR_AirResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9631 this->sResAirBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9632 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9633 case VAR_WaterResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9634 this->sResWaterBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9635 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9636 case VAR_EarthResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9637 this->sResEarthBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9638 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9639 case VAR_SpiritResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9640 this->sResSpiritBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9641 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9642 case VAR_MindResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9643 this->sResMindBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9644 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9645 case VAR_BodyResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9646 this->sResBodyBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9647 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9648 case VAR_LightResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9649 this->sResLightBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9650 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9651 case VAR_DarkResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9652 this->sResDarkBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9653 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9654 case VAR_MagicResistance:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9655 this->sResMagicBase -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9656 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9657 case VAR_FireResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9658 this->sResFireBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9659 goto LABEL_45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9660 case VAR_AirResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9661 this->sResAirBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9662 LABEL_45:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9663 v25 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9664 v23 = 92;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9665 goto LABEL_73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9666 case VAR_WaterResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9667 this->sResWaterBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9668 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9669 case VAR_EarthResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9670 this->sResEarthBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9671 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9672 case VAR_SpiritResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9673 this->sResSpiritBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9674 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9675 case VAR_MindResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9676 this->sResMindBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9677 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9678 case VAR_BodyResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9679 this->sResBodyBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9680 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9681 case VAR_LightResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9682 this->sResLightBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9683 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9684 case VAR_DarkResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9685 this->sResDarkBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9686 goto LABEL_72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9687 case VAR_MagicResistanceBonus:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9688 this->sResMagicBonus -= (signed __int16)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9689 LABEL_72:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9690 v25 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9691 v23 = 91;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9692 LABEL_73:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9693 pPlayers[v4 + 1]->PlaySound(v23, v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9694 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9695 case VAR_FixedFood:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9696 Party::TakeFood((unsigned int)a3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9697 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9698 case VAR_StaffSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9699 case VAR_SwordSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9700 case VAR_DaggerSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9701 case VAR_AxeSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9702 case VAR_SpearSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9703 case VAR_BowSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9704 case VAR_MaceSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9705 case VAR_BlasterSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9706 case VAR_ShieldSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9707 case VAR_LeatherSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9708 case VAR_SkillChain:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9709 case VAR_PlateSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9710 case VAR_FireSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9711 case VAR_AirSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9712 case VAR_WaterSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9713 case VAR_EarthSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9714 case VAR_SpiritSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9715 case VAR_MindSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9716 case VAR_BodySkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9717 case VAR_LightSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9718 case VAR_DarkSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9719 case VAR_IdentifyItemSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9720 case VAR_MerchantSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9721 case VAR_RepairSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9722 case VAR_BodybuildingSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9723 case VAR_MeditationSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9724 case VAR_PerceptionSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9725 case VAR_DiplomacySkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9726 case VAR_DisarmTrapSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9727 case VAR_LearningSkill:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9728 *((short *)&this->pConditions[16] + var) -= (unsigned __int8)a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9729 goto LABEL_17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9730 case VAR_Cursed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9731 case VAR_Weak:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9732 case VAR_Asleep:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9733 case VAR_Afraid:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9734 case VAR_Drunk:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9735 case VAR_Insane:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9736 case VAR_PoisonedGreen:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9737 case VAR_DiseasedGreen:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9738 case VAR_PoisonedYellow:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9739 case VAR_DiseasedYellow:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9740 case VAR_PoisonedRed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9741 case VAR_DiseasedRed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9742 case VAR_Paralyzed:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9743 case VAR_Unconsious:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9744 case VAR_Dead:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9745 case VAR_Stoned:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9746 case VAR_Eradicated:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9747 *((int *)this + 2 * var - 210) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9748 *((int *)this + 2 * v5 - 209) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9749 LABEL_17:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9750 pGame->pStru6Instance->SetPlayerBuffAnim(0x98u, v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9751 v8 = 8 * v4 + 400;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9752 LOBYTE(v8) = (8 * v4 - 112) | 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9753 pAudioPlayer->PlaySound(SOUND_20001, v8, 0, -1, 0, 0, 0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9754 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9755 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9756 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9757 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9758 if ( *(void **)&this->pDarkSpellbook.bIsSpellAvailable[36 * *(int *)v15 + 5] == a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9759 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9760 RemoveItemAtInventoryIndex(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9761 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9762 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9763 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9764 v15 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9765 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9766 while ( (signed int)v3 < 126 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9767 if ( (void *)pParty->pPickedItem.uItemID == a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9768 pMouse->RemoveHoldingItem();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9769 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9770 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9771 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9772 // 5B65C4: using guessed type int dword_5B65C4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9773 // 5B65CC: using guessed type int dword_5B65CC;