620
|
1 #include "UIHouses.h"
|
|
2
|
629
|
3 #include "Party.h"
|
|
4 #include "Player.h"
|
|
5 #include "texts.h"
|
|
6 #include "Events.h"
|
|
7 #include "Arcomage.h"
|
|
8 #include "LOD.h"
|
|
9 #include "Mouse.h"
|
|
10 #include "GUIWindow.h"
|
|
11 #include "GUIButton.h"
|
|
12 #include "GUIFont.h"
|
|
13 #include "Events2D.h"
|
|
14 #include "Overlays.h"
|
|
15 #include "Render.h"
|
|
16 #include "Indoor.h"
|
|
17 #include "Outdoor.h"
|
|
18 #include "AudioPlayer.h"
|
|
19 #include "VideoPlayer.h"
|
|
20 #include "Monsters.h"
|
|
21 #include "Viewport.h"
|
|
22 #include "Keyboard.h"
|
|
23 #include "NPC.h"
|
|
24
|
|
25 #include "mm7_data.h"
|
|
26
|
|
27
|
|
28 int uHouse_ExitPic; // weak
|
|
29
|
|
30 int dword_591080; // weak
|
|
31
|
|
32 const stru159 pAnimatedRooms[196] = //0x4E5F70
|
|
33 {
|
|
34 {"", 0x4, 0x1F4, 0, 0, 0},
|
|
35 {"Human Armor01", 0x20, 0x2C0, 2, 58, 0},
|
|
36 {"Necromancer Armor01", 0x20, 0x2D7, 2, 70, 0 },
|
|
37 {"Dwarven Armor01", 0x20, 0x2EE, 2, 5, 0 },
|
|
38 {"Wizard Armor", 0x20, 0x3BD, 2, 19, 0 },
|
|
39 {"Warlock Armor", 0x20, 0x2D6, 2, 35, 0 },
|
|
40 {"Elf Armor", 0x20, 0x2BC, 2, 79, 0 },
|
|
41 {"Human Alchemisht01", 0xE, 0x2BE, 4, 95, 0 },
|
|
42 {"Necromancer Alchemist01", 0xE, 0x2D6, 4, 69, 0 },
|
|
43 {"Dwarven Achemist01", 0xE, 0x387, 4, 4, 0 },
|
|
44 {"Wizard Alchemist", 0xE, 0x232, 4, 25, 0 },
|
|
45 {"Warlock Alchemist", 0xE, 0x2BE, 4, 42, 0 },
|
|
46 {"Elf Alchemist", 0xE, 0x38A, 4, 84, 0 },
|
|
47 {"Human Bank01", 0x6, 0x384, 22, 52, 0 },
|
|
48 {"Necromancer Bank01", 0x6, 0x2D8, 22, 71, 0 },
|
|
49 {"Dwarven Bank", 0x6, 0x2F3, 22, 6, 0 },
|
|
50 {"Wizard Bank", 0x6, 0x3BA, 22, 20, 0 },
|
|
51 {"Warlock Bank", 0x6, 0x39F, 22, 36, 0 },
|
|
52 {"Elf Bank", 0x6, 0x2BC, 22, 71, 0 },
|
|
53 {"Boat01", 0xF, 0x4C, 28, 53, 3 },
|
|
54 {"Boat01d", 0xF, 0x4C, 28, 53, 3 },
|
|
55 {"Human Magic Shop01", 0xA, 0x2C8, 3, 54, 0 },
|
|
56 {"Necromancer Magic Shop01", 0xE, 0x2DC, 3, 66, 0 },
|
|
57 {"Dwarven Magic Shop01", 0x2A, 0x2EF, 3, 91, 0 },
|
|
58 {"Wizard Magic Shop", 0x1E, 0x2DF, 3, 15, 0 },
|
|
59 {"Warlock Magic Shop", 0x7, 0x3B9, 3, 15, 0 },
|
|
60 {"Elf Magic Shop", 0x24, 0x2CC, 3, 82, 0 },
|
|
61 {"Human Stables01", 0x21, 0x31, 27, 48, 3 },
|
|
62 {"Necromancer Stables", 0x21, 0x2DD, 27, 67, 3 },
|
|
63 {"", 0x21, 0x2F0, 27, 91, 3 },
|
|
64 {"Wizard Stables", 0x21, 0x3BA, 27, 16, 3 },
|
|
65 {"Warlock Stables", 0x21, 0x181, 27, 77, 3 },
|
|
66 {"Elf Stables", 0x21, 0x195, 27, 77, 3 },
|
|
67 {"Human Tavern01", 0xD, 0x2C2, 21, 49, 0 },
|
|
68 {"Necromancer Tavern01", 0xD, 0x3B0, 21, 57, 0 },
|
|
69 {"Dwarven Tavern01", 0xD, 0x2FE, 21, 94, 0 },
|
|
70 {"Wizard Tavern", 0xD, 0x3BB, 21, 17, 0 },
|
|
71 {"Warlock Tavern", 0xD, 0x3A8, 21, 33, 0 },
|
|
72 {"Elf Tavern", 0xD, 0x2CD, 21, 78, 0 },
|
|
73 {"Human Temple01", 0x24, 0x2DB, 23, 50, 3 },
|
|
74 {"Necromancer Temple", 0x24, 0x2DF, 23, 60, 3 },
|
|
75 {"Dwarven Temple01", 0x24, 0x2F1, 23, 86, 3 },
|
|
76 {"Wizard Temple", 0x24, 0x2E0, 23, 10, 3 },
|
|
77 {"Warlock Temple", 0x24, 0x3A4, 23, 27, 3 },
|
|
78 {"Elf Temple", 0x24, 0x2CE, 23, 72, 3 },
|
|
79 {"Human Town Hall", 0x10, 0x39C, 17, 14, 0 },
|
|
80 {"Necromancer Town Hall01", 0x10, 0x3A4, 17, 61, 0 },
|
|
81 {"Dwarven Town Hall", 0x10, 0x2DB, 17, 88, 0 },
|
|
82 {"Wizard Town Hall", 0x10, 0x3BD, 17, 11, 0 },
|
|
83 {"Warlock Town Hall", 0x10, 0x2DB, 17, 28, 0 },
|
|
84 {"Elf Town Hall", 0x10, 0x27A, 17, 73, 0 },
|
|
85 {"Human Training Ground01", 0x18, 0x2C7, 30, 44, 0 },
|
|
86 {"Necromancer Training Ground", 0x18, 0x3AD, 30, 62, 0 },
|
|
87 {"Dwarven Training Ground", 0x18, 0x2F2, 30, 89, 0 },
|
|
88 {"Wizard Training Ground", 0x18, 0x3A3, 30, 12, 0 },
|
|
89 {"Warlock Training Ground", 0x18, 0x3A6, 30, 29, 0 },
|
|
90 {"Elf Training Ground", 0x18, 0x19F, 30, 74, 0 },
|
|
91 {"Human Weapon Smith01", 0x16, 0x2C1, 1, 45, 4 },
|
|
92 {"Necromancer Weapon Smith01", 0x16, 0x2D9, 1, 63, 4 },
|
|
93 {"Dwarven Weapon Smith01", 0x16, 0x2EE, 1, 82, 4 },
|
|
94 {"Wizard Weapon Smith", 0x16, 0x2D5, 1, 13, 4 },
|
|
95 {"Warlock Weapon Smith", 0x16, 0x2D7, 1, 23, 4 },
|
|
96 {"Elf Weapon Smith", 0x16, 0x2CA, 1, 75, 4 },
|
|
97 {"Air Guild", 0x1D, 0xA4, 6, 1, 3 },
|
|
98 {"Body Guild", 0x19, 0x3BF, 11, 2, 0 },
|
|
99 {"DarkGuild", 0x19, 0x2D1, 13, 3, 0 },
|
|
100 {"EarthGuild", 0x19, 0x2CB, 8, 83, 0 },
|
|
101 {"Fire Guild", 0x1C, 0x2BF, 5, 56, 0 },
|
|
102 {"Light Guild", 0x1C, 0x2D5, 12, 46, 0 },
|
|
103 {"Mind Guild", 0x1C, 0xE5, 10, 40, 0 },
|
|
104 {"Spirit Guild", 0x1C, 0x2D2, 9, 41, 0 },
|
|
105 {"Water Guild", 0x1B, 0x2D3, 7, 24, 0 },
|
|
106 {"Lord And Judge Out01", 1, 0, 29, 39, 0 },
|
|
107 {"Human Poor House 1", 8, 0, 29, 0, 0 },
|
|
108 {"Human Poor House 2", 8, 0, 29, 0, 0 },
|
|
109 {"Human Poor House 3", 8, 0, 29, 0, 0 },
|
|
110 {"Human Medium House 1", 8, 0, 29, 0, 0 },
|
|
111 {"Human Medium House 2", 8, 0, 29, 0, 0 },
|
|
112 {"Human Medium House 3", 8, 0, 29, 0, 0 },
|
|
113 {"Human Rich House 1", 8, 0, 29, 0, 0 },
|
|
114 {"Human Rich House 2", 8, 0, 29, 0, 0 },
|
|
115 {"Human Rich House 3", 8, 0, 29, 0, 0 },
|
|
116 {"Elven Poor House 1", 8, 0, 29, 0, 0 },
|
|
117 {"Elven Poor House 2", 8, 0, 29, 0, 0 },
|
|
118 {"Elven Poor House 3", 8, 0, 29, 0, 0 },
|
|
119 {"Elven Medium House 1", 8, 0, 29, 0, 0 },
|
|
120 {"Elven Medium House 2", 8, 0, 29, 0, 0 },
|
|
121 {"Elven Medium House 3", 8, 0, 29, 0, 0 },
|
|
122 {"Elven Rich House 1", 8, 0, 29, 0, 0 },
|
|
123 {"Elven Rich House 2", 8, 0, 29, 0, 0 },
|
|
124 {"Elven Rich House 3", 8, 0, 29, 0, 0 },
|
|
125 {"Dwarven Poor House 1", 8, 0, 29, 0, 0 },
|
|
126 {"Dwarven Poor House 2", 8, 0, 29, 0, 0 },
|
|
127 {"Dwarven Poor House 3", 8, 0, 29, 0, 0 },
|
|
128 {"Dwarven Medium House 1", 8, 0, 29, 0, 0 },
|
|
129 {"Dwarven Medium house 2", 8, 0, 29, 0, 0 },
|
|
130 {"Dwarven Medium House 3", 8, 0, 29, 0, 0 },
|
|
131 {"Dwarven Rich House 1", 8, 0, 29, 0, 0 },
|
|
132 {"Dwarven Rich House 2", 8, 0, 29, 0, 0 },
|
|
133 {"Dwarven Rich House 3", 8, 0, 29, 0, 0 },
|
|
134 {"Wizard Poor House 1", 8, 0, 29, 0, 0 },
|
|
135 {"Wizard Poor House 2", 8, 0, 29, 0, 0 },
|
|
136 {"Wizard Poor House 3", 8, 0, 29, 0, 0 },
|
|
137 {"Wizard Medium House 1", 8, 0, 29, 0, 0 },
|
|
138 {"Wizard Medium House 2", 8, 0, 29, 0, 0 },
|
|
139 {"Wizard Mdeium House 3", 8, 0, 29, 0, 0 },
|
|
140 {"Wizard Rich House 1", 8, 0, 29, 0, 0 },
|
|
141 {"Wizard Rich House 2", 8, 0, 29, 0, 0 },
|
|
142 {"Wizard Rich House 3", 8, 0, 29, 0, 0 },
|
|
143 {"Necromancer Poor House 1", 8, 0, 29, 0, 0 },
|
|
144 {"Necromancer Poor House 2", 8, 0, 29, 0, 0 },
|
|
145 {"Necromancer Poor House 3", 8, 0, 29, 0, 0 },
|
|
146 {"Necromancer Medium House 1", 8, 0, 29, 0, 0 },
|
|
147 {"Necromancer Medium House 2", 8, 0, 29, 0, 0 },
|
|
148 {"Necromancer Mdeium House 3", 8, 0, 29, 0, 0 },
|
|
149 {"Necromancer Rich House 1", 8, 0, 29, 0, 0 },
|
|
150 {"Necromancer Rich House 2", 8, 0, 29, 0, 0 },
|
|
151 {"Necromancer Rich House 3", 8, 0, 29, 0, 0 },
|
|
152 {"Warlock Poor House 1", 8, 0, 29, 0, 0 },
|
|
153 {"Warlock Poor House 2", 8, 0, 29, 0, 0 },
|
|
154 {"Warlock Poor House 3", 8, 0, 29, 0, 0 },
|
|
155 {"Warlock Medium House 1", 8, 0, 29, 0, 0 },
|
|
156 {"Warlock Medium House 2", 8, 0, 29, 0, 0 },
|
|
157 {"Warlock Mdeium House 3", 8, 0, 29, 0, 0 },
|
|
158 {"Warlock Rich House 1", 8, 0, 29, 0, 0 },
|
|
159 {"Warlock Rich House 2", 8, 0, 29, 0, 0 },
|
|
160 {"Warlock Rich House 3", 8, 0, 29, 0, 0 },
|
|
161 {"Out01 Temple of the Moon", 0x24, 0, 25, 0, 0 },
|
|
162 {"Out01 Dragon Cave", 0x24, 0, 25, 0, 0 },
|
|
163 {"Out02 Castle Harmondy", 0x24, 0, 25, 0, 0 },
|
|
164 {"Out02 White Cliff Cave", 0x24, 0, 25, 0, 0 },
|
|
165 {"Out03 Erathian Sewer", 0x24, 0, 25, 0, 0 },
|
|
166 {"Out03 Fort Riverstride", 0x24, 0, 25, 0, 0 },
|
|
167 {"Out03 Castle Gryphonheart", 0x24, 0, 25, 0, 0 },
|
|
168 {"Out04 Elf Castle", 0x24, 0, 25, 0, 0 },
|
|
169 {"Out04 Tularean Caves", 0x24, 0, 25, 0, 0 },
|
|
170 {"Out04 Clanker's Laboratory", 0x24, 0, 25, 0, 0 },
|
|
171 {"Out05 Hall of the Pit", 0x24, 0, 25, 0, 0 },
|
|
172 {"Out05 Watchtower 6", 0x24, 0, 25, 0, 0 },
|
|
173 {"Out06 School of Sorcery", 0x24, 0, 25, 0, 0 },
|
|
174 {"Out06 Red Dwarf Mines", 0x24, 0, 25, 0, 0 },
|
|
175 {"Out07 Castle Lambert", 0x24, 0, 25, 0, 0 },
|
|
176 {"Out07 Walls of Mist", 0x24, 0, 25, 0, 0 },
|
|
177 {"Out07 Temple of the Light", 0x24, 0, 25, 0, 0 },
|
|
178 {"Out08 Evil Entrance", 0x24, 0, 25, 0, 0 },
|
|
179 {"Out08 Breeding Zone", 0x24, 0, 25, 0, 0 },
|
|
180 {"Out08 Temple of the Dark", 0x24, 0, 25, 0, 0 },
|
|
181 {"Out09 Grand Temple of the Moon", 0x24, 0, 25, 0, 0 },
|
|
182 {"Out09 Grand Tempple of the Sun", 0x24, 0, 25, 0, 0 },
|
|
183 {"Out10 Thunderfist Mountain", 0x24, 0, 25, 0, 0 },
|
|
184 {"Out10 The Maze", 0x24, 0, 25, 0, 0 },
|
|
185 {"Out10 Connecting Tunnel Cave #1", 0x24, 0, 25, 0, 0 },
|
|
186 {"", 0x24, 0, 25, 0, 0 },
|
|
187 {"", 0x24, 0, 25, 0, 0 },
|
|
188 {"Out11 Stone City", 0x24, 0, 25, 0, 0 },
|
|
189 {"", 0x24, 0, 25, 0, 0 },
|
|
190 {"Out12 Colony Zod", 0x24, 0, 25, 0, 0 },
|
|
191 {"Out12 Connecting Tunnel Cave #1", 0x24, 0, 25, 0, 0 },
|
|
192 {"", 0x24, 0, 25, 0, 0 },
|
|
193 {"", 0x24, 0, 25, 0, 0 },
|
|
194 {"Out13 Mercenary Guild", 0x24, 0, 25, 0, 0 },
|
|
195 {"Out13 Tidewater Caverns", 0x24, 0, 25, 0, 0 },
|
|
196 {"Out13 Wine Cellar", 0x24, 0, 25, 0, 0 },
|
|
197 {"Out14 Titan's Stronghold", 0x24, 0, 25, 0, 0 },
|
|
198 {"Out14 Temple Of Baa", 0x24, 0, 25, 0, 0 },
|
|
199 {"Out14 Hall under the Hill", 0x24, 0, 25, 0, 0 },
|
|
200 {"Out15 The Linclon", 0x24, 0, 25, 0, 0 },
|
|
201 {"Jail", 0x24, 0, 31, 0, 0 },
|
|
202 {"Harmondale Throne Room", 0x24, 0, 29, 0, 0 },
|
|
203 {"Gryphonheart Throne Room", 0x24, 0, 20, 0, 0 },
|
|
204 {"Elf Castle Throne Room", 0x24, 0, 20, 0, 0 },
|
|
205 {"Wizard Castle Throne Room", 0x24, 0, 20, 0, 0 },
|
|
206 {"Necromancer Casstle Trone Room", 0x24, 0, 20, 0, 0 },
|
|
207 {"Master Thief", 0x24, 0, 29, 0, 0 },
|
|
208 {"Dwarven King", 0x24, 0, 20, 0, 0 },
|
|
209 {"Arms Master", 0x24, 0, 29, 0, 0 },
|
|
210 {"Warlock", 0x24, 0, 29, 0, 0 },
|
|
211 {"Lord Markam", 0x24, 0, 20, 0, 0 },
|
|
212 {"Arbiter Neutral Town", 0x24, 0, 29, 0, 0 },
|
|
213 {"Arbiter Good Town", 0x24, 0, 29, 0, 0 },
|
|
214 {"Arbiter Evil Town", 0x24, 0, 29, 0, 0 },
|
|
215 {"Necromancer Throne Room Empty", 0x24, 0, 20, 0, 0 },
|
|
216 {"", 0x24, 0, 29, 0, 0 },
|
|
217 {"", 0x24, 0, 29, 0, 0 },
|
|
218 {"", 0x24, 0, 29, 0, 0 },
|
|
219 {"", 0x24, 0, 29, 0, 0 },
|
|
220 {"Boat01", 0xF, 0, 29, 53, 3 },
|
|
221 {"", 0x24, 0, 28, 0, 0 },
|
|
222 {"", 0x24, 0, 28, 0, 0 },
|
|
223 {"", 0x24, 0, 28, 0, 0 },
|
|
224 {"", 0x24, 0, 29, 0, 0 },
|
|
225 {"Arbiter Room Neutral", 0x24, 0, 29, 0, 0 },
|
|
226 {"Out02 Castle Harmondy Abandoned", 0x24, 0, 25, 0, 0 },
|
|
227 {"Human Temple02", 0x24, 0x3AB, 23, 27, 0 },
|
|
228 {"Player Castle Good", 0x24, 0, 25, 0, 0 },
|
|
229 {"Player Castle Bad", 0x24, 0, 25, 0, 0}
|
|
230 };
|
|
231
|
|
232
|
|
233
|
|
234
|
|
235 //----- (0044606A) --------------------------------------------------------
|
|
236 void PrepareHouse(HOUSE_ID house)
|
|
237 {
|
|
238 //unsigned int v1; // ebx@1
|
|
239 //signed int v2; // esi@1
|
|
240 //int uExitPic; // edi@1
|
|
241 __int16 uExitMapID; // ax@2
|
|
242 //int result; // eax@5
|
|
243 //unsigned int *v6; // ecx@8
|
|
244 int v7; // ebx@11
|
|
245 //int v8; // esi@16
|
|
246 //unsigned int v9; // eax@16
|
|
247 //unsigned int v10; // eax@19
|
|
248 //int v11; // ecx@19
|
|
249 //char pContainer[36]; // [sp+Ch] [bp-54h]@16
|
|
250 int v13; // [sp+30h] [bp-30h]@11
|
|
251 int Dst[6]; // [sp+34h] [bp-2Ch]@1
|
|
252 //unsigned int v15; // [sp+4Ch] [bp-14h]@1
|
|
253 int uAnimationID; // [sp+50h] [bp-10h]@1
|
|
254 //unsigned int *v17; // [sp+54h] [bp-Ch]@3
|
|
255 //unsigned int v18; // [sp+58h] [bp-8h]@1
|
|
256 //int v19; // [sp+5Ch] [bp-4h]@7
|
|
257
|
|
258 //v15 = uHouseID;
|
|
259 //v1 = 52 * uHouseID;
|
|
260 //uAnimationID = p2DEvents_minus1___02[26 * uHouseID];
|
|
261 uAnimationID = p2DEvents[house - 1].uAnimationID;
|
|
262 //v18 = 52 * uHouseID;
|
|
263 memset(Dst, 0, 0x18u);
|
|
264 //uExitPic = *(__int16 *)((char *)p2DEvents_minus1_::2C + v1);
|
|
265 //uExitPic = p2DEvents[uHouseID - 1].uExitPicID;
|
|
266 uNumDialogueNPCPortraits = 0;
|
|
267 uHouse_ExitPic = p2DEvents[house - 1].uExitPicID;
|
|
268 if ( uHouse_ExitPic )
|
|
269 {
|
|
270 //uExitMapID = *(__int16 *)((char *)p2DEvents_minus1_::30 + v1);
|
|
271 uExitMapID = p2DEvents[house - 1]._quest_related;
|
|
272 if ( uExitMapID > 0 )
|
|
273 {
|
|
274 //v17 = (unsigned int *)(uExitMapID - 1);
|
|
275 if(_449B57_test_bit(pParty->_quest_bits,uExitMapID))
|
|
276 // if ( !((unsigned __int8)(0x80u >> (uExitMapID - 1) % 8) & pParty->_quest_bits[(uExitMapID - 1) >> 3]) )
|
|
277 {
|
|
278 //uExitPic = 0;
|
|
279 uHouse_ExitPic = 0;
|
|
280 }
|
|
281 }
|
|
282 }
|
|
283
|
|
284 dword_591080 = pAnimatedRooms[uAnimationID].field_8;
|
|
285 //result = dword_591080;
|
|
286
|
|
287 //v2 = 0;
|
|
288 uNumDialogueNPCPortraits = 0;
|
|
289 if ( dword_591080 )
|
|
290 {
|
|
291 //v2 = 1;
|
|
292 Dst[0] = dword_591080;
|
|
293 uNumDialogueNPCPortraits = 1;
|
|
294 }
|
|
295
|
|
296 //v19 = 1;
|
|
297 for (uint i = 0; i < pNPCStats->uNumNewNPCs; ++i)
|
|
298 {
|
|
299 auto npc = pNPCStats->pNewNPCData + i;
|
|
300 //v6 = &pNPCStats->pNewNPCData[1].uFlags;
|
|
301 //v17 = &pNPCStats->pNewNPCData[1].uFlags;
|
|
302 //do
|
|
303 //{
|
|
304 if (npc->Location2D == house )
|
|
305 {
|
|
306 if (~npc->uFlags & 0x80)
|
|
307 //if ( !(*(char *)v6 & 0x80) )
|
|
308 {
|
|
309 v7 = uNumDialogueNPCPortraits++ - dword_591080 ? 1 : 0;
|
|
310 HouseNPCData[v7] = npc;
|
|
311 //v6 = v17;
|
|
312 //*(&v13 + v2) = *(v17 - 1);
|
|
313 Dst[uNumDialogueNPCPortraits - 1] = npc->uPortraitID;
|
|
314 //v1 = v18;
|
|
315 if ((npc->uFlags & 3) != 2)
|
|
316 ++npc->uFlags;
|
|
317 }
|
|
318 }
|
|
319 //++v19;
|
|
320 //v6 += 19;
|
|
321 //v17 = v6;
|
|
322 //}
|
|
323 //while ( v19 < (signed int)pNPCStats->uNumNewNPCs );
|
|
324 }
|
|
325 //uNumDialogueNPCPortraits = v2;
|
|
326
|
|
327 //v19 = 0;
|
|
328 for (uint i = 0; i < uNumDialogueNPCPortraits; ++i)
|
|
329 //if ( v2 > 0 )
|
|
330 {
|
|
331 //do
|
|
332 //{
|
|
333 //v8 = v19;
|
|
334 char icon_name[128];
|
|
335 sprintfex(icon_name, "npc%03u", Dst[i]);
|
|
336 //v9 = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE);
|
|
337 //++v19;
|
|
338 pDialogueNPCPortraits[i] = pIcons_LOD->LoadTexturePtr(icon_name, TEXTURE_16BIT_PALETTE);
|
|
339 //result = v19;
|
|
340 //}
|
|
341 //while ( v19 < uNumDialogueNPCPortraits );
|
|
342 //uExitPic = uHouse_ExitPic;
|
|
343 }
|
|
344
|
|
345 if (uHouse_ExitPic)
|
|
346 {
|
|
347 //v10 = pIcons_LOD->LoadTexture(pHouse_ExitPictures[uHouse_ExitPic], TEXTURE_16BIT_PALETTE);
|
|
348 //v11 = uNumDialogueNPCPortraits++;
|
|
349 pDialogueNPCPortraits[uNumDialogueNPCPortraits++] = pIcons_LOD->LoadTexturePtr(pHouse_ExitPictures[uHouse_ExitPic], TEXTURE_16BIT_PALETTE);
|
|
350 //result = *(__int16 *)((char *)p2DEvents_minus1_::2E + v1);
|
|
351 //result = p2DEvents[house - 1].uExitMapID;
|
|
352 uHouse_ExitPic = p2DEvents[house - 1].uExitMapID;
|
|
353 }
|
|
354 //return result;
|
|
355 }
|
|
356
|
|
357
|
|
358
|
|
359 //----- (0044622E) --------------------------------------------------------
|
|
360 bool EnterHouse(enum HOUSE_ID uHouseID)
|
|
361 {
|
|
362 //enum HOUSE_ID v1; // edi@1
|
|
363 //int v2; // edi@5
|
|
364 signed int uOpenTime; // eax@5
|
|
365 signed int uCloseTime; // esi@5
|
|
366 unsigned int v5; // esi@5
|
|
367 int v6; // edx@5
|
|
368 signed int am_pm_flag_open; // ecx@10
|
|
369 signed int am_pm_flag_close; // eax@10
|
|
370 int v9; // esi@10
|
|
371 //unsigned int v10; // esi@16
|
|
372 int v11; // ecx@17
|
|
373 unsigned int v12; // kr00_4@25
|
|
374 //Player *v13; // esi@25
|
|
375 int v14; // eax@25
|
|
376 //Player *v15; // esi@27
|
|
377 //signed int v16; // eax@32
|
|
378 unsigned int v17; // eax@37
|
|
379 signed int v18; // edi@37
|
|
380 signed int v19; // edi@41
|
|
381 //unsigned int v20; // ecx@41
|
|
382 //const char *v22; // [sp-4h] [bp-40h]@33
|
|
383 char pContainer[40]; // [sp+Ch] [bp-30h]@32
|
|
384 unsigned int v24; // [sp+34h] [bp-8h]@5
|
|
385 //enum HOUSE_ID v25; // [sp+38h] [bp-4h]@1
|
|
386
|
|
387 //v1 = uHouseID;
|
|
388 //v25 = uHouseID;
|
|
389 GameUI_StatusBar_TimedString[0] = 0;
|
|
390 pStatusBarString[0] = 0;
|
|
391 ShowStatusBarString("", 2u);
|
|
392 if ( pMessageQueue_50CBD0->uNumMessages )
|
|
393 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
|
|
394 viewparams->bRedrawGameUI = 1;
|
|
395 uDialogueType = 0;
|
|
396 pKeyActionMap->_459ED1(3);
|
|
397 pKeyActionMap->ResetKeys();
|
|
398 if (uHouseID == HOUSE_600 || uHouseID == HOUSE_601)
|
|
399 {
|
|
400 GameOverMenu(0);
|
|
401 return 0;
|
|
402 }
|
|
403 uOpenTime = p2DEvents[uHouseID - 1].uOpenTime;
|
|
404 uCloseTime = p2DEvents[uHouseID - 1].uCloseTime;
|
|
405 ptr_F8B1E8 = 0;
|
|
406 dword_F8B1E4 = 0;
|
|
407 dword_F8B1F4 = 0;
|
|
408 memset(byte_F8B1F0, 0, 4);
|
|
409 memset(byte_F8B148, 0, 16);
|
|
410 pRenderer->ClearZBuffer(0, 479);
|
|
411
|
|
412 if (((uCloseTime - 1 <= uOpenTime)&&((pParty->uCurrentHour <uOpenTime)&&(pParty->uCurrentHour >(uCloseTime - 1))))||
|
|
413 ((uCloseTime - 1 > uOpenTime)&&((pParty->uCurrentHour < uOpenTime)||(pParty->uCurrentHour > (uCloseTime - 1)))))
|
|
414
|
|
415 {
|
|
416 am_pm_flag_open = 0;
|
|
417 am_pm_flag_close = 0;
|
|
418 if (uOpenTime > 12 )
|
|
419 {
|
|
420 uOpenTime -= 12;
|
|
421 am_pm_flag_open = 1;
|
|
422 }
|
|
423 if ( uCloseTime > 12 )
|
|
424 {
|
|
425 uCloseTime -= 12;
|
|
426 am_pm_flag_close = 1;
|
|
427 }
|
|
428 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[414], uOpenTime, aAMPMNames[am_pm_flag_open],
|
|
429 uCloseTime, aAMPMNames[am_pm_flag_close]); //"This place is open from %d%s to %d%s"
|
|
430 ShowStatusBarString(pTmpBuf, 2u);
|
|
431 if ( uActiveCharacter )
|
|
432 pPlayers[uActiveCharacter]->PlaySound(SPEECH_3, 0);
|
|
433 return 0;
|
|
434 }
|
|
435 else
|
|
436 {
|
|
437 //v10 = uHouseID;
|
|
438 if ( (signed int)uHouseID < 53 ) //entering shops and guilds
|
|
439 {
|
|
440 if ( !(pParty->field_3C._shop_ban_times[uHouseID])
|
|
441 || (pParty->field_3C._shop_ban_times[uHouseID] <= pParty->uTimePlayed) )
|
|
442 {
|
|
443 pParty->field_3C._shop_ban_times[uHouseID] = 0;
|
|
444 }
|
|
445 else
|
|
446 {
|
|
447 ShowStatusBarString(pGlobalTXT_LocalizationStrings[191], 2u);// "You've been banned from this shop!"
|
|
448 return 0;
|
|
449 }
|
|
450 }
|
|
451 if ( !start_event_seq_number )
|
|
452 pAudioPlayer->StopChannels(-1, -1);
|
|
453
|
|
454 uCurrentHouse_Animation = p2DEvents[uHouseID - 1].uAnimationID;
|
|
455 in_current_building_type = pAnimatedRooms[uCurrentHouse_Animation].uBuildingType;
|
|
456 if ( in_current_building_type == BildingType_Throne_Room && pParty->uFine ) // going 2 jail
|
|
457 {
|
|
458 uCurrentHouse_Animation = (signed __int16)p2DEvents[186].uAnimationID;
|
|
459 uHouseID = HOUSE_JAIL;
|
|
460 pParty->uTimePlayed = pParty->uTimePlayed+ 0x7620000;
|
|
461 in_current_building_type = pAnimatedRooms[p2DEvents[HOUSE_LORD_AND_JUDGE].uAnimationID].uBuildingType;
|
|
462 ++pParty->uNumPrisonTerms;
|
|
463 pParty->uFine = 0;
|
|
464 for (uint i = 0; i < 4; ++i)
|
|
465 {
|
|
466 pParty->pPlayers[i].uTimeToRecovery = 0;
|
|
467 pParty->pPlayers[i].uNumDivineInterventionCastsThisDay = 0;
|
|
468 pParty->pPlayers[i].SetVariable(VAR_Award, 87);
|
|
469 }
|
|
470 }
|
|
471 ++pIcons_LOD->uTexturePacksCount;
|
|
472 if ( !pIcons_LOD->uNumPrevLoadedFiles )
|
|
473 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
|
|
474 switch (pParty->alignment)
|
|
475 {
|
|
476 case PartyAlignment_Good: sprintf(pContainer, "evt%02d-b", const_2()); break;
|
|
477 case PartyAlignment_Neutral: sprintf(pContainer, "evt%02d", const_2()); break;
|
|
478 case PartyAlignment_Evil: sprintf(pContainer, "evt%02d-c", const_2()); break;
|
|
479 default: assert(false);
|
|
480 }
|
|
481
|
|
482 v17 = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE);
|
|
483 pDialogueNPCCount = 0;
|
|
484 pTexture_Dialogue_Background = &pIcons_LOD->pTextures[v17];
|
|
485 uTextureID_507B04 = uTextureID_right_panel;
|
|
486 PrepareHouse(uHouseID);
|
|
487 v18 = 1;
|
|
488 uTextureID_507B04 = uTextureID_right_panel;
|
|
489 if ( uNumDialogueNPCPortraits == 1 )
|
|
490 pDialogueNPCCount = 1;
|
|
491 pVideoPlayer->_4BF28F(pAnimatedRooms[uCurrentHouse_Animation].video_name, 1u);
|
|
492 dword_5C35D4 = 1;
|
|
493 if ( (signed int)uHouseID < 139 || (signed int)uHouseID > 172 )
|
|
494 {
|
|
495 if ( (signed int)uHouseID >= 54 && (signed int)uHouseID <= 73 && !sub_4B68EA(uHouseID - 54) )
|
|
496 {
|
|
497 return 1;
|
|
498 }
|
|
499 }
|
|
500 else
|
|
501 { //guilds
|
|
502 v19 = guild_mambership_flags[uHouseID-139]; //guilds flags
|
|
503 //v20 = uHouseID;
|
|
504 //if ( !((unsigned __int8)(0x80u >> v19 % 8) & pPlayers[uActiveCharacter]->_guilds_member_bits[v19 /8]) )
|
|
505 if(_449B57_test_bit((unsigned char*)pPlayers[uActiveCharacter]->_guilds_member_bits,v19))
|
|
506 {
|
|
507 HousePlaySomeSound(uHouseID, 3);
|
|
508 return 1;
|
|
509 }
|
|
510 }
|
|
511 HousePlaySomeSound(uHouseID, 1);
|
|
512 dword_5C35D4 = 1;
|
|
513 return 1;
|
|
514 }
|
|
515 }
|
|
516
|
|
517 //----- (004B1E92) --------------------------------------------------------
|
|
518 void __fastcall HousePlaySomeSound(unsigned int uHouseID, int a2)
|
|
519 {
|
|
520 //if ( BYTE1(pAnimatedRooms[p2DEvents_minus1___02[26 * uHouseID]].field_C) )
|
|
521 if ( pAnimatedRooms[p2DEvents[uHouseID - 1].uAnimationID].uRoomSoundId )
|
|
522 pAudioPlayer->PlaySound(
|
|
523 //(SoundID)(a2 + 100 * (BYTE1(pAnimatedRooms[p2DEvents_minus1___02[26 * uHouseID]].field_C) + 300)),
|
|
524 (SoundID)(a2 + 100 * (pAnimatedRooms[p2DEvents[uHouseID - 1].uAnimationID].uRoomSoundId) + 300),
|
|
525 806, 0, -1, 0, 0, 0, 0);
|
|
526 }
|
|
527
|
|
528 //----- (004B4F4F) --------------------------------------------------------
|
|
529 char *__cdecl JailDialog()
|
|
530 {
|
|
531 const char *v0; // esi@1
|
|
532 const char *v1; // ST10_4@1
|
|
533 unsigned __int16 v2; // ST0C_2@1
|
|
534 int v3; // eax@1
|
|
535 GUIWindow v5; // [sp+8h] [bp-54h]@1
|
|
536
|
|
537 memcpy(&v5, window_SpeakInHouse, sizeof(v5));
|
|
538 v0 = pGlobalTXT_LocalizationStrings[672];
|
|
539 v1 = pGlobalTXT_LocalizationStrings[672];
|
|
540 v5.uFrameX = 483;
|
|
541 v5.uFrameWidth = 148;
|
|
542 v5.uFrameZ = 334;
|
|
543 v2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
|
|
544 v3 = pFontArrus->CalcTextHeight(v0, &v5, 0, 0);
|
|
545 return v5.DrawTitleText(pFontArrus, 0, (310 - v3) / 2 + 18, v2, v1, 3u);
|
|
546 }
|
|
547
|
|
548
|
|
549
|
|
550 //----- (004B68EA) --------------------------------------------------------
|
|
551 bool __fastcall sub_4B68EA(int a1)
|
|
552 {
|
|
553 signed int v1; // edi@1
|
|
554 int *v2; // esi@1
|
|
555 int v3; // ecx@2
|
|
556
|
|
557 v1 = 0;
|
|
558 v2 = &dword_4F0E10[a1];
|
|
559 while ( 1 )
|
|
560 {
|
|
561 v3 = 8 * *((char *)v2 + v1);
|
|
562 if ( *(&byte_4F09B1[pParty->uDaysPlayed % 7] + v3 * 4) )
|
|
563 {
|
|
564 if ( !dword_4F09CC[v3] || (unsigned __int16)_449B57_test_bit(pParty->_quest_bits, LOWORD(dword_4F09CC[v3])) )
|
|
565 break;
|
|
566 }
|
|
567 ++v1;
|
|
568 if ( v1 >= 4 )
|
|
569 return 0;
|
|
570 }
|
|
571 return 1;
|
|
572 }
|
|
573
|
|
574
|
|
575
|
|
576 //----- (004B7911) --------------------------------------------------------
|
|
577 void __cdecl TownHallDialog()
|
|
578 {
|
|
579 GUIWindow *v0; // eax@4
|
|
580 int v1; // eax@10
|
|
581 int v2; // esi@10
|
|
582 GUIFont *v3; // ST20_4@20
|
|
583 int v4; // eax@20
|
|
584 MonsterInfo *v5; // edi@21
|
|
585 unsigned int v6; // ST20_4@21
|
|
586 char *v7; // ST1C_4@21
|
|
587 unsigned int v8; // eax@21
|
|
588 int v9; // esi@21
|
|
589 char *v10; // eax@23
|
|
590 signed int v11; // ebx@24
|
|
591 signed int i; // esi@26
|
|
592 int v13; // eax@27
|
|
593 GUIWindow *v14; // ecx@28
|
|
594 __int64 v15; // qax@28
|
|
595 signed int v16; // ebx@28
|
|
596 int v17; // ebx@28
|
|
597 unsigned __int8 v18; // sf@28
|
|
598 char **v19; // edi@29
|
|
599 GUIButton *v20; // eax@30
|
|
600 GUIButton *v21; // esi@30
|
|
601 int v22; // eax@30
|
|
602 unsigned int v23; // ecx@30
|
|
603 unsigned __int16 v24; // ax@30
|
|
604 GUIWindow a1; // [sp+Ch] [bp-110h]@21
|
|
605 GUIWindow w; // [sp+60h] [bp-BCh]@21
|
|
606 GUIWindow _this; // [sp+B4h] [bp-68h]@1
|
|
607 int v28; // [sp+108h] [bp-14h]@1
|
|
608 int v29; // [sp+10Ch] [bp-10h]@28
|
|
609 int v30; // [sp+110h] [bp-Ch]@1
|
|
610 int v31; // [sp+114h] [bp-8h]@29
|
|
611 GUIFont *pOutString; // [sp+118h] [bp-4h]@21
|
|
612
|
|
613 memcpy(&_this, window_SpeakInHouse, sizeof(_this));
|
|
614 _this.uFrameX = 483;
|
|
615 _this.uFrameWidth = 148;
|
|
616 _this.uFrameZ = 334;
|
|
617 v28 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
618 v30 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
|
|
619 sprintf(pTmpBuf, "%s: %d", pGlobalTXT_LocalizationStrings[605], pParty->uFine);
|
|
620 _this.DrawTitleText(pFontArrus, 0, 0x104u, v30, pTmpBuf, 3u);
|
|
621 switch(dialog_menu_id)
|
|
622 {
|
|
623 case 1:
|
|
624 {
|
|
625 v11 = 1;
|
|
626 pOutString = 0;
|
|
627 pShopOptions[0] = pGlobalTXT_LocalizationStrings[604];
|
|
628 if ( pParty->uFine )
|
|
629 {
|
|
630 pShopOptions[1] = pGlobalTXT_LocalizationStrings[603];
|
|
631 v11 = 2;
|
|
632 }
|
|
633 for ( i = 0; i < v11; ++i )
|
|
634 {
|
|
635 v13 = pFontArrus->CalcTextHeight(pShopOptions[i], &_this, 0, 0);
|
|
636 pOutString = (GUIFont *)((char *)pOutString + v13);
|
|
637 }
|
|
638 v29 = (100 - (signed int)pOutString) / v11;
|
|
639 v14 = pDialogueWindow;
|
|
640 v15 = 80 - v11 * (100 - (signed int)pOutString) / v11 - (signed int)pOutString;
|
|
641 v16 = v15 - HIDWORD(v15);
|
|
642 LODWORD(v15) = pDialogueWindow->pStartingPosActiveItem;
|
|
643 HIDWORD(v15) = v15 + pDialogueWindow->pNumPresenceButton;
|
|
644 v17 = (v16 >> 1) - v29 / 2 + 158;
|
|
645 v18 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
646 pOutString = (GUIFont *)pDialogueWindow->pStartingPosActiveItem;
|
|
647 if ( v18 ^ __OFSUB__((int)v15, HIDWORD(v15)) )
|
|
648 {
|
|
649 v31 = 2;
|
|
650 v19 = pShopOptions;
|
|
651 do
|
|
652 {
|
|
653 v20 = v14->GetControl((unsigned int)pOutString);
|
|
654 v21 = v20;
|
|
655 v20->uY = v29 + v17;
|
|
656 v22 = pFontArrus->CalcTextHeight(*v19, &_this, 0, 0);
|
|
657 v23 = v21->uY;
|
|
658 v21->uHeight = v22;
|
|
659 v17 = v23 + v22 - 1;
|
|
660 v21->uW = v17;
|
|
661 v24 = v30;
|
|
662 if ( pDialogueWindow->pCurrentPosActiveItem != v31 )
|
|
663 v24 = v28;
|
|
664 _this.DrawTitleText(pFontArrus, 0, v23, v24, *v19, 3u);
|
|
665 v14 = pDialogueWindow;
|
|
666 ++v31;
|
|
667 ++v19;
|
|
668 pOutString = (GUIFont *)((char *)pOutString + 1);
|
|
669 }
|
|
670 while ( (signed int)pOutString < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem );
|
|
671 }
|
|
672 break;
|
|
673 }
|
|
674 case 99:
|
|
675 {
|
|
676 v5 = &pMonsterStats->pInfos[word_F8B1A0];
|
|
677 v6 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
678 v7 = v5->pName;
|
|
679 v8 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
|
|
680 sprintf(pTmpBuf, &byte_4F0F98, v8, v7, v6);
|
|
681 sprintf(pTmpBuf2, dword_F8B1A4, pTmpBuf, 100 * v5->uLevel);
|
|
682 ptr_F8B1E8 = pTmpBuf2;
|
|
683 memcpy(&a1, pDialogueWindow, sizeof(a1));
|
|
684 w.uFrameWidth = 458;
|
|
685 w.uFrameZ = 457;
|
|
686 pOutString = pFontArrus;
|
|
687 v9 = pFontArrus->CalcTextHeight(pTmpBuf2, &w, 13, 0) + 7;
|
|
688 if ( 352 - v9 < 8 )
|
|
689 {
|
|
690 pOutString = pFontCreate;
|
|
691 v9 = pFontCreate->CalcTextHeight(ptr_F8B1E8, &w, 13, 0) + 7;
|
|
692 }
|
|
693
|
|
694 auto pTex = (uTextureID_Leather != -1 ? &pIcons_LOD->pTextures[uTextureID_Leather] : 0);
|
|
695 pRenderer->_4A6A68(8u, 352 - v9, pTex, (pTex ? pTex->uTextureHeight : 26) - v9);
|
|
696 pRenderer->DrawTextureIndexed(8u, 347 - v9, pTexture_591428);
|
|
697 v10 = FitTextInAWindow(ptr_F8B1E8, pOutString, &w, 0xDu, 0);
|
|
698 a1.DrawText(pOutString, 13, 354 - v9, 0, v10, 0, 0, 0);
|
|
699 break;
|
|
700 }
|
|
701 case 100:
|
|
702 {
|
|
703 v0 = window_SpeakInHouse;
|
|
704 if ( window_SpeakInHouse->field_40 == 1 )
|
|
705 {
|
|
706 sprintf(pTmpBuf, "%s\n%s", pGlobalTXT_LocalizationStrings[606], pGlobalTXT_LocalizationStrings[112]);
|
|
707 _this.DrawTitleText(pFontArrus, 0, 0x92u, v30, pTmpBuf, 3u);
|
|
708 _this.DrawTitleText(pFontArrus, 0, 0xBAu, v28, (const char *)pKeyActionMap->pPressedKeysBuffer, 3u);
|
|
709 v3 = pFontArrus;
|
|
710 v4 = pFontArrus->GetLineWidth((const char *)pKeyActionMap->pPressedKeysBuffer);
|
|
711 _this.DrawFlashingInputCursor(v4 / 2 + 80, 185, v3);
|
|
712 return;
|
|
713 }
|
|
714 if ( window_SpeakInHouse->field_40 == 2 )
|
|
715 {
|
|
716 v1 = atoi((const char *)pKeyActionMap->pPressedKeysBuffer);
|
|
717 v2 = v1;
|
|
718 if ( v1 <= 0 )
|
|
719 {
|
|
720 //LABEL_8:
|
|
721 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
722 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
|
|
723 {
|
|
724 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)113;
|
|
725 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1;
|
|
726 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
|
|
727 ++pMessageQueue_50CBD0->uNumMessages;
|
|
728 }*/
|
|
729 return;
|
|
730 }
|
|
731 if ( v1 > pParty->uNumGold )
|
|
732 {
|
|
733 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 2);
|
|
734 v2 = pParty->uNumGold;
|
|
735 }
|
|
736 if ( v2 > pParty->uFine )
|
|
737 v2 = pParty->uFine;
|
|
738 Party::TakeGold(v2);
|
|
739 pParty->uFine -= v2;
|
|
740 if ( pParty->uFine < 0 )
|
|
741 pParty->uFine = 0;
|
|
742 if ( uActiveCharacter )
|
|
743 pPlayers[uActiveCharacter]->PlaySound(SPEECH_81, 0);
|
|
744 v0 = window_SpeakInHouse;
|
|
745 }
|
|
746 if ( window_SpeakInHouse->field_40 == 3 )
|
|
747 {
|
|
748 v0->field_40 = 0;
|
|
749 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
750 }
|
|
751 break;
|
|
752 }
|
|
753 default:
|
|
754 {
|
|
755 break;
|
|
756 }
|
|
757 }
|
|
758 return;
|
|
759 }
|
|
760 // F8B19C: using guessed type int dword_F8B19C;
|
|
761 // F8B1A0: using guessed type __int16 word_F8B1A0;
|
|
762
|
|
763 //----- (004B7D7E) --------------------------------------------------------
|
|
764 void __cdecl BankDialog()
|
|
765 {
|
|
766 GUIWindow *v0; // eax@4
|
|
767 int v1; // ecx@5
|
|
768 int v2; // eax@6
|
|
769 unsigned int v3; // esi@6
|
|
770 GUIFont *v4; // ST10_4@12
|
|
771 int v5; // eax@12
|
|
772 int v6; // eax@19
|
|
773 unsigned int v7; // esi@19
|
|
774 unsigned __int16 v8; // ax@27
|
|
775 unsigned __int16 v9; // ax@29
|
|
776 char *v10; // [sp-8h] [bp-70h]@11
|
|
777 char *v11; // [sp-4h] [bp-6Ch]@11
|
|
778 GUIWindow _this; // [sp+Ch] [bp-5Ch]@1
|
|
779 __int16 v13[2]; // [sp+60h] [bp-8h]@1
|
|
780 __int16 v14[2]; // [sp+64h] [bp-4h]@1
|
|
781
|
|
782 memcpy(&_this, window_SpeakInHouse, sizeof(_this));
|
|
783 _this.uFrameX = 483;
|
|
784 _this.uFrameWidth = 148;
|
|
785 _this.uFrameZ = 334;
|
|
786 *(int *)v13 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
787 *(int *)v14 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
|
|
788 sprintf(pTmpBuf, "%s: %d", pGlobalTXT_LocalizationStrings[25], pParty->uNumGoldInBank);
|
|
789 _this.DrawTitleText(pFontArrus, 0, 0xDCu, v14[0], pTmpBuf, 3u);
|
|
790 switch(dialog_menu_id)
|
|
791 {
|
|
792 case 1:
|
|
793 {
|
|
794 v8 = v14[0];
|
|
795 if ( pDialogueWindow->pCurrentPosActiveItem != 2 )
|
|
796 v8 = v13[0];
|
|
797 _this.DrawTitleText(pFontArrus, 0, 0x92u, v8, pGlobalTXT_LocalizationStrings[60], 3u);
|
|
798 v9 = v14[0];
|
|
799 if ( pDialogueWindow->pCurrentPosActiveItem != 3 )
|
|
800 v9 = v13[0];
|
|
801 _this.DrawTitleText(pFontArrus, 0, 0xB0u, v9, pGlobalTXT_LocalizationStrings[244], 3u);
|
|
802 break;
|
|
803 }
|
|
804 case 7:
|
|
805 {
|
|
806 v0 = window_SpeakInHouse;
|
|
807 if ( window_SpeakInHouse->field_40 != 1 )
|
|
808 {
|
|
809 v1 = window_SpeakInHouse->field_40 - 2;
|
|
810 if ( window_SpeakInHouse->field_40 == 2 )
|
|
811 {
|
|
812 v6 = atoi((const char *)pKeyActionMap->pPressedKeysBuffer);
|
|
813 v7 = v6;
|
|
814 if ( !v6 )
|
|
815 {
|
|
816 //LABEL_17:
|
|
817 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
818 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
|
|
819 {
|
|
820 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)113;
|
|
821 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1;
|
|
822 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
|
|
823 ++pMessageQueue_50CBD0->uNumMessages;
|
|
824 }*/
|
|
825 return;
|
|
826 }
|
|
827 if ( v6 > pParty->uNumGold )
|
|
828 {
|
|
829 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 2);
|
|
830 v7 = pParty->uNumGold;
|
|
831 }
|
|
832 if ( v7 )
|
|
833 {
|
|
834 Party::TakeGold(v7);
|
|
835 pParty->uNumGoldInBank += v7;
|
|
836 if ( uActiveCharacter )
|
|
837 pPlayers[uActiveCharacter]->PlaySound(SPEECH_81, 0);
|
|
838 }
|
|
839 v0 = window_SpeakInHouse;
|
|
840 v0->field_40 = 0;
|
|
841 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
842 return;
|
|
843 }
|
|
844 if ( v1 != 1 )
|
|
845 return;
|
|
846 v0->field_40 = 0;
|
|
847 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
848 return;
|
|
849 }
|
|
850 v11 = pGlobalTXT_LocalizationStrings[112];
|
|
851 v10 = pGlobalTXT_LocalizationStrings[60];
|
|
852 sprintf(pTmpBuf, "%s\n%s", v10, v11);
|
|
853 _this.DrawTitleText(pFontArrus, 0, 0x92u, v14[0], pTmpBuf, 3u);
|
|
854 _this.DrawTitleText(pFontArrus, 0, 0xBAu, v13[0], (const char *)pKeyActionMap->pPressedKeysBuffer, 3u);
|
|
855 v4 = pFontArrus;
|
|
856 v5 = pFontArrus->GetLineWidth((const char *)pKeyActionMap->pPressedKeysBuffer);
|
|
857 _this.DrawFlashingInputCursor(v5 / 2 + 80, 185, v4);
|
|
858 break;
|
|
859 }
|
|
860
|
|
861 case 8:
|
|
862 {
|
|
863 v0 = window_SpeakInHouse;
|
|
864 if ( window_SpeakInHouse->field_40 != 1 )
|
|
865 {
|
|
866 v1 = window_SpeakInHouse->field_40 - 2;
|
|
867 if ( window_SpeakInHouse->field_40 == 2 )
|
|
868 {
|
|
869 window_SpeakInHouse->field_40 = 0;
|
|
870 v2 = atoi((const char *)pKeyActionMap->pPressedKeysBuffer);
|
|
871 v3 = v2;
|
|
872 if ( v2 )
|
|
873 {
|
|
874 if ( v2 > pParty->uNumGoldInBank )
|
|
875 {
|
|
876 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 2);
|
|
877 v3 = pParty->uNumGoldInBank;
|
|
878 }
|
|
879 if ( v3 )
|
|
880 {
|
|
881 Party::SetGold(pParty->uNumGold + v3);
|
|
882 pParty->uNumGoldInBank -= v3;
|
|
883 }
|
|
884 }
|
|
885 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
886 return;
|
|
887 }
|
|
888 if ( v1 != 1 )
|
|
889 return;
|
|
890 v0->field_40 = 0;
|
|
891 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
892 return;
|
|
893 }
|
|
894 v11 = pGlobalTXT_LocalizationStrings[112];
|
|
895 v10 = pGlobalTXT_LocalizationStrings[244];
|
|
896 sprintf(pTmpBuf, "%s\n%s", v10, v11);
|
|
897 _this.DrawTitleText(pFontArrus, 0, 0x92u, v14[0], pTmpBuf, 3u);
|
|
898 _this.DrawTitleText(pFontArrus, 0, 0xBAu, v13[0], (const char *)pKeyActionMap->pPressedKeysBuffer, 3u);
|
|
899 v4 = pFontArrus;
|
|
900 v5 = pFontArrus->GetLineWidth((const char *)pKeyActionMap->pPressedKeysBuffer);
|
|
901 _this.DrawFlashingInputCursor(v5 / 2 + 80, 185, v4);
|
|
902 return;
|
|
903 break;
|
|
904 }
|
|
905
|
|
906 default:
|
|
907 {
|
|
908 break;
|
|
909 }
|
|
910 }
|
|
911 }
|
|
912 // F8B19C: using guessed type int dword_F8B19C;
|
|
913
|
|
914 //----- (004B8285) --------------------------------------------------------
|
|
915 void __cdecl TavernDialog()
|
|
916 {
|
|
917 GUIWindow *v0; // ebx@1
|
|
918 Player *v1; // edi@1
|
|
919 double v2; // st7@1
|
|
920 signed int v3; // ebx@1
|
|
921 int v4; // ecx@1
|
|
922 int v5; // esi@3
|
|
923 signed int v6; // edi@5
|
|
924 int v7; // ecx@5
|
|
925 GUIWindow *v8; // edi@16
|
|
926 signed int v9; // esi@16
|
|
927 unsigned int v10; // esi@18
|
|
928 int v11; // eax@18
|
|
929 unsigned int v12; // eax@19
|
|
930 int v13; // eax@21
|
|
931 int v14; // ecx@26
|
|
932 GUIButton *v15; // eax@28
|
|
933 GUIButton *v16; // esi@28
|
|
934 int v17; // eax@28
|
|
935 char *v18; // eax@30
|
|
936 int v19; // eax@30
|
|
937 unsigned int v20; // ecx@30
|
|
938 int v21; // edx@30
|
|
939 int v22; // eax@30
|
|
940 unsigned __int16 v23; // ax@30
|
|
941 int v24; // eax@34
|
|
942 int v25; // eax@34
|
|
943 char *v26; // esi@36
|
|
944 int v27; // edi@46
|
|
945 unsigned int v28; // eax@53
|
|
946 unsigned int v29; // eax@55
|
|
947 unsigned int v30; // eax@57
|
|
948 signed int v31; // eax@59
|
|
949 unsigned int v32; // eax@61
|
|
950 GUIWindow *v33; // edi@64
|
|
951 int v34; // eax@64
|
|
952 int v35; // ecx@64
|
|
953 int v36; // esi@64
|
|
954 char v37; // sf@64
|
|
955 GUIButton *v38; // eax@65
|
|
956 int v39; // edx@69
|
|
957 int v40; // ecx@69
|
|
958 int v41; // ecx@69
|
|
959 int v42; // ecx@70
|
|
960 unsigned int v43; // edx@70
|
|
961 int v44; // edx@71
|
|
962 int v45; // ecx@71
|
|
963 int v46; // ecx@72
|
|
964 int v47; // eax@74
|
|
965 signed int v48; // edi@77
|
|
966 signed int i; // esi@79
|
|
967 int v50; // eax@80
|
|
968 GUIWindow *v51; // ecx@81
|
|
969 _QWORD v52; // qax@81
|
|
970 signed int v53; // edi@81
|
|
971 int v54; // edi@81
|
|
972 GUIButton *v55; // esi@83
|
|
973 const char **v56; // eax@83
|
|
974 int v57; // eax@83
|
|
975 unsigned int v58; // ecx@83
|
|
976 Player *v59; // edx@83
|
|
977 unsigned __int16 v60; // ax@83
|
|
978 int v61; // eax@99
|
|
979 int v62; // edi@99
|
|
980 char *v63; // eax@99
|
|
981 GUIFont *v64; // edx@99
|
|
982 GUIFont *v65; // edi@100
|
|
983 unsigned int v66; // [sp-10h] [bp-284h]@75
|
|
984 unsigned __int16 v67; // [sp-Ch] [bp-280h]@75
|
|
985 int v68; // [sp-Ch] [bp-280h]@99
|
|
986 char *v69; // [sp-8h] [bp-27Ch]@75
|
|
987 int v70; // [sp-8h] [bp-27Ch]@99
|
|
988 unsigned int v71; // [sp-4h] [bp-278h]@75
|
|
989 const char *v72; // [sp-4h] [bp-278h]@93
|
|
990 unsigned int v73; // [sp-4h] [bp-278h]@99
|
|
991 char Dest[100]; // [sp+Ch] [bp-268h]@55
|
|
992 char v75[100]; // [sp+70h] [bp-204h]@59
|
|
993 char a1[100]; // [sp+D4h] [bp-1A0h]@57
|
|
994 char v77[100]; // [sp+138h] [bp-13Ch]@59
|
|
995 GUIWindow v78; // [sp+19Ch] [bp-D8h]@99
|
|
996 GUIWindow v79; // [sp+1F0h] [bp-84h]@1
|
|
997 char *Str[2]; // [sp+244h] [bp-30h]@30
|
|
998 unsigned int v81; // [sp+24Ch] [bp-28h]@1
|
|
999 unsigned __int8 v82; // [sp+253h] [bp-21h]@59
|
|
1000 int v83; // [sp+254h] [bp-20h]@1
|
|
1001 __int16 v84[2]; // [sp+258h] [bp-1Ch]@1
|
|
1002 Player *v85; // [sp+25Ch] [bp-18h]@1
|
|
1003 int v86; // [sp+260h] [bp-14h]@18
|
|
1004 unsigned __int8 v87; // [sp+266h] [bp-Eh]@59
|
|
1005 unsigned __int8 v88; // [sp+267h] [bp-Dh]@57
|
|
1006 int v89; // [sp+268h] [bp-Ch]@1
|
|
1007 unsigned __int8 v90; // [sp+26Fh] [bp-5h]@55
|
|
1008 GUIFont *pOutString; // [sp+270h] [bp-4h]@3
|
|
1009
|
|
1010 v0 = window_SpeakInHouse;
|
|
1011 memcpy(&v79, window_SpeakInHouse, sizeof(v79));
|
|
1012 v85 = pPlayers[uActiveCharacter];
|
|
1013 v1 = v85;
|
|
1014 v79.uFrameX = 483;
|
|
1015 v79.uFrameWidth = 148;
|
|
1016 v79.uFrameZ = 334;
|
|
1017 v81 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
1018 *(int *)v84 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
|
|
1019 //v2 = p2DEvents_minus1__20[13 * (unsigned int)v0->ptr_1C];
|
|
1020 v2 = p2DEvents[(unsigned int)v0->ptr_1C - 1].fPriceMultiplier;
|
|
1021 *(float *)&v83 = v2;
|
|
1022 *(float *)&v89 = v2 * v2;
|
|
1023 v3 = (signed __int64)(*(float *)&v89 * 0.1);
|
|
1024 v4 = v3 * (100 - v1->GetMerchant()) / 100;
|
|
1025 if ( v4 < v3 / 3 )
|
|
1026 v4 = v3 / 3;
|
|
1027 v5 = 1;
|
|
1028 pOutString = (GUIFont *)v4;
|
|
1029 if ( v4 <= 0 )
|
|
1030 pOutString = (GUIFont *)1;
|
|
1031 v6 = (signed __int64)(*(float *)&v89 * *(float *)&v83 * 0.0099999998);
|
|
1032 v7 = v6 * (100 - v85->GetMerchant()) / 100;
|
|
1033 if ( v7 < v6 / 3 )
|
|
1034 v7 = v6 / 3;
|
|
1035 v83 = v7;
|
|
1036 if ( v7 <= 0 )
|
|
1037 {
|
|
1038 v7 = 1;
|
|
1039 v83 = 1;
|
|
1040 }
|
|
1041 switch(dialog_menu_id)
|
|
1042 {
|
|
1043 case 102:
|
|
1044 {
|
|
1045 v65 = pFontArrus;
|
|
1046 pOutString = pFontArrus;
|
|
1047 strcpy(pTmpBuf, pNPCTopics[354].pText);
|
|
1048 v78.uFrameWidth = 460;
|
|
1049 v78.uFrameZ = 452;
|
|
1050 v62 = v65->CalcTextHeight(pTmpBuf, &v78, 12, 0) + 7;
|
|
1051 if ( 352 - v62 < 8 )
|
|
1052 {
|
|
1053 pOutString = pFontCreate;
|
|
1054 v62 = pFontCreate->CalcTextHeight(pTmpBuf, &v78, 12, 0) + 7;
|
|
1055 }
|
|
1056
|
|
1057 auto pTex = (uTextureID_Leather != -1 ? &pIcons_LOD->pTextures[uTextureID_Leather] : 0);
|
|
1058 pRenderer->_4A6A68(8u, 352 - v62, pTex, (pTex ? pTex->uTextureHeight : 26) - v62);
|
|
1059
|
|
1060 pRenderer->DrawTextureIndexed(8u, 347 - v62, pTexture_591428);
|
|
1061 v73 = 0;
|
|
1062 v70 = 0;
|
|
1063 v68 = 0;
|
|
1064 v63 = FitTextInAWindow(pTmpBuf, pOutString, &v78, 0xCu, 0);
|
|
1065 v64 = pOutString;
|
|
1066 window_SpeakInHouse->DrawText(v64, 12, 354 - v62, 0, v63, v68, v70, v73);
|
|
1067 break;
|
|
1068 }
|
|
1069 case 103:
|
|
1070 {
|
|
1071 strcpy(pTmpBuf, pNPCTopics[(uint)window_SpeakInHouse->ptr_1C + 247].pText);
|
|
1072 v78.uFrameWidth = 460;
|
|
1073 v78.uFrameZ = 452;
|
|
1074 v61 = pFontArrus->CalcTextHeight(pTmpBuf, &v78, 12, 0);
|
|
1075 v62 = v61 + 7;
|
|
1076
|
|
1077 auto pTex = (uTextureID_Leather != -1 ? &pIcons_LOD->pTextures[uTextureID_Leather] : nullptr);
|
|
1078 pRenderer->_4A6A68(8u, 352 - (v61 + 7), pTex, (pTex ? pTex->uTextureHeight : 26) - (v61 + 7));
|
|
1079
|
|
1080 pRenderer->DrawTextureIndexed(8u, 347 - v62, pTexture_591428);
|
|
1081 v73 = 0;
|
|
1082 v70 = 0;
|
|
1083 v68 = 0;
|
|
1084 v63 = FitTextInAWindow(pTmpBuf, pFontArrus, &v78, 0xCu, 0);
|
|
1085 v64 = pFontArrus;
|
|
1086 window_SpeakInHouse->DrawText(v64, 12, 354 - v62, 0, v63, v68, v70, v73);
|
|
1087 break;
|
|
1088 }
|
|
1089 case 104:
|
|
1090 {
|
|
1091 if ( pArcomageGame->bGameInProgress == 1 )
|
|
1092 return;
|
|
1093 v26 = pTmpBuf;
|
|
1094 if ( pArcomageGame->uGameResult )
|
|
1095 {
|
|
1096 if ( pArcomageGame->uGameResult == 1 )
|
|
1097 v72 = pGlobalTXT_LocalizationStrings[640];// You won!
|
|
1098 else
|
|
1099 v72 = pGlobalTXT_LocalizationStrings[641];// You lost!
|
|
1100 }
|
|
1101 else
|
|
1102 {
|
|
1103 v72 = pGlobalTXT_LocalizationStrings[639];// A tie!
|
|
1104 }
|
|
1105 strcpy(pTmpBuf, v72);
|
|
1106 //LABEL_97:
|
|
1107 v71 = 3;
|
|
1108 v69 = v26;
|
|
1109 v67 = v84[0];
|
|
1110 v66 = (174 - pFontArrus->CalcTextHeight(v26, &v79, 0, 0)) / 2 + 138;
|
|
1111 v79.DrawTitleText(pFontArrus, 0, v66, v67, v69, v71);
|
|
1112 break;
|
|
1113 }
|
|
1114 case 15:
|
|
1115 {
|
|
1116 if ( pParty->uNumGold >= (unsigned int)pOutString )
|
|
1117 {
|
|
1118 Party::TakeGold((unsigned int)pOutString);
|
|
1119 v27 = (int)window_SpeakInHouse->ptr_1C;
|
|
1120 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 2);
|
|
1121 dialog_menu_id = 0;
|
|
1122 while ( sub_4BD8B5() )
|
|
1123 ;
|
|
1124 sub_4B1D27();
|
|
1125 pVideoPlayer->Unload();
|
|
1126 window_SpeakInHouse->Release();
|
|
1127 window_SpeakInHouse = 0;
|
|
1128
|
|
1129 if ( pMessageQueue_50CBD0->uNumMessages )
|
|
1130 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
|
|
1131 pMessageQueue_50CBD0->pMessages[0].eType = UIMSG_OpenRestUI;
|
|
1132 pMessageQueue_50CBD0->pMessages[0].param = v27;
|
|
1133 pMessageQueue_50CBD0->pMessages[0].field_8 = 1;
|
|
1134 //LABEL_51:
|
|
1135 ++pMessageQueue_50CBD0->uNumMessages;
|
|
1136 return;
|
|
1137 }
|
|
1138 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2u);
|
|
1139 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 4);
|
|
1140 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, v5, 0);
|
|
1141 break;
|
|
1142 }
|
|
1143 case 96:
|
|
1144 {
|
|
1145 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
1146 return;
|
|
1147 v8 = pDialogueWindow;
|
|
1148 *(float *)&v89 = 0.0;
|
|
1149
|
|
1150 //v9 = (signed __int64)(*(float *)&p2DEvents_minus1__24[13 * (unsigned int)ptr_507BC0->ptr_1C] * 500.0);
|
|
1151 v9 = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
|
|
1152
|
|
1153 pOutString = (GUIFont *)(v9 * (100 - v85->GetMerchant()) / 100);
|
|
1154 if ( (signed int)pOutString < v9 / 3 )
|
|
1155 pOutString = (GUIFont *)(v9 / 3);
|
|
1156 v10 = v8->pStartingPosActiveItem;
|
|
1157 v11 = v10 + v8->pNumPresenceButton;
|
|
1158 v86 = 0;
|
|
1159 if ( (signed int)v10 < v11 )
|
|
1160 {
|
|
1161 do
|
|
1162 {
|
|
1163 v12 = v8->GetControl(v10)->uControlParam - 36;
|
|
1164 if ( byte_4ED970_skill_learn_ability_by_class_table[v85->classType][v12] && !v85->pActiveSkills[v12] )
|
|
1165 {
|
|
1166 v13 = pFontArrus->CalcTextHeight(pSkillNames[v12], &v79, 0, 0);
|
|
1167 v89 += v13;
|
|
1168 ++v86;
|
|
1169 }
|
|
1170 ++v10;
|
|
1171 }
|
|
1172 while ( (signed int)v10 < v8->pStartingPosActiveItem + v8->pNumPresenceButton );
|
|
1173 if ( v86 )
|
|
1174 {
|
|
1175 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[401], pOutString);
|
|
1176 v79.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf, 3u);
|
|
1177 pOutString = (GUIFont *)((149 - v89) / v86);
|
|
1178 if ( (149 - v89) / v86 > 32 )
|
|
1179 pOutString = (GUIFont *)32;
|
|
1180 v14 = (149 - v86 * (signed int)pOutString - v89) / 2 - (signed int)pOutString / 2 + 162;
|
|
1181 v89 = v8->pStartingPosActiveItem;
|
|
1182 v83 = v14;
|
|
1183 if ( v89 < v89 + v8->pNumPresenceButton )
|
|
1184 {
|
|
1185 v86 = 2;
|
|
1186 do
|
|
1187 {
|
|
1188 v15 = v8->GetControl(v89);
|
|
1189 v16 = v15;
|
|
1190 v17 = v15->uControlParam - 36;
|
|
1191 if ( !byte_4ED970_skill_learn_ability_by_class_table[v85->classType][v17] || v85->pActiveSkills[v17] )
|
|
1192 {
|
|
1193 v16->uW = 0;
|
|
1194 v16->uHeight = 0;
|
|
1195 v16->uY = 0;
|
|
1196 }
|
|
1197 else
|
|
1198 {
|
|
1199 v18 = pSkillNames[v17];
|
|
1200 v16->uY = (unsigned int)((char *)pOutString + v83);
|
|
1201 Str[1] = v18;
|
|
1202 v19 = pFontArrus->CalcTextHeight(v18, &v79, 0, 0);
|
|
1203 v20 = v16->uY;
|
|
1204 v21 = v86;
|
|
1205 v16->uHeight = v19;
|
|
1206 v22 = v19 + v20 - 1;
|
|
1207 v16->uW = v22;
|
|
1208 v83 = v22;
|
|
1209 v23 = v84[0];
|
|
1210 if ( pDialogueWindow->pCurrentPosActiveItem != v21 )
|
|
1211 v23 = v81;
|
|
1212 v79.DrawTitleText(pFontArrus, 0, v20, v23, Str[1], 3u);
|
|
1213 }
|
|
1214 v24 = v8->pNumPresenceButton;
|
|
1215 ++v89;
|
|
1216 v25 = v8->pStartingPosActiveItem + v24;
|
|
1217 ++v86;
|
|
1218 }
|
|
1219 while ( v89 < v25 );
|
|
1220 }
|
|
1221 return;
|
|
1222 }
|
|
1223 }
|
|
1224 v26 = pTmpBuf;
|
|
1225 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], v85->pName, pClassNames[v85->classType]);
|
|
1226 strcat(pTmpBuf, "\n \n");
|
|
1227 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]);
|
|
1228 v71 = 3;
|
|
1229 v69 = v26;
|
|
1230 v67 = v84[0];
|
|
1231 v66 = (174 - pFontArrus->CalcTextHeight(v26, &v79, 0, 0)) / 2 + 138;
|
|
1232 v79.DrawTitleText(pFontArrus, 0, v66, v67, v69, v71);
|
|
1233 return;
|
|
1234 break;
|
|
1235 }
|
|
1236 case 16:
|
|
1237 {
|
|
1238 *(_QWORD *)Str = pParty->uNumFoodRations;
|
|
1239 //if ( (double)pParty->uNumFoodRations >= p2DEvents_minus1__20[13 * (unsigned int)ptr_507BC0->ptr_1C] )
|
|
1240 if ( (double)pParty->uNumFoodRations >= p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier )
|
|
1241 {
|
|
1242 ShowStatusBarString(pGlobalTXT_LocalizationStrings[140], 2u);
|
|
1243 if ( uActiveCharacter )
|
|
1244 pPlayers[uActiveCharacter]->PlaySound(SPEECH_67, 0);
|
|
1245 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, v5, 0);
|
|
1246 return;
|
|
1247 }
|
|
1248 if ( pParty->uNumGold >= v7 )
|
|
1249 {
|
|
1250 Party::TakeGold(v7);
|
|
1251 //pParty->uNumFoodRations = (signed __int64)p2DEvents_minus1__20[13 * (unsigned int)ptr_507BC0->ptr_1C];
|
|
1252 pParty->uNumFoodRations = (signed __int64)p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier;
|
|
1253 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 3);
|
|
1254 v5 = 1;
|
|
1255 //LABEL_43:
|
|
1256 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, v5, 0);
|
|
1257 return;
|
|
1258 //goto LABEL_51;
|
|
1259 }
|
|
1260 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2u);
|
|
1261 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 4);
|
|
1262 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, v5, 0);
|
|
1263 break;
|
|
1264 }
|
|
1265 case 1:
|
|
1266 {
|
|
1267 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
1268 return;
|
|
1269 v28 = *(int *)v84;
|
|
1270 if ( pDialogueWindow->pCurrentPosActiveItem != 2 )
|
|
1271 v28 = v81;
|
|
1272 sprintf(Dest, format_4E2DC8, v28);
|
|
1273 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[178], pOutString);
|
|
1274 strcat(Dest, pTmpBuf2);
|
|
1275 v90 = pFontArrus->CalcTextHeight(Dest, &v79, 0, 0);
|
|
1276 strcat(Dest, "\n \n");
|
|
1277 v29 = *(int *)v84;
|
|
1278 if ( pDialogueWindow->pCurrentPosActiveItem != 3 )
|
|
1279 v29 = v81;
|
|
1280 sprintf(a1, format_4E2DC8, v29);
|
|
1281 sprintf(pTmpBuf2,
|
|
1282 pGlobalTXT_LocalizationStrings[86],
|
|
1283 //(signed __int64)p2DEvents_minus1__20[13 * (unsigned int)ptr_507BC0->ptr_1C],
|
|
1284 (signed __int64)p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier,
|
|
1285 v83);
|
|
1286 strcat(a1, pTmpBuf2);
|
|
1287 v88 = pFontArrus->CalcTextHeight(a1, &v79, 0, 0);
|
|
1288 strcat(a1, "\n \n");
|
|
1289 v30 = *(int *)v84;
|
|
1290 if ( pDialogueWindow->pCurrentPosActiveItem != 4 )
|
|
1291 v30 = v81;
|
|
1292 sprintf(v77, format_4E2DC8, v30);
|
|
1293 strcat(v77, pGlobalTXT_LocalizationStrings[160]);
|
|
1294 v82 = pFontArrus->CalcTextHeight(v77, &v79, 0, 0);
|
|
1295 strcat(v77, "\n \n");
|
|
1296 v75[0] = 0;
|
|
1297 v87 = 0;
|
|
1298 v31 = (signed int)window_SpeakInHouse->ptr_1C;
|
|
1299 if ( v31 >= 108 && v31 <= 120 )
|
|
1300 {
|
|
1301 v32 = *(int *)v84;
|
|
1302 if ( pDialogueWindow->pCurrentPosActiveItem != 5 )
|
|
1303 v32 = v81;
|
|
1304 sprintf(v75, format_4E2DC8, v32);
|
|
1305 strcat(v75, pGlobalTXT_LocalizationStrings[611]);
|
|
1306 v87 = pFontArrus->CalcTextHeight(v75, &v79, 0, 0);
|
|
1307 }
|
|
1308 v33 = pDialogueWindow;
|
|
1309 Str[1] = (char *)pDialogueWindow;
|
|
1310 v34 = pDialogueWindow->pStartingPosActiveItem;
|
|
1311 v35 = v34 + pDialogueWindow->pNumPresenceButton;
|
|
1312 v36 = LOBYTE(pFontArrus->uFontHeight) - 3;
|
|
1313 v37 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
1314 pOutString = (GUIFont *)pDialogueWindow->pStartingPosActiveItem;
|
|
1315 if ( !(v37 ^ __OFSUB__(v34, v35)) )
|
|
1316 {
|
|
1317 //LABEL_75:
|
|
1318 sprintf(pTmpBuf, "%s%s%s%s", &Dest, &a1, &v77, &v75);
|
|
1319 v71 = 3;
|
|
1320 v69 = pTmpBuf;
|
|
1321 v67 = 0;
|
|
1322 v66 = 146;
|
|
1323 //LABEL_98:
|
|
1324 v79.DrawTitleText(pFontArrus, 0, v66, v67, v69, v71);
|
|
1325 return;
|
|
1326 }
|
|
1327 while ( 1 )
|
|
1328 {
|
|
1329 v38 = v33->GetControl((unsigned int)pOutString);
|
|
1330 if ( v38->uControlParam == 15 )
|
|
1331 {
|
|
1332 v46 = v90;
|
|
1333 v38->uHeight = v90;
|
|
1334 v38->uY = 146;
|
|
1335 v41 = v46 + 145;
|
|
1336 v38->uW = v41;
|
|
1337 }
|
|
1338 else if ( v38->uControlParam == 16 )
|
|
1339 {
|
|
1340 v44 = v88;
|
|
1341 v45 = v90 + v36 + 146;
|
|
1342 v38->uHeight = v88;
|
|
1343 v38->uY = v45;
|
|
1344 v41 = v45 + v44 - 1;
|
|
1345 v38->uW = v41;
|
|
1346 }
|
|
1347 else if ( v38->uControlParam == 96 )
|
|
1348 {
|
|
1349 v42 = v90 + v88 + 2 * v36 + 146;
|
|
1350 v43 = v82;
|
|
1351 v38->uY = v42;
|
|
1352 v38->uHeight = v43;
|
|
1353 v41 = v43 + v42 - 1;
|
|
1354 v38->uW = v41;
|
|
1355 }
|
|
1356 else if ( v38->uControlParam == 101 )
|
|
1357 {
|
|
1358 v39 = v90 + 3 * v36 + v87 + v88 + 146;
|
|
1359 v33 = (GUIWindow *)Str[1];
|
|
1360 v40 = v87;
|
|
1361 v38->uHeight = v87;
|
|
1362 v38->uY = v39;
|
|
1363 v41 = v39 + v40 - 1;
|
|
1364 //LABEL_73:
|
|
1365 v38->uW = v41;
|
|
1366 }
|
|
1367 v47 = v33->pStartingPosActiveItem;
|
|
1368 pOutString = (GUIFont *)((char *)pOutString + 1);
|
|
1369 if ( (signed int)pOutString >= v33->pNumPresenceButton + v47 )
|
|
1370 {
|
|
1371 sprintf(pTmpBuf, "%s%s%s%s", &Dest, &a1, &v77, &v75);
|
|
1372 v71 = 3;
|
|
1373 v69 = pTmpBuf;
|
|
1374 v67 = 0;
|
|
1375 v66 = 146;
|
|
1376 v79.DrawTitleText(pFontArrus, 0, v66, v67, v69, v71);
|
|
1377 return;
|
|
1378 }
|
|
1379 }
|
|
1380 break;
|
|
1381 }
|
|
1382 case 101:
|
|
1383 {
|
|
1384 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
1385 {
|
|
1386 v48 = 2;
|
|
1387 pShopOptions[0] = pGlobalTXT_LocalizationStrings[620];
|
|
1388 pOutString = 0;
|
|
1389 pShopOptions[1] = pGlobalTXT_LocalizationStrings[622];
|
|
1390 if ( pParty->HasItem(0x28Bu) )
|
|
1391 {
|
|
1392 pShopOptions[2] = pGlobalTXT_LocalizationStrings[621];
|
|
1393 v48 = 3;
|
|
1394 }
|
|
1395 for ( i = 0; i < v48; ++i )
|
|
1396 {
|
|
1397 v50 = pFontArrus->CalcTextHeight(pShopOptions[i], &v79, 0, 0);
|
|
1398 pOutString = (GUIFont *)((char *)pOutString + v50);
|
|
1399 }
|
|
1400 v86 = (174 - (signed int)pOutString) / v48;
|
|
1401 v51 = pDialogueWindow;
|
|
1402 v52 = 174 - v48 * (174 - (signed int)pOutString) / v48 - (signed int)pOutString;
|
|
1403 v53 = v52 - HIDWORD(v52);
|
|
1404 LODWORD(v52) = pDialogueWindow->pStartingPosActiveItem;
|
|
1405 HIDWORD(v52) = v52 + pDialogueWindow->pNumPresenceButton;
|
|
1406 v54 = (v53 >> 1) - v86 / 2 + 138;
|
|
1407 v37 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
1408 v89 = pDialogueWindow->pStartingPosActiveItem;
|
|
1409 if ( v37 ^ __OFSUB__((int)v52, HIDWORD(v52)) )
|
|
1410 {
|
|
1411 v85 = (Player *)2;
|
|
1412 pOutString = (GUIFont *)pShopOptions;
|
|
1413 do
|
|
1414 {
|
|
1415 v55 = v51->GetControl(v89);
|
|
1416 v56 = (const char **)pOutString;
|
|
1417 v55->uY = v86 + v54;
|
|
1418 v57 = pFontArrus->CalcTextHeight(*v56, &v79, 0, 0);
|
|
1419 v58 = v55->uY;
|
|
1420 v59 = v85;
|
|
1421 v55->uHeight = v57;
|
|
1422 v54 = v57 + v58 - 1;
|
|
1423 v55->uW = v54;
|
|
1424 v60 = v84[0];
|
|
1425 if ( (Player *)pDialogueWindow->pCurrentPosActiveItem != v59 )
|
|
1426 v60 = v81;
|
|
1427 v79.DrawTitleText(pFontArrus, 0, v58, v60, *(const char **)&pOutString->cFirstChar, 3u);
|
|
1428 v51 = pDialogueWindow;
|
|
1429 v85 = (Player *)((char *)v85 + 1);
|
|
1430 pOutString = (GUIFont *)((char *)pOutString + 4);
|
|
1431 ++v89;
|
|
1432 }
|
|
1433 while ( v89 < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem );
|
|
1434 }
|
|
1435 }
|
|
1436 break;
|
|
1437 }
|
|
1438 default:
|
|
1439 {
|
|
1440 break;
|
|
1441 }
|
|
1442 }
|
|
1443 }
|
|
1444
|
|
1445
|
|
1446 //----- (004B910F) --------------------------------------------------------
|
|
1447 void __cdecl WeaponShopDialog()
|
|
1448 {
|
634
|
1449 int v0; // ebx@1
|
629
|
1450 int pNumActiveItem; // eax@6
|
|
1451 signed int v2; // esi@8
|
634
|
1452 //unsigned int v3; // ebx@10
|
629
|
1453 ItemGen *v4; // eax@11
|
|
1454 char *v5; // ecx@12
|
|
1455 unsigned __int8 v6; // dl@13
|
|
1456 char *v7; // edx@14
|
|
1457 //int v8; // eax@15
|
|
1458 int v9; // ST08_4@16
|
|
1459 int v10; // eax@16
|
|
1460 signed int v11; // esi@18
|
|
1461 int v12; // ST08_4@21
|
|
1462 int v13; // eax@21
|
|
1463 int v14; // edi@23
|
|
1464 char **v15; // esi@23
|
|
1465 int v16; // eax@24
|
|
1466 GUIWindow *v17; // ecx@25
|
|
1467 int v18; // edx@25
|
|
1468 int v19; // edi@25
|
|
1469 unsigned __int8 v20; // sf@25
|
|
1470 GUIButton *pButton; // esi@27
|
|
1471 int pNewItem; // eax@27
|
|
1472 //int v23; // eax@27
|
|
1473 unsigned int v24; // ecx@27
|
|
1474 int v25; // edx@27
|
|
1475 unsigned __int16 v26; // ax@27
|
|
1476 signed int v27; // esi@32
|
|
1477 int v28; // ST08_4@36
|
|
1478 int v29; // eax@36
|
|
1479 GUIWindow *v30; // edi@41
|
634
|
1480 //void *v31; // eax@41
|
629
|
1481 signed int v32; // esi@41
|
|
1482 unsigned int v33; // esi@43
|
|
1483 int v34; // eax@43
|
|
1484 unsigned int v35; // eax@44
|
|
1485 int v36; // eax@46
|
|
1486 __int32 v37; // ecx@51
|
|
1487 GUIButton *v38; // eax@53
|
|
1488 GUIButton *v39; // esi@53
|
|
1489 int v40; // eax@53
|
|
1490 char *v41; // eax@55
|
|
1491 //int v42; // eax@55
|
|
1492 unsigned int v43; // ecx@55
|
|
1493 const char **v44; // edx@55
|
|
1494 int v45; // eax@55
|
|
1495 unsigned __int16 v46; // ax@55
|
|
1496 int v47; // eax@59
|
|
1497 const char **v48; // eax@63
|
|
1498 unsigned int v49; // esi@65
|
|
1499 Texture *v50; // eax@65
|
|
1500 int v51; // edi@65
|
|
1501 int v52; // esi@70
|
|
1502 Texture *v53; // ST1C_4@70
|
|
1503 int v54; // edi@70
|
|
1504 signed int v55; // ecx@73
|
|
1505 SHORT v56; // di@82
|
|
1506 bool v57; // eax@82
|
|
1507 const char *v58; // ecx@84
|
|
1508 POINT *v59; // esi@89
|
|
1509 LONG v60; // ecx@90
|
|
1510 int v61; // eax@90
|
|
1511 int v62; // ecx@90
|
|
1512 ItemGen *v63; // esi@90
|
|
1513 int v64; // eax@95
|
|
1514 int all_text_height; // esi@96
|
|
1515 char **v66; // edi@96
|
|
1516 int v67; // eax@97
|
|
1517 GUIWindow *v68; // ecx@98
|
|
1518 int v69; // edx@98
|
|
1519 int v70; // edi@98
|
634
|
1520 int v71;
|
629
|
1521 const char **v72; // eax@100
|
|
1522 int pTextHeight; // eax@100
|
|
1523 unsigned int v74; // ecx@100
|
|
1524 Player *v75; // edx@100
|
|
1525 unsigned __int16 v76; // ax@100
|
|
1526 GUIWindow *v77; // [sp-18h] [bp-110h]@14
|
|
1527 int v78; // [sp-14h] [bp-10Ch]@14
|
|
1528 ItemGen *v79; // [sp-10h] [bp-108h]@12
|
|
1529 int v80; // [sp-10h] [bp-108h]@14
|
|
1530 void *v81; // [sp-Ch] [bp-104h]@12
|
|
1531 unsigned __int16 v82; // [sp-Ch] [bp-104h]@14
|
|
1532 int v83; // [sp-8h] [bp-100h]@11
|
|
1533 char *v84; // [sp-8h] [bp-100h]@14
|
|
1534 __int64 *v85; // [sp-4h] [bp-FCh]@11
|
|
1535 unsigned int v86; // [sp-4h] [bp-FCh]@14
|
|
1536 POINT v87; // [sp+Ch] [bp-ECh]@8
|
|
1537 POINT v88; // [sp+14h] [bp-E4h]@18
|
|
1538 POINT v89; // [sp+1Ch] [bp-DCh]@89
|
|
1539 POINT v90; // [sp+24h] [bp-D4h]@19
|
|
1540 POINT v91; // [sp+2Ch] [bp-CCh]@89
|
|
1541 POINT v92; // [sp+34h] [bp-C4h]@9
|
|
1542 POINT v93; // [sp+3Ch] [bp-BCh]@33
|
|
1543 POINT v94; // [sp+44h] [bp-B4h]@18
|
|
1544 POINT v95; // [sp+4Ch] [bp-ACh]@32
|
|
1545 POINT v96; // [sp+54h] [bp-A4h]@18
|
|
1546 POINT v97; // [sp+5Ch] [bp-9Ch]@32
|
|
1547 POINT a2; // [sp+64h] [bp-94h]@8
|
|
1548 POINT v99; // [sp+6Ch] [bp-8Ch]@32
|
|
1549 POINT v100; // [sp+74h] [bp-84h]@8
|
|
1550 GUIWindow dialog_window; // [sp+7Ch] [bp-7Ch]@1
|
|
1551 char *Str; // [sp+D0h] [bp-28h]@55
|
|
1552 __int32 v103; // [sp+D4h] [bp-24h]@25
|
|
1553 int pColor2; // [sp+D8h] [bp-20h]@1
|
|
1554 int pColorWhite; // [sp+DCh] [bp-1Ch]@1
|
|
1555 POINT v106; // [sp+E0h] [bp-18h]@8
|
|
1556 Player *pPlayer; // [sp+E8h] [bp-10h]@1
|
|
1557 int pItemNum; // [sp+ECh] [bp-Ch]@26
|
|
1558 const char **v109; // [sp+F0h] [bp-8h]@26
|
|
1559 unsigned __int8 v110; // [sp+F7h] [bp-1h]@16
|
|
1560 int pNumString;
|
|
1561
|
|
1562 pPlayer = pPlayers[uActiveCharacter];
|
|
1563 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
|
|
1564 dialog_window.uFrameX = 483;
|
|
1565 dialog_window.uFrameWidth = 148;
|
|
1566 dialog_window.uFrameZ = 334;
|
|
1567 pColorWhite = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
1568 pColor2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xCDu, 0x23u);
|
|
1569 switch(dialog_menu_id)
|
|
1570 {
|
|
1571 case DIALOG_SHOP_MAIN:
|
|
1572 {
|
|
1573 pNumActiveItem = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
1574 if ( pNumActiveItem )
|
|
1575 {
|
|
1576 pShopOptions[0] = pGlobalTXT_LocalizationStrings[134];
|
|
1577 pShopOptions[1] = pGlobalTXT_LocalizationStrings[152];
|
|
1578 pShopOptions[2] = pGlobalTXT_LocalizationStrings[159];
|
|
1579 pShopOptions[3] = pGlobalTXT_LocalizationStrings[160];
|
|
1580 all_text_height = 0;
|
|
1581 for (int i = 0; i < 4; ++i)//while ( (signed int)v15 < (signed int)&unk_F8B1C8 );
|
|
1582 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
|
|
1583 v103 = (174 - all_text_height) / 4;
|
|
1584 pNumActiveItem = pDialogueWindow->pStartingPosActiveItem;
|
|
1585 v18 = pNumActiveItem + pDialogueWindow->pNumPresenceButton;
|
|
1586 v19 = (174 - 4 * (174 - all_text_height) / 4 - all_text_height) / 2 - (174 - all_text_height) / 4 / 2 + 138;
|
|
1587 v20 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
1588 if ( v20 ^ pNumActiveItem > v18 )
|
|
1589 {
|
|
1590 pItemNum = 2;
|
|
1591 pNumString = 0;
|
|
1592 do
|
|
1593 {
|
|
1594 pButton = pDialogueWindow->GetControl(pItemNum);
|
|
1595 pButton->uY = v103 + v19;
|
|
1596 pTextHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
|
|
1597 pButton->uHeight = pTextHeight;
|
|
1598 v19 = pButton->uY + pTextHeight - 1;
|
|
1599 pButton->uW = v19;
|
|
1600 v26 = pColor2;
|
|
1601 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum )
|
|
1602 v26 = pColorWhite;
|
|
1603 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, v26, (const char *)pShopOptions[pNumString], 3);
|
|
1604 ++pItemNum;
|
|
1605 ++pNumString;
|
|
1606 pNumActiveItem = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
|
1607 }
|
|
1608 while ( pItemNum < pNumActiveItem );
|
|
1609 }
|
|
1610 }
|
|
1611 break;
|
|
1612 }
|
|
1613 case DIALOG_SHOP_BUY_STANDART:
|
|
1614 {
|
|
1615 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
|
|
1616 v48 = 0;
|
|
1617 pItemNum = 0;
|
|
1618 v109 = 0;
|
|
1619 do
|
|
1620 {
|
|
1621 // if ( pParty->field_777C[9 * (int)&v48[3 * (unsigned int)window_SpeakInHouse->ptr_1C]] )
|
|
1622 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][(int)v48].uItemID);
|
|
1623 {
|
|
1624 v49 = word_F8B158[(signed int)v48];
|
|
1625 v50 = ItemsInShopTexture[(signed int)v48];
|
|
1626 v49 += 30;
|
|
1627 v51 = 60 - ((signed int)v50->uTextureWidth >> 1);
|
|
1628 pRenderer->DrawTextureTransparent(v51 + pItemNum, v49, v50);
|
|
1629 sub_40F92A(&pRenderer->pActiveZBuffer[v51 + pItemNum + 640 * v49], ItemsInShopTexture[(signed int)v109], (int)((char *)v109 + 1));
|
|
1630 v48 = v109;
|
|
1631 }
|
|
1632 pItemNum += 70;
|
|
1633 v48 = (const char **)((char *)v48 + 1);
|
|
1634 v109 = v48;
|
|
1635 }
|
|
1636 while ( (signed int)v48 < 6 );
|
|
1637 pNumActiveItem = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
1638 if ( pNumActiveItem )
|
|
1639 {
|
|
1640 v55 = 0;
|
|
1641 v106.x = 0;
|
|
1642 v106.x = 0;
|
|
1643 do
|
|
1644 {
|
|
1645 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v55].uItemID);//9 * (v55 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C)] )
|
|
1646 ++v106.x;
|
|
1647 ++v55;
|
|
1648 }
|
|
1649 while ( v55 < 6 );
|
|
1650 v56 = GetAsyncKeyState(17);
|
|
1651 v57 = pPlayer->CanSteal();
|
|
1652 Str = (char *)v57;
|
|
1653 if ( v56 && v57 )
|
|
1654 {
|
|
1655 v58 = pGlobalTXT_LocalizationStrings[185];
|
|
1656 }
|
|
1657 else
|
|
1658 {
|
|
1659 v58 = pGlobalTXT_LocalizationStrings[195];
|
|
1660 if ( dialog_menu_id != 2 )
|
|
1661 v58 = pGlobalTXT_LocalizationStrings[196];
|
|
1662 }
|
|
1663 DrawTextAtStatusBar(v58, 0);
|
|
1664 if ( v106.x )
|
|
1665 {
|
|
1666 v59 = pMouse->GetCursorPos(&v91);
|
|
1667 pNumActiveItem = v59->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v89)->y];
|
|
1668 if ( pRenderer->pActiveZBuffer[pNumActiveItem] & 0xFFFF )
|
|
1669 {
|
|
1670 v60 = (pRenderer->pActiveZBuffer[pNumActiveItem] & 0xFFFF) - 1;
|
|
1671 v106.x = v60;
|
|
1672 v61 = (int)window_SpeakInHouse->ptr_1C;
|
|
1673 // v62 = 9 * (v60 + 12 * v61);
|
|
1674 v63 = (ItemGen *)&pParty->StandartItemsInShops[(int)v61][v60];
|
|
1675 if ( dialog_menu_id != 2 )
|
|
1676 v63 = &pParty->SpecialItemsInShops[(int)v61][v60];//v63 = (ItemGen *)&pParty->field_C59C[v62 + 724];
|
|
1677 if ( !v56 || !Str )
|
|
1678 {
|
|
1679 v64 = pPlayer->_490EEE(v63, 1, v61, 2);
|
|
1680 v7 = BuilDialogueString((char *)pMerchantsBuyPhrases[v64], uActiveCharacter - 1, v63, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
|
634
|
1681 pTextHeight = pFontArrus->CalcTextHeight(v7, &dialog_window, 0, 0);
|
|
1682 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColorWhite, v7, 3);
|
629
|
1683 }
|
|
1684 else
|
|
1685 {
|
|
1686 v7 = BuilDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, v63, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
|
634
|
1687 pTextHeight = pFontArrus->CalcTextHeight(v7, &dialog_window, 0, 0);
|
|
1688 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColorWhite, v7, 3);
|
629
|
1689 }
|
|
1690 }
|
|
1691 }
|
|
1692 else
|
|
1693 {
|
|
1694 dialog_window.DrawCurrentTime( pParty->field_3C.field_50[(unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
|
|
1695 pNumActiveItem = 0; //added
|
|
1696 }
|
|
1697 }
|
|
1698 break;
|
|
1699 }
|
|
1700 case DIALOG_SHOP_SELL:
|
|
1701 {
|
|
1702 draw_leather();
|
|
1703 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
1704 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[199], 0);
|
|
1705 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
1706 return;
|
|
1707 if((v11 = pMouse->GetCursorPos(&v96)->x - 14, v106.x = (v11 >> 5) + 14 * ((pMouse->GetCursorPos(&v88)->y - 17) >> 5),
|
|
1708 pMouse->GetCursorPos(&v94)->x <= 13) || pMouse->GetCursorPos(&v90)->x >= 462
|
634
|
1709 || (pNumActiveItem = pPlayer->GetItemIDAtInventoryIndex((int *)&v106.x), !pNumActiveItem) )
|
629
|
1710 return;
|
|
1711 v79 = (ItemGen *)&pPlayer->pInventoryItems[pNumActiveItem - 1];
|
|
1712 v13 = pPlayer->_490EEE(v79, 1, (int)window_SpeakInHouse->ptr_1C, 3);
|
|
1713 v7 = BuilDialogueString((char *)pMerchantsSellPhrases[v13], uActiveCharacter - 1, v79, (char *)window_SpeakInHouse->ptr_1C, 3, 0);
|
634
|
1714 pTextHeight = pFontArrus->CalcTextHeight(v7, &dialog_window, 0, 0);
|
|
1715 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColorWhite, v7, 3);
|
629
|
1716 break;
|
|
1717 }
|
|
1718 case DIALOG_SHOP_IDENTIFY:
|
|
1719 {
|
|
1720 draw_leather();
|
|
1721 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
1722 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[197], 0);
|
|
1723 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
1724 return;
|
|
1725 if((v2 = pMouse->GetCursorPos(&a2)->x - 14, v106.x = (v2 >> 5) + 14 * ((pMouse->GetCursorPos(&v87)->y - 17) >> 5),
|
|
1726 pMouse->GetCursorPos(&v100)->x <= 13) || pMouse->GetCursorPos(&v92)->x >= 462
|
634
|
1727 || (pNumActiveItem = pPlayer->GetItemIDAtInventoryIndex((int *)&v106.x), !pNumActiveItem) )
|
629
|
1728 return;
|
|
1729 v4 = (ItemGen *)&pPlayer->pInventoryItems[pNumActiveItem - 1];
|
|
1730 if (!v4->Identified())
|
|
1731 {
|
|
1732 v10 = pPlayer->_490EEE(v4, 1, (int)window_SpeakInHouse->ptr_1C, 4);
|
|
1733 v7 = BuilDialogueString((char *)pMerchantsIdentifyPhrases[v10], uActiveCharacter - 1, v4, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
|
634
|
1734 pTextHeight = pFontArrus->CalcTextHeight(v7, &dialog_window, 0, 0);
|
|
1735 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColorWhite, v7, 3);
|
629
|
1736 }
|
634
|
1737 else
|
|
1738 {
|
|
1739 v7 = BuilDialogueString("%24", uActiveCharacter - 1, v4, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
|
|
1740 pTextHeight = pFontArrus->CalcTextHeight(v7, &dialog_window, 0, 0);
|
|
1741 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColorWhite, v7, 3);
|
|
1742 }
|
629
|
1743 break;
|
|
1744 }
|
|
1745 case DIALOG_SHOP_REPAIR:
|
|
1746 {
|
|
1747 draw_leather();
|
|
1748 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
1749 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[198], 0);
|
|
1750 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win())
|
|
1751 return;
|
|
1752 if( (v2 = pMouse->GetCursorPos(&a2)->x - 14, v106.x = (v2 >> 5) + 14 * ((pMouse->GetCursorPos(&v87)->y - 17) >> 5),
|
|
1753 pMouse->GetCursorPos(&v100)->x <= 13) || pMouse->GetCursorPos(&v92)->x >= 462
|
634
|
1754 || (pNumActiveItem = pPlayer->GetItemIDAtInventoryIndex((int *)&v106.x), !pNumActiveItem)
|
629
|
1755 || (pNumActiveItem = 9 * pNumActiveItem, !(pPlayer->field_1F5[4 * pNumActiveItem + 15] & 2)) )
|
|
1756 return;
|
|
1757 v4 = (ItemGen *)&pPlayer->pInventoryItems[pNumActiveItem - 1];
|
|
1758 v10 = pPlayer->_490EEE(v4, 2, (int)window_SpeakInHouse->ptr_1C, 5);
|
|
1759 v7 = BuilDialogueString((char *)pMerchantsRepairPhrases[v10], uActiveCharacter - 1, v4, (char *)window_SpeakInHouse->ptr_1C, 5, 0);
|
|
1760 pTextHeight = (174 - pFontArrus->CalcTextHeight(v7, &dialog_window, 0, 0)) / 2 + 138;
|
|
1761 dialog_window.DrawTitleText(pFontArrus, 0, pTextHeight, pColorWhite, v7, 3);
|
|
1762 return;
|
|
1763 }
|
|
1764 break;
|
|
1765 case DIALOG_SHOP_DISPLAY_EQUIPMENT:
|
|
1766 {
|
|
1767 draw_leather();
|
|
1768 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
1769 pShopOptions[0] = pGlobalTXT_LocalizationStrings[200];//sell
|
|
1770 pShopOptions[1] = pGlobalTXT_LocalizationStrings[113];//identify
|
|
1771 pShopOptions[2] = pGlobalTXT_LocalizationStrings[179];//repair
|
|
1772 all_text_height = 0;
|
|
1773 for ( int i = 0; i < 3; ++i )
|
|
1774 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
|
|
1775 v103 = (174 - all_text_height) / 3;
|
|
1776 pNumActiveItem = pDialogueWindow->pStartingPosActiveItem;
|
|
1777 v18 = pNumActiveItem + pDialogueWindow->pNumPresenceButton;
|
|
1778 v70 = (3 * (58 - (signed int)v103) - all_text_height) / 2 - ((174 - all_text_height) / 3) / 2 + 138;
|
|
1779 v20 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
1780 if ( v20 ^ pNumActiveItem > v18 )
|
|
1781 {
|
|
1782 pItemNum = 2;
|
|
1783 pNumString = 0;
|
|
1784 do
|
|
1785 {
|
|
1786 pButton = pDialogueWindow->GetControl(pItemNum);
|
|
1787 pButton->uY = v103 + v70;
|
|
1788 pTextHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
|
|
1789 pButton->uHeight = pTextHeight;
|
|
1790 v70 = pButton->uY + pTextHeight - 1;
|
|
1791 pButton->uW = v70;
|
|
1792 v76 = pColor2;
|
|
1793 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum )
|
|
1794 v76 = pColorWhite;
|
|
1795 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, v76, (const char *)pShopOptions[pNumString], 3);
|
|
1796 ++pItemNum;
|
|
1797 ++pNumString;
|
|
1798 pNumActiveItem = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
|
1799 }
|
|
1800 while ( pItemNum < pNumActiveItem );
|
|
1801 }
|
|
1802 break;
|
|
1803 }
|
|
1804 case DIALOG_SHOP_BUY_SPECIAL:
|
|
1805 {
|
|
1806 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
|
|
1807 v109 = 0;
|
|
1808 pItemNum = 0;
|
|
1809 do
|
|
1810 {
|
|
1811 // if ( pParty->field_C59C[9 * (int)&v109[3 * (unsigned int)window_SpeakInHouse->ptr_1C] + 724] )
|
|
1812 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][(signed int)v109].uItemID)
|
|
1813 {
|
|
1814 v52 = word_F8B158[(signed int)v109] + 30;
|
|
1815 v53 = ItemsInShopTexture[(signed int)v109];
|
|
1816 v54 = 60 - ((signed int)v53->uTextureWidth >> 1);
|
|
1817 pRenderer->DrawTextureTransparent(v54 + pItemNum, word_F8B158[(signed int)v109] + 30, v53);
|
|
1818 sub_40F92A(&pRenderer->pActiveZBuffer[v54 + pItemNum + 640 * v52], ItemsInShopTexture[(signed int)v109], (int)((char *)v109 + 1));
|
|
1819 }
|
|
1820 v109 = (const char **)((char *)v109 + 1);
|
|
1821 pItemNum += 70;
|
|
1822 }
|
|
1823 while ( (signed int)v109 < 6 );
|
|
1824 pNumActiveItem = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
1825 if ( pNumActiveItem )
|
|
1826 {
|
|
1827 v55 = 0;
|
|
1828 v106.x = 0;
|
|
1829 do
|
|
1830 {
|
|
1831 // if ( pParty->field_C59C[9 * (v55 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 724] )
|
|
1832 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v55].uItemID)
|
|
1833 ++v106.x;
|
|
1834 ++v55;
|
|
1835 }
|
|
1836 while ( v55 < 6 );
|
|
1837 v56 = GetAsyncKeyState(17);
|
|
1838 v57 = pPlayer->CanSteal();
|
|
1839 Str = (char *)v57;
|
|
1840 if ( v56 && v57 )
|
|
1841 {
|
|
1842 v58 = pGlobalTXT_LocalizationStrings[185];
|
|
1843 }
|
|
1844 else
|
|
1845 {
|
|
1846 v58 = pGlobalTXT_LocalizationStrings[195];
|
|
1847 if ( dialog_menu_id != 2 )
|
|
1848 v58 = pGlobalTXT_LocalizationStrings[196];
|
|
1849 }
|
|
1850 DrawTextAtStatusBar(v58, 0);
|
|
1851 if ( v106.x )
|
|
1852 {
|
|
1853 v59 = pMouse->GetCursorPos(&v91);
|
|
1854 pNumActiveItem = v59->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v89)->y];
|
|
1855 if ( pRenderer->pActiveZBuffer[pNumActiveItem] & 0xFFFF )
|
|
1856 {
|
|
1857 v60 = (pRenderer->pActiveZBuffer[pNumActiveItem] & 0xFFFF) - 1;
|
|
1858 v106.x = v60;
|
|
1859 v61 = (int)window_SpeakInHouse->ptr_1C;
|
|
1860 // v62 = 9 * (v60 + 12 * v61);
|
|
1861 v63 = (ItemGen *)&pParty->StandartItemsInShops[(int)v61][v60];
|
|
1862 if ( dialog_menu_id != 2 )
|
|
1863 v63 = &pParty->SpecialItemsInShops[(int)v61][v60];//v63 = (ItemGen *)&pParty->field_C59C[v62 + 724];
|
|
1864 if ( !v56 || !Str )
|
|
1865 {
|
|
1866 v64 = pPlayer->_490EEE(v63, 1, v61, 2);
|
|
1867 v7 = BuilDialogueString((char *)pMerchantsBuyPhrases[v64], uActiveCharacter - 1, v63, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
|
634
|
1868 pTextHeight = pFontArrus->CalcTextHeight(v7, &dialog_window, 0, 0);
|
|
1869 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColorWhite, v7, 3);
|
629
|
1870 }
|
|
1871 else
|
|
1872 {
|
|
1873 v7 = BuilDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, v63, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
|
634
|
1874 pTextHeight = pFontArrus->CalcTextHeight(v7, &dialog_window, 0, 0);
|
|
1875 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColorWhite, v7, 3);
|
629
|
1876 }
|
|
1877 }
|
|
1878 }
|
|
1879 else
|
|
1880 {
|
|
1881 dialog_window.DrawCurrentTime( pParty->field_3C.field_50[(unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
|
|
1882 pNumActiveItem = 0; //added
|
|
1883 }
|
|
1884 }
|
|
1885 break;
|
|
1886 }
|
|
1887 case DIALOG_SHOP_SKILLS:
|
|
1888 {
|
634
|
1889 if (!sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win())
|
|
1890 return;
|
|
1891 v0 = 0;
|
|
1892 all_text_height = 0;
|
|
1893 //v32 = (signed __int64)(*(float *)&p2DEvents_minus1__24[13 * (signed int)v31] * 500.0);
|
|
1894 v32 = (signed __int64)(p2DEvents[(signed int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
|
|
1895 pItemNum = v32 * (100 - pPlayer->GetMerchant()) / 100;
|
|
1896 if ( pItemNum < v32 / 3 )
|
|
1897 pItemNum = v32 / 3;
|
|
1898 pNumActiveItem = pDialogueWindow->pStartingPosActiveItem;
|
|
1899 if ( pNumActiveItem >= pNumActiveItem + pDialogueWindow->pNumPresenceButton )
|
|
1900 {
|
|
1901 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], pPlayer->pName, pClassNames[pPlayer->classType]);
|
|
1902 strcat(pTmpBuf, "\n \n");
|
|
1903 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]);
|
|
1904 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf, &dialog_window, 0, 0);
|
|
1905 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColor2, pTmpBuf, 3);
|
|
1906 return;
|
|
1907 }
|
|
1908 do
|
629
|
1909 {
|
634
|
1910 v35 = pDialogueWindow->GetControl(pNumActiveItem)->uControlParam - 36;
|
|
1911 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayer->classType][v35] && !pPlayer->pActiveSkills[v35] )
|
629
|
1912 {
|
634
|
1913 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[v35], &dialog_window, 0, 0);
|
|
1914 v0++;
|
629
|
1915 }
|
634
|
1916 ++pNumActiveItem;
|
|
1917 }
|
|
1918 while ( pNumActiveItem < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem );
|
|
1919 if ( !v0 )
|
|
1920 {
|
|
1921 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], pPlayer->pName, pClassNames[pPlayer->classType]);
|
|
1922 strcat(pTmpBuf, "\n \n");
|
|
1923 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]);
|
|
1924 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf, &dialog_window, 0, 0);
|
|
1925 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColor2, pTmpBuf, 3);
|
|
1926 return;
|
|
1927 }
|
|
1928 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[401], pItemNum);
|
|
1929 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf, 3);
|
|
1930 v103 = (149 - all_text_height) / v0;
|
|
1931 if ( (149 - all_text_height) / v0 > 32 )
|
|
1932 v103 = 32;
|
|
1933 pNumActiveItem = pDialogueWindow->pStartingPosActiveItem;
|
|
1934 v37 = (149 - v0 * v103 - all_text_height) / 2 - v103 / 2 + 162;
|
|
1935 if ( pNumActiveItem < pNumActiveItem + pDialogueWindow->pNumPresenceButton )
|
|
1936 {
|
|
1937 pItemNum = 2;
|
629
|
1938 do
|
|
1939 {
|
634
|
1940 pButton = pDialogueWindow->GetControl(pItemNum);
|
|
1941 v40 = pButton->uControlParam - 36;
|
|
1942 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayer->classType][v40] || pPlayer->pActiveSkills[v40] )
|
629
|
1943 {
|
634
|
1944 pButton->uW = 0;
|
|
1945 pButton->uHeight = 0;
|
|
1946 pButton->uY = 0;
|
629
|
1947 }
|
634
|
1948 else
|
|
1949 {
|
|
1950 pButton->uY = v103 + v37;
|
|
1951 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[v40], &dialog_window, 0, 0);
|
|
1952 pButton->uHeight = pTextHeight;
|
|
1953 v37 = pButton->uY + pTextHeight - 1;
|
|
1954 pButton->uW = v37;
|
|
1955 v46 = pColor2;
|
|
1956 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum )
|
|
1957 v46 = pColorWhite;
|
|
1958 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, v46, pSkillNames[v40], 3);
|
|
1959 }
|
|
1960 pNumActiveItem = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
|
1961 pItemNum++;
|
629
|
1962 }
|
634
|
1963 while ( pItemNum < pNumActiveItem );
|
629
|
1964 }
|
|
1965 break;
|
|
1966 }
|
|
1967 default:
|
|
1968 {
|
|
1969 if( dialog_menu_id > 5 )
|
|
1970 pNumActiveItem = dialog_menu_id - 96;
|
|
1971 else
|
|
1972 pNumActiveItem = dialog_menu_id - 4;
|
|
1973 break;
|
|
1974 }
|
|
1975 }
|
|
1976 }
|
|
1977
|
|
1978
|
|
1979
|
|
1980 //----- (004B9CC6) --------------------------------------------------------
|
|
1981 void __cdecl AlchemistDialog()
|
|
1982 {
|
634
|
1983 int v0;
|
|
1984 int pNumActiveItem; // eax@7
|
|
1985 //GUIWindow *v2; // edi@9
|
|
1986 //unsigned int v3; // ebx@9
|
|
1987 //void *v4; // eax@9
|
629
|
1988 signed int v5; // esi@9
|
|
1989 unsigned int v6; // esi@11
|
|
1990 int v7; // eax@11
|
|
1991 unsigned int v8; // eax@12
|
|
1992 int v9; // eax@14
|
|
1993 int v10; // ecx@19
|
|
1994 GUIButton *v11; // eax@21
|
|
1995 GUIButton *v12; // esi@21
|
|
1996 int v13; // eax@21
|
|
1997 char *v14; // eax@23
|
|
1998 int v15; // eax@23
|
|
1999 unsigned int v16; // ecx@23
|
|
2000 int v17; // edx@23
|
|
2001 int v18; // eax@23
|
|
2002 unsigned __int16 v19; // ax@23
|
|
2003 int v20; // eax@27
|
|
2004 char *v21; // edx@29
|
|
2005 int v22; // esi@30
|
|
2006 char **v23; // edi@30
|
|
2007 int v24; // eax@31
|
|
2008 GUIWindow *v25; // ecx@32
|
|
2009 int v26; // edx@32
|
|
2010 int v27; // edi@32
|
|
2011 unsigned __int8 v28; // sf@32
|
|
2012 GUIButton *v29; // esi@34
|
|
2013 const char **v30; // eax@34
|
|
2014 int v31; // eax@34
|
|
2015 unsigned int v32; // ecx@34
|
|
2016 Player *v33; // edx@34
|
|
2017 int v34; // eax@34
|
|
2018 unsigned __int16 v35; // ax@34
|
|
2019 signed int v36; // esi@39
|
|
2020 ItemGen *v37; // eax@42
|
|
2021 char *v38; // ecx@43
|
|
2022 unsigned __int8 v39; // dl@44
|
|
2023 int v40; // eax@46
|
|
2024 int v41; // ST08_4@47
|
|
2025 int v42; // eax@47
|
|
2026 signed int v43; // esi@49
|
|
2027 int v44; // ST08_4@52
|
|
2028 int v45; // eax@52
|
|
2029 Texture *v46; // ecx@55
|
|
2030 unsigned int v47; // edi@55
|
|
2031 unsigned int v48; // esi@57
|
|
2032 int v49; // edx@61
|
|
2033 Texture *v50; // ecx@67
|
|
2034 unsigned int v51; // edi@67
|
|
2035 unsigned int v52; // esi@69
|
|
2036 int v53; // edx@73
|
|
2037 Texture *v54; // ecx@79
|
|
2038 unsigned int v55; // edi@79
|
|
2039 unsigned int v56; // esi@81
|
|
2040 int v57; // edx@85
|
|
2041 Texture *v58; // ecx@91
|
|
2042 unsigned int v59; // edi@91
|
|
2043 unsigned int v60; // esi@93
|
|
2044 int v61; // edx@97
|
|
2045 signed int v62; // ecx@102
|
|
2046 SHORT v63; // di@110
|
|
2047 bool v64; // eax@110
|
|
2048 const char *v65; // ecx@112
|
|
2049 POINT *v66; // esi@117
|
|
2050 int v67; // ecx@118
|
|
2051 int v68; // eax@118
|
|
2052 int v69; // ecx@118
|
|
2053 ItemGen *v70; // esi@118
|
|
2054 int v71; // eax@123
|
634
|
2055 int all_text_height; // edi@125
|
629
|
2056 char **v73; // esi@125
|
|
2057 int v74; // eax@126
|
634
|
2058 int pItemNum;
|
629
|
2059 int v76; // edx@127
|
|
2060 int v77; // edi@127
|
634
|
2061 GUIButton *pButton; // esi@129
|
629
|
2062 const char **v79; // eax@129
|
634
|
2063 int pTextHeight; // eax@129
|
629
|
2064 unsigned int v81; // ecx@129
|
|
2065 Player *v82; // edx@129
|
|
2066 unsigned __int16 v83; // ax@129
|
|
2067 GUIWindow *v84; // [sp-18h] [bp-F0h]@29
|
|
2068 int v85; // [sp-14h] [bp-ECh]@29
|
|
2069 int v86; // [sp-10h] [bp-E8h]@29
|
|
2070 ItemGen *v87; // [sp-10h] [bp-E8h]@43
|
|
2071 unsigned __int16 v88; // [sp-Ch] [bp-E4h]@29
|
|
2072 void *v89; // [sp-Ch] [bp-E4h]@43
|
|
2073 char *v90; // [sp-8h] [bp-E0h]@29
|
|
2074 int v91; // [sp-8h] [bp-E0h]@42
|
|
2075 unsigned int v92; // [sp-4h] [bp-DCh]@29
|
|
2076 __int64 *v93; // [sp-4h] [bp-DCh]@42
|
|
2077 POINT v94; // [sp+Ch] [bp-CCh]@39
|
|
2078 POINT v95; // [sp+14h] [bp-C4h]@49
|
|
2079 POINT v96; // [sp+1Ch] [bp-BCh]@117
|
|
2080 POINT v97; // [sp+24h] [bp-B4h]@40
|
|
2081 POINT v98; // [sp+2Ch] [bp-ACh]@117
|
|
2082 POINT v99; // [sp+34h] [bp-A4h]@49
|
|
2083 POINT v100; // [sp+3Ch] [bp-9Ch]@50
|
|
2084 POINT v101; // [sp+44h] [bp-94h]@39
|
|
2085 POINT v102; // [sp+4Ch] [bp-8Ch]@49
|
|
2086 POINT a2; // [sp+54h] [bp-84h]@39
|
634
|
2087 GUIWindow dialog_window; // [sp+5Ch] [bp-7Ch]@1
|
629
|
2088 int v105; // [sp+B0h] [bp-28h]@19
|
634
|
2089 int pColor2; // [sp+B4h] [bp-24h]@1
|
|
2090 int Str; // [sp+B8h] [bp-20h]@23
|
|
2091 int pColorWhite; // [sp+BCh] [bp-1Ch]@1
|
629
|
2092 __int32 v109; // [sp+C0h] [bp-18h]@39
|
634
|
2093 Player *pPlayer; // [sp+C4h] [bp-14h]@1
|
|
2094 int pNumString; // [sp+C8h] [bp-10h]@9
|
629
|
2095 unsigned int v112; // [sp+CCh] [bp-Ch]@9
|
|
2096 unsigned __int8 v113; // [sp+D3h] [bp-5h]@47
|
|
2097 int v114; // [sp+D4h] [bp-4h]@11
|
|
2098
|
634
|
2099 pPlayer = pPlayers[uActiveCharacter];
|
|
2100 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
|
|
2101 dialog_window.uFrameX = 483;
|
|
2102 dialog_window.uFrameWidth = 148;
|
|
2103 dialog_window.uFrameZ = 334;
|
|
2104 pColorWhite = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
2105 pColor2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xCDu, 0x23u);
|
629
|
2106 switch(dialog_menu_id)
|
|
2107 {
|
634
|
2108 case DIALOG_SHOP_MAIN:
|
|
2109 {
|
|
2110 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2111 {
|
|
2112 pShopOptions[0] = pGlobalTXT_LocalizationStrings[134];
|
|
2113 pShopOptions[1] = pGlobalTXT_LocalizationStrings[152];
|
|
2114 pShopOptions[2] = pGlobalTXT_LocalizationStrings[159];
|
|
2115 pShopOptions[3] = pGlobalTXT_LocalizationStrings[160];
|
|
2116 all_text_height = 0;
|
|
2117 for (int i = 0; i < 4; ++i)//while ( (signed int)v15 < (signed int)&unk_F8B1C8 );
|
|
2118 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
|
|
2119 Str = (174 - all_text_height) / 4;
|
|
2120 pNumActiveItem = pDialogueWindow->pStartingPosActiveItem;
|
|
2121 v76 = pNumActiveItem + pDialogueWindow->pNumPresenceButton;
|
|
2122 v77 = (174 - 4 * (174 - all_text_height) / 4 - all_text_height) / 2 - (174 - all_text_height) / 4 / 2 + 138;
|
|
2123 v28 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
2124 if ( v28 ^ pNumActiveItem > v76 )
|
|
2125 {
|
|
2126 pItemNum = 2;
|
|
2127 pNumString = 0;
|
|
2128 do
|
|
2129 {
|
|
2130 pButton = pDialogueWindow->GetControl(pItemNum);
|
|
2131 pButton->uY = Str + v77;
|
|
2132 pTextHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
|
|
2133 pButton->uHeight = pTextHeight;
|
|
2134 v77 = pButton->uY + pTextHeight - 1;
|
|
2135 pButton->uW = v77;
|
|
2136 v83 = pColor2;
|
|
2137 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum )
|
|
2138 v83 = pColorWhite;
|
|
2139 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, v83, (const char *)pShopOptions[pNumString], 3);
|
|
2140 pPlayer = (Player *)((char *)pPlayer + 1);
|
|
2141 ++pItemNum;
|
|
2142 ++pNumString;
|
|
2143 pNumActiveItem = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
|
2144 }
|
|
2145 while ( pItemNum < pNumActiveItem );
|
|
2146 }
|
|
2147 }
|
|
2148 return;
|
|
2149 }
|
|
2150 case DIALOG_SHOP_BUY_STANDART:
|
|
2151 {
|
|
2152 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
|
|
2153 v114 = 0;
|
|
2154 do
|
|
2155 {
|
|
2156 // if ( pParty->field_777C[9 * (v114 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C)] )
|
|
2157 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v114].uItemID);
|
629
|
2158 {
|
634
|
2159 v46 = ItemsInShopTexture[v114];
|
|
2160 v47 = 152 - v46->uTextureHeight;
|
|
2161 if ( (signed int)v47 < 1 )
|
|
2162 v47 = 0;
|
|
2163 v48 = 75 * v114 - v46->uTextureWidth / 2 + 40;
|
|
2164 if ( v114 )
|
|
2165 {
|
|
2166 if ( v114 == 5 )
|
|
2167 {
|
|
2168 v49 = ItemsInShopTexture[5]->uTextureWidth;
|
|
2169 if ( (signed int)v48 > 457 - v49 )
|
|
2170 v48 = 457 - v49;
|
|
2171 }
|
|
2172 }
|
|
2173 else if ( (signed int)v48 < 18 )
|
|
2174 v48 = 18;
|
|
2175 pRenderer->DrawTextureTransparent(v48, v47, v46);
|
|
2176 sub_40F92A(&pRenderer->pActiveZBuffer[v48 + 640 * v47], ItemsInShopTexture[v114], v114 + 1);
|
629
|
2177 }
|
634
|
2178 ++v114;
|
|
2179 }
|
|
2180 while ( v114 < 6 );
|
|
2181 v114 = 0;
|
|
2182 do
|
|
2183 {
|
|
2184 // if ( pParty->field_777C[9 * (v114 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 54] )
|
|
2185 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v114+1].uItemID);
|
|
2186 {
|
|
2187 v50 = ItemsInShopTexture[v114 + 6];
|
|
2188 v51 = 308 - v50->uTextureHeight;
|
|
2189 if ( (signed int)v51 < 1 )
|
|
2190 v51 = 0;
|
|
2191 v52 = 75 * v114 - v50->uTextureWidth / 2 + 40;
|
|
2192 if ( v114 )
|
|
2193 {
|
|
2194 if ( v114 == 5 )
|
|
2195 {
|
|
2196 v53 = ItemsInShopTexture[11]->uTextureWidth;
|
|
2197 if ( (signed int)v52 > 457 - v53 )
|
|
2198 v52 = 457 - v53;
|
|
2199 }
|
|
2200 }
|
|
2201 else
|
|
2202 {
|
|
2203 if ( (signed int)v52 < 18 )
|
|
2204 v52 = 18;
|
|
2205 }
|
|
2206 pRenderer->DrawTextureTransparent(v52, v51, v50);
|
|
2207 sub_40F92A(&pRenderer->pActiveZBuffer[v52 + 640 * v51], ItemsInShopTexture[v114 + 6], v114 + 7);
|
|
2208 }
|
|
2209 ++v114;
|
|
2210 }
|
|
2211 while ( v114 < 6 );
|
|
2212 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2213 {
|
|
2214 v62 = 0;
|
|
2215 v109 = 0;
|
629
|
2216 do
|
|
2217 {
|
634
|
2218 // if ( pParty->field_777C[9 * (v62 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C)] )
|
|
2219 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v62].uItemID);
|
|
2220 ++v109;
|
|
2221 ++v62;
|
|
2222 }
|
|
2223 while ( v62 < 12 );
|
|
2224 v63 = GetAsyncKeyState(17);
|
|
2225 v64 = pPlayer->CanSteal();
|
|
2226 Str = v64;
|
|
2227 if ( v63 && v64 )
|
|
2228 {
|
|
2229 v65 = pGlobalTXT_LocalizationStrings[185];
|
|
2230 }
|
|
2231 else if ( dialog_menu_id == 2 )
|
|
2232 {
|
|
2233 v65 = pGlobalTXT_LocalizationStrings[195];
|
|
2234 }
|
|
2235 else
|
|
2236 {
|
|
2237 v65 = pGlobalTXT_LocalizationStrings[196];
|
|
2238 }
|
|
2239 DrawTextAtStatusBar(v65, 0);
|
|
2240 if ( !v109 )
|
|
2241 {
|
|
2242 dialog_window.DrawCurrentTime( pParty->field_3C.field_50[ (unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
|
|
2243 return;
|
|
2244 }
|
|
2245 v66 = pMouse->GetCursorPos(&v98);
|
|
2246 pNumActiveItem = v66->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v96)->y];
|
|
2247 if ( pRenderer->pActiveZBuffer[pNumActiveItem] & 0xFFFF )
|
|
2248 {
|
|
2249 v67 = (pRenderer->pActiveZBuffer[pNumActiveItem] & 0xFFFF) - 1;
|
|
2250 // v69 = 9 * (v67 + 12 * v68);
|
|
2251 v70 = (ItemGen *)&pParty->StandartItemsInShops[(int)window_SpeakInHouse->ptr_1C][v67];
|
|
2252 if ( dialog_menu_id != 2 )
|
|
2253 v70 = &pParty->SpecialItemsInShops[(int)window_SpeakInHouse->ptr_1C][v67];//v70 = (ItemGen *)&pParty->field_C59C[v69 + 724];
|
|
2254 if ( !v63 || !Str )
|
|
2255 {
|
|
2256 v71 = pPlayer->_490EEE(v70, 4, (int)window_SpeakInHouse->ptr_1C, 2);
|
|
2257 v38 = (char *)pMerchantsBuyPhrases[v71];
|
|
2258 }
|
|
2259 else
|
|
2260 {
|
|
2261 v38 = pGlobalTXT_LocalizationStrings[181];
|
|
2262 }
|
|
2263 v21 = BuilDialogueString(v38, uActiveCharacter - 1, v70, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
|
|
2264 v40 = pFontArrus->CalcTextHeight(v21, &dialog_window, 0, 0);
|
|
2265 dialog_window.DrawTitleText(pFontArrus, 0, (174 - v40) / 2 + 138, pColorWhite, v21, 3);
|
|
2266 return ;
|
|
2267 }
|
|
2268 }
|
|
2269 return;
|
|
2270 }
|
|
2271 case DIALOG_SHOP_SELL:
|
|
2272 {
|
|
2273 draw_leather();
|
|
2274 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
2275 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[199], 0);
|
|
2276 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2277 return;
|
|
2278 if ((v43 = pMouse->GetCursorPos(&v99)->x - 14, v109 = (v43 >> 5) + 14 * ((pMouse->GetCursorPos(&v95)->y - 17) >> 5),
|
|
2279 pMouse->GetCursorPos(&v102)->x <= 13) || pMouse->GetCursorPos(&v100)->x >= 462
|
|
2280 || (pNumActiveItem = pPlayer->GetItemIDAtInventoryIndex((int *)&v109), !pNumActiveItem) )
|
|
2281 return;
|
|
2282 v87 = (ItemGen *)&pPlayer->pInventoryItems[pNumActiveItem - 1];
|
|
2283 v45 = pPlayer->_490EEE(v87, 4, (int)window_SpeakInHouse->ptr_1C, 3);
|
|
2284 v21 = BuilDialogueString((char *)pMerchantsSellPhrases[v45], uActiveCharacter - 1, v87, (char *)window_SpeakInHouse->ptr_1C, 3, 0);
|
|
2285 pTextHeight = pFontArrus->CalcTextHeight(v21, &dialog_window, 0, 0);
|
|
2286 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, pColorWhite, v21, 3);
|
|
2287 return;
|
|
2288 }
|
|
2289 case DIALOG_SHOP_IDENTIFY:
|
|
2290 {
|
|
2291 draw_leather();
|
|
2292 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
2293 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[197], 0);
|
|
2294 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2295 return;
|
|
2296 if ((v36 = pMouse->GetCursorPos(&a2)->x - 14, v109 = (v36 >> 5) + 14 * ((pMouse->GetCursorPos(&v94)->y - 17) >> 5),
|
|
2297 pMouse->GetCursorPos(&v101)->x <= 13) || pMouse->GetCursorPos(&v97)->x >= 462
|
|
2298 || (pNumActiveItem = pPlayer->GetItemIDAtInventoryIndex((int *)&v109), !pNumActiveItem) )
|
|
2299 return;
|
|
2300 v37 = (ItemGen *)&pPlayer->pInventoryItems[pNumActiveItem - 1];
|
|
2301 if (!v37->Identified())
|
|
2302 {
|
|
2303 v42 = pPlayer->_490EEE(v37, 4, (int)window_SpeakInHouse->ptr_1C, 4);
|
|
2304 v38 = (char *)pMerchantsIdentifyPhrases[v42];
|
|
2305 }
|
|
2306 else
|
|
2307 {
|
|
2308 v38 = "%24";
|
|
2309 }
|
|
2310 v21 = BuilDialogueString(v38, uActiveCharacter - 1, v37, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
|
|
2311 v40 = pFontArrus->CalcTextHeight(v21, &dialog_window, 0, 0);
|
|
2312 dialog_window.DrawTitleText(pFontArrus, 0, (174 - v40) / 2 + 138, pColorWhite, v21, 3);
|
|
2313 return;
|
|
2314 }
|
|
2315 case DIALOG_SHOP_DISPLAY_EQUIPMENT:
|
|
2316 {
|
|
2317 draw_leather();
|
|
2318 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
2319 pShopOptions[0] = pGlobalTXT_LocalizationStrings[200];
|
|
2320 pShopOptions[1] = pGlobalTXT_LocalizationStrings[113];
|
|
2321 all_text_height = 0;
|
|
2322 for ( int i = 0; i < 2; ++i )
|
|
2323 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
|
|
2324 Str = (174 - all_text_height) / 2;
|
|
2325 pNumActiveItem = pDialogueWindow->pStartingPosActiveItem;
|
|
2326 v26 = pNumActiveItem + pDialogueWindow->pNumPresenceButton;
|
|
2327 v27 = (2 * (87 - (174 - all_text_height) / 2) - all_text_height) / 2 - (174 - all_text_height) / 2 / 2 + 138;
|
|
2328 v28 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
2329 if ( v28 ^ pNumActiveItem > v26 )
|
|
2330 {
|
|
2331 pItemNum = 2;
|
|
2332 pNumString = 0;
|
|
2333 do
|
|
2334 {
|
|
2335 pButton = pDialogueWindow->GetControl(pItemNum);
|
|
2336 pButton->uY = Str + v27;
|
|
2337 pTextHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
|
|
2338 pButton->uHeight = pTextHeight;
|
|
2339 v27 = pButton->uY + pTextHeight - 1;
|
|
2340 pButton->uW = v27;
|
|
2341 v35 = pColor2;
|
|
2342 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum )
|
|
2343 v35 = pColorWhite;
|
|
2344 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, v35, (const char *)pShopOptions[pNumString], 3);
|
|
2345 ++pItemNum;
|
|
2346 ++pNumString;
|
|
2347 pNumActiveItem = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
629
|
2348 }
|
634
|
2349 while ( pItemNum < pNumActiveItem );
|
|
2350 }
|
|
2351 return;
|
|
2352 }
|
|
2353 case DIALOG_SHOP_BUY_SPECIAL:
|
|
2354 {
|
|
2355 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
|
|
2356 v114 = 0;
|
|
2357 do
|
|
2358 {
|
|
2359 //if ( pParty->field_C59C[9 * (v114 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 724] )
|
|
2360 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v114].uItemID)
|
|
2361 {
|
|
2362 v54 = ItemsInShopTexture[v114];
|
|
2363 v55 = 152 - v54->uTextureHeight;
|
|
2364 if ( (signed int)v55 < 1 )
|
|
2365 v55 = 0;
|
|
2366 v56 = 75 * v114 - v54->uTextureWidth / 2 + 40;
|
|
2367 if ( v114 )
|
|
2368 {
|
|
2369 if ( v114 == 5 )
|
|
2370 {
|
|
2371 v57 = ItemsInShopTexture[5]->uTextureWidth;
|
|
2372 if ( (signed int)v56 > 457 - v57 )
|
|
2373 v56 = 457 - v57;
|
|
2374 }
|
|
2375 }
|
|
2376 else
|
|
2377 {
|
|
2378 if ( (signed int)v56 < 18 )
|
|
2379 v56 = 18;
|
|
2380 }
|
|
2381 pRenderer->DrawTextureTransparent(v56, v55, v54);
|
|
2382 sub_40F92A(&pRenderer->pActiveZBuffer[v56 + 640 * v55], ItemsInShopTexture[v114], v114 + 1);
|
|
2383 }
|
|
2384 ++v114;
|
|
2385 }
|
|
2386 while ( v114 < 6 );
|
|
2387 v114 = 0;
|
|
2388 do
|
|
2389 {
|
|
2390 // if ( pParty->field_C59C[9 * (v114 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 778] ) //weak
|
|
2391 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][(signed int)v114].uItemID) //not itemid
|
|
2392 {
|
|
2393 v58 = ItemsInShopTexture[v114 + 6];
|
|
2394 v59 = 308 - v58->uTextureHeight;
|
|
2395 if ( (signed int)v59 < 1 )
|
|
2396 v59 = 0;
|
|
2397 v60 = 75 * v114 - v58->uTextureWidth / 2 + 40;
|
|
2398 if ( v114 )
|
|
2399 {
|
|
2400 if ( v114 == 5 )
|
|
2401 {
|
|
2402 v61 = ItemsInShopTexture[11]->uTextureWidth;
|
|
2403 if ( (signed int)v60 > 457 - v61 )
|
|
2404 v60 = 457 - v61;
|
|
2405 }
|
|
2406 }
|
|
2407 else
|
|
2408 {
|
|
2409 if ( (signed int)v60 < 18 )
|
|
2410 v60 = 18;
|
|
2411 }
|
|
2412 pRenderer->DrawTextureTransparent(v60, v59, v58);
|
|
2413 sub_40F92A(&pRenderer->pActiveZBuffer[v60 + 640 * v59], ItemsInShopTexture[v114 + 6], v114 + 7);
|
|
2414 }
|
|
2415 ++v114;
|
|
2416 }
|
|
2417 while ( v114 < 6 );
|
|
2418 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2419 {
|
|
2420 v62 = 0;
|
|
2421 v109 = 0;
|
|
2422 do
|
|
2423 {
|
|
2424 //if ( pParty->field_C59C[9 * (v62 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 724] )
|
|
2425 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v62].uItemID)
|
|
2426 ++v109;
|
|
2427 ++v62;
|
|
2428 }
|
|
2429 while ( v62 < 12 );
|
|
2430 v63 = GetAsyncKeyState(17);
|
|
2431 v64 = pPlayer->CanSteal();
|
|
2432 Str = v64;
|
|
2433 if ( v63 && v64 )
|
|
2434 {
|
|
2435 v65 = pGlobalTXT_LocalizationStrings[185];
|
|
2436 }
|
|
2437 else
|
629
|
2438 {
|
634
|
2439 v65 = pGlobalTXT_LocalizationStrings[195];
|
|
2440 if ( dialog_menu_id != 2 )
|
|
2441 v65 = pGlobalTXT_LocalizationStrings[196];
|
|
2442 }
|
|
2443 DrawTextAtStatusBar(v65, 0);
|
|
2444 if ( !v109 )
|
|
2445 {
|
|
2446 dialog_window.DrawCurrentTime( pParty->field_3C.field_50[ (unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
|
|
2447 return;
|
|
2448 }
|
|
2449 v66 = pMouse->GetCursorPos(&v98);
|
|
2450 pNumActiveItem = v66->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v96)->y];
|
|
2451 if ( pRenderer->pActiveZBuffer[pNumActiveItem] & 0xFFFF )
|
|
2452 {
|
|
2453 v67 = (pRenderer->pActiveZBuffer[pNumActiveItem] & 0xFFFF) - 1;
|
|
2454 v109 = v67;
|
|
2455 v68 = (int)window_SpeakInHouse->ptr_1C;
|
|
2456 // v69 = 9 * (v67 + 12 * v68);
|
|
2457 v70 = (ItemGen *)&pParty->StandartItemsInShops[v68][v67];
|
|
2458 if ( dialog_menu_id != 2 )
|
|
2459 v70 = &pParty->SpecialItemsInShops[(int)v68][v67];//v70 = (ItemGen *)&pParty->field_C59C[v69 + 724];
|
|
2460 if ( !v63 || !Str )
|
|
2461 {
|
|
2462 v71 = pPlayer->_490EEE(v70, 4, v68, 2);
|
|
2463 v38 = (char *)pMerchantsBuyPhrases[v71];
|
|
2464 }
|
|
2465 else
|
|
2466 {
|
|
2467 v38 = pGlobalTXT_LocalizationStrings[181];
|
|
2468 }
|
|
2469 v21 = BuilDialogueString(v38, uActiveCharacter - 1, v70, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
|
|
2470 v40 = pFontArrus->CalcTextHeight(v21, &dialog_window, 0, 0);
|
|
2471 dialog_window.DrawTitleText(pFontArrus, 0, (174 - v40) / 2 + 138, pColorWhite, v21, 3);
|
|
2472 return;
|
|
2473 }
|
|
2474 }
|
|
2475 return;
|
|
2476 }
|
|
2477 case DIALOG_SHOP_SKILLS:
|
|
2478 {
|
|
2479 if (!sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win())
|
|
2480 return;
|
|
2481 all_text_height = 0;
|
|
2482 //v5 = (signed __int64)(*(float *)&p2DEvents_minus1__24[13 * (signed int)v4] * 500.0);
|
|
2483 v5 = (signed __int64)(p2DEvents[(signed int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
|
|
2484 pItemNum = v5 * (100 - pPlayer->GetMerchant()) / 100;
|
|
2485 if ( pItemNum < v5 / 3 )
|
|
2486 pItemNum = v5 / 3;
|
|
2487 pNumActiveItem = pDialogueWindow->pStartingPosActiveItem;
|
|
2488 v114 = 0;
|
|
2489 if ( pNumActiveItem >= pNumActiveItem + pDialogueWindow->pNumPresenceButton )
|
|
2490 {
|
|
2491 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], pPlayer->pName, pClassNames[pPlayer->classType]);
|
|
2492 strcat(pTmpBuf, "\n \n");
|
|
2493 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]);
|
|
2494 v40 = pFontArrus->CalcTextHeight(pTmpBuf, &dialog_window, 0, 0);
|
|
2495 dialog_window.DrawTitleText(pFontArrus, 0, (174 - v40) / 2 + 138, pColor2, pTmpBuf, 3);
|
|
2496 return;
|
|
2497 }
|
|
2498 do
|
|
2499 {
|
|
2500 v8 = pDialogueWindow->GetControl(pNumActiveItem)->uControlParam - 36;
|
|
2501 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayer->classType][v8] && !pPlayer->pActiveSkills[v8] )
|
|
2502 {
|
|
2503 all_text_height = pFontArrus->CalcTextHeight(pSkillNames[v8], &dialog_window, 0, 0);
|
|
2504 ++v114;
|
|
2505 }
|
|
2506 ++pNumActiveItem;
|
|
2507 }
|
|
2508 while ( pNumActiveItem < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem );
|
|
2509 if ( !v114 )
|
|
2510 {
|
|
2511 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], pPlayer->pName, pClassNames[pPlayer->classType]);
|
|
2512 strcat(pTmpBuf, "\n \n");
|
|
2513 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]);
|
|
2514 v40 = pFontArrus->CalcTextHeight(pTmpBuf, &dialog_window, 0, 0);
|
|
2515 dialog_window.DrawTitleText(pFontArrus, 0, (174 - v40) / 2 + 138, pColor2, pTmpBuf, 3);
|
|
2516 return;
|
|
2517 }
|
|
2518 if ( v114 )
|
|
2519 {
|
|
2520 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[401], pItemNum);
|
|
2521 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf, 3);
|
|
2522 v18 = (149 - all_text_height) / v114;
|
|
2523 if ( (149 - all_text_height) / v114 > 32 )
|
|
2524 v18 = 32;
|
|
2525 pNumActiveItem = pDialogueWindow->pStartingPosActiveItem;
|
|
2526 v105 = (149 - v114 * v18 - all_text_height) / 2 - v18 / 2 + 162;
|
|
2527 if ( pNumActiveItem < pNumActiveItem + pDialogueWindow->pNumPresenceButton )
|
|
2528 {
|
|
2529 pItemNum = 2;
|
629
|
2530 do
|
|
2531 {
|
634
|
2532 pButton = pDialogueWindow->GetControl(pItemNum);
|
|
2533 v13 = pButton->uControlParam - 36;
|
|
2534 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayer->classType][v13] || pPlayer->pActiveSkills[v13] )
|
|
2535 {
|
|
2536 pButton->uW = 0;
|
|
2537 pButton->uHeight = 0;
|
|
2538 pButton->uY = 0;
|
|
2539 }
|
|
2540 else
|
|
2541 {
|
|
2542 pButton->uY = v18 + v105;
|
|
2543 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[v13], &dialog_window, 0, 0);
|
|
2544 pButton->uHeight = pTextHeight;
|
|
2545 v105 = pButton->uY + pTextHeight - 1;
|
|
2546 pButton->uW = v105;
|
|
2547 v19 = pColor2;
|
|
2548 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum )
|
|
2549 v19 = pColorWhite;
|
|
2550 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, v19, pSkillNames[v13], 3);
|
|
2551 }
|
|
2552 pNumActiveItem = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
|
2553 pItemNum++;
|
629
|
2554 }
|
634
|
2555 while ( pItemNum < pNumActiveItem );
|
629
|
2556 }
|
|
2557 return;
|
634
|
2558 }
|
|
2559 }
|
|
2560 default:
|
|
2561 {
|
|
2562 return;// (POINT *)dialog_menu_id - 96;
|
|
2563 }
|
629
|
2564 }
|
|
2565 }
|
|
2566
|
|
2567
|
|
2568 //----- (004BA928) --------------------------------------------------------
|
|
2569 void __cdecl ArmorShopDialog()
|
|
2570 {
|
|
2571 Player *v0; // ebx@1
|
|
2572 signed int v1; // esi@8
|
|
2573 unsigned int v2; // eax@10
|
|
2574 ItemGen *v3; // eax@11
|
|
2575 unsigned __int8 v4; // dl@12
|
|
2576 char *v5; // ecx@12
|
|
2577 char *v6; // eax@13
|
|
2578 int v7; // ST08_4@15
|
|
2579 int v8; // eax@15
|
|
2580 signed int v9; // esi@17
|
|
2581 unsigned int v10; // eax@19
|
|
2582 char *v11; // edi@19
|
|
2583 int v12; // ST08_4@20
|
|
2584 int v13; // eax@20
|
|
2585 unsigned __int8 v14; // dl@20
|
|
2586 char *v15; // ecx@20
|
|
2587 char **v16; // edi@22
|
|
2588 int all_text_height; // ebx@22
|
|
2589 char **v18; // esi@22
|
|
2590 int v19; // eax@23
|
|
2591 GUIWindow *v20; // ecx@24
|
|
2592 int v21; // eax@24
|
|
2593 int v22; // edx@24
|
|
2594 int v23; // ebx@24
|
|
2595 unsigned __int8 v24; // sf@24
|
|
2596 GUIButton *control_button; // eax@26
|
|
2597 GUIButton *v26; // esi@26
|
|
2598 int v27; // eax@26
|
|
2599 unsigned int v28; // ecx@26
|
|
2600 int v29; // edx@26
|
|
2601
|
|
2602 signed int v31; // esi@31
|
|
2603 unsigned int v32; // eax@33
|
|
2604 int v33; // eax@34
|
|
2605 int v34; // ST08_4@35
|
|
2606 int v35; // eax@35
|
|
2607 char *v36; // edx@36
|
|
2608 GUIWindow *v37; // edi@42
|
|
2609 signed int v38; // esi@42
|
|
2610 unsigned int v39; // esi@44
|
|
2611 int v40; // eax@44
|
|
2612 unsigned int v41; // eax@45
|
|
2613 int v42; // eax@47
|
|
2614 int v43; // ecx@52
|
|
2615 GUIButton *v44; // eax@54
|
|
2616 GUIButton *v45; // esi@54
|
|
2617 int v46; // eax@54
|
|
2618 char *v47; // eax@56
|
|
2619 int v48; // eax@56
|
|
2620 unsigned int v49; // ecx@56
|
|
2621 int v50; // edx@56
|
|
2622 int v51; // eax@56
|
|
2623 unsigned __int16 v52; // ax@56
|
|
2624 int v53; // eax@60
|
|
2625 int textureH; // eax@60
|
|
2626 signed int textureW; // ebx@65
|
|
2627 Texture *v56; // eax@67
|
|
2628 unsigned int v57; // edi@68
|
|
2629 Texture *v58; // ST1C_4@68
|
|
2630 int v59; // eax@68
|
|
2631 int v60; // edi@69
|
|
2632 signed int v61; // ebx@73
|
|
2633 Texture *v62; // eax@75
|
|
2634 int v63; // edi@76
|
|
2635 Texture *v64; // ST1C_4@76
|
|
2636 unsigned int v65; // ST18_4@76
|
|
2637 int v66; // eax@76
|
|
2638 int v67; // edi@77
|
|
2639 signed int v68; // ecx@81
|
|
2640 SHORT v69; // bx@89
|
|
2641 bool v70; // eax@89
|
|
2642 const char *v71; // ecx@91
|
|
2643 void *v72; // eax@95
|
|
2644 POINT *v73; // esi@97
|
|
2645 int v74; // ecx@97
|
|
2646 int v75; // eax@98
|
|
2647 int v76; // ecx@98
|
|
2648 ItemGen *selected_item; // ecx@99
|
|
2649 unsigned __int8 v78; // bl@104
|
|
2650 char **v79; // edi@105
|
|
2651 int v80; // ebx@105
|
|
2652 char **v81; // esi@105
|
|
2653 int v82; // eax@106
|
|
2654 GUIWindow *v83; // ecx@107
|
|
2655 int v84; // eax@107
|
|
2656 int v85; // edx@107
|
|
2657 int v86; // ebx@107
|
|
2658 GUIButton *v87; // eax@109
|
|
2659 GUIButton *v88; // esi@109
|
|
2660 int v89; // eax@109
|
|
2661 unsigned int v90; // ecx@109
|
|
2662 int v91; // edx@109
|
|
2663 unsigned __int16 v92; // ax@109
|
|
2664 signed int v93; // edx@114
|
|
2665 POINT *v94; // edi@120
|
|
2666 __int32 v95; // ecx@120
|
|
2667 void *v96; // ST14_4@122
|
|
2668 unsigned __int8 v97; // bl@122
|
|
2669 ItemGen *v98; // ST10_4@122
|
|
2670 int v99; // eax@122
|
|
2671 char *v100; // eax@122
|
|
2672 const char *v101; // ST18_4@122
|
|
2673 unsigned __int16 v102; // ST14_2@122
|
|
2674 int v103; // eax@122
|
|
2675 signed int v104; // edi@123
|
|
2676 Texture *v105; // eax@125
|
|
2677 int v106; // ebx@126
|
|
2678 Texture *v107; // ST1C_4@126
|
|
2679 unsigned int v108; // ST18_4@126
|
|
2680 int v109; // eax@126
|
|
2681 int v110; // ebx@127
|
|
2682 GUIWindow *v111; // [sp-18h] [bp-11Ch]@36
|
|
2683 unsigned int v112; // [sp-14h] [bp-118h]@13
|
|
2684 int v113; // [sp-14h] [bp-118h]@36
|
|
2685 ItemGen *v114; // [sp-10h] [bp-114h]@12
|
|
2686 unsigned int v115; // [sp-10h] [bp-114h]@13
|
|
2687 ItemGen *v116; // [sp-10h] [bp-114h]@20
|
|
2688 int v117; // [sp-10h] [bp-114h]@36
|
|
2689 void *v118; // [sp-Ch] [bp-110h]@12
|
|
2690 unsigned __int16 v119; // [sp-Ch] [bp-110h]@13
|
|
2691 void *v120; // [sp-Ch] [bp-110h]@20
|
|
2692 char *v121; // [sp-8h] [bp-10Ch]@13
|
|
2693 int v122; // [sp-8h] [bp-10Ch]@20
|
|
2694 unsigned int v123; // [sp-4h] [bp-108h]@13
|
|
2695 __int64 *v124; // [sp-4h] [bp-108h]@20
|
|
2696 int v125; // [sp-4h] [bp-108h]@68
|
|
2697 int v126; // [sp-4h] [bp-108h]@76
|
|
2698 int v127; // [sp-4h] [bp-108h]@126
|
|
2699 POINT v128; // [sp+Ch] [bp-F8h]@8
|
|
2700 POINT v129; // [sp+14h] [bp-F0h]@18
|
|
2701 char v130; // [sp+1Ch] [bp-E8h]@120
|
|
2702 POINT a2; // [sp+24h] [bp-E0h]@8
|
|
2703 POINT v132; // [sp+2Ch] [bp-D8h]@120
|
|
2704 POINT v133; // [sp+34h] [bp-D0h]@17
|
|
2705 POINT v134; // [sp+3Ch] [bp-C8h]@97
|
|
2706 POINT v135; // [sp+44h] [bp-C0h]@31
|
|
2707 POINT v136; // [sp+4Ch] [bp-B8h]@97
|
|
2708 POINT v137; // [sp+54h] [bp-B0h]@17
|
|
2709 POINT v138; // [sp+5Ch] [bp-A8h]@32
|
|
2710 POINT v139; // [sp+64h] [bp-A0h]@17
|
|
2711 POINT v140; // [sp+6Ch] [bp-98h]@31
|
|
2712 POINT v141; // [sp+74h] [bp-90h]@8
|
|
2713 POINT v142; // [sp+7Ch] [bp-88h]@31
|
|
2714 POINT v143; // [sp+84h] [bp-80h]@9
|
|
2715 GUIWindow dialog_window; // [sp+8Ch] [bp-78h]@1
|
|
2716 char *Str; // [sp+E0h] [bp-24h]@56
|
|
2717 int v146; // [sp+E4h] [bp-20h]@24
|
|
2718 int hilight_color; // [sp+E8h] [bp-1Ch]@1
|
|
2719 int m_text_color; // [sp+ECh] [bp-18h]@1
|
|
2720 __int32 v149; // [sp+F0h] [bp-14h]@8
|
|
2721 Player* _this; // [sp+F4h] [bp-10h]@1
|
|
2722 unsigned __int8 uPlayerID; // [sp+FBh] [bp-9h]@15
|
|
2723 int v152; // [sp+FCh] [bp-8h]@24
|
|
2724 int v153; // [sp+100h] [bp-4h]@44
|
|
2725 int th;
|
|
2726 short text_color;
|
|
2727
|
|
2728 v0 = pPlayers[uActiveCharacter];
|
|
2729 _this = pPlayers[uActiveCharacter];
|
|
2730 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
|
|
2731 dialog_window.uFrameX = 483;
|
|
2732 dialog_window.uFrameWidth = 148;
|
|
2733 dialog_window.uFrameZ = 334;
|
|
2734 m_text_color = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
2735 hilight_color = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xCDu, 0x23u);
|
|
2736 switch (dialog_menu_id)
|
|
2737 {
|
|
2738 case DIALOG_SHOP_MAIN:
|
|
2739 {
|
|
2740 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2741 return;
|
|
2742 pShopOptions[0] = pGlobalTXT_LocalizationStrings[134]; //"Buy Standard"
|
|
2743 pShopOptions[1] = pGlobalTXT_LocalizationStrings[152]; //"Buy Special"
|
|
2744 pShopOptions[2] = pGlobalTXT_LocalizationStrings[159]; //"Display Inventory"
|
|
2745 pShopOptions[3] = pGlobalTXT_LocalizationStrings[160];
|
|
2746
|
|
2747 all_text_height = 0;
|
|
2748 for(int i=0;i<4;++i)
|
|
2749 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
|
|
2750 v146 = (174 - all_text_height) / 4;
|
|
2751
|
|
2752 v23 = (174 - 4 * (174 - all_text_height) / 4 - all_text_height) / 2 - (174 - all_text_height) / 4 / 2 + 138;
|
|
2753 int j=0;
|
|
2754 if ( pDialogueWindow->pNumPresenceButton>=0 )
|
|
2755 {
|
|
2756 th = 2;
|
|
2757 for (v152 = pDialogueWindow->pStartingPosActiveItem; v152 < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++v152)
|
|
2758 {
|
|
2759 control_button = pDialogueWindow->GetControl(v152);
|
|
2760 control_button->uY = v146 + v23;
|
|
2761 v27 = pFontArrus->CalcTextHeight(pShopOptions[j], &dialog_window, 0, 0);
|
|
2762 control_button->uHeight = v27;
|
|
2763 v23 = control_button->uY + control_button->uHeight - 1;
|
|
2764 control_button->uW = v23;
|
|
2765 text_color = hilight_color;
|
|
2766 if ( pDialogueWindow->pCurrentPosActiveItem != th )
|
|
2767 text_color = m_text_color;
|
|
2768 dialog_window.DrawTitleText(pFontArrus, 0, control_button->uY, text_color, pShopOptions[j], 3);
|
|
2769 ++th;
|
|
2770 ++j;
|
|
2771 }
|
|
2772 }
|
|
2773 }
|
|
2774 break;
|
|
2775 case DIALOG_SHOP_BUY_STANDART:
|
|
2776 {
|
|
2777 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
|
|
2778 textureW = 0;
|
|
2779 v153 = 0;
|
|
2780 for(int i=0; i<8; ++i)
|
|
2781 {
|
|
2782 if ( pParty->StandartItemsInShops[window_SpeakInHouse->par1C][i].uItemID);
|
|
2783 {
|
|
2784 textureW = ItemsInShopTexture[i]->uTextureWidth;
|
|
2785 textureH = ItemsInShopTexture[i]->uTextureHeight;
|
|
2786 if ( i >= 4 ) //low row
|
|
2787 {
|
|
2788 v60 = 90 - (textureW/2);
|
|
2789 pRenderer->DrawTextureTransparent(v60 + v153 - 420, 126, ItemsInShopTexture[i]);
|
|
2790 v59 = v60 + v153 + 80220;
|
|
2791 }
|
|
2792 else
|
|
2793 {
|
|
2794 v57 = 98 - textureH;
|
|
2795 v152 = 86 - (textureW/2);
|
|
2796 pRenderer->DrawTextureTransparent(v153 + v152, v57, ItemsInShopTexture[i]);
|
|
2797 v59 = v153 + v152 + 640 * v57;
|
|
2798 }
|
|
2799 ZBuffer_DoFill(&pRenderer->pActiveZBuffer[v59], ItemsInShopTexture[i], i+1);
|
|
2800 }
|
|
2801 v153 += 105;
|
|
2802
|
|
2803 }
|
|
2804
|
|
2805 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2806 return;
|
|
2807
|
|
2808 v149 = 0;
|
|
2809 for(int i=0; i<8; ++i)
|
|
2810 {
|
|
2811 if ( pParty->StandartItemsInShops[window_SpeakInHouse->par1C][i].uItemID);
|
|
2812 ++v149;
|
|
2813
|
|
2814 }
|
|
2815
|
|
2816 v69 = GetAsyncKeyState(17);
|
|
2817 v70 = _this->CanSteal();
|
|
2818 //Str = (char *)v70;
|
|
2819 if ( v69 == 0 || v70 == 0 )
|
|
2820 {
|
|
2821 v71 = pGlobalTXT_LocalizationStrings[195]; //"Select the Item to Buy"
|
|
2822 }
|
|
2823 else
|
|
2824 {
|
|
2825 v71 = pGlobalTXT_LocalizationStrings[185];//"Steal item"
|
|
2826 }
|
|
2827 DrawTextAtStatusBar(v71, 0);
|
|
2828 if ( v149 != 0 )
|
|
2829 {
|
|
2830 v73 = pMouse->GetCursorPos(&v136);
|
|
2831 v74 = pRenderer->pActiveZBuffer[v73->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v134)->y]] & 0xFFFF;
|
|
2832 if ( !v74 )
|
|
2833 return;
|
|
2834 v149 = v74 - 1;
|
|
2835 selected_item = &pParty->StandartItemsInShops[window_SpeakInHouse->par1C][v74-1];
|
|
2836 if ( v69 ==0 || v70 == 0)
|
|
2837 {
|
|
2838 v120 = window_SpeakInHouse->ptr_1C;
|
|
2839 v15 = (char *)pMerchantsBuyPhrases[_this->_490EEE(selected_item, 2, window_SpeakInHouse->par1C, 2)];
|
|
2840 }
|
|
2841 else
|
|
2842 {
|
|
2843 v120 = window_SpeakInHouse->ptr_1C;
|
|
2844 v15 = pGlobalTXT_LocalizationStrings[181]; //"Steal %24"
|
|
2845 }
|
|
2846 v36 = BuilDialogueString(v15, uActiveCharacter - 1, selected_item, (char *)v120, 2, 0);
|
|
2847 v115 = (174 - pFontArrus->CalcTextHeight(v36, &dialog_window, 0, 0)) / 2 + 138;
|
|
2848 dialog_window.DrawTitleText(pFontArrus, 0, v115, m_text_color, v36, 3);
|
|
2849 return;
|
|
2850 }
|
|
2851 dialog_window.DrawCurrentTime( pParty->field_3C.field_50[window_SpeakInHouse->par1C]- pParty->uTimePlayed);
|
|
2852 return;
|
|
2853 }
|
|
2854 break;
|
|
2855 case DIALOG_SHOP_SELL:
|
|
2856 {
|
|
2857 draw_leather();
|
|
2858 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
2859 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[199], 0);//"Select the Item to Sell"
|
|
2860 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win())
|
|
2861 return;
|
|
2862
|
|
2863 if((v9 = pMouse->GetCursorPos(&v139)->x - 14, v149 = (v9 >> 5) + 14 * ((pMouse->GetCursorPos(&v133)->y - 17) >> 5),
|
|
2864 pMouse->GetCursorPos(&v137)->x <= 13) || pMouse->GetCursorPos(&v129)->x >= 462
|
|
2865 || (v10 = v0->GetItemIDAtInventoryIndex((int *)&v149), v11 = 0, !v10) )
|
|
2866 return;
|
|
2867
|
|
2868 v116 = (ItemGen *)&v0->pInventoryItems[v10-1];
|
|
2869 v13 = v0->_490EEE(v116, 2, window_SpeakInHouse->par1C, 3);
|
|
2870 v15 = (char *)pMerchantsSellPhrases[v0->_490EEE(v116, 2, window_SpeakInHouse->par1C, 3)];
|
|
2871 v36 = BuilDialogueString(v15, uActiveCharacter - 1, v116, (char *) window_SpeakInHouse->par1C, 3, 0);
|
|
2872 v115 = (174 - pFontArrus->CalcTextHeight(v36, &dialog_window, 0, 0)) / 2 + 138;
|
|
2873 dialog_window.DrawTitleText(pFontArrus, 0, v115, m_text_color, v36, 3);
|
|
2874 return;
|
|
2875 }
|
|
2876 break;
|
|
2877 case DIALOG_SHOP_IDENTIFY:
|
|
2878 {
|
|
2879 draw_leather();
|
|
2880 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
2881 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[197], 0); //"Select the Item to Identify"
|
|
2882 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2883 {
|
|
2884 v1 = pMouse->GetCursorPos(&a2)->x - 14;
|
|
2885 v149 = (v1 >> 5) + 14 * ((pMouse->GetCursorPos(&v128)->y - 17) >> 5);
|
|
2886 if ( pMouse->GetCursorPos(&v141)->x > 13 )
|
|
2887 {
|
|
2888 if ( pMouse->GetCursorPos(&v143)->x < 462 )
|
|
2889 {
|
|
2890 v2 = v0->GetItemIDAtInventoryIndex((int *)&v149);
|
|
2891 if ( v2 )
|
|
2892 {
|
|
2893 v3 = (ItemGen *)&v0->pInventoryItems[v2-1];
|
|
2894 if (v3->Identified())
|
|
2895 {
|
|
2896 v118 = window_SpeakInHouse->ptr_1C;
|
|
2897 v4 = uActiveCharacter - 1;
|
|
2898 v5 = "%24";
|
|
2899 v114 = v3;
|
|
2900 }
|
|
2901 else
|
|
2902 {
|
|
2903 v118 = window_SpeakInHouse->ptr_1C;
|
|
2904 v114 = v3;
|
|
2905 v7 = (int)window_SpeakInHouse->ptr_1C;
|
|
2906 uPlayerID = uActiveCharacter - 1;
|
|
2907 v8 = v0->_490EEE(v3, 2, v7, 4);
|
|
2908 v4 = uPlayerID;
|
|
2909 v5 = (char *)pMerchantsIdentifyPhrases[v8];
|
|
2910 }
|
|
2911 v6 = BuilDialogueString(v5, v4, v114, (char *)v118, 4, 0);
|
|
2912 v115 = (174 - pFontArrus->CalcTextHeight(v6, &dialog_window, 0, 0)) / 2 + 138;
|
|
2913 dialog_window.DrawTitleText(pFontArrus, 0, v115, m_text_color, v6, 3);
|
|
2914 return;
|
|
2915 }
|
|
2916 }
|
|
2917 }
|
|
2918 }
|
|
2919 }
|
|
2920 break;
|
|
2921 case DIALOG_SHOP_REPAIR:
|
|
2922 {
|
|
2923 draw_leather();
|
|
2924 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
2925 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[198], 0);
|
|
2926 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win())
|
|
2927 return;
|
|
2928
|
|
2929 if( (v31 = pMouse->GetCursorPos(&v135)->x - 14,
|
|
2930 v149 = (v31 >> 5) + 14 * ((pMouse->GetCursorPos(&v142)->y - 17) >> 5),
|
|
2931 pMouse->GetCursorPos(&v140)->x <= 13)
|
|
2932 || pMouse->GetCursorPos(&v138)->x >= 462
|
|
2933 || (v32 = v0->GetItemIDAtInventoryIndex((int *)&v149), v11 = 0, !v32)
|
|
2934 || (v33 = 9 * v32, !(v0->field_1F5[4 * v33 + 15] & 2)) )
|
|
2935 return;
|
|
2936
|
|
2937
|
|
2938 v120 = window_SpeakInHouse->ptr_1C;
|
|
2939 v116 = (ItemGen *)&v0->spellbook.pDarkSpellbook.bIsSpellAvailable[4 * v33 + 5];
|
|
2940 v34 = (int)window_SpeakInHouse->ptr_1C;
|
|
2941 uPlayerID = uActiveCharacter - 1;
|
|
2942 v35 = v0->_490EEE((ItemGen *)&v0->spellbook.pDarkSpellbook.bIsSpellAvailable[4 * v33 + 5], 2, v34, 5);
|
|
2943 v14 = uPlayerID;
|
|
2944 v15 = (char *)pMerchantsRepairPhrases[v35];
|
|
2945 v36 = BuilDialogueString(v15, v14, v116, (char *)v120, 5, 0);
|
|
2946 v115 = (174 - pFontArrus->CalcTextHeight(v36, &dialog_window, 0, 0)) / 2 + 138;
|
|
2947 dialog_window.DrawTitleText(pFontArrus, 0, v115, m_text_color, v36, 3);
|
|
2948 return;
|
|
2949 }
|
|
2950 break;
|
|
2951 case 6: //buy standart
|
|
2952 {
|
|
2953 pRenderer->DrawTextureIndexed(8u, 8u, ShopTexture);
|
|
2954 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[195], 0); //"Select the Item to Buy"
|
|
2955 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
2956 return;
|
|
2957 v149 = 0;
|
|
2958 for(int i=0;i<6;++i)
|
|
2959 if (pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][i].uItemID)
|
|
2960 ++v149;
|
|
2961
|
|
2962
|
|
2963 if ( v149 )
|
|
2964 {
|
|
2965 v94 = pMouse->GetCursorPos(&v132);
|
|
2966 v149 = pRenderer->pActiveZBuffer[v94->x + pSRZBufferLineOffsets[pMouse->GetCursorPos((POINT *)&v130)->y]];
|
|
2967 v95 = v149;
|
|
2968 if ( v149 && v149 != -65536 )
|
|
2969 {
|
|
2970 --v149;
|
|
2971
|
|
2972 v97 = uActiveCharacter - 1;
|
|
2973
|
|
2974 v99 = _this->_490EEE(
|
|
2975 &pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][v95-1], 2, window_SpeakInHouse->par1C, 2);
|
|
2976 v100 = BuilDialogueString((char *)pMerchantsBuyPhrases[v99], uActiveCharacter - 1, v98, (char *)window_SpeakInHouse->par1C, 2, 0);
|
|
2977 v103 = pFontArrus->CalcTextHeight(v100, &dialog_window, 0, 0);
|
|
2978 dialog_window.DrawTitleText(pFontArrus, 0, (174 - v103) / 2 + 138, m_text_color, v100, 3);
|
|
2979 }
|
|
2980 v104 = 0;
|
|
2981 v153 = 0;
|
|
2982 do
|
|
2983 {
|
|
2984 //if ( pParty->field_C59C[9 * (v104 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 724] )
|
|
2985 if (pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][v104].uItemID)
|
|
2986 {
|
|
2987 v105 = ItemsInShopTexture[v104];
|
|
2988 if ( v104 >= 4 )
|
|
2989 {
|
|
2990 v110 = 90 - ((signed int)v105->uTextureWidth >> 1);
|
|
2991 pRenderer->DrawTextureTransparent(v153 + v110 - 420, 0x7Eu, ItemsInShopTexture[v104]);
|
|
2992 v127 = v104 + 1;
|
|
2993 v109 = v153 + v110 + 80220;
|
|
2994 }
|
|
2995 else
|
|
2996 {
|
|
2997 v106 = 98 - v105->uTextureHeight;
|
|
2998 v107 = ItemsInShopTexture[v104];
|
|
2999 v108 = 98 - v105->uTextureHeight;
|
|
3000 v152 = 86 - ((signed int)v105->uTextureWidth >> 1);
|
|
3001 pRenderer->DrawTextureTransparent(v152 + v153, v108, v107);
|
|
3002 v127 = v104 + 1;
|
|
3003 v109 = v152 + v153 + 640 * v106;
|
|
3004 }
|
|
3005 ZBuffer_DoFill(&pRenderer->pActiveZBuffer[v109], ItemsInShopTexture[v104], v127);
|
|
3006 }
|
|
3007 v153 += 105;
|
|
3008 ++v104;
|
|
3009 }
|
|
3010 while ( v104 < 8 );
|
|
3011 return;
|
|
3012 }
|
|
3013 dialog_window.DrawCurrentTime(pParty->field_3C.field_50[window_SpeakInHouse->par1C]- pParty->uTimePlayed);
|
|
3014 return;
|
|
3015 }
|
|
3016 break;
|
|
3017 case DIALOG_SHOP_DISPLAY_EQUIPMENT:
|
|
3018 {
|
|
3019 draw_leather();
|
|
3020 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
3021 v79 = pShopOptions;
|
|
3022 pShopOptions[0] = pGlobalTXT_LocalizationStrings[200]; //"Sell"
|
|
3023 pShopOptions[1] = pGlobalTXT_LocalizationStrings[113]; //"Identify"
|
|
3024 pShopOptions[2] = pGlobalTXT_LocalizationStrings[179]; //"Repair"
|
|
3025
|
|
3026 all_text_height = 0;
|
|
3027 for(int i=0;i<3;++i)
|
|
3028 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
|
|
3029 v83 = pDialogueWindow;
|
|
3030 v152 = (174 - all_text_height) / 3;
|
|
3031 v84 = pDialogueWindow->pStartingPosActiveItem;
|
|
3032 v85 = v84 + pDialogueWindow->pNumPresenceButton;
|
|
3033 v86 = (3 * (58 - v152) - all_text_height) / 2 - v152 / 2 + 138;
|
|
3034 v24 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
3035 _this = (Player *)pDialogueWindow->pStartingPosActiveItem;
|
|
3036 if ( v24 ^ __OFSUB__(v84, v85) )
|
|
3037 {
|
|
3038 v153 = 2;
|
|
3039 do
|
|
3040 {
|
|
3041 v87 = v83->GetControl((unsigned int)_this);
|
|
3042 v88 = v87;
|
|
3043 v87->uY = v152 + v86;
|
|
3044 v89 = pFontArrus->CalcTextHeight(*v79, &dialog_window, 0, 0);
|
|
3045 v90 = v88->uY;
|
|
3046 v91 = v153;
|
|
3047 v88->uHeight = v89;
|
|
3048 v86 = v90 + v89 - 1;
|
|
3049 v88->uW = v86;
|
|
3050 v92 = hilight_color;
|
|
3051 if ( pDialogueWindow->pCurrentPosActiveItem != v91 )
|
|
3052 v92 = m_text_color;
|
|
3053 dialog_window.DrawTitleText(pFontArrus, 0, v90, v92, *v79, 3u);
|
|
3054 v83 = pDialogueWindow;
|
|
3055 ++v153;
|
|
3056 ++v79;
|
|
3057 _this = (Player *)((char *)_this + 1);
|
|
3058 }
|
|
3059 while ( (signed int)_this < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem );
|
|
3060 }
|
|
3061 return;
|
|
3062 }
|
|
3063 break;
|
|
3064 case DIALOG_SHOP_BUY_SPECIAL:
|
|
3065 {
|
|
3066 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
|
|
3067 v11 = 0;
|
|
3068 v61 = 0;
|
|
3069 v153 = 0;
|
|
3070 do
|
|
3071 {
|
|
3072 if (pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][v61].uItemID)
|
|
3073 {
|
|
3074 v62 = ItemsInShopTexture[v61];
|
|
3075 if ( v61 >= 4 )
|
|
3076 {
|
|
3077 v67 = 90 - ((signed int)v62->uTextureWidth >> 1);
|
|
3078 pRenderer->DrawTextureTransparent(v153 + v67 - 420, 0x7Eu, ItemsInShopTexture[v61]);
|
|
3079 v66 = v153 + v67 + 80220;
|
|
3080 }
|
|
3081 else
|
|
3082 {
|
|
3083 v63 = 98 - v62->uTextureHeight;
|
|
3084 v64 = ItemsInShopTexture[v61];
|
|
3085 v65 = 98 - v62->uTextureHeight;
|
|
3086 v152 = 86 - ((signed int)v62->uTextureWidth >> 1);
|
|
3087 pRenderer->DrawTextureTransparent(v152 + v153, v65, v64);
|
|
3088 v66 = v152 + v153 + 640 * v63;
|
|
3089 }
|
|
3090 ZBuffer_DoFill(&pRenderer->pActiveZBuffer[v66], ItemsInShopTexture[v61], v61 + 1);
|
|
3091 }
|
|
3092 v153 += 105;
|
|
3093 ++v61;
|
|
3094 }
|
|
3095 while ( v61 < 8 );
|
|
3096
|
|
3097 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
3098 return;
|
|
3099 v68 = 0;
|
|
3100 v149 = 0;
|
|
3101
|
|
3102 do
|
|
3103 {
|
|
3104 // if ( (char *)pParty->field_C59C[9 * (v68 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 724] != v11 )
|
|
3105 if (pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][(signed int)v68].uItemID)
|
|
3106 ++v149;
|
|
3107 ++v68;
|
|
3108 }
|
|
3109 while ( v68 < 6 );
|
|
3110
|
|
3111 v69 = GetAsyncKeyState(17);
|
|
3112 v70 = _this->CanSteal();
|
|
3113 Str = (char *)v70;
|
|
3114 if ( v69 == 0 || (char *)v70 == 0 )
|
|
3115 {
|
|
3116 v71 = pGlobalTXT_LocalizationStrings[196]; //Select the Special Item to Buy"
|
|
3117 }
|
|
3118 else
|
|
3119 {
|
|
3120 v71 = pGlobalTXT_LocalizationStrings[185];
|
|
3121 }
|
|
3122 DrawTextAtStatusBar(v71, 0);
|
|
3123 if ( (char *)v149 != 0 )
|
|
3124 {
|
|
3125 v73 = pMouse->GetCursorPos(&v136);
|
|
3126 v74 = pRenderer->pActiveZBuffer[v73->x + pSRZBufferLineOffsets[pMouse->GetCursorPos((POINT *)&v134)->y]] & 0xFFFF;
|
|
3127 if ( !v74 )
|
|
3128 return;
|
|
3129 v149 = v74 - 1;
|
|
3130
|
|
3131 if ( dialog_menu_id == 2 )
|
|
3132 selected_item = &pParty->StandartItemsInShops[window_SpeakInHouse->par1C][v74-1];
|
|
3133 else
|
|
3134 selected_item = &pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][v74-1];//(ItemGen *)&pParty->field_C59C[v76 + 724];
|
|
3135 if ( v69 == 0 || Str == 0 )
|
|
3136 {
|
|
3137 v120 = window_SpeakInHouse->ptr_1C;
|
|
3138 v15 = (char *)pMerchantsBuyPhrases[_this->_490EEE(selected_item, 2, window_SpeakInHouse->par1C, 2)];
|
|
3139 }
|
|
3140 else
|
|
3141 {
|
|
3142 v120 = window_SpeakInHouse->ptr_1C;
|
|
3143 v15 = pGlobalTXT_LocalizationStrings[181]; //"Steal %24"
|
|
3144 }
|
|
3145 v36 = BuilDialogueString(v15, uActiveCharacter - 1, selected_item, (char *)v120, 2, 0);
|
|
3146 v115 = (174 - pFontArrus->CalcTextHeight(v36, &dialog_window, 0, 0)) / 2 + 138;
|
|
3147 dialog_window.DrawTitleText(pFontArrus, 0, v115, m_text_color, v36, 3);
|
|
3148 return;
|
|
3149 }
|
|
3150 dialog_window.DrawCurrentTime( pParty->field_3C.field_50[window_SpeakInHouse->par1C]- pParty->uTimePlayed);
|
|
3151 return;
|
|
3152 }
|
|
3153 break;
|
|
3154 case DIALOG_SHOP_SKILLS:
|
|
3155 {
|
|
3156 if (!sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
3157 return;
|
|
3158 v152 = 0;
|
|
3159 v37 = pDialogueWindow;
|
|
3160 //v38 = (signed __int64)(*(float *)&p2DEvents_minus1__24[13 * (unsigned int)ptr_507BC0->ptr_1C] * 500.0);
|
|
3161 v38 = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
|
|
3162 _this = (Player *)(v38 * (100 - v0->GetMerchant()) / 100);
|
|
3163 if ( (signed int)_this < v38 / 3 )
|
|
3164 _this = (Player *)(v38 / 3);
|
|
3165 v39 = v37->pStartingPosActiveItem;
|
|
3166 v40 = v37->pNumPresenceButton;
|
|
3167 v153 = 0;
|
|
3168 if ( (signed int)v39 < (signed int)(v39 + v40) )
|
|
3169 {
|
|
3170 do
|
|
3171 {
|
|
3172 v41 = v37->GetControl(v39)->uControlParam - 36;
|
|
3173 if ( byte_4ED970_skill_learn_ability_by_class_table[v0->classType][v41] && !v0->pActiveSkills[v41] )
|
|
3174 {
|
|
3175 v42 = pFontArrus->CalcTextHeight(pSkillNames[v41], &dialog_window, 0, 0);
|
|
3176 v152 += v42;
|
|
3177 ++v153;
|
|
3178 }
|
|
3179 ++v39;
|
|
3180 }
|
|
3181 while ( (signed int)v39 < v37->pNumPresenceButton + v37->pStartingPosActiveItem );
|
|
3182 if ( v153 )
|
|
3183 {
|
|
3184 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[401], _this);
|
|
3185 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf, 3u);
|
|
3186 _this = (Player *)((149 - v152) / v153);
|
|
3187 if ( (149 - v152) / v153 > 32 )
|
|
3188 _this = (Player *)32;
|
|
3189 v43 = (149 - v153 * (signed int)_this - v152) / 2 - (signed int)_this / 2 + 162;
|
|
3190 v152 = v37->pStartingPosActiveItem;
|
|
3191 v146 = v43;
|
|
3192 if ( v152 < v152 + v37->pNumPresenceButton )
|
|
3193 {
|
|
3194 v153 = 2;
|
|
3195 do
|
|
3196 {
|
|
3197 v44 = v37->GetControl(v152);
|
|
3198 v45 = v44;
|
|
3199 v46 = v44->uControlParam - 36;
|
|
3200 if ( !byte_4ED970_skill_learn_ability_by_class_table[v0->classType][v46] || v0->pActiveSkills[v46] )
|
|
3201 {
|
|
3202 v45->uW = 0;
|
|
3203 v45->uHeight = 0;
|
|
3204 v45->uY = 0;
|
|
3205 }
|
|
3206 else
|
|
3207 {
|
|
3208 v47 = pSkillNames[v46];
|
|
3209 v45->uY = (unsigned int)((char *)_this + v146);
|
|
3210 Str = v47;
|
|
3211 v48 = pFontArrus->CalcTextHeight(v47, &dialog_window, 0, 0);
|
|
3212 v49 = v45->uY;
|
|
3213 v50 = v153;
|
|
3214 v45->uHeight = v48;
|
|
3215 v51 = v49 + v48 - 1;
|
|
3216 v45->uW = v51;
|
|
3217 v146 = v51;
|
|
3218 v52 = hilight_color;
|
|
3219 if ( pDialogueWindow->pCurrentPosActiveItem != v50 )
|
|
3220 v52 = m_text_color;
|
|
3221 dialog_window.DrawTitleText(pFontArrus, 0, v49, v52, Str, 3u);
|
|
3222 }
|
|
3223 v53 = v37->pStartingPosActiveItem;
|
|
3224 ++v152;
|
|
3225 textureH = v37->pNumPresenceButton + v53;
|
|
3226 ++v153;
|
|
3227 }
|
|
3228 while ( v152 < textureH );
|
|
3229 }
|
|
3230 return;
|
|
3231 }
|
|
3232 }
|
|
3233 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], v0->pName, pClassNames[v0->classType]); //"Seek knowledge elsewhere %s the %s"
|
|
3234 strcat(pTmpBuf, "\n \n");
|
|
3235 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further."
|
|
3236 v115 = (174 - pFontArrus->CalcTextHeight(pTmpBuf, &dialog_window, 0, 0)) / 2 + 138;
|
|
3237 dialog_window.DrawTitleText(pFontArrus, 0, v115, hilight_color, pTmpBuf, 3);
|
|
3238 return;
|
|
3239 }
|
|
3240 break;
|
|
3241 }
|
|
3242 }
|
|
3243
|
|
3244
|
|
3245
|
|
3246 //----- (004B5D7C) --------------------------------------------------------
|
|
3247 void GuildDialog()
|
|
3248 {
|
|
3249 GUIWindow *v0; // ebx@1
|
|
3250 Player *currPlayer; // edi@1
|
|
3251 signed int base_teach_price; // ebx@1
|
|
3252 int v3; // edi@6
|
|
3253 int result; // eax@11
|
|
3254 unsigned int v5; // ebx@13
|
|
3255 int v6; // esi@13
|
|
3256 signed int v7; // esi@17
|
|
3257 int v8; // esi@22
|
|
3258 signed int v9; // ecx@22
|
|
3259 char *v10; // eax@22
|
|
3260 const char *statusbar_string; // ecx@26
|
|
3261 POINT *v12; // esi@30
|
|
3262 int v13; // ecx@30
|
|
3263 void *v14; // ST1C_4@31
|
|
3264 ItemGen *v15; // ST18_4@31
|
|
3265 int v16; // ST10_4@31
|
|
3266 int v17; // eax@31
|
|
3267 char *v18; // edx@31
|
|
3268 int v19; // eax@32
|
|
3269 GUIWindow *v20; // edi@35
|
|
3270 int v21; // esi@35
|
|
3271 int v22; // eax@35
|
|
3272 unsigned int v23; // eax@36
|
|
3273 int v24; // eax@39
|
|
3274 int v25; // eax@40
|
|
3275 int v26; // ecx@47
|
|
3276 GUIButton *v27; // eax@49
|
|
3277 GUIButton *v28; // esi@49
|
|
3278 unsigned int v29; // eax@49
|
|
3279 char *v30; // eax@52
|
|
3280 int v31; // eax@55
|
|
3281 unsigned int v32; // ecx@55
|
|
3282 int v33; // eax@55
|
|
3283 unsigned __int16 v34; // ax@55
|
|
3284 int v35; // eax@58
|
|
3285 const char *v36; // ST20_4@61
|
|
3286 unsigned __int16 v37; // ST1C_2@61
|
|
3287 int v38; // eax@61
|
|
3288 GUIWindow *v39; // [sp-18h] [bp-304h]@31
|
|
3289 int v40; // [sp-14h] [bp-300h]@31
|
|
3290 int v41; // [sp-10h] [bp-2FCh]@31
|
|
3291 unsigned __int16 v42; // [sp-Ch] [bp-2F8h]@31
|
|
3292 char *v43; // [sp-8h] [bp-2F4h]@31
|
|
3293 unsigned int v44; // [sp-4h] [bp-2F0h]@31
|
|
3294 char Dest[100]; // [sp+Ch] [bp-2E0h]@3
|
|
3295 char v46[100]; // [sp+70h] [bp-27Ch]@3
|
|
3296 char v47[100]; // [sp+D4h] [bp-218h]@3
|
|
3297 char v48[100]; // [sp+138h] [bp-1B4h]@3
|
|
3298 char v49[100]; // [sp+19Ch] [bp-150h]@3
|
|
3299 POINT v50; // [sp+264h] [bp-88h]@30
|
|
3300 POINT v51; // [sp+26Ch] [bp-80h]@30
|
|
3301 GUIWindow working_window; // [sp+274h] [bp-78h]@1
|
|
3302 signed int v53; // [sp+27Ch] [bp-70h]@1
|
|
3303 signed int v54; // [sp+284h] [bp-68h]@1
|
|
3304 int v55; // [sp+2C8h] [bp-24h]@47
|
|
3305 int main_text_color; // [sp+2CCh] [bp-20h]@1
|
|
3306 int hi_text_color; // [sp+2D0h] [bp-1Ch]@1
|
|
3307 Player *v58; // [sp+2D4h] [bp-18h]@1
|
|
3308 unsigned __int8 uPlayerID; // [sp+2DBh] [bp-11h]@31
|
|
3309 char *Str; // [sp+2DCh] [bp-10h]@35
|
|
3310 int v61; // [sp+2E0h] [bp-Ch]@35
|
|
3311 unsigned int v62; // [sp+2E4h] [bp-8h]@13
|
|
3312 int v63; // [sp+2E8h] [bp-4h]@1
|
|
3313
|
|
3314 v0 = window_SpeakInHouse;
|
|
3315 memcpy(&working_window, window_SpeakInHouse, sizeof(GUIWindow));
|
|
3316 v58 = pPlayers[uActiveCharacter];
|
|
3317 currPlayer = v58;
|
|
3318 working_window.uFrameX = 483;
|
|
3319 working_window.uFrameWidth = 148;
|
|
3320 working_window.uFrameZ = 334;
|
|
3321 main_text_color = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
3322 hi_text_color = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
|
|
3323 //v2 = (signed __int64)(p2DEvents_minus1__20[13 * (unsigned int)v0->ptr_1C] * 500.0);
|
|
3324 base_teach_price = (signed __int64)(p2DEvents[(unsigned int)v0->ptr_1C - 1].fPriceMultiplier * 500.0);
|
|
3325 v63 = base_teach_price * (100 - currPlayer->GetMerchant()) / 100;
|
|
3326 if ( v63 < base_teach_price / 3 )
|
|
3327 v63 = base_teach_price / 3;
|
|
3328 strcpy(Dest, "");
|
|
3329 strcpy(v46, "");
|
|
3330 strcpy(v47, "");
|
|
3331 strcpy(v48, "");
|
|
3332 strcpy(v49, "");
|
|
3333 if ( dialog_menu_id != 1 )
|
|
3334 {
|
|
3335 if ( dialog_menu_id != 18 ) //buy skill
|
|
3336 {
|
|
3337 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
3338 {
|
|
3339 //v3 = (int)(&currPlayer->uIntelligence + dword_F8B19C); //test skill
|
|
3340 if ( v58->pActiveSkills[dialog_menu_id-36] )
|
|
3341 {
|
|
3342 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[403], pClassNames[dialog_menu_id - 16]); //"You already know the %s skill"
|
|
3343 ShowStatusBarString(pTmpBuf, 2u);
|
|
3344 pAudioPlayer->PlaySound(SOUND_27, 0, 0, -1, 0, 0, 0, 0);
|
|
3345 }
|
|
3346 else
|
|
3347 {
|
|
3348 if ( pParty->uNumGold < v63 )
|
|
3349 {
|
|
3350 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2u); //"You don't have enough gold"
|
|
3351 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 2);
|
|
3352 }
|
|
3353 else
|
|
3354 {
|
|
3355 Party::TakeGold(v63);
|
|
3356 v58->pActiveSkills[dialog_menu_id-36] = 1;
|
|
3357 }
|
|
3358 }
|
|
3359 }
|
|
3360 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
3361 return;
|
|
3362 }
|
|
3363 pRenderer->DrawTextureIndexed(8u, 8u, ShopTexture);
|
|
3364 v5 = 0;
|
|
3365 v6 = 0;
|
|
3366 v62 = 0;
|
|
3367 v63 = 32;
|
|
3368 do
|
|
3369 {
|
|
3370 if (pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v6].uItemID)
|
|
3371 // if ( *(&pParty->pPlayers[1].pInstalledBeacons[0].field_18 + 9 * (v6 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C)) )
|
|
3372
|
|
3373 {
|
|
3374 pRenderer->DrawTextureTransparent(v63, 0x5Au, ItemsInShopTexture[v6]);
|
|
3375 ZBuffer_DoFill((int *)((char *)pRenderer->pActiveZBuffer + v62 + 230528), ItemsInShopTexture[v6], v6 + 1);
|
|
3376 currPlayer = v58;
|
|
3377 }
|
|
3378 v63 += 70;
|
|
3379 v62 += 280;
|
|
3380 ++v6;
|
|
3381 }
|
|
3382 while ( v63 < 452 );
|
|
3383
|
|
3384 v62 = 1680;
|
|
3385 v7 = 6;
|
|
3386 v63 = 32;
|
|
3387 do
|
|
3388 {
|
|
3389 if (pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v7].uItemID)
|
|
3390 // if ( *(&pParty->pPlayers[1].pInstalledBeacons[0].field_18 + 9 * (v7 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C)) )
|
|
3391 {
|
|
3392 pRenderer->DrawTextureTransparent(v63, 0xFAu, ItemsInShopTexture[v7]);
|
|
3393 ZBuffer_DoFill((int *)((char *)pRenderer->pActiveZBuffer + v62 + 638448), ItemsInShopTexture[v7], v7 + 1);
|
|
3394 currPlayer = v58;
|
|
3395 }
|
|
3396 v63 += 70;
|
|
3397 v62 += 280;
|
|
3398 ++v7;
|
|
3399 }
|
|
3400 while ( v63 < 452 );
|
|
3401
|
|
3402 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
3403 {
|
|
3404 v8 = 0;
|
|
3405 v9 = 12;
|
|
3406 // v10 = (char *)(&pParty->pPlayers[1].pInstalledBeacons[0].field_18 + 108 * (unsigned int)window_SpeakInHouse->ptr_1C);
|
|
3407 // v10 =
|
|
3408 do
|
|
3409 {
|
|
3410 if (pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v9].uItemID )
|
|
3411 ++v8;
|
|
3412 // v10 += 36;
|
|
3413 --v9;
|
|
3414 }
|
|
3415 while ( v9 );
|
|
3416
|
|
3417 GetAsyncKeyState(17);
|
|
3418 statusbar_string = pGlobalTXT_LocalizationStrings[195]; //"Select the Item to Buy"
|
|
3419 if ( dialog_menu_id != 2 )
|
|
3420 statusbar_string = pGlobalTXT_LocalizationStrings[196]; //"Select the Special Item to Buy"
|
|
3421 DrawTextAtStatusBar(statusbar_string, 0);
|
|
3422 if ( !v8 )
|
|
3423 {
|
|
3424 working_window.DrawCurrentTime(
|
|
3425 __PAIR__(
|
|
3426 *(int *)&stru_AA1058[3].pSounds[8 * (unsigned int)window_SpeakInHouse->ptr_1C + 44472],
|
|
3427 *(int *)&stru_AA1058[3].pSounds[8 * (unsigned int)window_SpeakInHouse->ptr_1C + 44468])
|
|
3428 - pParty->uTimePlayed);
|
|
3429 return;
|
|
3430 }
|
|
3431 v12 = pMouse->GetCursorPos(&v51);
|
|
3432 result = v12->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v50)->y];
|
|
3433 v13 = pRenderer->pActiveZBuffer[result] & 0xFFFF;
|
|
3434 if ( pRenderer->pActiveZBuffer[result] & 0xFFFF )
|
|
3435 {
|
|
3436 v14 = window_SpeakInHouse->ptr_1C;
|
|
3437 v15 = (ItemGen *)(&pParty->pPlayers[1].uExpressionTimeLength + 18 * (v13 + 12 * (int)v14));
|
|
3438 v16 = (int)window_SpeakInHouse->ptr_1C;
|
|
3439 uPlayerID = uActiveCharacter - 1;
|
|
3440 v17 = currPlayer->_490EEE( (ItemGen *)&pParty->pPlayers[1].uExpressionTimeLength + v13 + 12 * (int)v14, 3, v16, 2);
|
|
3441 v18 = BuilDialogueString((char *)pMerchantsBuyPhrases[v17], uPlayerID, v15, (char *)v14, 2, 0);
|
|
3442 v19 = pFontArrus->CalcTextHeight(v18, &working_window, 0, 0);
|
|
3443 working_window.DrawTitleText(pFontArrus, 0, (174 - v19) / 2 + 138, main_text_color, v18, 3);
|
|
3444 return;
|
|
3445 }
|
|
3446 }
|
|
3447 return;
|
|
3448 }
|
|
3449 if ( !(unsigned __int16)_449B57_test_bit(
|
|
3450 (unsigned __int8 *)currPlayer->_guilds_member_bits,
|
|
3451 guild_mambership_flags[(unsigned int)window_SpeakInHouse->ptr_1C-139]) )
|
|
3452 { //you must me member
|
|
3453 v38 = pFontArrus->CalcTextHeight(pNPCTopics[121].pText, &working_window, 0, 0);
|
|
3454 working_window.DrawTitleText(pFontArrus, 0, (212 - v38) / 2 + 101, hi_text_color, pNPCTopics[121].pText, 3u);
|
|
3455 pDialogueWindow->pNumPresenceButton = 0;
|
|
3456 return;
|
|
3457 }
|
|
3458
|
|
3459 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
3460 return;
|
|
3461 v20 = pDialogueWindow;
|
|
3462 v5 = 0;
|
|
3463 v62 = 0;
|
|
3464 Str = 0;
|
|
3465 v21 = pDialogueWindow->pStartingPosActiveItem;
|
|
3466 v22 = v21 + pDialogueWindow->pNumPresenceButton;
|
|
3467 v61 = 0;
|
|
3468 if ( pDialogueWindow->pStartingPosActiveItem >= pDialogueWindow->pStartingPosActiveItem+pDialogueWindow->pNumPresenceButton )
|
|
3469 {
|
|
3470 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]); // "Seek knowledge elsewhere %s the %s"
|
|
3471 strcat(pTmpBuf, "\n \n");
|
|
3472 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further."
|
|
3473 v19 = pFontArrus->CalcTextHeight(pTmpBuf, &working_window, 0, 0);
|
|
3474 working_window.DrawTitleText(pFontArrus, v5, (174 - v19) / 2 + 138, hi_text_color, pTmpBuf, 3);
|
|
3475 return;
|
|
3476 }
|
|
3477 do
|
|
3478 {
|
|
3479 v23 = v20->GetControl(v21)->uControlParam;
|
|
3480 if ( v23 == 18 )
|
|
3481 {
|
|
3482 v25 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[400], &working_window, 0, 0); //"Buy Spells"
|
|
3483 v62 += v25;
|
|
3484 ++v61;
|
|
3485 }
|
|
3486 else
|
|
3487 {
|
|
3488
|
|
3489 if((byte_4ED970_skill_learn_ability_by_class_table[v58->classType][v23-36])&&(v58->pActiveSkills[v23-36]))
|
|
3490 // or
|
|
3491 //byte_4ED970_skill_learn_ability_by_class_table[v58->uClass - 1][v23 + 1]
|
|
3492 {
|
|
3493 v24 = pFontArrus->CalcTextHeight(pClassNames[v23 - 16], &working_window, 0, 0);
|
|
3494 v62 += v24;
|
|
3495 ++v61;
|
|
3496 ++Str;
|
|
3497 }
|
|
3498 }
|
|
3499 ++v21;
|
|
3500 }
|
|
3501 while ( v21 < v20->pNumPresenceButton + v20->pStartingPosActiveItem );
|
|
3502 if ( !v61 )
|
|
3503 {
|
|
3504 LABEL_64:
|
|
3505 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], v58->pName, pClassNames[v58->classType]); // "Seek knowledge elsewhere %s the %s"
|
|
3506 strcat(pTmpBuf, "\n \n");
|
|
3507 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further."
|
|
3508 v19 = pFontArrus->CalcTextHeight(pTmpBuf, &working_window, 0, 0);
|
|
3509 working_window.DrawTitleText(pFontArrus, v5, (174 - v19) / 2 + 138, hi_text_color, pTmpBuf, 3);
|
|
3510 return;
|
|
3511 }
|
|
3512 if ( Str )
|
|
3513 {
|
|
3514 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[401], v63); //"Skill Cost: %lu"
|
|
3515 working_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf, 3u);
|
|
3516 }
|
|
3517 v63 = (signed int)(149 - v62) / v61;
|
|
3518 if ( v63 > 32 )
|
|
3519 v63 = 32;
|
|
3520 v26 = (signed int)(149 - v61 * v63 - v62) / 2 - v63 / 2 + 162;
|
|
3521 v62 = v20->pStartingPosActiveItem;
|
|
3522 v55 = v26;
|
|
3523 if (v20->pStartingPosActiveItem < v20->pStartingPosActiveItem + v20->pNumPresenceButton )
|
|
3524 {
|
|
3525 v61 = 2;
|
|
3526 while ( 1 )
|
|
3527 {
|
|
3528 v27 = v20->GetControl(v62);
|
|
3529 v28 = v27;
|
|
3530 v29 = v27->uControlParam;
|
|
3531 if ( v29 == 18 )
|
|
3532 break;
|
|
3533
|
|
3534 // __debugbreak();
|
|
3535 //pSkillAvailabilityPerClass[8 + v58->uClass][4 + v23]
|
|
3536 // or
|
|
3537 if ((byte_4ED970_skill_learn_ability_by_class_table[v58->classType][v29 - 36])&&(v58->pActiveSkills[v29-36]))
|
|
3538 // or
|
|
3539 //byte_4ED970_skill_learn_ability_by_class_table[v58->uClass - 1][v23 + 1]
|
|
3540
|
|
3541 {
|
|
3542 v30 = pClassNames[v29 -16];
|
|
3543 LABEL_55:
|
|
3544 Str = v30;
|
|
3545 v28->uY = v63 + v55;
|
|
3546 v31 = pFontArrus->CalcTextHeight(v30, &working_window, 0, 0);
|
|
3547 v32 = v28->uY;
|
|
3548 v28->uHeight = v31;
|
|
3549 v33 = v32 + v31 - 1;
|
|
3550 v28->uW = v33;
|
|
3551 v55 = v33;
|
|
3552 v34 = hi_text_color;
|
|
3553 if ( pDialogueWindow->pCurrentPosActiveItem != v61 )
|
|
3554 v34 = main_text_color;
|
|
3555 working_window.DrawTitleText(pFontArrus, 0, v32, v34, Str, 3u);
|
|
3556 v35 = v20->pStartingPosActiveItem;
|
|
3557 ++v62;
|
|
3558 ++v61;
|
|
3559 if ( (signed int)v62 >=v20->pNumPresenceButton +v20->pStartingPosActiveItem )
|
|
3560 return;
|
|
3561 }
|
|
3562 v28->uW = 0;
|
|
3563 v28->uHeight = 0;
|
|
3564 v28->uY = 0;
|
|
3565 LABEL_58:
|
|
3566 v35 = v20->pStartingPosActiveItem;
|
|
3567 ++v62;
|
|
3568 ++v61;
|
|
3569 if ( (signed int)v62 >=v20->pNumPresenceButton +v20->pStartingPosActiveItem )
|
|
3570 return;
|
|
3571 }
|
|
3572 v30 = pGlobalTXT_LocalizationStrings[400]; //"Buy Spells"
|
|
3573 goto LABEL_55;
|
|
3574 }
|
|
3575 return;
|
|
3576 }
|
|
3577
|
|
3578
|
|
3579
|
|
3580 //----- (004B705E) --------------------------------------------------------
|
|
3581 void TempleDialog()
|
|
3582 {
|
|
3583 GUIWindow *v0; // ebx@1
|
|
3584 Player *v1; // esi@1
|
|
3585 int v2; // edi@1
|
|
3586 int result; // eax@4
|
|
3587 GUIWindow *v4; // edi@6
|
|
3588 void *v5; // eax@6
|
|
3589 int v6; // eax@6
|
|
3590 unsigned int v7; // eax@8
|
|
3591 int v8; // ecx@8
|
|
3592 unsigned int v9; // eax@9
|
|
3593 int v10; // eax@11
|
|
3594 int v11; // eax@12
|
|
3595 GUIWindow *v12; // ecx@16
|
|
3596 int v13; // edx@16
|
|
3597 GUIButton *v14; // eax@19
|
|
3598 GUIButton *v15; // edi@19
|
|
3599 int v16; // eax@19
|
|
3600 const char *v17; // eax@21
|
|
3601 int v18; // eax@21
|
|
3602 unsigned int v19; // ecx@21
|
|
3603 int v20; // eax@21
|
|
3604 unsigned __int16 v21; // ax@21
|
|
3605 unsigned __int16 v22; // ST14_2@27
|
|
3606 int v23; // eax@27
|
|
3607 double v24; // st7@28
|
|
3608 unsigned int v25; // ebx@28
|
|
3609 DDM_DLV_Header *v26; // edi@29
|
|
3610 int v27; // eax@31
|
|
3611 int v28; // eax@32
|
|
3612 //unsigned int v29; // ecx@34
|
|
3613 unsigned int v30; // edx@36
|
|
3614 unsigned int v31; // edx@38
|
|
3615 unsigned int v32; // edx@40
|
|
3616 unsigned int v33; // edx@42
|
|
3617 unsigned int v34; // edx@44
|
|
3618 int v35; // edi@50
|
|
3619 signed int v36; // eax@50
|
|
3620 unsigned __int8 v37; // al@54
|
|
3621 int v38; // ecx@54
|
|
3622 GUIWindow *v39; // eax@56
|
|
3623 unsigned __int8 v40; // al@61
|
|
3624 GUIButton *v41; // edi@64
|
|
3625 int v42; // esi@66
|
|
3626 GUIWindow *v43; // ecx@66
|
|
3627 int v44; // edi@66
|
|
3628 int v45; // eax@68
|
|
3629 signed int v46; // edi@69
|
|
3630 int v47; // edi@71
|
|
3631 GUIButton *v48; // eax@73
|
|
3632 const char *v49; // edx@73
|
|
3633 GUIButton *v50; // esi@73
|
|
3634 int v51; // eax@73
|
|
3635 unsigned int v52; // ecx@73
|
|
3636 unsigned __int16 v53; // ax@73
|
|
3637 char a1[300]; // [sp+10h] [bp-1B4h]@64
|
|
3638 GUIWindow v57; // [sp+13Ch] [bp-88h]@1
|
|
3639 __int64 v58; // [sp+190h] [bp-34h]@1
|
|
3640 __int64 v59; // [sp+198h] [bp-2Ch]@1
|
|
3641 __int64 v60; // [sp+1A0h] [bp-24h]@1
|
|
3642 GUIWindow *v61; // [sp+1ACh] [bp-18h]@6
|
|
3643 unsigned int v62; // [sp+1B0h] [bp-14h]@8
|
|
3644 unsigned __int8 v63; // [sp+1B7h] [bp-Dh]@64
|
|
3645 int v64; // [sp+1B8h] [bp-Ch]@6
|
|
3646 unsigned int v65; // [sp+1BCh] [bp-8h]@6
|
|
3647 DDM_DLV_Header *v66; // [sp+1C0h] [bp-4h]@6
|
|
3648
|
|
3649 v0 = window_SpeakInHouse;
|
|
3650 memcpy(&v57, window_SpeakInHouse, sizeof(v57));
|
|
3651 v57.uFrameX = 483;
|
|
3652 v57.uFrameWidth = 148;
|
|
3653 v57.uFrameZ = 334;
|
|
3654 HIDWORD(v58) = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
3655 HIDWORD(v59) = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
|
|
3656 v1 = pPlayers[uActiveCharacter];
|
|
3657 //v2 = pPlayers[uActiveCharacter]->_4B807C(p2DEvents_minus1__20[13 * (unsigned int)v0->ptr_1C]);
|
|
3658 v2 = pPlayers[uActiveCharacter]->_4B807C(p2DEvents[(unsigned int)v0->ptr_1C - 1].fPriceMultiplier);
|
|
3659 HIDWORD(v60) = v2;
|
|
3660 if ( dialog_menu_id != 1 )
|
|
3661 {
|
|
3662 if ( dialog_menu_id != 10 )
|
|
3663 {
|
|
3664 if ( dialog_menu_id != 11 )
|
|
3665 {
|
|
3666
|
|
3667 if ( dialog_menu_id == 96 )
|
|
3668 {
|
|
3669 if ( sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
3670 {
|
|
3671 v4 = pDialogueWindow;
|
|
3672 v61 = pDialogueWindow;
|
|
3673 v5 = window_SpeakInHouse->ptr_1C;
|
|
3674 v66 = 0;
|
|
3675 //v65 = (signed __int64)(*(float *)&p2DEvents_minus1__24[13 * (signed int)v5] * 500.0);
|
|
3676 v65 = (signed __int64)(p2DEvents[(signed int)v5 - 1].flt_24 * 500.0);
|
|
3677 v6 = v1->GetMerchant();
|
|
3678 v64 = (signed int)(v65 * (100 - v6)) / 100;
|
|
3679 if ( v64 < (signed int)v65 / 3 )
|
|
3680 v64 = (signed int)v65 / 3;
|
|
3681 v7 = v4->pStartingPosActiveItem;
|
|
3682 v8 = v7 + v4->pNumPresenceButton;
|
|
3683 v65 = 0;
|
|
3684 v62 = v7;
|
|
3685 if ( (signed int)v7 >= v8 )
|
|
3686 goto LABEL_78;
|
|
3687 do
|
|
3688 {
|
|
3689 v9 = v4->GetControl(v62)->uControlParam - 36;
|
|
3690 if ( byte_4ED970_skill_learn_ability_by_class_table[v1->classType][v9] && !v1->pActiveSkills[v9] )
|
|
3691 {
|
|
3692 v10 = pFontArrus->CalcTextHeight(pSkillNames[v9], &v57, 0, 0);
|
|
3693 v66 = (DDM_DLV_Header *)((char *)v66 + v10);
|
|
3694 ++v65;
|
|
3695 }
|
|
3696 v11 = v4->pStartingPosActiveItem;
|
|
3697 ++v62;
|
|
3698 }
|
|
3699 while ( (signed int)v62 < v4->pNumPresenceButton + v11 );
|
|
3700 if ( v65 )
|
|
3701 {
|
|
3702 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[401], v64);
|
|
3703 v57.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf, 3u);
|
|
3704 v64 = (149 - (signed int)v66) / (signed int)v65;
|
|
3705 if ( v64 > 32 )
|
|
3706 v64 = 32;
|
|
3707 v65 = (signed int)(149 - v65 * v64 - (int)v66) / 2 - v64 / 2 + 162;
|
|
3708 v12 = v61;
|
|
3709 result = v61->pStartingPosActiveItem;
|
|
3710 v13 = result + v61->pNumPresenceButton;
|
|
3711 v62 = v61->pStartingPosActiveItem;
|
|
3712 if ( result < v13 )
|
|
3713 {
|
|
3714 v66 = (DDM_DLV_Header *)2;
|
|
3715 while ( 1 )
|
|
3716 {
|
|
3717 v14 = v12->GetControl(v62);
|
|
3718 v15 = v14;
|
|
3719 v16 = v14->uControlParam - 36;
|
|
3720 if ( !byte_4ED970_skill_learn_ability_by_class_table[v1->classType][v16] || v1->pActiveSkills[v16] )
|
|
3721 {
|
|
3722 v15->uW = 0;
|
|
3723 v15->uHeight = 0;
|
|
3724 v15->uY = 0;
|
|
3725 }
|
|
3726 else
|
|
3727 {
|
|
3728 v17 = pSkillNames[v16];
|
|
3729 v15->uY = v64 + v65;
|
|
3730 HIDWORD(v60) = (uint32)v17;
|
|
3731 v18 = pFontArrus->CalcTextHeight(v17, &v57, 0, 0);
|
|
3732 v19 = v15->uY;
|
|
3733 v15->uHeight = v18;
|
|
3734 v20 = v19 + v18 - 1;
|
|
3735 v15->uW = v20;
|
|
3736 v65 = v20;
|
|
3737 v21 = WORD2(v59);
|
|
3738 if ( (DDM_DLV_Header *)pDialogueWindow->pCurrentPosActiveItem != v66 )
|
|
3739 v21 = WORD2(v58);
|
|
3740 v57.DrawTitleText(pFontArrus, 0, v19, v21, (const char *)HIDWORD(v60), 3u);
|
|
3741 }
|
|
3742 result = (int)v61;
|
|
3743 ++v62;
|
|
3744 v66 = (DDM_DLV_Header *)((char *)v66 + 1);
|
|
3745 if ( (signed int)v62 >= v61->pNumPresenceButton + v61->pStartingPosActiveItem )
|
|
3746 break;
|
|
3747 v12 = v61;
|
|
3748 }
|
|
3749 }
|
|
3750 }
|
|
3751 else
|
|
3752 {
|
|
3753 LABEL_78:
|
|
3754 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], v1->pName, pClassNames[v1->classType]);
|
|
3755 strcat(pTmpBuf, "\n \n");
|
|
3756 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]);
|
|
3757 v22 = WORD2(v59);
|
|
3758 v23 = pFontArrus->CalcTextHeight(pTmpBuf, &v57, 0, 0);
|
|
3759 result = (int)v57.DrawTitleText(pFontArrus, 0, (174 - v23) / 2 + 138, v22, pTmpBuf, 3u);
|
|
3760 }
|
|
3761 }
|
|
3762 }
|
|
3763 return;
|
|
3764 }
|
|
3765
|
|
3766 // DONATION
|
|
3767 //v24 = p2DEvents_minus1__20[13 * (unsigned int)ptr_507BC0->ptr_1C];
|
|
3768 v24 = p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier;
|
|
3769 v25 = 0;
|
|
3770 if ( pParty->uNumGold >= (unsigned int)(signed __int64)v24 )
|
|
3771 {
|
|
3772 Party::TakeGold((signed __int64)v24);
|
|
3773 v26 = &pOutdoor->ddm;
|
|
3774 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor )
|
|
3775 v26 = &pIndoor->dlv;
|
|
3776 v27 = v26->uReputation;
|
|
3777 v66 = v26;
|
|
3778 if ( v27 > -5 )
|
|
3779 {
|
|
3780 v28 = v27 - 1;
|
|
3781 v26->uReputation = v28;
|
|
3782 if ( v28 < -5 )
|
|
3783 v26->uReputation = -5;
|
|
3784 }
|
|
3785 if ( (unsigned __int8)byte_F8B1EF[uActiveCharacter] == pParty->uDaysPlayed % 7 )
|
|
3786 {
|
|
3787 if ( v26->uReputation <= -5 )
|
|
3788 {
|
|
3789 v30 = pParty->uDaysPlayed % 7 + 1;
|
|
3790 LOBYTE(v30) = v30 | 0x80;
|
|
3791 _42777D_CastSpell_UseWand_ShootArrow(SPELL_AIR_WIZARD_EYE, uActiveCharacter - 1, v30, 48, 0);
|
|
3792 }
|
|
3793 if ( v26->uReputation <= -10 )
|
|
3794 {
|
|
3795 v31 = pParty->uDaysPlayed % 7 + 1;
|
|
3796 LOBYTE(v31) = v31 | 0x80;
|
|
3797 _42777D_CastSpell_UseWand_ShootArrow(SPELL_SPIRIT_PRESERVATION, uActiveCharacter - 1, v31, 48, 0);
|
|
3798 v26 = v66;
|
|
3799 }
|
|
3800 if ( v26->uReputation <= -15 )
|
|
3801 {
|
|
3802 v32 = pParty->uDaysPlayed % 7 + 1;
|
|
3803 LOBYTE(v32) = v32 | 0x80;
|
|
3804 _42777D_CastSpell_UseWand_ShootArrow(SPELL_BODY_PROTECTION_FROM_MAGIC, uActiveCharacter - 1, v32, 48, 0);
|
|
3805 v26 = v66;
|
|
3806 }
|
|
3807 if ( v26->uReputation <= -20 )
|
|
3808 {
|
|
3809 v33 = pParty->uDaysPlayed % 7 + 1;
|
|
3810 LOBYTE(v33) = v33 | 0x80;
|
|
3811 _42777D_CastSpell_UseWand_ShootArrow(SPELL_LIGHT_HOUR_OF_POWER, uActiveCharacter - 1, v33, 48, 0);
|
|
3812 v26 = v66;
|
|
3813 }
|
|
3814 if ( v26->uReputation <= -25 )
|
|
3815 {
|
|
3816 v34 = pParty->uDaysPlayed % 7 + 1;
|
|
3817 LOBYTE(v34) = v34 | 0x80;
|
|
3818 _42777D_CastSpell_UseWand_ShootArrow(SPELL_LIGHT_DAY_OF_PROTECTION, uActiveCharacter - 1, v34, 48, 0);
|
|
3819 }
|
|
3820 }
|
|
3821 ++byte_F8B1EF[uActiveCharacter];
|
|
3822 v1->PlaySound(SPEECH_83, 0);
|
|
3823 ShowStatusBarString(pGlobalTXT_LocalizationStrings[527], 2u); // "Thank You!"
|
|
3824 goto LABEL_46;
|
|
3825 }
|
|
3826 goto LABEL_55;
|
|
3827 }
|
|
3828 if ( !v1->_4B6FF9() )
|
|
3829 return;
|
|
3830 v25 = 0;
|
|
3831 if ( pParty->uNumGold < v2 )
|
|
3832 {
|
|
3833 LABEL_55:
|
|
3834 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2u);
|
|
3835 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 2);
|
|
3836 goto LABEL_46;
|
|
3837 }
|
|
3838 Party::TakeGold(v2);
|
|
3839 v35 = LODWORD(v1->pConditions[17]);
|
|
3840 v59 = v1->pConditions[14];
|
|
3841 v58 = v1->pConditions[15];
|
|
3842 v60 = v1->pConditions[16];
|
|
3843 v61 = (GUIWindow *)HIDWORD(v1->pConditions[17]);
|
|
3844 memset(v1, 0, 0xA0u);
|
|
3845 v1->sHealth = v1->GetMaxHealth();
|
|
3846 v1->sMana = v1->GetMaxMana();
|
|
3847 v36 = (signed int)window_SpeakInHouse->ptr_1C;
|
|
3848 if ( v36 != 78 && (v36 <= 80 || v36 > 82) )
|
|
3849 {
|
|
3850 if ( (unsigned int)v61 | v35 )
|
|
3851 {
|
|
3852 v37 = LOBYTE(v1->field_1928);
|
|
3853 v38 = v1->field_1924;
|
|
3854 v1->uFace = v37;
|
|
3855 v1->uVoiceID = v38;
|
|
3856 ReloadPlayerPortraits(uActiveCharacter - 1, (char)v37);
|
|
3857 }
|
|
3858 goto LABEL_63;
|
|
3859 }
|
|
3860 v39 = v61;
|
|
3861 if ( (unsigned int)v61 | v35 )
|
|
3862 {
|
|
3863 LODWORD(v1->pConditions[17]) = v35;
|
|
3864 }
|
|
3865 else
|
|
3866 {
|
|
3867 if ( !v60 && !v58 && !v59 )
|
|
3868 goto LABEL_63;
|
|
3869 v1->field_1928 = v1->uFace;
|
|
3870 v1->field_1924 = v1->uVoiceID;
|
|
3871 v1->SetCondition(0x11u, 1);
|
|
3872 v1->uVoiceID = (v1->GetSexByVoice() != 0) + 23;
|
|
3873 v40 = (v1->GetSexByVoice() != 0) + 23;
|
|
3874 v1->uFace = v40;
|
|
3875 ReloadPlayerPortraits(uActiveCharacter - 1, (char)v40);
|
|
3876 LODWORD(v1->pConditions[17]) = LODWORD(pParty->uTimePlayed);
|
|
3877 v39 = (GUIWindow *)HIDWORD(pParty->uTimePlayed);
|
|
3878 }
|
|
3879 HIDWORD(v1->pConditions[17]) = (int)v39;
|
|
3880 LABEL_63:
|
|
3881 pAudioPlayer->PlaySound((SoundID)(SOUND_GoldReceived|0x2), -1, 0, -1, 0, 0, 0, 0);
|
|
3882 v1->PlaySound(SPEECH_82, 0);
|
|
3883 pOtherOverlayList->_4418B1(20, uActiveCharacter + 99, 0, 65536);
|
|
3884 LABEL_46:
|
|
3885 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, v25);
|
|
3886 return ; // void func
|
|
3887 }
|
|
3888 v63 = 1;
|
|
3889 v41 = pDialogueWindow->GetControl(pDialogueWindow->pStartingPosActiveItem);
|
|
3890 strcpy(a1, "");
|
|
3891 v41->uHeight = 0;
|
|
3892 v41->uY = 0;
|
|
3893 if ( v1->_4B6FF9() )
|
|
3894 {
|
|
3895 sprintf(a1, "%s %d %s", pGlobalTXT_LocalizationStrings[104], HIDWORD(v60), pGlobalTXT_LocalizationStrings[97]);
|
|
3896 v63 = 0;
|
|
3897 }
|
|
3898 strcpy(&a1[100], pGlobalTXT_LocalizationStrings[68]);
|
|
3899 strcpy(&a1[200], pGlobalTXT_LocalizationStrings[160]);
|
|
3900 v42 = v63;
|
|
3901 v43 = pDialogueWindow;
|
|
3902 v44 = v63;
|
|
3903 v66 = 0;
|
|
3904 if ( v63 < pDialogueWindow->pNumPresenceButton )
|
|
3905 {
|
|
3906 v61 = (GUIWindow *)&a1[100 * v63];
|
|
3907 do
|
|
3908 {
|
|
3909 v45 = pFontArrus->CalcTextHeight((const char *)v61, &v57, 0, 0);
|
|
3910 v66 = (DDM_DLV_Header *)((char *)v66 + v45);
|
|
3911 v43 = pDialogueWindow;
|
|
3912 v61 = (GUIWindow *)((char *)v61 + 100);
|
|
3913 ++v44;
|
|
3914 }
|
|
3915 while ( v44 < pDialogueWindow->pNumPresenceButton );
|
|
3916 }
|
|
3917 v46 = v43->pNumPresenceButton - v42;
|
|
3918 v64 = (174 - (signed int)v66) / v46;
|
|
3919 if ( v64 > 32 )
|
|
3920 v64 = 32;
|
|
3921 v47 = (174 - v64 * v46 - (signed int)v66) / 2 - v64 / 2 + 138;
|
|
3922 v65 = v42 + v43->pStartingPosActiveItem;
|
|
3923 if ( v42 + v43->pStartingPosActiveItem < v43->pStartingPosActiveItem + v43->pNumPresenceButton )
|
|
3924 {
|
|
3925 v61 = (GUIWindow *)(v42 + 2);
|
|
3926 v66 = (DDM_DLV_Header *)&a1[100 * v42];
|
|
3927 do
|
|
3928 {
|
|
3929 v48 = v43->GetControl(v65);
|
|
3930 v49 = (const char *)v66;
|
|
3931 v50 = v48;
|
|
3932 v48->uY = v64 + v47;
|
|
3933 v51 = pFontArrus->CalcTextHeight(v49, &v57, 0, 0);
|
|
3934 v52 = v50->uY;
|
|
3935 v50->uHeight = v51;
|
|
3936 v47 = v52 + v51 - 1;
|
|
3937 v50->uW = v47;
|
|
3938 v53 = WORD2(v59);
|
|
3939 if ( (GUIWindow *)pDialogueWindow->pCurrentPosActiveItem != v61 )
|
|
3940 v53 = WORD2(v58);
|
|
3941 v57.DrawTitleText(pFontArrus, 0, v52, v53, (const char *)v66, 3u);
|
|
3942 v43 = pDialogueWindow;
|
|
3943 v66 = (DDM_DLV_Header *)((char *)v66 + 100);
|
|
3944 v61 = (GUIWindow *)((char *)v61 + 1);
|
|
3945 ++v65;
|
|
3946 }
|
|
3947 while ( (signed int)v65 < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem );
|
|
3948 }
|
|
3949 return;
|
|
3950 }
|
|
3951
|
|
3952 //----- (004B4710) --------------------------------------------------------
|
|
3953 int __cdecl TrainingDialog()
|
|
3954 {
|
|
3955 Player *v0; // ebx@1
|
|
3956 int color2; // eax@1
|
|
3957 unsigned int v2; // ecx@1
|
|
3958 int v3; // eax@1
|
|
3959 signed int v4; // edx@1
|
|
3960 int v5; // edi@3
|
|
3961 unsigned int v6; // esi@3
|
|
3962 void *v7; // ecx@3
|
|
3963 int v8; // edx@4
|
|
3964 double v9; // st7@6
|
|
3965 signed int v10; // esi@6
|
|
3966 int v11; // ecx@6
|
|
3967 int result; // eax@9
|
|
3968 GUIWindow *v13; // edi@14
|
|
3969 signed int v14; // esi@14
|
|
3970 unsigned int v15; // esi@16
|
|
3971 int v16; // eax@16
|
|
3972 unsigned int v17; // eax@17
|
|
3973 int v18; // eax@19
|
|
3974 int v19; // ecx@24
|
|
3975 GUIButton *v20; // eax@26
|
|
3976 GUIButton *v21; // esi@26
|
|
3977 int v22; // eax@26
|
|
3978 const char *v23; // eax@28
|
|
3979 int v24; // eax@28
|
|
3980 unsigned int v25; // ecx@28
|
|
3981 int v26; // eax@28
|
|
3982 unsigned __int16 v27; // ax@28
|
|
3983 int v28; // eax@32
|
|
3984 unsigned __int16 v29; // ST14_2@34
|
|
3985 int v30; // eax@34
|
|
3986 const char *v31; // ST18_4@36
|
|
3987 unsigned __int16 v32; // ST14_2@36
|
|
3988 int v33; // eax@36
|
|
3989 int v34; // eax@37
|
|
3990 unsigned int v35; // edi@38
|
|
3991 unsigned int v36; // eax@38
|
|
3992 int v37; // ecx@41
|
|
3993 char *v38; // eax@41
|
|
3994 int *v39; // eax@45
|
|
3995 unsigned int v40; // eax@46
|
|
3996 void *v41; // ecx@46
|
|
3997 unsigned int v42; // eax@46
|
|
3998 GUIWindow *v43; // ecx@59
|
|
3999 int v44; // edx@59
|
|
4000 char **v45; // esi@60
|
|
4001 int v46; // eax@62
|
|
4002 int v47; // eax@68
|
|
4003 int v48; // edx@69
|
|
4004 int v49; // ebx@69
|
|
4005 unsigned __int8 v50; // sf@69
|
|
4006 char **v51; // edi@70
|
|
4007 GUIButton *v52; // eax@71
|
|
4008 GUIButton *v53; // esi@71
|
|
4009 int v54; // eax@71
|
|
4010 unsigned int v55; // ecx@71
|
|
4011 int v56; // eax@71
|
|
4012 unsigned __int16 v57; // ax@71
|
|
4013 unsigned __int16 v58; // [sp-Ch] [bp-90h]@38
|
|
4014 const char *v59; // [sp-Ch] [bp-90h]@63
|
|
4015 char *v60; // [sp-8h] [bp-8Ch]@38
|
|
4016 char *v61; // [sp-8h] [bp-8Ch]@63
|
|
4017 unsigned int v62; // [sp-4h] [bp-88h]@38
|
|
4018 int v63; // [sp-4h] [bp-88h]@52
|
|
4019 char *v64; // [sp-4h] [bp-88h]@63
|
|
4020 GUIWindow v65; // [sp+Ch] [bp-78h]@1
|
|
4021 __int64 v66; // [sp+60h] [bp-24h]@3
|
|
4022 unsigned int white; // [sp+68h] [bp-1Ch]@1
|
|
4023 int v68; // [sp+6Ch] [bp-18h]@3
|
|
4024 int v69; // [sp+70h] [bp-14h]@6
|
|
4025 unsigned int i; // [sp+74h] [bp-10h]@1
|
|
4026 int v71; // [sp+78h] [bp-Ch]@1
|
|
4027 int v72; // [sp+7Ch] [bp-8h]@16
|
|
4028 int v73; // [sp+80h] [bp-4h]@14
|
|
4029
|
|
4030 v0 = pPlayers[uActiveCharacter];
|
|
4031 memcpy(&v65, window_SpeakInHouse, sizeof(v65));
|
|
4032 v65.uFrameX = 483;
|
|
4033 v65.uFrameWidth = 148;
|
|
4034 v65.uFrameZ = 334;
|
|
4035 white = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
4036 color2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xCDu, 0x23u);
|
|
4037 v2 = v0->uLevel;
|
|
4038 v71 = color2;
|
|
4039 v3 = 0;
|
|
4040 v4 = 0;
|
|
4041 for ( i = v2; v4 < (signed int)v2; ++v4 )
|
|
4042 v3 += v4 + 1;
|
|
4043 v5 = 1000 * v3;
|
|
4044 v6 = HIDWORD(v0->uExperience);
|
|
4045 v7 = window_SpeakInHouse->ptr_1C;
|
|
4046 v68 = (unsigned __int16)word_4F0866[(signed int)v7];
|
|
4047 v66 = 1000 * v3;
|
|
4048 if ( (signed __int64)__PAIR__(v6, LODWORD(v0->uExperience)) >= v66 )
|
|
4049 {
|
|
4050 v8 = v0->classType % 4 + 1;
|
|
4051 if ( v8 == 4 )
|
|
4052 v8 = 3;
|
|
4053 v9 = (double)(signed int)i;
|
|
4054 i = 0;
|
|
4055 v69 = v8;
|
|
4056 //v10 = (signed __int64)(v9 * p2DEvents_minus1__20[13 * (signed int)v7] * (double)v8);
|
|
4057 v10 = (signed __int64)(v9 * p2DEvents[(signed int)v7 - 1].fPriceMultiplier * (double)v8);
|
|
4058 v11 = v10 * (100 - v0->GetMerchant()) / 100;
|
|
4059 if ( v11 < v10 / 3 )
|
|
4060 v11 = v10 / 3;
|
|
4061 i = v11;
|
|
4062 }
|
|
4063 result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4064 if ( result )
|
|
4065 {
|
|
4066 if ( dialog_menu_id != 1 )
|
|
4067 {
|
|
4068 if ( dialog_menu_id != 17 )
|
|
4069 {
|
|
4070 result = dialog_menu_id - 96;
|
|
4071 if ( dialog_menu_id == 96 )
|
|
4072 {
|
|
4073 result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4074 if ( result )
|
|
4075 {
|
|
4076 i = 0;
|
|
4077 v13 = pDialogueWindow;
|
|
4078 //v14 = (signed __int64)(*(float *)&p2DEvents_minus1__24[13 * (unsigned int)ptr_507BC0->ptr_1C] * 500.0);
|
|
4079 v14 = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
|
|
4080 v73 = v14 * (100 - v0->GetMerchant()) / 100;
|
|
4081 if ( v73 < v14 / 3 )
|
|
4082 v73 = v14 / 3;
|
|
4083 v15 = v13->pStartingPosActiveItem;
|
|
4084 v16 = v13->pNumPresenceButton;
|
|
4085 v72 = 0;
|
|
4086 if ( (signed int)v15 >= (signed int)(v15 + v16) )
|
|
4087 goto LABEL_76;
|
|
4088 do
|
|
4089 {
|
|
4090 v17 = v13->GetControl(v15)->uControlParam - 36;
|
|
4091 if ( byte_4ED970_skill_learn_ability_by_class_table[v0->classType][v17] && !v0->pActiveSkills[v17] )
|
|
4092 {
|
|
4093 v18 = pFontArrus->CalcTextHeight(pSkillNames[v17], &v65, 0, 0);
|
|
4094 i += v18;
|
|
4095 ++v72;
|
|
4096 }
|
|
4097 ++v15;
|
|
4098 }
|
|
4099 while ( (signed int)v15 < v13->pNumPresenceButton + v13->pStartingPosActiveItem );
|
|
4100 if ( v72 )
|
|
4101 {
|
|
4102 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[401], v73);// "Skill Cost: %lu"
|
|
4103 v65.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf, 3u);
|
|
4104 v73 = (signed int)(149 - i) / v72;
|
|
4105 if ( v73 > 32 )
|
|
4106 v73 = 32;
|
|
4107 result = v13->pStartingPosActiveItem;
|
|
4108 v19 = (signed int)(149 - v72 * v73 - i) / 2 - v73 / 2 + 162;
|
|
4109 i = result;
|
|
4110 v68 = v19;
|
|
4111 if ( result < result + v13->pNumPresenceButton )
|
|
4112 {
|
|
4113 v72 = 2;
|
|
4114 do
|
|
4115 {
|
|
4116 v20 = v13->GetControl(i);
|
|
4117 v21 = v20;
|
|
4118 v22 = v20->uControlParam - 36;
|
|
4119 if ( !byte_4ED970_skill_learn_ability_by_class_table[v0->classType][v22] || v0->pActiveSkills[v22] )
|
|
4120 {
|
|
4121 v21->uW = 0;
|
|
4122 v21->uHeight = 0;
|
|
4123 v21->uY = 0;
|
|
4124 }
|
|
4125 else
|
|
4126 {
|
|
4127 v23 = pSkillNames[v22];
|
|
4128 v21->uY = v73 + v68;
|
|
4129 HIDWORD(v66) = (int)v23;
|
|
4130 v24 = pFontArrus->CalcTextHeight(v23, &v65, 0, 0);
|
|
4131 v25 = v21->uY;
|
|
4132 v21->uHeight = v24;
|
|
4133 v26 = v25 + v24 - 1;
|
|
4134 v21->uW = v26;
|
|
4135 v68 = v26;
|
|
4136 v27 = v71;
|
|
4137 if ( pDialogueWindow->pCurrentPosActiveItem != v72 )
|
|
4138 v27 = white;
|
|
4139 v65.DrawTitleText(pFontArrus, 0, v25, v27, (char *)HIDWORD(v66), 3u);
|
|
4140 }
|
|
4141 v28 = v13->pStartingPosActiveItem;
|
|
4142 ++i;
|
|
4143 result = v13->pNumPresenceButton + v28;
|
|
4144 ++v72;
|
|
4145 }
|
|
4146 while ( (signed int)i < result );
|
|
4147 }
|
|
4148 }
|
|
4149 else
|
|
4150 {
|
|
4151 LABEL_76:
|
|
4152 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], v0->pName, pClassNames[v0->classType]);//
|
|
4153 // "Seek knowledge elsewhere %s the %s"
|
|
4154 strcat(pTmpBuf, "\n \n");
|
|
4155 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]);// "I can offer you nothing further."
|
|
4156 v29 = v71;
|
|
4157 v30 = pFontArrus->CalcTextHeight(pTmpBuf, &v65, 0, 0);
|
|
4158 result = (int)v65.DrawTitleText(pFontArrus, 0, (174 - v30) / 2 + 138, v29, pTmpBuf, 3u);
|
|
4159 }
|
|
4160 }
|
|
4161 }
|
|
4162 return result;
|
|
4163 }
|
|
4164 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
4165 {
|
|
4166 v31 = pNPCTopics[122].pText;
|
|
4167 v32 = v71;
|
|
4168 v33 = pFontArrus->CalcTextHeight(pNPCTopics[122].pText, &v65, 0, 0);
|
|
4169 v65.DrawTitleText(pFontArrus, 0, (212 - v33) / 2 + 101, v32, v31, 3u);
|
|
4170 result = (int)pDialogueWindow;
|
|
4171 pDialogueWindow->pNumPresenceButton = 0;
|
|
4172 return result;
|
|
4173 }
|
|
4174 v34 = v0->uLevel;
|
|
4175 if ( v34 < v68 )
|
|
4176 {
|
|
4177 if ( (signed __int64)v0->uExperience >= v66 )
|
|
4178 {
|
|
4179 if ( pParty->uNumGold >= i )
|
|
4180 {
|
|
4181 Party::TakeGold(i);
|
|
4182 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, 2);
|
|
4183 ++v0->uLevel;
|
|
4184 v0->uSkillPoints += v0->uLevel / 10 + 5;
|
|
4185 v0->sHealth = v0->GetMaxHealth();
|
|
4186 v0->sMana = v0->GetMaxMana();
|
|
4187 v37 = 0;
|
|
4188 v38 = byte_F8B148;
|
|
4189 do
|
|
4190 {
|
|
4191 if ( *(int *)v38 > v37 )
|
|
4192 v37 = *(int *)v38;
|
|
4193 v38 += 4;
|
|
4194 }
|
|
4195 while ( (signed int)v38 < (signed int)word_F8B158 );
|
|
4196 v39 = &dword_F8B144 + uActiveCharacter;
|
|
4197 ++*v39;
|
|
4198 if ( *v39 > v37 )
|
|
4199 {
|
|
4200 v40 = sub_494820(pParty->uCurrentHour);
|
|
4201 v41 = window_SpeakInHouse->ptr_1C;
|
|
4202 v42 = 60 * (v40 + 4) - pParty->uCurrentMinute;
|
|
4203 if ( v41 == (void *)94 || v41 == (void *)95 )
|
|
4204 v42 += 720;
|
|
4205 RestAndHeal((signed int)(v42 + 10080));
|
|
4206 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
|
|
4207 pOutdoor->SetFog();
|
|
4208 }
|
|
4209 v0->PlaySound(SPEECH_87, 0);
|
|
4210 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[430], v0->pName, v0->uLevel, v0->uLevel / 10 + 5);//
|
|
4211 // "%s is now Level %lu and has earned %lu Skill Points!"
|
|
4212 ShowStatusBarString(pTmpBuf, 2u);
|
|
4213 goto LABEL_56;
|
|
4214 }
|
|
4215 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2u);// "You don't have enough gold"
|
|
4216 v63 = 4;
|
|
4217 LABEL_55:
|
|
4218 HousePlaySomeSound((unsigned int)window_SpeakInHouse->ptr_1C, v63);
|
|
4219 LABEL_56:
|
|
4220 /*result = pMessageQueue_50CBD0->uNumMessages;
|
|
4221 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
|
|
4222 {
|
|
4223 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)113;
|
|
4224 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1;
|
|
4225 result = 3 * pMessageQueue_50CBD0->uNumMessages + 3;
|
|
4226 *(&pMessageQueue_50CBD0->uNumMessages + result) = 0;
|
|
4227 ++pMessageQueue_50CBD0->uNumMessages;
|
|
4228 }
|
|
4229 return result;*/
|
|
4230 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
|
|
4231 return 1; // void function actually
|
|
4232 }
|
|
4233 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[538], v5 - LODWORD(v0->uExperience), v34 + 1);//
|
|
4234 // "You need %d more experience to train to level %d"
|
|
4235 v35 = 0;
|
|
4236 v62 = 3;
|
|
4237 v60 = pTmpBuf;
|
|
4238 v58 = v71;
|
|
4239 v36 = (212 - pFontArrus->CalcTextHeight(pTmpBuf, &v65, 0, 0)) / 2 + 88;
|
|
4240 }
|
|
4241 else
|
|
4242 {
|
|
4243 sprintf(pTmpBuf, "%s\n \n%s", pGlobalTXT_LocalizationStrings[536], pGlobalTXT_LocalizationStrings[529]);//
|
|
4244 // ""With your skills, you should be working here as a teacher.""
|
|
4245 // ""Sorry, but we are unable to train you.""
|
|
4246 v35 = 0;
|
|
4247 v62 = 3;
|
|
4248 v60 = pTmpBuf;
|
|
4249 v58 = v71;
|
|
4250 v36 = (212 - pFontArrus->CalcTextHeight(pTmpBuf, &v65, 0, 0)) / 2 + 101;
|
|
4251 }
|
|
4252 v65.DrawTitleText(pFontArrus, v35, v36, v58, v60, v62);
|
|
4253 v63 = 3;
|
|
4254 goto LABEL_55;
|
|
4255 }
|
|
4256 result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4257 if ( result )
|
|
4258 {
|
|
4259 v43 = pDialogueWindow;
|
|
4260 v72 = 0;
|
|
4261 pShopOptions[0] = pTmpBuf;
|
|
4262 pShopOptions[1] = pGlobalTXT_LocalizationStrings[160];// "Learn Skills"
|
|
4263 v44 = pDialogueWindow->pNumPresenceButton;
|
|
4264 v73 = pDialogueWindow->pStartingPosActiveItem;
|
|
4265 if ( v73 < v73 + v44 )
|
|
4266 {
|
|
4267 v45 = pShopOptions;
|
|
4268 do
|
|
4269 {
|
|
4270 if ( v43->GetControl(v73)->uControlParam == 17 )
|
|
4271 {
|
|
4272 v46 = v0->uLevel;
|
|
4273 if ( v46 < v68 )
|
|
4274 {
|
|
4275 if ( (signed __int64)v0->uExperience < v66 )
|
|
4276 {
|
|
4277 v64 = (char *)(v46 + 1);
|
|
4278 v61 = (char *)(v5 - LODWORD(v0->uExperience));
|
|
4279 v59 = pGlobalTXT_LocalizationStrings[538];// "You need %d more experience to train to level %d"
|
|
4280 }
|
|
4281 else
|
|
4282 {
|
|
4283 v64 = (char *)i;
|
|
4284 v61 = (char *)(v46 + 1);
|
|
4285 v59 = pGlobalTXT_LocalizationStrings[537];// "Train to level %d for %d gold"
|
|
4286 }
|
|
4287 }
|
|
4288 else
|
|
4289 {
|
|
4290 v64 = pGlobalTXT_LocalizationStrings[529];// ""Sorry, but we are unable to train you.""
|
|
4291 v61 = pGlobalTXT_LocalizationStrings[536];// ""With your skills, you should be working here as a teacher.""
|
|
4292 v59 = "%s\n \n%s";
|
|
4293 }
|
|
4294 sprintf(*v45, v59, v61, v64);
|
|
4295 }
|
|
4296 v47 = pFontArrus->CalcTextHeight(*v45, &v65, 0, 0);
|
|
4297 v43 = pDialogueWindow;
|
|
4298 v72 += v47;
|
|
4299 ++v45;
|
|
4300 ++v73;
|
|
4301 }
|
|
4302 while ( v73 < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem );
|
|
4303 }
|
|
4304 HIDWORD(v66) = (174 - v72) / 2;
|
|
4305 result = v43->pStartingPosActiveItem;
|
|
4306 v48 = result + v43->pNumPresenceButton;
|
|
4307 v49 = (2 * (87 - (174 - v72) / 2) - v72) / 2 - (174 - v72) / 2 / 2 + 138;
|
|
4308 v50 = -v43->pNumPresenceButton < 0;
|
|
4309 v73 = v43->pStartingPosActiveItem;
|
|
4310 if ( v50 ^ __OFSUB__(result, v48) )
|
|
4311 {
|
|
4312 i = 2;
|
|
4313 v51 = pShopOptions;
|
|
4314 do
|
|
4315 {
|
|
4316 v52 = v43->GetControl(v73);
|
|
4317 v53 = v52;
|
|
4318 v52->uY = HIDWORD(v66) + v49;
|
|
4319 v54 = pFontArrus->CalcTextHeight(*v51, &v65, 0, 0);
|
|
4320 v55 = v53->uY;
|
|
4321 v53->uHeight = v54;
|
|
4322 v56 = v54 + v55 - 1;
|
|
4323 v53->uW = v56;
|
|
4324 v49 = v56;
|
|
4325 v57 = v71;
|
|
4326 if ( pDialogueWindow->pCurrentPosActiveItem != i )
|
|
4327 v57 = white;
|
|
4328 v65.DrawTitleText(pFontArrus, 0, v55, v57, *v51, 3u);
|
|
4329 v43 = pDialogueWindow;
|
|
4330 ++i;
|
|
4331 ++v51;
|
|
4332 ++v73;
|
|
4333 result = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
|
4334 }
|
|
4335 while ( v73 < result );
|
|
4336 }
|
|
4337 }
|
|
4338 }
|
|
4339 return result;
|
|
4340 }
|
|
4341
|
|
4342
|
|
4343
|
|
4344
|
|
4345
|
|
4346
|
|
4347
|
|
4348
|
|
4349
|
|
4350 //----- (004B4FCF) --------------------------------------------------------
|
|
4351 void MagicShopDialog()
|
|
4352 {
|
|
4353 Player *v0; // ebx@1
|
|
4354 int result; // eax@6
|
|
4355 signed int v2; // esi@8
|
|
4356 unsigned int v3; // ebx@10
|
|
4357 char *v4; // eax@11
|
|
4358 char *v5; // eax@12
|
|
4359 unsigned int v6; // eax@12
|
|
4360 int v7; // ST08_4@14
|
|
4361 int v8; // eax@14
|
|
4362 unsigned __int8 v9; // dl@14
|
|
4363 char *v10; // ecx@14
|
|
4364 signed int v11; // esi@16
|
|
4365 int v12; // ST08_4@19
|
|
4366 int v13; // eax@19
|
|
4367 int all_text_height; // edi@21
|
|
4368 char **v15; // esi@21
|
|
4369 int v16; // eax@22
|
|
4370 GUIWindow *v17; // ecx@23
|
|
4371 int v18; // edx@23
|
|
4372 int v19; // edi@23
|
|
4373 unsigned __int8 v20; // sf@23
|
|
4374 GUIButton *control_button; // esi@25
|
|
4375 const char **v22; // eax@25
|
|
4376 int v23; // eax@25
|
|
4377 unsigned int v24; // ecx@25
|
|
4378 const char **v25; // edx@25
|
|
4379 unsigned __int16 text_color; // ax@25
|
|
4380 signed int v27; // esi@30
|
|
4381 int v28; // ST08_4@34
|
|
4382 int v29; // eax@34
|
|
4383 char *v30; // edx@35
|
|
4384 GUIWindow *v31; // edi@40
|
|
4385 void *v32; // eax@40
|
|
4386 signed int v33; // esi@40
|
|
4387 unsigned int v34; // esi@42
|
|
4388 int v35; // eax@42
|
|
4389 unsigned int v36; // eax@43
|
|
4390 int v37; // eax@45
|
|
4391 int v38; // ecx@50
|
|
4392 GUIButton *v39; // eax@52
|
|
4393 GUIButton *v40; // esi@52
|
|
4394 int v41; // eax@52
|
|
4395 char *v42; // eax@54
|
|
4396 int v43; // eax@54
|
|
4397 unsigned int v44; // ecx@54
|
|
4398 int v45; // edx@54
|
|
4399 int v46; // eax@54
|
|
4400 unsigned __int16 v47; // ax@54
|
|
4401 int v48; // eax@58
|
|
4402 signed int v49; // esi@62
|
|
4403 Texture *v50; // ecx@64
|
|
4404 unsigned int v51; // edi@64
|
|
4405 unsigned int v52; // esi@66
|
|
4406 int v53; // edx@70
|
|
4407 Texture *v54; // ecx@76
|
|
4408 unsigned int v55; // edi@76
|
|
4409 unsigned int v56; // esi@76
|
|
4410 int v57; // edx@80
|
|
4411 Texture *v58; // ecx@86
|
|
4412 unsigned int v59; // edi@86
|
|
4413 unsigned int v60; // esi@88
|
|
4414 int v61; // edx@92
|
|
4415 Texture *v62; // ecx@98
|
|
4416 unsigned int v63; // edi@98
|
|
4417 unsigned int v64; // esi@100
|
|
4418 int v65; // edx@104
|
|
4419 signed int v66; // ecx@109
|
|
4420 SHORT v67; // di@117
|
|
4421 bool v68; // eax@117
|
|
4422 const char *v69; // ecx@119
|
|
4423 POINT *v70; // esi@124
|
|
4424 int v71; // ecx@125
|
|
4425 int v72; // eax@125
|
|
4426 int v73; // ecx@125
|
|
4427 ItemGen *v74; // esi@125
|
|
4428 int v75; // eax@130
|
|
4429 int v76; // esi@131
|
|
4430 char **v77; // edi@131
|
|
4431 int v78; // eax@132
|
|
4432 GUIWindow *v79; // ecx@133
|
|
4433 int v80; // edx@133
|
|
4434 int v81; // edi@133
|
|
4435 GUIButton *v82; // esi@135
|
|
4436 const char **v83; // eax@135
|
|
4437 int v84; // eax@135
|
|
4438 unsigned int v85; // ecx@135
|
|
4439 int v86; // edx@135
|
|
4440 unsigned __int16 v87; // ax@135
|
|
4441 GUIWindow *v88; // [sp-18h] [bp-110h]@35
|
|
4442 int v89; // [sp-14h] [bp-10Ch]@35
|
|
4443 ItemGen *v90; // [sp-10h] [bp-108h]@14
|
|
4444 int v91; // [sp-10h] [bp-108h]@35
|
|
4445 unsigned __int16 v92; // [sp-Ch] [bp-104h]@12
|
|
4446 void *v93; // [sp-Ch] [bp-104h]@14
|
|
4447 int v94; // [sp-8h] [bp-100h]@11
|
|
4448 char *v95; // [sp-8h] [bp-100h]@12
|
|
4449 __int64 *v96; // [sp-4h] [bp-FCh]@11
|
|
4450 unsigned int v97; // [sp-4h] [bp-FCh]@12
|
|
4451 POINT v98; // [sp+Ch] [bp-ECh]@8
|
|
4452 POINT v99; // [sp+14h] [bp-E4h]@16
|
|
4453 POINT v100; // [sp+1Ch] [bp-DCh]@124
|
|
4454 POINT v101; // [sp+24h] [bp-D4h]@17
|
|
4455 POINT v102; // [sp+2Ch] [bp-CCh]@124
|
|
4456 POINT v103; // [sp+34h] [bp-C4h]@9
|
|
4457 POINT v104; // [sp+3Ch] [bp-BCh]@31
|
|
4458 POINT v105; // [sp+44h] [bp-B4h]@16
|
|
4459 POINT v106; // [sp+4Ch] [bp-ACh]@30
|
|
4460 POINT v107; // [sp+54h] [bp-A4h]@16
|
|
4461 POINT v108; // [sp+5Ch] [bp-9Ch]@30
|
|
4462 POINT a2; // [sp+64h] [bp-94h]@8
|
|
4463 POINT v110; // [sp+6Ch] [bp-8Ch]@30
|
|
4464 POINT v111; // [sp+74h] [bp-84h]@8
|
|
4465 GUIWindow dialog_window; // [sp+7Ch] [bp-7Ch]@1
|
|
4466 char *Str; // [sp+D0h] [bp-28h]@54
|
|
4467 int v146; // [sp+D4h] [bp-24h]@23
|
|
4468 unsigned int hilight_color; // [sp+D8h] [bp-20h]@1
|
|
4469 unsigned int m_text_color; // [sp+DCh] [bp-1Ch]@1
|
|
4470 __int32 v117; // [sp+E0h] [bp-18h]@8
|
|
4471 int v118; // [sp+E4h] [bp-14h]@40
|
|
4472 const char **v119; // [sp+E8h] [bp-10h]@24
|
|
4473 Player *_this; // [sp+ECh] [bp-Ch]@1
|
|
4474 unsigned __int8 uPlayerID; // [sp+F3h] [bp-5h]@14
|
|
4475 int v152; // [sp+F4h] [bp-4h]@23
|
|
4476 int v122;
|
|
4477 int v114;
|
|
4478
|
|
4479 v0 = pPlayers[uActiveCharacter];
|
|
4480 _this = pPlayers[uActiveCharacter];
|
|
4481 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
|
|
4482 dialog_window.uFrameX = 483;
|
|
4483 dialog_window.uFrameWidth = 148;
|
|
4484 dialog_window.uFrameZ = 334;
|
|
4485 m_text_color = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
|
|
4486 hilight_color = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xCDu, 0x23u);
|
|
4487 if ( dialog_menu_id > 5 )
|
|
4488 {
|
|
4489 if ( dialog_menu_id == 94 )
|
|
4490 {
|
|
4491 draw_leather();
|
|
4492 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
4493 pShopOptions[0] = pGlobalTXT_LocalizationStrings[200];// "Sell"
|
|
4494 pShopOptions[1] = pGlobalTXT_LocalizationStrings[113];// "Identify"
|
|
4495 pShopOptions[2] = pGlobalTXT_LocalizationStrings[179];// "Repair"
|
|
4496 v76 = 0;
|
|
4497 v77 = pShopOptions;
|
|
4498 do
|
|
4499 {
|
|
4500 v78 = pFontArrus->CalcTextHeight(*v77, &dialog_window, 0, 0);
|
|
4501 ++v77;
|
|
4502 v76 += v78;
|
|
4503 }
|
|
4504 while ( (signed int)v77 < (signed int)&pShopOptions[3] );
|
|
4505 v79 = pDialogueWindow;
|
|
4506 _this = (Player *)((174 - v76) / 3);
|
|
4507 result = pDialogueWindow->pStartingPosActiveItem;
|
|
4508 v80 = result + pDialogueWindow->pNumPresenceButton;
|
|
4509 v81 = (3 * (58 - (signed int)_this) - v76) / 2 - (174 - v76) / 3 / 2 + 138;
|
|
4510 v20 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
4511 v118 = pDialogueWindow->pStartingPosActiveItem;
|
|
4512 if ( v20 ^ __OFSUB__(result, v80) )
|
|
4513 {
|
|
4514 v122 = 2;
|
|
4515 v119 = (const char **)pShopOptions;
|
|
4516 do
|
|
4517 {
|
|
4518 v82 = v79->GetControl(v118);
|
|
4519 v83 = v119;
|
|
4520 v82->uY = (unsigned int)((char *)_this + v81);
|
|
4521 v84 = pFontArrus->CalcTextHeight(*v83, &dialog_window, 0, 0);
|
|
4522 v85 = v82->uY;
|
|
4523 v86 = v122;
|
|
4524 v82->uHeight = v84;
|
|
4525 v81 = v84 + v85 - 1;
|
|
4526 v82->uW = v81;
|
|
4527 v87 = hilight_color;
|
|
4528 if ( pDialogueWindow->pCurrentPosActiveItem != v86 )
|
|
4529 v87 = m_text_color;
|
|
4530 dialog_window.DrawTitleText(pFontArrus, 0, v85, v87, *v119, 3u);
|
|
4531 v79 = pDialogueWindow;
|
|
4532 ++v122;
|
|
4533 ++v119;
|
|
4534 ++v118;
|
|
4535 result = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
|
4536 }
|
|
4537 while ( v118 < result );
|
|
4538 }
|
|
4539 return;
|
|
4540 }
|
|
4541 if ( dialog_menu_id != 95 )
|
|
4542 {
|
|
4543 result = dialog_menu_id - 96;
|
|
4544 if ( dialog_menu_id == 96 )
|
|
4545 {
|
|
4546 result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4547 if ( result )
|
|
4548 {
|
|
4549 v31 = pDialogueWindow;
|
|
4550 v3 = 0;
|
|
4551 v32 = window_SpeakInHouse->ptr_1C;
|
|
4552 v118 = 0;
|
|
4553 //v33 = (signed __int64)(*(float *)&p2DEvents_minus1__24[13 * (signed int)v32] * 500.0);
|
|
4554 v33 = (signed __int64)(p2DEvents[(signed int)v32 - 1].flt_24 * 500.0);
|
|
4555 v119 = (const char **)(v33 * (100 - _this->GetMerchant()) / 100);
|
|
4556 if ( (signed int)v119 < v33 / 3 )
|
|
4557 v119 = (const char **)(v33 / 3);
|
|
4558 v34 = v31->pStartingPosActiveItem;
|
|
4559 v35 = v34 + v31->pNumPresenceButton;
|
|
4560 v122 = 0;
|
|
4561 if ( (signed int)v34 >= v35 )
|
|
4562 goto LABEL_140;
|
|
4563 do
|
|
4564 {
|
|
4565 v36 = v31->GetControl(v34)->uControlParam - 36;
|
|
4566 if ( byte_4ED970_skill_learn_ability_by_class_table[_this->classType][v36] && !_this->pActiveSkills[v36] )
|
|
4567 {
|
|
4568 v37 = pFontArrus->CalcTextHeight(pSkillNames[v36], &dialog_window, 0, 0);
|
|
4569 v118 += v37;
|
|
4570 ++v122;
|
|
4571 }
|
|
4572 ++v34;
|
|
4573 }
|
|
4574 while ( (signed int)v34 < v31->pNumPresenceButton + v31->pStartingPosActiveItem );
|
|
4575 if ( !v122 )
|
|
4576 {
|
|
4577 LABEL_140:
|
|
4578 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[544], _this->pName, pClassNames[_this->classType]);//
|
|
4579 // "Seek knowledge elsewhere %s the %s"
|
|
4580 strcat(pTmpBuf, "\n \n");
|
|
4581 strcat(pTmpBuf, pGlobalTXT_LocalizationStrings[528]);// "I can offer you nothing further."
|
|
4582 v30 = pTmpBuf;
|
|
4583 v97 = 3;
|
|
4584 v95 = pTmpBuf;
|
|
4585 v92 = hilight_color;
|
|
4586 v91 = 0;
|
|
4587 v89 = 0;
|
|
4588 v88 = &dialog_window;
|
|
4589 goto LABEL_61;
|
|
4590 }
|
|
4591 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[401], v119);// "Skill Cost: %lu"
|
|
4592 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf, 3u);
|
|
4593 v119 = (const char **)((149 - v118) / v122);
|
|
4594 if ( (149 - v118) / v122 > 32 )
|
|
4595 v119 = (const char **)32;
|
|
4596 result = v31->pStartingPosActiveItem;
|
|
4597 v38 = (149 - v122 * (signed int)v119 - v118) / 2 - (signed int)v119 / 2 + 162;
|
|
4598 v118 = result;
|
|
4599 v114 = v38;
|
|
4600 if ( result < result + v31->pNumPresenceButton )
|
|
4601 {
|
|
4602 v122 = 2;
|
|
4603 do
|
|
4604 {
|
|
4605 v39 = v31->GetControl(v118);
|
|
4606 v40 = v39;
|
|
4607 v41 = v39->uControlParam - 36;
|
|
4608 if ( !byte_4ED970_skill_learn_ability_by_class_table[_this->classType][v41] || _this->pActiveSkills[v41] )
|
|
4609 {
|
|
4610 v40->uW = 0;
|
|
4611 v40->uHeight = 0;
|
|
4612 v40->uY = 0;
|
|
4613 }
|
|
4614 else
|
|
4615 {
|
|
4616 v42 = pSkillNames[v41];
|
|
4617 v40->uY = (unsigned int)((char *)v119 + v114);
|
|
4618 Str = v42;
|
|
4619 v43 = pFontArrus->CalcTextHeight(v42, &dialog_window, 0, 0);
|
|
4620 v44 = v40->uY;
|
|
4621 v45 = v122;
|
|
4622 v40->uHeight = v43;
|
|
4623 v46 = v44 + v43 - 1;
|
|
4624 v40->uW = v46;
|
|
4625 v114 = v46;
|
|
4626 v47 = hilight_color;
|
|
4627 if ( pDialogueWindow->pCurrentPosActiveItem != v45 )
|
|
4628 v47 = m_text_color;
|
|
4629 dialog_window.DrawTitleText(pFontArrus, 0, v44, v47, Str, 3u);
|
|
4630 }
|
|
4631 v48 = v31->pStartingPosActiveItem;
|
|
4632 ++v118;
|
|
4633 result = v31->pNumPresenceButton + v48;
|
|
4634 ++v122;
|
|
4635 }
|
|
4636 while ( v118 < result );
|
|
4637 }
|
|
4638 }
|
|
4639 }
|
|
4640 return;
|
|
4641 }
|
|
4642 }
|
|
4643 else
|
|
4644 {
|
|
4645 if ( dialog_menu_id == 5 )
|
|
4646 {
|
|
4647 draw_leather();
|
|
4648 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
4649 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[198], 0);// "Select the Item to Repair"
|
|
4650 result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4651 if ( !result
|
|
4652 || (v27 = pMouse->GetCursorPos(&v110)->x - 14,
|
|
4653 v117 = (v27 >> 5) + 14 * ((pMouse->GetCursorPos(&v108)->y - 17) >> 5),
|
|
4654 result = (int)pMouse->GetCursorPos(&v106),
|
|
4655 *(int *)result <= 13)
|
|
4656 || (result = (int)pMouse->GetCursorPos(&v104), *(int *)result >= 462)
|
|
4657 || (result = v0->GetItemIDAtInventoryIndex((int *)&v117), v3 = 0, !result)
|
|
4658 || (result *= 9, !(_this->field_1F5[4 * result + 15] & 2)) )
|
|
4659 return;
|
|
4660 v96 = 0;
|
|
4661 v94 = 5;
|
|
4662 v93 = window_SpeakInHouse->ptr_1C;
|
|
4663 v90 = (ItemGen *)&_this->spellbook.pDarkSpellbook.bIsSpellAvailable[4 * result + 5];
|
|
4664 v28 = (int)window_SpeakInHouse->ptr_1C;
|
|
4665 uPlayerID = uActiveCharacter - 1;
|
|
4666 v29 = _this->_490EEE((ItemGen *)&_this->spellbook.pDarkSpellbook.bIsSpellAvailable[4 * result + 5], 3, v28, 5);
|
|
4667 v9 = uPlayerID;
|
|
4668 v10 = (char *)pMerchantsRepairPhrases[v29];
|
|
4669 goto LABEL_35;
|
|
4670 }
|
|
4671 if ( dialog_menu_id == 1 )
|
|
4672 {
|
|
4673 /* result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4674 if ( result )
|
|
4675 {
|
|
4676 pShopOptions[0] = pGlobalTXT_LocalizationStrings[134];// "Buy Standard"
|
|
4677 pShopOptions[1] = pGlobalTXT_LocalizationStrings[152];// "Buy Special"
|
|
4678 pShopOptions[2] = pGlobalTXT_LocalizationStrings[159];// "Display Inventory"
|
|
4679 v14 = 0;
|
|
4680 pShopOptions[3] = pGlobalTXT_LocalizationStrings[160];// "Learn Skills"
|
|
4681 v15 = pShopOptions;
|
|
4682 do
|
|
4683 {
|
|
4684 v16 = pFontArrus->CalcTextHeight(*v15, &dialogue_window, 0, 0);
|
|
4685 ++v15;
|
|
4686 v14 += v16;
|
|
4687 }
|
|
4688 while ( (signed int)v15 < (signed int)&unk_F8B1C8 );
|
|
4689 v17 = pDialogueWindow;
|
|
4690 v114 = (174 - v14) / 4;
|
|
4691 result = pDialogueWindow->pStartingPosActiveItem;
|
|
4692 v18 = result + pDialogueWindow->pNumPresenceButton;
|
|
4693 v19 = (174 - 4 * (174 - v14) / 4 - v14) / 2 - (174 - v14) / 4 / 2 + 138;
|
|
4694 v20 = -pDialogueWindow->pNumPresenceButton < 0;
|
|
4695 v122 = pDialogueWindow->pStartingPosActiveItem;
|
|
4696 if ( v20 ^ __OFSUB__(result, v18) )
|
|
4697 {
|
|
4698 v119 = (const char **)2;
|
|
4699 _this = (Player *)pShopOptions;
|
|
4700 do
|
|
4701 {
|
|
4702 v21 = v17->GetControl(v122);
|
|
4703 v22 = (const char **)_this;
|
|
4704 v21->uY = v114 + v19;
|
|
4705 v23 = pFontArrus->CalcTextHeight(*v22, &dialogue_window, 0, 0);
|
|
4706 v24 = v21->uY;
|
|
4707 v25 = v119;
|
|
4708 v21->uHeight = v23;
|
|
4709 v19 = v24 + v23 - 1;
|
|
4710 v21->uW = v19;
|
|
4711 v26 = color2;
|
|
4712 if ( (const char **)pDialogueWindow->pCurrentPosActiveItem != v25 )
|
|
4713 v26 = m_text_color;
|
|
4714 dialogue_window.DrawTitleText(pFontArrus, 0, v24, v26, (const char *)LODWORD(_this->pConditions[0]), 3u);
|
|
4715 v17 = pDialogueWindow;
|
|
4716 v119 = (const char **)((char *)v119 + 1);
|
|
4717 _this = (Player *)((char *)_this + 4);
|
|
4718 ++v122;
|
|
4719 result = pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem;
|
|
4720 }
|
|
4721 while ( v122 < result );
|
|
4722 }
|
|
4723 }*/
|
|
4724 if ( !sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win() )
|
|
4725 return;
|
|
4726 pShopOptions[0] = pGlobalTXT_LocalizationStrings[134]; //"Buy Standard"
|
|
4727 pShopOptions[1] = pGlobalTXT_LocalizationStrings[152]; //"Buy Special"
|
|
4728 pShopOptions[2] = pGlobalTXT_LocalizationStrings[159]; //"Display Inventory"
|
|
4729 pShopOptions[3] = pGlobalTXT_LocalizationStrings[160];
|
|
4730
|
|
4731 all_text_height = 0;
|
|
4732 for(int i=0;i<4;++i)
|
|
4733 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
|
|
4734 v146 = (174 - all_text_height) / 4;
|
|
4735
|
|
4736 v23 = (174 - 4 * (174 - all_text_height) / 4 - all_text_height) / 2 - (174 - all_text_height) / 4 / 2 + 138;
|
|
4737 int j=0;
|
|
4738 if ( pDialogueWindow->pNumPresenceButton>=0 )
|
|
4739 {
|
|
4740 int th = 2;
|
|
4741 for (v152 = pDialogueWindow->pStartingPosActiveItem; v152 < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++v152)
|
|
4742 {
|
|
4743 control_button = pDialogueWindow->GetControl(v152);
|
|
4744 control_button->uY = v146 + v23;
|
|
4745 v27 = pFontArrus->CalcTextHeight(pShopOptions[j], &dialog_window, 0, 0);
|
|
4746 control_button->uHeight = v27;
|
|
4747 v23 = control_button->uY + control_button->uHeight - 1;
|
|
4748 control_button->uW = v23;
|
|
4749 text_color = hilight_color;
|
|
4750 if ( pDialogueWindow->pCurrentPosActiveItem != th )
|
|
4751 text_color = m_text_color;
|
|
4752 dialog_window.DrawTitleText(pFontArrus, 0, control_button->uY, text_color, pShopOptions[j], 3);
|
|
4753 ++th;
|
|
4754 ++j;
|
|
4755 }
|
|
4756 }
|
|
4757
|
|
4758
|
|
4759 return;
|
|
4760 }
|
|
4761 if ( dialog_menu_id != 2 )
|
|
4762 {
|
|
4763 if ( dialog_menu_id != 3 )
|
|
4764 {
|
|
4765 result = dialog_menu_id - 4;
|
|
4766 if ( dialog_menu_id == 4 )
|
|
4767 {
|
|
4768 draw_leather();
|
|
4769 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
4770 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[197], 0);// "Select the Item to Identify"
|
|
4771 result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4772 if ( result )
|
|
4773 {
|
|
4774 v2 = pMouse->GetCursorPos(&a2)->x - 14;
|
|
4775 v117 = (v2 >> 5) + 14 * ((pMouse->GetCursorPos(&v98)->y - 17) >> 5);
|
|
4776 result = (int)pMouse->GetCursorPos(&v111);
|
|
4777 if ( *(int *)result > 13 )
|
|
4778 {
|
|
4779 result = (int)pMouse->GetCursorPos(&v103);
|
|
4780 if ( *(int *)result < 462 )
|
|
4781 {
|
|
4782 result = v0->GetItemIDAtInventoryIndex((int *)&v117);
|
|
4783 v3 = 0;
|
|
4784 if ( result )
|
|
4785 {
|
|
4786 v96 = 0;
|
|
4787 v94 = 4;
|
|
4788 v4 = (char *)&_this->pInventoryItems[result-1];
|
|
4789 if ( v4[20] & 1 )
|
|
4790 {
|
|
4791 v5 = BuilDialogueString("%24", uActiveCharacter - 1, (ItemGen *)v4, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
|
|
4792 v97 = 3;
|
|
4793 v95 = v5;
|
|
4794 v92 = m_text_color;
|
|
4795 v6 = (212 - pFontArrus->CalcTextHeight(v5, &dialog_window, 0, 0)) / 2 + 101;
|
|
4796
|
|
4797 dialog_window.DrawTitleText(pFontArrus, v3, v6, v92, v95, v97);
|
|
4798 return;
|
|
4799 }
|
|
4800 v93 = window_SpeakInHouse->ptr_1C;
|
|
4801 v90 = (ItemGen *)v4;
|
|
4802 v7 = (int)window_SpeakInHouse->ptr_1C;
|
|
4803 uPlayerID = uActiveCharacter - 1;
|
|
4804 v8 = ((Player *)_this)->_490EEE((ItemGen *)v4, 3, v7, 4);
|
|
4805 v9 = uPlayerID;
|
|
4806 v10 = (char *)pMerchantsIdentifyPhrases[v8];
|
|
4807 goto LABEL_35;
|
|
4808 }
|
|
4809 }
|
|
4810 }
|
|
4811 }
|
|
4812 }
|
|
4813 return;
|
|
4814 }
|
|
4815 draw_leather();
|
|
4816 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
|
|
4817 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[199], 0);// "Select the Item to Sell"
|
|
4818 result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4819 if ( !result
|
|
4820 || (v11 = pMouse->GetCursorPos(&v107)->x - 14,
|
|
4821 v117 = (v11 >> 5) + 14 * ((pMouse->GetCursorPos(&v99)->y - 17) >> 5),
|
|
4822 result = (int)pMouse->GetCursorPos(&v105),
|
|
4823 *(int *)result <= 13)
|
|
4824 || (result = (int)pMouse->GetCursorPos(&v101), *(int *)result >= 462)
|
|
4825 || (result = v0->GetItemIDAtInventoryIndex((int *)&v117), v3 = 0, !result) )
|
|
4826 return;
|
|
4827 v96 = 0;
|
|
4828 v94 = 3;
|
|
4829 v93 = window_SpeakInHouse->ptr_1C;
|
|
4830 v90 = (ItemGen *)&_this->pInventoryItems[result-1];
|
|
4831 v12 = (int)window_SpeakInHouse->ptr_1C;
|
|
4832 uPlayerID = uActiveCharacter - 1;
|
|
4833 v13 = _this->_490EEE(v90, 3, v12, 3);
|
|
4834 v9 = uPlayerID;
|
|
4835 v10 = (char *)pMerchantsSellPhrases[v13];
|
|
4836 LABEL_35:
|
|
4837 v30 = BuilDialogueString(v10, v9, v90, (char *)v93, v94, v96);
|
|
4838 v97 = 3;
|
|
4839 v95 = v30;
|
|
4840 v92 = m_text_color;
|
|
4841 v91 = v3;
|
|
4842 v89 = v3;
|
|
4843 v88 = &dialog_window;
|
|
4844 LABEL_61:
|
|
4845 v6 = (174 - pFontArrus->CalcTextHeight(v30, v88, v89, v91)) / 2 + 138;
|
|
4846 dialog_window.DrawTitleText(pFontArrus, v3, v6, v92, v95, v97);
|
|
4847 return;
|
|
4848 }
|
|
4849 }
|
|
4850 pRenderer->DrawTextureIndexed(8u, 8u, ShopTexture);
|
|
4851 v3 = 0;
|
|
4852 v49 = 0;
|
|
4853 v122 = 0;
|
|
4854 if ( dialog_menu_id == 2 )
|
|
4855 {
|
|
4856 do
|
|
4857 {
|
|
4858 // if ( pParty->field_777C[9 * (v49 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C)] )
|
|
4859 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v49].uItemID);
|
|
4860 {
|
|
4861 v50 = ItemsInShopTexture[v49];
|
|
4862 v51 = 152 - v50->uTextureHeight;
|
|
4863 if ( (signed int)v51 < 1 )
|
|
4864 v51 = 0;
|
|
4865 v52 = 75 * v49 - v50->uTextureWidth / 2 + 40;
|
|
4866 if ( v122 )
|
|
4867 {
|
|
4868 if ( v122 == 5 )
|
|
4869 {
|
|
4870 v53 = ItemsInShopTexture[5]->uTextureWidth;
|
|
4871 if ( (signed int)v52 > 457 - v53 )
|
|
4872 v52 = 457 - v53;
|
|
4873 }
|
|
4874 }
|
|
4875 else
|
|
4876 {
|
|
4877 if ( (signed int)v52 < 18 )
|
|
4878 v52 = 18;
|
|
4879 }
|
|
4880 pRenderer->DrawTextureTransparent(v52, v51, v50);
|
|
4881 sub_40F92A(&pRenderer->pActiveZBuffer[v52 + 640 * v51], ItemsInShopTexture[v122], v122 + 1);
|
|
4882 v49 = v122;
|
|
4883 }
|
|
4884 ++v49;
|
|
4885 v122 = v49;
|
|
4886 }
|
|
4887 while ( v49 < 6 );
|
|
4888 v122 = 0;
|
|
4889 do
|
|
4890 {
|
|
4891 //if ( pParty->field_777C[9 * (v122 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 54] )
|
|
4892 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v122+1].uItemID);
|
|
4893 {
|
|
4894 v54 = ItemsInShopTexture[v122 + 6];
|
|
4895 v55 = 306 - v54->uTextureHeight;
|
|
4896 v56 = 75 * v122 - v54->uTextureWidth / 2 + 40;
|
|
4897 if ( v122 )
|
|
4898 {
|
|
4899 if ( v122 == 5 )
|
|
4900 {
|
|
4901 v57 = ItemsInShopTexture[11]->uTextureWidth;
|
|
4902 if ( (signed int)v56 > 457 - v57 )
|
|
4903 v56 = 457 - v57;
|
|
4904 }
|
|
4905 }
|
|
4906 else
|
|
4907 {
|
|
4908 if ( (signed int)v56 < 18 )
|
|
4909 v56 = 18;
|
|
4910 }
|
|
4911 pRenderer->DrawTextureTransparent(v56, v55, v54);
|
|
4912 sub_40F92A(&pRenderer->pActiveZBuffer[v56 + 640 * v55], ItemsInShopTexture[v122 + 6], v122 + 7);
|
|
4913 }
|
|
4914 ++v122;
|
|
4915 }
|
|
4916 while ( v122 < 6 );
|
|
4917 }
|
|
4918 else
|
|
4919 {
|
|
4920 do
|
|
4921 {
|
|
4922 // if ( pParty->field_C59C[9 * (v49 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 724] )
|
|
4923 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v49].uItemID)
|
|
4924 {
|
|
4925 v58 = ItemsInShopTexture[v49];
|
|
4926 v59 = 152 - v58->uTextureHeight;
|
|
4927 if ( (signed int)v59 < 1 )
|
|
4928 v59 = 0;
|
|
4929 v60 = 75 * v49 - v58->uTextureWidth / 2 + 40;
|
|
4930 if ( v122 )
|
|
4931 {
|
|
4932 if ( v122 == 5 )
|
|
4933 {
|
|
4934 v61 = ItemsInShopTexture[5]->uTextureWidth;
|
|
4935 if ( (signed int)v60 > 457 - v61 )
|
|
4936 v60 = 457 - v61;
|
|
4937 }
|
|
4938 }
|
|
4939 else
|
|
4940 {
|
|
4941 if ( (signed int)v60 < 18 )
|
|
4942 v60 = 18;
|
|
4943 }
|
|
4944 pRenderer->DrawTextureTransparent(v60, v59, v58);
|
|
4945 sub_40F92A(&pRenderer->pActiveZBuffer[v60 + 640 * v59], ItemsInShopTexture[v122], v122 + 1);
|
|
4946 v49 = v122;
|
|
4947 }
|
|
4948 ++v49;
|
|
4949 v122 = v49;
|
|
4950 }
|
|
4951 while ( v49 < 6 );
|
|
4952 v122 = 0;
|
|
4953 do
|
|
4954 {
|
|
4955 //if ( pParty->Spell_Item[(unsigned int)window_SpeakInHouse->ptr_1C][v49] + 778] ) //weak
|
|
4956 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v49].uAttributes)
|
|
4957 {
|
|
4958 v62 = ItemsInShopTexture[v122 + 6];
|
|
4959 v63 = 306 - v62->uTextureHeight;
|
|
4960 if ( (signed int)v63 < 1 )
|
|
4961 v63 = 0;
|
|
4962 v64 = 75 * v122 - v62->uTextureWidth / 2 + 40;
|
|
4963 if ( v122 )
|
|
4964 {
|
|
4965 if ( v122 == 5 )
|
|
4966 {
|
|
4967 v65 = ItemsInShopTexture[11]->uTextureWidth;
|
|
4968 if ( (signed int)v64 > 457 - v65 )
|
|
4969 v64 = 457 - v65;
|
|
4970 }
|
|
4971 }
|
|
4972 else
|
|
4973 {
|
|
4974 if ( (signed int)v64 < 18 )
|
|
4975 v64 = 18;
|
|
4976 }
|
|
4977 pRenderer->DrawTextureTransparent(v64, v63, v62);
|
|
4978 sub_40F92A(&pRenderer->pActiveZBuffer[v64 + 640 * v63], ItemsInShopTexture[v122 + 6], v122 + 7);
|
|
4979 }
|
|
4980 ++v122;
|
|
4981 }
|
|
4982 while ( v122 < 6 );
|
|
4983 }
|
|
4984 result = sub_4B1784_check_if_player_concious__draw_warning_else_mess_with_dlg_win();
|
|
4985 if ( result )
|
|
4986 {
|
|
4987 v66 = 0;
|
|
4988 v117 = 0;
|
|
4989 if ( dialog_menu_id == 2 )
|
|
4990 {
|
|
4991 do
|
|
4992 {
|
|
4993 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v66].uItemID); //9 * (v66 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C)] )
|
|
4994 ++v117;
|
|
4995 ++v66;
|
|
4996 }
|
|
4997 while ( v66 < 12 );
|
|
4998 }
|
|
4999 else
|
|
5000 {
|
|
5001 do
|
|
5002 {
|
|
5003 //if ( pParty->field_C59C[9 * (v66 + 12 * (unsigned int)window_SpeakInHouse->ptr_1C) + 724] )
|
|
5004 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v66].uItemID)
|
|
5005 ++v117;
|
|
5006 ++v66;
|
|
5007 }
|
|
5008 while ( v66 < 12 );
|
|
5009 }
|
|
5010 v67 = GetAsyncKeyState(VK_CONTROL);
|
|
5011 v68 = _this->CanSteal();
|
|
5012 Str = (char *)v68;
|
|
5013 if ( v67 && v68 )
|
|
5014 {
|
|
5015 v69 = pGlobalTXT_LocalizationStrings[185];// "Steal item"
|
|
5016 }
|
|
5017 else
|
|
5018 {
|
|
5019 v69 = pGlobalTXT_LocalizationStrings[195];// "Select the Item to Buy"
|
|
5020 if ( dialog_menu_id != 2 )
|
|
5021 v69 = pGlobalTXT_LocalizationStrings[196];// "Select the Special Item to Buy"
|
|
5022 }
|
|
5023 DrawTextAtStatusBar(v69, 0);
|
|
5024 if ( !v117 )
|
|
5025 {
|
|
5026 dialog_window.DrawCurrentTime( pParty->field_3C.field_50[(unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
|
|
5027 return;
|
|
5028 }
|
|
5029 v70 = pMouse->GetCursorPos(&v102);
|
|
5030 result = v70->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v100)->y];
|
|
5031 if ( pRenderer->pActiveZBuffer[result] & 0xFFFF )
|
|
5032 {
|
|
5033 v71 = (pRenderer->pActiveZBuffer[result] & 0xFFFF) - 1;
|
|
5034 v117 = v71;
|
|
5035 v72 = (int)window_SpeakInHouse->ptr_1C;
|
|
5036 // v73 = 9 * (v71 + 12 * v72);
|
|
5037 v74 = (ItemGen *)&pParty->StandartItemsInShops[v72][v71];
|
|
5038 if ( dialog_menu_id != 2 )
|
|
5039 // v74 = (ItemGen *)&pParty->field_C59C[v73 + 724];
|
|
5040 v74 =&pParty->SpecialItemsInShops[v72][v71];
|
|
5041 if ( v67 && Str )
|
|
5042 {
|
|
5043 v10 = pGlobalTXT_LocalizationStrings[181];// "Steal %24"
|
|
5044 v96 = 0;
|
|
5045 v94 = 2;
|
|
5046 v93 = window_SpeakInHouse->ptr_1C;
|
|
5047 v90 = v74;
|
|
5048 v9 = uActiveCharacter - 1;
|
|
5049 }
|
|
5050 else
|
|
5051 {
|
|
5052 v96 = 0;
|
|
5053 v94 = 2;
|
|
5054 v93 = window_SpeakInHouse->ptr_1C;
|
|
5055 v90 = v74;
|
|
5056 uPlayerID = uActiveCharacter - 1;
|
|
5057 v75 = _this->_490EEE(v74, 3, v72, 2);
|
|
5058 v9 = uPlayerID;
|
|
5059 v10 = (char *)pMerchantsBuyPhrases[v75];
|
|
5060 }
|
|
5061 goto LABEL_35;
|
|
5062 }
|
|
5063 }
|
|
5064 return;
|
|
5065 }
|