Mercurial > mm7
annotate UI/UIGuilds.cpp @ 1526:f47eab1a70d8
UIHouses.cpp cleaning(continue)
author | Ritor1 |
---|---|
date | Thu, 05 Sep 2013 18:05:50 +0600 |
parents | 58d15177edd0 |
children | 61458df2cb4f |
rev | line source |
---|---|
1300 | 1 #include "..\Items.h" |
2 #include "..\GUIWindow.h" | |
3 #include "..\mm7_data.h" | |
4 #include "..\texts.h" | |
5 #include "UIHouses.h" | |
6 #include "..\GUIFont.h" | |
7 #include "..\Render.h" | |
8 #include "..\Party.h" | |
9 #include "..\Texture.h" | |
10 #include "..\Mouse.h" | |
11 #include "..\Events2D.h" | |
12 #include "..\AudioPlayer.h" | |
13 #include "..\LOD.h" | |
14 | |
15 //----- (004B5D7C) -------------------------------------------------------- | |
16 void GuildDialog() | |
17 { | |
18 signed int base_teach_price; // ebx@1 | |
19 int v3; // edi@6 | |
20 int result; // eax@11 | |
21 int v6; // esi@13 | |
22 signed int v7; // esi@17 | |
23 int v8; // esi@22 | |
24 signed int v9; // ecx@22 | |
25 char *v10; // eax@22 | |
26 const char *statusbar_string; // ecx@26 | |
27 POINT *v12; // esi@30 | |
28 int v13; // ecx@30 | |
29 void *v14; // ST1C_4@31 | |
30 ItemGen *v15; // ST18_4@31 | |
31 int v16; // ST10_4@31 | |
32 int v17; // eax@31 | |
33 char *v18; // edx@31 | |
34 int v19; // eax@32 | |
35 int pActiveItem; // esi@35 | |
36 int v22; // eax@35 | |
37 unsigned int v23; // eax@36 | |
38 int v24; // eax@39 | |
39 int v25; // eax@40 | |
40 int v26; // ecx@47 | |
41 GUIButton *pButton; // eax@49 | |
42 unsigned int v29; // eax@49 | |
43 int pTextHeight; // eax@55 | |
44 unsigned int v32; // ecx@55 | |
45 int v33; // eax@55 | |
46 unsigned __int16 pTextColor; // ax@55 | |
47 int v35; // eax@58 | |
48 const char *v36; // ST20_4@61 | |
49 unsigned __int16 v37; // ST1C_2@61 | |
50 int v38; // eax@61 | |
51 int v40; // [sp-14h] [bp-300h]@31 | |
52 int v41; // [sp-10h] [bp-2FCh]@31 | |
53 unsigned __int16 v42; // [sp-Ch] [bp-2F8h]@31 | |
54 char *v43; // [sp-8h] [bp-2F4h]@31 | |
55 unsigned int v44; // [sp-4h] [bp-2F0h]@31 | |
56 char Dest[100]; // [sp+Ch] [bp-2E0h]@3 | |
57 char v46[100]; // [sp+70h] [bp-27Ch]@3 | |
58 char v47[100]; // [sp+D4h] [bp-218h]@3 | |
59 char v48[100]; // [sp+138h] [bp-1B4h]@3 | |
60 char v49[100]; // [sp+19Ch] [bp-150h]@3 | |
61 POINT v50; // [sp+264h] [bp-88h]@30 | |
62 POINT v51; // [sp+26Ch] [bp-80h]@30 | |
63 GUIWindow working_window; // [sp+274h] [bp-78h]@1 | |
64 signed int v53; // [sp+27Ch] [bp-70h]@1 | |
65 signed int v54; // [sp+284h] [bp-68h]@1 | |
66 int pColorWhite; // [sp+2CCh] [bp-20h]@1 | |
67 int pColorYellow; // [sp+2D0h] [bp-1Ch]@1 | |
68 int v58; // [sp+2D4h] [bp-18h]@1 | |
69 unsigned __int8 uPlayerID; // [sp+2DBh] [bp-11h]@31 | |
70 bool pSkillFlag; // [sp+2DCh] [bp-10h]@35 | |
71 int v61; // [sp+2E0h] [bp-Ch]@35 | |
72 int pItemNum; | |
73 unsigned int v62; // [sp+2E4h] [bp-8h]@13 | |
1524 | 74 int pPrice; // [sp+2E8h] [bp-4h]@1 |
1300 | 75 int pNumActivItem; |
76 int all_text_height; | |
1526 | 77 int pX; |
1300 | 78 |
79 memcpy(&working_window, window_SpeakInHouse, sizeof(GUIWindow)); | |
80 working_window.uFrameX = 483; | |
81 working_window.uFrameWidth = 148; | |
82 working_window.uFrameZ = 334; | |
83 pColorWhite = TargetColor(0xFFu, 0xFFu, 0xFFu); | |
84 pColorYellow = TargetColor(0xFFu, 0xFFu, 0x9Bu); | |
85 base_teach_price = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier * 500.0); | |
1524 | 86 pPrice = base_teach_price * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100; |
87 if ( pPrice < base_teach_price / 3 ) | |
88 pPrice = base_teach_price / 3; | |
1300 | 89 strcpy(Dest, ""); |
90 strcpy(v46, ""); | |
91 strcpy(v47, ""); | |
92 strcpy(v48, ""); | |
93 strcpy(v49, ""); | |
94 if ( dialog_menu_id != HOUSE_DIALOGUE_MAIN ) | |
95 { | |
96 if ( dialog_menu_id != HOUSE_DIALOGUE_GUILD_BUY_BOOKS ) //buy skill | |
97 { | |
1393 | 98 if ( HouseUI_CheckIfPlayerCanInteract() ) |
1300 | 99 { |
100 if ( pPlayers[uActiveCharacter]->pActiveSkills[dialog_menu_id-36] ) | |
101 { | |
102 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[403], pClassNames[dialog_menu_id - 16]); //"You already know the %s skill" | |
103 ShowStatusBarString(pTmpBuf.data(), 2); | |
104 pAudioPlayer->PlaySound(SOUND_27, 0, 0, -1, 0, 0, 0, 0); | |
105 } | |
106 else | |
107 { | |
1524 | 108 if ( pParty->uNumGold < pPrice ) |
1300 | 109 { |
1524 | 110 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2); //"You don't have enough gold" |
1300 | 111 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful); |
112 } | |
113 else | |
114 { | |
1524 | 115 Party::TakeGold(pPrice); |
1300 | 116 pPlayers[uActiveCharacter]->pActiveSkills[dialog_menu_id-36] = 1; |
117 } | |
118 } | |
119 } | |
120 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0); | |
121 return; | |
122 } | |
123 pRenderer->DrawTextureIndexed(8, 8, ShopTexture); | |
124 v6 = 0; | |
125 v62 = 0; | |
1526 | 126 for ( pX = 32; pX < 452; pX += 70 )//ðàñïîëîæåíèå â âåðõíåì ðÿäó |
1300 | 127 { |
1526 | 128 if ( pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v6].uItemID ) |
1300 | 129 { |
1526 | 130 pRenderer->DrawTextureTransparent(pX, 90, ItemsInShopTexture[v6]); |
1300 | 131 ZBuffer_DoFill((int *)((char *)pRenderer->pActiveZBuffer + v62 + 230528), ItemsInShopTexture[v6], v6 + 1); |
132 } | |
133 v62 += 280; | |
134 ++v6; | |
135 } | |
136 v62 = 1680; | |
137 v7 = 6; | |
1526 | 138 for ( pX = 32; pX < 452; pX += 70 )//ðàñïîëîæåíèå â íèæíåì ðÿäó |
1300 | 139 { |
140 if (pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v7].uItemID) | |
141 { | |
1526 | 142 pRenderer->DrawTextureTransparent(pX, 250, ItemsInShopTexture[v7]); |
1300 | 143 ZBuffer_DoFill((int *)((char *)pRenderer->pActiveZBuffer + v62 + 638448), ItemsInShopTexture[v7], v7 + 1); |
144 } | |
145 v62 += 280; | |
146 ++v7; | |
147 } | |
1393 | 148 if ( HouseUI_CheckIfPlayerCanInteract() ) |
1300 | 149 { |
150 v8 = 0; | |
1524 | 151 for ( v9 = 12; v9; --v9 ) |
1300 | 152 { |
1526 | 153 if ( pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v9].uItemID > 0 ) |
1300 | 154 ++v8; |
155 } | |
156 GetAsyncKeyState(17); | |
157 statusbar_string = pGlobalTXT_LocalizationStrings[195]; //"Select the Item to Buy" | |
158 if ( dialog_menu_id != HOUSE_DIALOGUE_SHOP_BUY_STANDARD) | |
159 statusbar_string = pGlobalTXT_LocalizationStrings[196]; //"Select the Special Item to Buy" | |
160 DrawTextAtStatusBar(statusbar_string, 0); | |
161 if ( !v8 ) | |
162 { | |
1526 | 163 working_window.DrawCurrentTime(pParty->field_3C.field_50[window_SpeakInHouse->par1C] - pParty->uTimePlayed);//"Ïðèõîäèòå ÷åðåç 14 äíåé" |
1300 | 164 return; |
165 } | |
166 v12 = pMouse->GetCursorPos(&v51); | |
167 result = v12->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v50)->y]; | |
168 v13 = pRenderer->pActiveZBuffer[result] & 0xFFFF; | |
169 if ( pRenderer->pActiveZBuffer[result] & 0xFFFF ) | |
170 { | |
171 v14 = window_SpeakInHouse->ptr_1C; | |
172 v15 = (ItemGen *)(&pParty->pPlayers[1].uExpressionTimeLength + 18 * (v13 + 12 * (int)v14)); | |
173 v16 = (int)window_SpeakInHouse->ptr_1C; | |
174 uPlayerID = uActiveCharacter - 1; | |
1411 | 175 v17 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction( (ItemGen *)&pParty->pPlayers[1].uExpressionTimeLength + v13 + 12 * (int)v14, BuildingType_MagicShop, v16, 2); |
1524 | 176 v18 = BuildDialogueString((char *)pMerchantsBuyPhrases[v17], uPlayerID, v15, (char *)v14, 2, 0); |
1300 | 177 v19 = pFontArrus->CalcTextHeight(v18, &working_window, 0, 0); |
178 working_window.DrawTitleText(pFontArrus, 0, (174 - v19) / 2 + 138, pColorWhite, v18, 3); | |
179 return; | |
180 } | |
181 } | |
182 return; | |
183 } | |
1460
ff2118028c71
renaming _guilds_member_bits to _achieved_awards_bits
Gloval
parents:
1411
diff
changeset
|
184 if ( !(unsigned __int16)_449B57_test_bit((unsigned __int8 *)pPlayers[uActiveCharacter]->_achieved_awards_bits, |
1300 | 185 guild_mambership_flags[(unsigned int)window_SpeakInHouse->ptr_1C-139]) ) |
186 { //you must me member | |
187 v38 = pFontArrus->CalcTextHeight(pNPCTopics[121].pText, &working_window, 0, 0); | |
1526 | 188 working_window.DrawTitleText(pFontArrus, 0, (212 - v38) / 2 + 101, pColorYellow, pNPCTopics[121].pText, 3); |
1300 | 189 pDialogueWindow->pNumPresenceButton = 0; |
190 return; | |
191 } | |
1393 | 192 if ( !HouseUI_CheckIfPlayerCanInteract() ) |
1300 | 193 return; |
194 v61 = 0; | |
195 pSkillFlag = false; | |
196 pActiveItem = pDialogueWindow->pStartingPosActiveItem; | |
197 v22 = pActiveItem + pDialogueWindow->pNumPresenceButton; | |
198 pItemNum = 0; | |
199 if ( pDialogueWindow->pStartingPosActiveItem >= pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton ) | |
200 { | |
201 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]); // "Seek knowledge elsewhere %s the %s" | |
202 strcat(pTmpBuf.data(), "\n \n"); | |
203 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further." | |
204 v19 = pFontArrus->CalcTextHeight(pTmpBuf.data(), &working_window, 0, 0); | |
205 working_window.DrawTitleText(pFontArrus, 0, (174 - v19) / 2 + 138, pColorYellow, pTmpBuf.data(), 3); | |
206 return; | |
207 } | |
208 all_text_height = 0; | |
209 do | |
210 { | |
211 v23 = pDialogueWindow->GetControl(pActiveItem)->msg_param; | |
212 if ( v23 == 18 ) | |
213 { | |
214 all_text_height += pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[400], &working_window, 0, 0); //"Buy Spells" | |
215 v61++; | |
216 } | |
217 else | |
218 { | |
219 if( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][v23 - 36] | |
220 && !pPlayers[uActiveCharacter]->pActiveSkills[v23 - 36] ) | |
221 { | |
222 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[v23 - 36], &working_window, 0, 0); | |
223 v61++; | |
224 pSkillFlag = true; | |
225 } | |
226 } | |
227 ++pActiveItem; | |
228 } | |
229 while ( pActiveItem < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem ); | |
230 if ( !v61 ) | |
231 { | |
232 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]); // "Seek knowledge elsewhere %s the %s" | |
233 strcat(pTmpBuf.data(), "\n \n"); | |
234 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further." | |
235 v19 = pFontArrus->CalcTextHeight(pTmpBuf.data(), &working_window, 0, 0); | |
236 working_window.DrawTitleText(pFontArrus, 0, (174 - v19) / 2 + 138, pColorYellow, pTmpBuf.data(), 3); | |
237 return; | |
238 } | |
239 if ( pSkillFlag ) | |
240 { | |
1524 | 241 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice); //"Skill Cost: %lu" |
1300 | 242 working_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3); |
243 } | |
244 v58 = (149 - all_text_height) / v61; | |
245 if ( v58 > 32 ) | |
246 v58 = 32; | |
247 v26 = (149 - v61 * v58 - all_text_height) / 2 - v58 / 2 + 162; | |
248 pNumActivItem = pDialogueWindow->pStartingPosActiveItem; | |
249 if (pDialogueWindow->pStartingPosActiveItem < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton ) | |
250 { | |
251 pItemNum = 2; | |
252 do | |
253 { | |
254 pButton = pDialogueWindow->GetControl(pItemNum); | |
255 v29 = pButton->msg_param; | |
256 if ( v29 == 18 ) | |
257 { | |
258 pButton->uY = v58 + v26; | |
1526 | 259 pTextHeight = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[400], &working_window, 0, 0); |
1300 | 260 v32 = pButton->uY; |
261 pButton->uHeight = pTextHeight; | |
262 v33 = v32 + pTextHeight - 1; | |
263 pButton->uW = v33; | |
264 v26 = v33; | |
265 pTextColor = pColorYellow; | |
266 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum ) | |
267 pTextColor = pColorWhite; | |
1526 | 268 working_window.DrawTitleText(pFontArrus, 0, v32, pTextColor, pGlobalTXT_LocalizationStrings[400], 3);//"Buy Spells" |
1300 | 269 } |
270 else | |
271 { | |
272 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][v29 - 36] | |
273 && !pPlayers[uActiveCharacter]->pActiveSkills[v29 - 36] ) | |
274 { | |
275 pButton->uY = v58 + v26; | |
276 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[v29 - 36], &working_window, 0, 0); | |
277 v32 = pButton->uY; | |
278 pButton->uHeight = pTextHeight; | |
279 v33 = v32 + pTextHeight - 1; | |
280 pButton->uW = v33; | |
281 v26 = v33; | |
282 pTextColor = pColorYellow; | |
283 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum ) | |
284 pTextColor = pColorWhite; | |
285 working_window.DrawTitleText(pFontArrus, 0, v32, pTextColor, pSkillNames[v29 - 36], 3); | |
286 } | |
287 else | |
288 { | |
289 pButton->uW = 0; | |
290 pButton->uHeight = 0; | |
291 pButton->uY = 0; | |
292 } | |
293 } | |
294 ++pItemNum; | |
295 } | |
296 while ( pItemNum < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem ); | |
297 } | |
298 return; | |
299 } | |
300 //----- (004BC8D5) -------------------------------------------------------- | |
301 void SpellBookGenerator()//for GuildDialogs | |
302 { | |
303 int pItemNum; // esi@1 | |
304 int v4; // esi@7 | |
305 | |
306 for( int i = 0; i < 12; ++i ) | |
307 { | |
308 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType >= 5 ) | |
309 { | |
310 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType <= 13 ) | |
311 pItemNum = rand() % word_4F0F30[(signed int)window_SpeakInHouse->par1C - 139] + 11 * p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType + 345; | |
312 else | |
313 { | |
314 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 14 ) | |
315 v4 = rand() % 4; | |
316 else if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 15 ) | |
317 v4 = rand() % 3 + 4; | |
318 else if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 16 ) | |
319 v4 = rand() % 2 + 7; | |
320 if( p2DEvents[window_SpeakInHouse->par1C - 1].uType <= 16 ) | |
321 pItemNum = rand() % word_4F0F30[(signed int)window_SpeakInHouse->par1C - 139] + 11 * v4 + 400; | |
322 } | |
323 } | |
324 if ( pItemNum == 487 ) | |
325 { | |
326 if ( !(unsigned __int16)_449B57_test_bit(pParty->_quest_bits, 239) ) | |
327 pItemNum = 486; | |
328 } | |
329 ItemGen * item_spellbook = &pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i]; | |
330 item_spellbook->Reset(); | |
331 pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i].uItemID = pItemNum; | |
332 pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i].Identified(); | |
333 ItemsInShopTexture[i] = pIcons_LOD->LoadTexturePtr(pItemsTable->pItems[pItemNum].pIconName, TEXTURE_16BIT_PALETTE); | |
334 } | |
335 return; | |
336 } |