Mercurial > mm7
annotate UI/UIGuilds.cpp @ 1524:58d15177edd0
m
author | Ritor1 |
---|---|
date | Thu, 05 Sep 2013 13:12:53 +0600 |
parents | ff2118028c71 |
children | f47eab1a70d8 |
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 char *pText; // eax@52 | |
44 int pTextHeight; // eax@55 | |
45 unsigned int v32; // ecx@55 | |
46 int v33; // eax@55 | |
47 unsigned __int16 pTextColor; // ax@55 | |
48 int v35; // eax@58 | |
49 const char *v36; // ST20_4@61 | |
50 unsigned __int16 v37; // ST1C_2@61 | |
51 int v38; // eax@61 | |
52 int v40; // [sp-14h] [bp-300h]@31 | |
53 int v41; // [sp-10h] [bp-2FCh]@31 | |
54 unsigned __int16 v42; // [sp-Ch] [bp-2F8h]@31 | |
55 char *v43; // [sp-8h] [bp-2F4h]@31 | |
56 unsigned int v44; // [sp-4h] [bp-2F0h]@31 | |
57 char Dest[100]; // [sp+Ch] [bp-2E0h]@3 | |
58 char v46[100]; // [sp+70h] [bp-27Ch]@3 | |
59 char v47[100]; // [sp+D4h] [bp-218h]@3 | |
60 char v48[100]; // [sp+138h] [bp-1B4h]@3 | |
61 char v49[100]; // [sp+19Ch] [bp-150h]@3 | |
62 POINT v50; // [sp+264h] [bp-88h]@30 | |
63 POINT v51; // [sp+26Ch] [bp-80h]@30 | |
64 GUIWindow working_window; // [sp+274h] [bp-78h]@1 | |
65 signed int v53; // [sp+27Ch] [bp-70h]@1 | |
66 signed int v54; // [sp+284h] [bp-68h]@1 | |
67 int pColorWhite; // [sp+2CCh] [bp-20h]@1 | |
68 int pColorYellow; // [sp+2D0h] [bp-1Ch]@1 | |
69 int v58; // [sp+2D4h] [bp-18h]@1 | |
70 unsigned __int8 uPlayerID; // [sp+2DBh] [bp-11h]@31 | |
71 bool pSkillFlag; // [sp+2DCh] [bp-10h]@35 | |
72 int v61; // [sp+2E0h] [bp-Ch]@35 | |
73 int pItemNum; | |
74 unsigned int v62; // [sp+2E4h] [bp-8h]@13 | |
1524 | 75 int pPrice; // [sp+2E8h] [bp-4h]@1 |
1300 | 76 int pNumActivItem; |
77 int all_text_height; | |
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; | |
1524 | 126 //pPrice = 32; |
127 for ( pPrice = 32; pPrice < 452; pPrice += 70 ) | |
1300 | 128 { |
129 if (pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v6].uItemID) | |
130 { | |
1524 | 131 pRenderer->DrawTextureTransparent(pPrice, 90, ItemsInShopTexture[v6]); |
1300 | 132 ZBuffer_DoFill((int *)((char *)pRenderer->pActiveZBuffer + v62 + 230528), ItemsInShopTexture[v6], v6 + 1); |
133 } | |
1524 | 134 //pPrice += 70; |
1300 | 135 v62 += 280; |
136 ++v6; | |
137 } | |
1524 | 138 //while ( pPrice < 452 ); |
1300 | 139 v62 = 1680; |
140 v7 = 6; | |
1524 | 141 //pPrice = 32; |
142 for ( pPrice = 32; pPrice < 452; pPrice += 70 ) | |
1300 | 143 { |
144 if (pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v7].uItemID) | |
145 { | |
1524 | 146 pRenderer->DrawTextureTransparent(pPrice, 250, ItemsInShopTexture[v7]); |
1300 | 147 ZBuffer_DoFill((int *)((char *)pRenderer->pActiveZBuffer + v62 + 638448), ItemsInShopTexture[v7], v7 + 1); |
148 } | |
1524 | 149 //pPrice += 70; |
1300 | 150 v62 += 280; |
151 ++v7; | |
152 } | |
1524 | 153 //while ( pPrice < 452 ); |
1393 | 154 if ( HouseUI_CheckIfPlayerCanInteract() ) |
1300 | 155 { |
156 v8 = 0; | |
1524 | 157 //v9 = 12; |
158 //do | |
159 for ( v9 = 12; v9; --v9 ) | |
1300 | 160 { |
161 if (pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v9].uItemID ) | |
162 ++v8; | |
1524 | 163 //--v9; |
1300 | 164 } |
1524 | 165 //while ( v9 ); |
1300 | 166 GetAsyncKeyState(17); |
167 statusbar_string = pGlobalTXT_LocalizationStrings[195]; //"Select the Item to Buy" | |
168 if ( dialog_menu_id != HOUSE_DIALOGUE_SHOP_BUY_STANDARD) | |
169 statusbar_string = pGlobalTXT_LocalizationStrings[196]; //"Select the Special Item to Buy" | |
170 DrawTextAtStatusBar(statusbar_string, 0); | |
171 if ( !v8 ) | |
172 { | |
173 working_window.DrawCurrentTime(__PAIR__( *(int *)&stru_AA1058[3].pSounds[8 * (unsigned int)window_SpeakInHouse->ptr_1C + 44472], | |
174 *(int *)&stru_AA1058[3].pSounds[8 * (unsigned int)window_SpeakInHouse->ptr_1C + 44468]) - pParty->uTimePlayed); | |
175 return; | |
176 } | |
177 v12 = pMouse->GetCursorPos(&v51); | |
178 result = v12->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v50)->y]; | |
179 v13 = pRenderer->pActiveZBuffer[result] & 0xFFFF; | |
180 if ( pRenderer->pActiveZBuffer[result] & 0xFFFF ) | |
181 { | |
182 v14 = window_SpeakInHouse->ptr_1C; | |
183 v15 = (ItemGen *)(&pParty->pPlayers[1].uExpressionTimeLength + 18 * (v13 + 12 * (int)v14)); | |
184 v16 = (int)window_SpeakInHouse->ptr_1C; | |
185 uPlayerID = uActiveCharacter - 1; | |
1411 | 186 v17 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction( (ItemGen *)&pParty->pPlayers[1].uExpressionTimeLength + v13 + 12 * (int)v14, BuildingType_MagicShop, v16, 2); |
1524 | 187 v18 = BuildDialogueString((char *)pMerchantsBuyPhrases[v17], uPlayerID, v15, (char *)v14, 2, 0); |
1300 | 188 v19 = pFontArrus->CalcTextHeight(v18, &working_window, 0, 0); |
189 working_window.DrawTitleText(pFontArrus, 0, (174 - v19) / 2 + 138, pColorWhite, v18, 3); | |
190 return; | |
191 } | |
192 } | |
193 return; | |
194 } | |
1460
ff2118028c71
renaming _guilds_member_bits to _achieved_awards_bits
Gloval
parents:
1411
diff
changeset
|
195 if ( !(unsigned __int16)_449B57_test_bit((unsigned __int8 *)pPlayers[uActiveCharacter]->_achieved_awards_bits, |
1300 | 196 guild_mambership_flags[(unsigned int)window_SpeakInHouse->ptr_1C-139]) ) |
197 { //you must me member | |
198 v38 = pFontArrus->CalcTextHeight(pNPCTopics[121].pText, &working_window, 0, 0); | |
199 working_window.DrawTitleText(pFontArrus, 0, (212 - v38) / 2 + 101, pColorYellow, pNPCTopics[121].pText, 3u); | |
200 pDialogueWindow->pNumPresenceButton = 0; | |
201 return; | |
202 } | |
1393 | 203 if ( !HouseUI_CheckIfPlayerCanInteract() ) |
1300 | 204 return; |
205 v61 = 0; | |
206 pSkillFlag = false; | |
207 pActiveItem = pDialogueWindow->pStartingPosActiveItem; | |
208 v22 = pActiveItem + pDialogueWindow->pNumPresenceButton; | |
209 pItemNum = 0; | |
210 if ( pDialogueWindow->pStartingPosActiveItem >= pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton ) | |
211 { | |
212 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]); // "Seek knowledge elsewhere %s the %s" | |
213 strcat(pTmpBuf.data(), "\n \n"); | |
214 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further." | |
215 v19 = pFontArrus->CalcTextHeight(pTmpBuf.data(), &working_window, 0, 0); | |
216 working_window.DrawTitleText(pFontArrus, 0, (174 - v19) / 2 + 138, pColorYellow, pTmpBuf.data(), 3); | |
217 return; | |
218 } | |
219 all_text_height = 0; | |
220 do | |
221 { | |
222 v23 = pDialogueWindow->GetControl(pActiveItem)->msg_param; | |
223 if ( v23 == 18 ) | |
224 { | |
225 all_text_height += pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[400], &working_window, 0, 0); //"Buy Spells" | |
226 v61++; | |
227 } | |
228 else | |
229 { | |
230 if( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][v23 - 36] | |
231 && !pPlayers[uActiveCharacter]->pActiveSkills[v23 - 36] ) | |
232 { | |
233 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[v23 - 36], &working_window, 0, 0); | |
234 v61++; | |
235 pSkillFlag = true; | |
236 } | |
237 } | |
238 ++pActiveItem; | |
239 } | |
240 while ( pActiveItem < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem ); | |
241 if ( !v61 ) | |
242 { | |
243 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]); // "Seek knowledge elsewhere %s the %s" | |
244 strcat(pTmpBuf.data(), "\n \n"); | |
245 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further." | |
246 v19 = pFontArrus->CalcTextHeight(pTmpBuf.data(), &working_window, 0, 0); | |
247 working_window.DrawTitleText(pFontArrus, 0, (174 - v19) / 2 + 138, pColorYellow, pTmpBuf.data(), 3); | |
248 return; | |
249 } | |
250 if ( pSkillFlag ) | |
251 { | |
1524 | 252 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice); //"Skill Cost: %lu" |
1300 | 253 working_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3); |
254 } | |
255 v58 = (149 - all_text_height) / v61; | |
256 if ( v58 > 32 ) | |
257 v58 = 32; | |
258 v26 = (149 - v61 * v58 - all_text_height) / 2 - v58 / 2 + 162; | |
259 pNumActivItem = pDialogueWindow->pStartingPosActiveItem; | |
260 if (pDialogueWindow->pStartingPosActiveItem < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton ) | |
261 { | |
262 pItemNum = 2; | |
263 do | |
264 { | |
265 pButton = pDialogueWindow->GetControl(pItemNum); | |
266 v29 = pButton->msg_param; | |
267 if ( v29 == 18 ) | |
268 { | |
269 pText = pGlobalTXT_LocalizationStrings[400]; //"Buy Spells" | |
270 pButton->uY = v58 + v26; | |
271 pTextHeight = pFontArrus->CalcTextHeight(pText, &working_window, 0, 0); | |
272 v32 = pButton->uY; | |
273 pButton->uHeight = pTextHeight; | |
274 v33 = v32 + pTextHeight - 1; | |
275 pButton->uW = v33; | |
276 v26 = v33; | |
277 pTextColor = pColorYellow; | |
278 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum ) | |
279 pTextColor = pColorWhite; | |
280 working_window.DrawTitleText(pFontArrus, 0, v32, pTextColor, pText, 3); | |
281 } | |
282 else | |
283 { | |
284 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][v29 - 36] | |
285 && !pPlayers[uActiveCharacter]->pActiveSkills[v29 - 36] ) | |
286 { | |
287 pButton->uY = v58 + v26; | |
288 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[v29 - 36], &working_window, 0, 0); | |
289 v32 = pButton->uY; | |
290 pButton->uHeight = pTextHeight; | |
291 v33 = v32 + pTextHeight - 1; | |
292 pButton->uW = v33; | |
293 v26 = v33; | |
294 pTextColor = pColorYellow; | |
295 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum ) | |
296 pTextColor = pColorWhite; | |
297 working_window.DrawTitleText(pFontArrus, 0, v32, pTextColor, pSkillNames[v29 - 36], 3); | |
298 } | |
299 else | |
300 { | |
301 pButton->uW = 0; | |
302 pButton->uHeight = 0; | |
303 pButton->uY = 0; | |
304 } | |
305 } | |
306 ++pItemNum; | |
307 } | |
308 while ( pItemNum < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem ); | |
309 } | |
310 return; | |
311 } | |
312 //----- (004BC8D5) -------------------------------------------------------- | |
313 void SpellBookGenerator()//for GuildDialogs | |
314 { | |
315 int pItemNum; // esi@1 | |
316 int v4; // esi@7 | |
317 | |
318 for( int i = 0; i < 12; ++i ) | |
319 { | |
320 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType >= 5 ) | |
321 { | |
322 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType <= 13 ) | |
323 pItemNum = rand() % word_4F0F30[(signed int)window_SpeakInHouse->par1C - 139] + 11 * p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType + 345; | |
324 else | |
325 { | |
326 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 14 ) | |
327 v4 = rand() % 4; | |
328 else if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 15 ) | |
329 v4 = rand() % 3 + 4; | |
330 else if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 16 ) | |
331 v4 = rand() % 2 + 7; | |
332 if( p2DEvents[window_SpeakInHouse->par1C - 1].uType <= 16 ) | |
333 pItemNum = rand() % word_4F0F30[(signed int)window_SpeakInHouse->par1C - 139] + 11 * v4 + 400; | |
334 } | |
335 } | |
336 if ( pItemNum == 487 ) | |
337 { | |
338 if ( !(unsigned __int16)_449B57_test_bit(pParty->_quest_bits, 239) ) | |
339 pItemNum = 486; | |
340 } | |
341 ItemGen * item_spellbook = &pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i]; | |
342 item_spellbook->Reset(); | |
343 pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i].uItemID = pItemNum; | |
344 pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i].Identified(); | |
345 ItemsInShopTexture[i] = pIcons_LOD->LoadTexturePtr(pItemsTable->pItems[pItemNum].pIconName, TEXTURE_16BIT_PALETTE); | |
346 } | |
347 return; | |
348 } |