annotate UI/UIHouses.cpp @ 2372:7bf6901add4a

Слияние
author Ritor1
date Sun, 01 Jun 2014 15:18:00 +0600
parents bddcaf5d5db2
children 802460e60eee
rev   line source
2253
aff7a7b072b7 adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
Grumpy7
parents: 2234
diff changeset
1 #define _CRT_SECURE_NO_WARNINGS
2350
7c10dfb6d802 Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents: 2349
diff changeset
2 #include "UIGuilds.h"
7c10dfb6d802 Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents: 2349
diff changeset
3 #include "UIPartyCreation.h"
7c10dfb6d802 Finishing moving all known UI functions to their appropriate headers
Grumpy7
parents: 2349
diff changeset
4 #include "UIShops.h"
2349
7ebc07cd6c53 Adding GUIButton.h
Grumpy7
parents: 2346
diff changeset
5 #include "..\GUIButton.h"
2336
d6887ee81068 header file include cleanup
Grumpy7
parents: 2335
diff changeset
6 #include "..\mm7_unsorted_subs.h"
2343
5d263539bbec Moving functions from unsorted_subs.h pt5
Grumpy7
parents: 2336
diff changeset
7 #include "..\SaveLoad.h"
1299
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
8 #include "..\Texture.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
9 #include "..\mm7_data.h"
2336
d6887ee81068 header file include cleanup
Grumpy7
parents: 2335
diff changeset
10 #include "..\ErrorHandling.h"
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
11 #include "UIHouses.h"
1299
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
12 #include "..\Party.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
13 #include "..\texts.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
14 #include "..\Events.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
15 #include "..\Arcomage.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
16 #include "..\LOD.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
17 #include "..\Mouse.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
18 #include "..\GUIWindow.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
19 #include "..\GUIFont.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
20 #include "..\Overlays.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
21 #include "..\Outdoor.h"
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1630
diff changeset
22 #include "..\Outdoor_stuff.h"
1299
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
23 #include "..\AudioPlayer.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
24 #include "..\VideoPlayer.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
25 #include "..\Monsters.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
26 #include "..\Viewport.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
27 #include "..\Keyboard.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
28 #include "..\MapInfo.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
29 #include "..\Log.h"
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
30 #include "..\Game.h"
2343
5d263539bbec Moving functions from unsorted_subs.h pt5
Grumpy7
parents: 2336
diff changeset
31 #include "..\CastSpellInfo.h"
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
32
1299
8c2f689b5f0b folder UI
Ritor1
parents: 1298
diff changeset
33 #include "..\stru159.h"
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
34 int uHouse_ExitPic; // weak
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
35
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
36 int dword_591080; // weak
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
37
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
38 BuildingType in_current_building_type; // 00F8B198
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
39 HOUSE_DIALOGUE_MENU dialog_menu_id; // 00F8B19C
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
40
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
41 #pragma pack(push, 1)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
42 struct stru365_travel_info
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
43 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
44 unsigned char uMapInfoID;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
45 unsigned char pSchedule[7];
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
46 unsigned int uTravelTime;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
47 int arrival_x;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
48 int arrival_y;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
49 int arrival_z;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
50 int arrival_rot_y;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
51 unsigned int uQuestBit; // quest bit required to set for this travel option to be enabled; otherwise 0
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
52 };
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
53 #pragma pack(pop)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
54 stru365_travel_info transport_schedule[35] = // 004F09B0
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
55 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
56 {MAP_STEADWICK, {1, 0, 1, 0, 1, 0, 0}, 2, -18048, 4636, 833, 1536, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
57 {MAP_PIERPONT, {0, 1, 0, 1, 0, 1, 0}, 2, -2527, -6773, 1153, 896, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
58 {MAP_TATALIA, {1, 0, 1, 0, 1, 0, 0}, 2, 4730, -10580, 320, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
59 {MAP_HARMONDALE, {0, 1, 0, 1, 0, 1, 0}, 2, -5692, 11137, 1, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
60 {MAP_DEYJA, {1, 0, 0, 1, 0, 0, 0}, 3, 7227, -16007, 2625, 640, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
61 {MAP_BRAKADA_DESERT, {0, 0, 1, 0, 0, 1, 0}, 3, 8923, 17191, 1, 512, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
62 {MAP_AVLEE, {1, 0, 1, 0, 1, 0, 0}, 3, 17059, 12331, 512, 1152, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
63 {MAP_DEYJA, {0, 1, 0, 0, 1, 0, 1}, 2, 7227, -16007, 2625, 640, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
64 {MAP_HARMONDALE, {0, 1, 0, 1, 0, 1, 0}, 2, -5692, 11137, 1, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
65 {MAP_STEADWICK, {1, 0, 1, 0, 1, 0, 0}, 3, -18048, 4636, 833, 1536, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
66 {MAP_PIERPONT, {0, 1, 0, 1, 0, 1, 0}, 2, -2527, -6773, 1153, 896, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
67 {MAP_STEADWICK, {1, 0, 1, 0, 1, 0, 1}, 3, -18048, 4636, 833, 1536, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
68 {MAP_HARMONDALE, {0, 1, 0, 0, 0, 1, 0}, 5, -5692, 11137, 1, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
69 {MAP_STEADWICK, {0, 1, 0, 1, 0, 1, 0}, 2, -18048, 4636, 833, 1536, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
70 {MAP_PIERPONT, {0, 1, 0, 1, 0, 1, 0}, 3, -2527, -16007, 1153, 896, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
71 {MAP_DEYJA, {0, 0, 1, 0, 0, 0, 1}, 5, 7227, -16007, 2625, 640, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
72 {MAP_TATALIA, {0, 1, 0, 1, 0, 1, 0}, 2, -2183, -6941, 97, 0, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
73 {MAP_AVLEE, {1, 0, 0, 0, 1, 0, 0}, 4, 7913, 9476, 193, 0, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
74 {MAP_EVENMORN_ISLE, {0, 0, 0, 0, 0, 0, 1}, 7, 15616, 6390, 193, 1536, PARTY_QUEST_EVENMORN_MAP_FOUND},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
75 {MAP_BRAKADA_DESERT, {0, 0, 1, 0, 0, 0, 0}, 6, 19171, -19722, 193, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
76 {MAP_AVLEE, {0, 1, 0, 1, 0, 1, 0}, 3, 7913, 9476, 193, 0, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
77 {MAP_BRAKADA_DESERT, {1, 0, 1, 0, 0, 0, 0}, 6, 19171, -19722, 193, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
78 {MAP_TATALIA, {1, 0, 1, 0, 1, 0, 0}, 4, -2183, -6941, 97, 0, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
79 {MAP_PIERPONT, {0, 0, 0, 0, 0, 1, 0}, 6, -709, -14087, 193, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
80 {MAP_STEADWICK, {0, 0, 0, 0, 0, 0, 1}, 6, -10471, 13497, 193, 1536, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
81 {MAP_EVENMORN_ISLE, {0, 1, 0, 1, 0, 0, 0}, 1, 15616, 6390, 193, 1536, PARTY_QUEST_EVENMORN_MAP_FOUND},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
82 {MAP_BRAKADA_DESERT, {0, 1, 0, 1, 0, 0, 0}, 1, 19171, -19722, 193, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
83 {MAP_STEADWICK, {0, 1, 0, 1, 0, 1, 0}, 2, -10471, 13497, 193, 1536, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
84 {MAP_BRAKADA_DESERT, {1, 0, 1, 0, 0, 0, 0}, 4, 19171, -19722, 193, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
85 {MAP_EVENMORN_ISLE, {0, 0, 0, 0, 0, 0, 1}, 5, 15616, 6390, 193, 1536, PARTY_QUEST_EVENMORN_MAP_FOUND},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
86 {MAP_AVLEE, {0, 0, 0, 0, 1, 0, 0}, 5, 7913, 9476, 193, 0, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
87 {MAP_STEADWICK, {0, 1, 0, 0, 0, 1, 0}, 4, -10471, 13497, 193, 1536, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
88 {MAP_PIERPONT, {1, 0, 1, 0, 1, 0, 0}, 3, -709, -14087, 193, 1024, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
89 {MAP_TATALIA, {0, 0, 0, 1, 0, 0, 0}, 5, -2183, -6941, 97, 0, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
90 {MAP_ARENA, {0, 0, 0, 0, 0, 0, 1}, 4, 3844, 2906, 193, 512, 0}
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
91 };
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
92
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
93 unsigned char transport_routes[20][4] =
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
94 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
95 { 0, 1, 1, 34}, // HOUSE_STABLES_HARMONDALE
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
96 { 2, 3, 4, 5}, // HOUSE_STABLES_STEADWICK
1589
Ritor1
parents: 1588
diff changeset
97 { 6, 7, 8, 8}, // HOUSE_STABLES_TULAREAN_FOREST
Ritor1
parents: 1588
diff changeset
98 { 9, 10, 10, 10}, // HOUSE_STABLES_DEYJA
1610
Ritor1
parents: 1609
diff changeset
99 { 11, 11, 12, 12}, // HOUSE_STABLES_BRACADA_DESERT
Ritor1
parents: 1609
diff changeset
100 { 13, 13, 13, 13}, // HOUSE_STABLES_TATALIA
Ritor1
parents: 1609
diff changeset
101 { 14, 14, 15, 15}, // HOUSE_STABLES_AVLEE
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
102 {255, 255, 255, 255}, // HOUSE_STABLES_61
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
103 {255, 255, 255, 255}, // HOUSE_STABLES_62
1610
Ritor1
parents: 1609
diff changeset
104 {255, 255, 255, 255}, // HOUSE_BOATS_EMERALD_ISLE
Ritor1
parents: 1609
diff changeset
105 { 16, 17, 18, 19}, // HOUSE_BOATS_ERATHIA
Ritor1
parents: 1609
diff changeset
106 { 18, 20, 21, 21}, // HOUSE_BOATS_TULAREAN_FOREST
Ritor1
parents: 1609
diff changeset
107 { 22, 23, 24, 25}, // HOUSE_BOATS_BRACADA_DESERT
Ritor1
parents: 1609
diff changeset
108 { 22, 22, 23, 23}, // HOUSE_BOATS_EVENMORN_ISLAND
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
109 {255, 255, 255, 255}, // HOUSE_BOATS_68
1610
Ritor1
parents: 1609
diff changeset
110 { 27, 28, 29, 30}, // HOUSE_BOATS_TATALIA
Ritor1
parents: 1609
diff changeset
111 { 31, 32, 33, 33}, // HOUSE_BOATS_AVLEE
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
112 { 24, 24, 24, 24}, // HOUSE_BOATS_71
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
113 {255, 255, 255, 255}, // HOUSE_BOATS_72
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
114 {255, 255, 255, 255} // HOUSE_BOATS_73
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
115 };
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
116
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
117 std::array<const stru159, 196> pAnimatedRooms = //0x4E5F70
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
118 {{
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
119 {"", 0x4, 0x1F4, 0, 0, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
120 {"Human Armor01", 0x20, 0x2C0, 2, 58, 0},
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
121 {"Necromancer Armor01", 0x20, 0x2D7, 2, 70, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
122 {"Dwarven Armor01", 0x20, 0x2EE, 2, 5, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
123 {"Wizard Armor", 0x20, 0x3BD, 2, 19, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
124 {"Warlock Armor", 0x20, 0x2D6, 2, 35, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
125 {"Elf Armor", 0x20, 0x2BC, 2, 79, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
126 {"Human Alchemisht01", 0xE, 0x2BE, 4, 95, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
127 {"Necromancer Alchemist01", 0xE, 0x2D6, 4, 69, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
128 {"Dwarven Achemist01", 0xE, 0x387, 4, 4, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
129 {"Wizard Alchemist", 0xE, 0x232, 4, 25, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
130 {"Warlock Alchemist", 0xE, 0x2BE, 4, 42, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
131 {"Elf Alchemist", 0xE, 0x38A, 4, 84, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
132 {"Human Bank01", 0x6, 0x384, 22, 52, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
133 {"Necromancer Bank01", 0x6, 0x2D8, 22, 71, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
134 {"Dwarven Bank", 0x6, 0x2F3, 22, 6, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
135 {"Wizard Bank", 0x6, 0x3BA, 22, 20, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
136 {"Warlock Bank", 0x6, 0x39F, 22, 36, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
137 {"Elf Bank", 0x6, 0x2BC, 22, 71, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
138 {"Boat01", 0xF, 0x4C, 28, 53, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
139 {"Boat01d", 0xF, 0x4C, 28, 53, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
140 {"Human Magic Shop01", 0xA, 0x2C8, 3, 54, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
141 {"Necromancer Magic Shop01", 0xE, 0x2DC, 3, 66, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
142 {"Dwarven Magic Shop01", 0x2A, 0x2EF, 3, 91, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
143 {"Wizard Magic Shop", 0x1E, 0x2DF, 3, 15, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
144 {"Warlock Magic Shop", 0x7, 0x3B9, 3, 15, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
145 {"Elf Magic Shop", 0x24, 0x2CC, 3, 82, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
146 {"Human Stables01", 0x21, 0x31, 27, 48, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
147 {"Necromancer Stables", 0x21, 0x2DD, 27, 67, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
148 {"", 0x21, 0x2F0, 27, 91, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
149 {"Wizard Stables", 0x21, 0x3BA, 27, 16, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
150 {"Warlock Stables", 0x21, 0x181, 27, 77, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
151 {"Elf Stables", 0x21, 0x195, 27, 77, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
152 {"Human Tavern01", 0xD, 0x2C2, 21, 49, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
153 {"Necromancer Tavern01", 0xD, 0x3B0, 21, 57, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
154 {"Dwarven Tavern01", 0xD, 0x2FE, 21, 94, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
155 {"Wizard Tavern", 0xD, 0x3BB, 21, 17, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
156 {"Warlock Tavern", 0xD, 0x3A8, 21, 33, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
157 {"Elf Tavern", 0xD, 0x2CD, 21, 78, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
158 {"Human Temple01", 0x24, 0x2DB, 23, 50, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
159 {"Necromancer Temple", 0x24, 0x2DF, 23, 60, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
160 {"Dwarven Temple01", 0x24, 0x2F1, 23, 86, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
161 {"Wizard Temple", 0x24, 0x2E0, 23, 10, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
162 {"Warlock Temple", 0x24, 0x3A4, 23, 27, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
163 {"Elf Temple", 0x24, 0x2CE, 23, 72, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
164 {"Human Town Hall", 0x10, 0x39C, 17, 14, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
165 {"Necromancer Town Hall01", 0x10, 0x3A4, 17, 61, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
166 {"Dwarven Town Hall", 0x10, 0x2DB, 17, 88, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
167 {"Wizard Town Hall", 0x10, 0x3BD, 17, 11, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
168 {"Warlock Town Hall", 0x10, 0x2DB, 17, 28, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
169 {"Elf Town Hall", 0x10, 0x27A, 17, 73, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
170 {"Human Training Ground01", 0x18, 0x2C7, 30, 44, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
171 {"Necromancer Training Ground", 0x18, 0x3AD, 30, 62, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
172 {"Dwarven Training Ground", 0x18, 0x2F2, 30, 89, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
173 {"Wizard Training Ground", 0x18, 0x3A3, 30, 12, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
174 {"Warlock Training Ground", 0x18, 0x3A6, 30, 29, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
175 {"Elf Training Ground", 0x18, 0x19F, 30, 74, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
176 {"Human Weapon Smith01", 0x16, 0x2C1, 1, 45, 4 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
177 {"Necromancer Weapon Smith01", 0x16, 0x2D9, 1, 63, 4 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
178 {"Dwarven Weapon Smith01", 0x16, 0x2EE, 1, 82, 4 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
179 {"Wizard Weapon Smith", 0x16, 0x2D5, 1, 13, 4 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
180 {"Warlock Weapon Smith", 0x16, 0x2D7, 1, 23, 4 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
181 {"Elf Weapon Smith", 0x16, 0x2CA, 1, 75, 4 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
182 {"Air Guild", 0x1D, 0xA4, 6, 1, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
183 {"Body Guild", 0x19, 0x3BF, 11, 2, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
184 {"DarkGuild", 0x19, 0x2D1, 13, 3, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
185 {"EarthGuild", 0x19, 0x2CB, 8, 83, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
186 {"Fire Guild", 0x1C, 0x2BF, 5, 56, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
187 {"Light Guild", 0x1C, 0x2D5, 12, 46, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
188 {"Mind Guild", 0x1C, 0xE5, 10, 40, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
189 {"Spirit Guild", 0x1C, 0x2D2, 9, 41, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
190 {"Water Guild", 0x1B, 0x2D3, 7, 24, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
191 {"Lord And Judge Out01", 1, 0, 29, 39, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
192 {"Human Poor House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
193 {"Human Poor House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
194 {"Human Poor House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
195 {"Human Medium House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
196 {"Human Medium House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
197 {"Human Medium House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
198 {"Human Rich House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
199 {"Human Rich House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
200 {"Human Rich House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
201 {"Elven Poor House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
202 {"Elven Poor House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
203 {"Elven Poor House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
204 {"Elven Medium House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
205 {"Elven Medium House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
206 {"Elven Medium House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
207 {"Elven Rich House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
208 {"Elven Rich House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
209 {"Elven Rich House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
210 {"Dwarven Poor House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
211 {"Dwarven Poor House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
212 {"Dwarven Poor House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
213 {"Dwarven Medium House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
214 {"Dwarven Medium house 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
215 {"Dwarven Medium House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
216 {"Dwarven Rich House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
217 {"Dwarven Rich House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
218 {"Dwarven Rich House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
219 {"Wizard Poor House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
220 {"Wizard Poor House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
221 {"Wizard Poor House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
222 {"Wizard Medium House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
223 {"Wizard Medium House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
224 {"Wizard Mdeium House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
225 {"Wizard Rich House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
226 {"Wizard Rich House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
227 {"Wizard Rich House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
228 {"Necromancer Poor House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
229 {"Necromancer Poor House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
230 {"Necromancer Poor House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
231 {"Necromancer Medium House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
232 {"Necromancer Medium House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
233 {"Necromancer Mdeium House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
234 {"Necromancer Rich House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
235 {"Necromancer Rich House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
236 {"Necromancer Rich House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
237 {"Warlock Poor House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
238 {"Warlock Poor House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
239 {"Warlock Poor House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
240 {"Warlock Medium House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
241 {"Warlock Medium House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
242 {"Warlock Mdeium House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
243 {"Warlock Rich House 1", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
244 {"Warlock Rich House 2", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
245 {"Warlock Rich House 3", 8, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
246 {"Out01 Temple of the Moon", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
247 {"Out01 Dragon Cave", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
248 {"Out02 Castle Harmondy", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
249 {"Out02 White Cliff Cave", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
250 {"Out03 Erathian Sewer", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
251 {"Out03 Fort Riverstride", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
252 {"Out03 Castle Gryphonheart", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
253 {"Out04 Elf Castle", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
254 {"Out04 Tularean Caves", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
255 {"Out04 Clanker's Laboratory", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
256 {"Out05 Hall of the Pit", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
257 {"Out05 Watchtower 6", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
258 {"Out06 School of Sorcery", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
259 {"Out06 Red Dwarf Mines", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
260 {"Out07 Castle Lambert", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
261 {"Out07 Walls of Mist", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
262 {"Out07 Temple of the Light", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
263 {"Out08 Evil Entrance", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
264 {"Out08 Breeding Zone", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
265 {"Out08 Temple of the Dark", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
266 {"Out09 Grand Temple of the Moon", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
267 {"Out09 Grand Tempple of the Sun", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
268 {"Out10 Thunderfist Mountain", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
269 {"Out10 The Maze", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
270 {"Out10 Connecting Tunnel Cave #1", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
271 {"", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
272 {"", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
273 {"Out11 Stone City", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
274 {"", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
275 {"Out12 Colony Zod", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
276 {"Out12 Connecting Tunnel Cave #1", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
277 {"", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
278 {"", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
279 {"Out13 Mercenary Guild", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
280 {"Out13 Tidewater Caverns", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
281 {"Out13 Wine Cellar", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
282 {"Out14 Titan's Stronghold", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
283 {"Out14 Temple Of Baa", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
284 {"Out14 Hall under the Hill", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
285 {"Out15 The Linclon", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
286 {"Jail", 0x24, 0, 31, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
287 {"Harmondale Throne Room", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
288 {"Gryphonheart Throne Room", 0x24, 0, 20, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
289 {"Elf Castle Throne Room", 0x24, 0, 20, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
290 {"Wizard Castle Throne Room", 0x24, 0, 20, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
291 {"Necromancer Casstle Trone Room", 0x24, 0, 20, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
292 {"Master Thief", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
293 {"Dwarven King", 0x24, 0, 20, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
294 {"Arms Master", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
295 {"Warlock", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
296 {"Lord Markam", 0x24, 0, 20, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
297 {"Arbiter Neutral Town", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
298 {"Arbiter Good Town", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
299 {"Arbiter Evil Town", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
300 {"Necromancer Throne Room Empty", 0x24, 0, 20, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
301 {"", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
302 {"", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
303 {"", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
304 {"", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
305 {"Boat01", 0xF, 0, 29, 53, 3 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
306 {"", 0x24, 0, 28, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
307 {"", 0x24, 0, 28, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
308 {"", 0x24, 0, 28, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
309 {"", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
310 {"Arbiter Room Neutral", 0x24, 0, 29, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
311 {"Out02 Castle Harmondy Abandoned", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
312 {"Human Temple02", 0x24, 0x3AB, 23, 27, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
313 {"Player Castle Good", 0x24, 0, 25, 0, 0 },
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
314 {"Player Castle Bad", 0x24, 0, 25, 0, 0}
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
315 }};
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
316
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
317
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
318
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
319 //----- (004B3A72) --------------------------------------------------------
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
320 void InitializaDialogueOptions_Tavern(BuildingType type)
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
321 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
322 int num_buttons; // esi@1
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
323
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
324 num_buttons = 0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
325 if (type == BuildingType_Tavern)
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
326 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
327 num_buttons = 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
328 CreateButtonInColumn(0, 102);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
329 CreateButtonInColumn(1, 103);
1526
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
330 if ( pParty->HasItem(651) ) //Arcomage Deck
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
331 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
332 num_buttons = 3;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
333 CreateButtonInColumn(2, 104);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
334 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
335 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
336 pDialogueWindow->_41D08F_set_keyboard_control_group(num_buttons, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
337 dword_F8B1E0 = pDialogueWindow->pNumPresenceButton;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
338 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
339 // F8B1E0: using guessed type int dword_F8B1E0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
340
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
341 //----- (004B3AD4) --------------------------------------------------------
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
342 void InitializaDialogueOptions_Shops(BuildingType type)
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
343 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
344 switch (type)
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
345 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
346 case BuildingType_WeaponShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
347 case BuildingType_ArmorShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
348 case BuildingType_MagicShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
349 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
350 CreateButtonInColumn(0, 3);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
351 CreateButtonInColumn(1, 4);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
352 CreateButtonInColumn(2, 5);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
353 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
354 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
355 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
356
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
357 case BuildingType_AlchemistShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
358 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
359 CreateButtonInColumn(0, 3);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
360 CreateButtonInColumn(1, 4);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
361 pDialogueWindow->_41D08F_set_keyboard_control_group(2, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
362 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
363 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
364 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
365
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
366 dword_F8B1E0 = pDialogueWindow->pNumPresenceButton;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
367 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
368 // F8B1E0: using guessed type int dword_F8B1E0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
369
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
370 //----- (004B3B42) --------------------------------------------------------
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
371 void InitializaDialogueOptions(BuildingType type)
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
372 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
373 switch (type)
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
374 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
375 case BuildingType_WeaponShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
376 case BuildingType_ArmorShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
377 case BuildingType_MagicShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
378 case BuildingType_AlchemistShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
379 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
380 CreateButtonInColumn(0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
381 CreateButtonInColumn(1, 95);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
382 CreateButtonInColumn(2, 94);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
383 CreateButtonInColumn(3, 96);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
384 pDialogueWindow->_41D08F_set_keyboard_control_group(4, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
385 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
386 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
387
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
388 case BuildingType_FireGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
389 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
390 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
391 CreateButtonInColumn(1, 48);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
392 CreateButtonInColumn(2, 72);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
393 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
394 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
395 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
396
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
397 case BuildingType_AirGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
398 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
399 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
400 CreateButtonInColumn(1, 49);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
401 CreateButtonInColumn(2, 72);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
402 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
403 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
404 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
405
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
406 case BuildingType_WaterGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
407 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
408 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
409 CreateButtonInColumn(1, 50);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
410 CreateButtonInColumn(2, 72);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
411 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
412 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
413 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
414
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
415 case BuildingType_EarthGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
416 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
417 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
418 CreateButtonInColumn(1, 51);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
419 CreateButtonInColumn(2, 72);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
420 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
421 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
422 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
423
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
424 case BuildingType_SpiritGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
425 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
426 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
427 CreateButtonInColumn(1, 52);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
428 CreateButtonInColumn(2, 61);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
429 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
430 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
431 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
432
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
433 case BuildingType_MindGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
434 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
435 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
436 CreateButtonInColumn(1, 53);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
437 CreateButtonInColumn(2, 61);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
438 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
439 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
440 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
441
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
442 case BuildingType_BodyGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
443 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
444 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
445 CreateButtonInColumn(1, 54);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
446 CreateButtonInColumn(2, 61);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
447 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
448 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
449 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
450
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
451 case BuildingType_LightGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
452 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
453 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
454 CreateButtonInColumn(1, 55);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
455 pDialogueWindow->_41D08F_set_keyboard_control_group(2, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
456 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
457 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
458
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
459 case BuildingType_DarkGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
460 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
461 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
462 CreateButtonInColumn(1, 56);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
463 pDialogueWindow->_41D08F_set_keyboard_control_group(2, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
464 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
465 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
466
1644
dbd6f940f26c Fixed Celestia sky a bit.
Nomad
parents: 1640
diff changeset
467 case BuildingType_ElementalGuild:
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
468 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
469 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
470 CreateButtonInColumn(1, 48);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
471 CreateButtonInColumn(2, 49);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
472 CreateButtonInColumn(3, 50);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
473 CreateButtonInColumn(4, 51);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
474 pDialogueWindow->_41D08F_set_keyboard_control_group(5, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
475 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
476 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
477
1644
dbd6f940f26c Fixed Celestia sky a bit.
Nomad
parents: 1640
diff changeset
478 case BuildingType_SelfGuild:
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
479 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
480 CreateButtonInColumn(0, 18);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
481 CreateButtonInColumn(1, 52);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
482 CreateButtonInColumn(2, 53);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
483 CreateButtonInColumn(3, 54);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
484 pDialogueWindow->_41D08F_set_keyboard_control_group(4, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
485 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
486 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
487
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
488 case BuildingType_16:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
489 case BuildingType_TownHall:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
490 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
491 int num_buttons = 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
492 CreateButtonInColumn(0, 99);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
493
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
494 if (pParty->uFine)
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
495 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
496 num_buttons++;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
497 CreateButtonInColumn(1, 100);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
498 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
499
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
500 pDialogueWindow->_41D08F_set_keyboard_control_group(num_buttons, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
501 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
502 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
503
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
504 case BuildingType_Bank:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
505 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
506 CreateButtonInColumn(0, 7);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
507 CreateButtonInColumn(1, 8);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
508 pDialogueWindow->_41D08F_set_keyboard_control_group(2, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
509 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
510 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
511
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
512 case BuildingType_Temple:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
513 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
514 CreateButtonInColumn(0, 10);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
515 CreateButtonInColumn(1, 11);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
516 CreateButtonInColumn(2, 96);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
517 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
518 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
519 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
520
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
521 case BuildingType_Stables:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
522 case BuildingType_Boats:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
523 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
524 CreateButtonInColumn(0, 105);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
525 CreateButtonInColumn(1, 106);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
526 CreateButtonInColumn(2, 107);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
527 CreateButtonInColumn(3, 108);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
528 pDialogueWindow->_41D08F_set_keyboard_control_group(4, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
529 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
530 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
531
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
532 case BuildingType_Training:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
533 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
534 CreateButtonInColumn(0, 17);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
535 CreateButtonInColumn(1, 96);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
536 pDialogueWindow->_41D08F_set_keyboard_control_group(2, 1, 0, 2);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
537 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
538 break;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
539
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
540 case BuildingType_Tavern:
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
541 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
542 CreateButtonInColumn(0, 0xFu);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
543 CreateButtonInColumn(1, 0x10u);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
544 CreateButtonInColumn(2, 0x60u);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
545 if ( (signed int)window_SpeakInHouse->ptr_1C < 108 || (signed int)window_SpeakInHouse->ptr_1C > 120 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
546 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
547 pDialogueWindow->_41D08F_set_keyboard_control_group(3, 1, 0, 2);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
548 break;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
549 }
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
550 CreateButtonInColumn(3, 101);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
551 pDialogueWindow->_41D08F_set_keyboard_control_group(4, 1, 0, 2);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
552 }
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
553 break;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1411
diff changeset
554
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
555 case BuildingType_18:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
556 case BuildingType_19:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
557 case BuildingType_Throne_Room:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
558 case BuildingType_24:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
559 case BuildingType_Unic:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
560 case BuildingType_1A:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
561 case BuildingType_House:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
562 case BuildingType_Jail:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
563 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
564
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
565 default:
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1531
diff changeset
566 Error("Invalid enumeration value: %u", type);
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
567 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
568
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
569 /* if ( a1 > 13 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
570 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
571 if ( a1 > 22 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
572 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
573 if ( a1 == 23 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
574 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
575 CreateButtonInColumn(0, 0xAu);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
576 CreateButtonInColumn(1, 0xBu);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
577 v14 = 96;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
578 LABEL_41:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
579 CreateButtonInColumn(2, v14);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
580 v17 = 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
581 v11 = 0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
582 v10 = 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
583 v9 = 3;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
584 goto LABEL_42;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
585 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
586 if ( a1 <= 26 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
587 goto LABEL_43;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
588 if ( a1 > 28 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
589 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
590 if ( a1 != 30 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
591 goto LABEL_43;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
592 CreateButtonInColumn(0, 0x11u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
593 v16 = 96;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
594 goto LABEL_37;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
595 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
596 CreateButtonInColumn(0, 0x69u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
597 CreateButtonInColumn(1, 0x6Au);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
598 CreateButtonInColumn(2, 0x6Bu);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
599 v12 = 108;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
600 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
601 else
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
602 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
603 if ( a1 == 22 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
604 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
605 CreateButtonInColumn(0, 7u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
606 v16 = 8;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
607 goto LABEL_37;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
608 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
609 v1 = a1 - 14;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
610 if ( !v1 ) // == 14
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
611 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
612 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
613 CreateButtonInColumn(1, 0x30u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
614 CreateButtonInColumn(2, 0x31u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
615 CreateButtonInColumn(3, 0x32u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
616 CreateButtonInColumn(4, 0x33u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
617 v17 = 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
618 v11 = 0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
619 v10 = 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
620 v9 = 5;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
621 goto LABEL_42;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
622 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
623 v2 = v1 - 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
624 if ( v2 ) // > 15
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
625 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
626 v3 = v2 - 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
627 if ( v3 ) // > 17
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
628 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
629 if ( v3 != 4 ) // 18, 19, 20
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
630 goto LABEL_43;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
631 CreateButtonInColumn(0, 0xFu); // 21
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
632 CreateButtonInColumn(1, 0x10u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
633 v4 = 3;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
634 CreateButtonInColumn(2, 0x60u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
635 v5 = (signed int)window_SpeakInHouse->ptr_1C;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
636 if ( v5 < 108 || v5 > 120 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
637 goto LABEL_28;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
638 v4 = 4;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
639 v6 = 101;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
640 v7 = 3;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
641 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
642 else // 16, 17
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
643 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
644 v4 = 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
645 CreateButtonInColumn(0, 0x63u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
646 if ( !pParty->uFine )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
647 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
648 LABEL_28:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
649 v17 = 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
650 v11 = 0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
651 v10 = 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
652 v9 = v4;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
653 LABEL_42:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
654 pDialogueWindow->_41D08F_set_keyboard_control_group(v9, v10, v11, v17);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
655 goto LABEL_43;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
656 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
657 v4 = 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
658 v7 = 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
659 v6 = 100;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
660 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
661 CreateButtonInColumn(v7, v6);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
662 goto LABEL_28;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
663 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
664 CreateButtonInColumn(0, 0x12u); // 15
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
665 CreateButtonInColumn(1, 0x34u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
666 CreateButtonInColumn(2, 0x35u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
667 v12 = 54;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
668 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
669 LABEL_39:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
670 CreateButtonInColumn(3, v12);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
671 v17 = 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
672 v11 = 0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
673 v10 = 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
674 v9 = 4;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
675 goto LABEL_42;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
676 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
677 if ( a1 == 13 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
678 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
679 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
680 v16 = 56;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
681 LABEL_37:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
682 CreateButtonInColumn(1, v16);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
683 v17 = 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
684 v11 = 0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
685 v10 = 1;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
686 v9 = 2;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
687 goto LABEL_42;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
688 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
689 switch ( a1 )
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
690 {
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
691 case 1:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
692 case 2:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
693 case 3:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
694 case 4:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
695 CreateButtonInColumn(0, 2u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
696 CreateButtonInColumn(1, 0x5Fu);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
697 CreateButtonInColumn(2, 0x5Eu);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
698 v12 = 96;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
699 goto LABEL_39;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
700 case 5:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
701 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
702 v13 = 48;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
703 goto LABEL_9;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
704 case 6:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
705 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
706 v13 = 49;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
707 goto LABEL_9;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
708 case 7:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
709 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
710 v13 = 50;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
711 goto LABEL_9;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
712 case 8:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
713 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
714 v13 = 51;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
715 LABEL_9:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
716 CreateButtonInColumn(1, v13);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
717 v14 = 72;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
718 goto LABEL_41;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
719 case 9:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
720 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
721 v15 = 52;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
722 goto LABEL_13;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
723 case 10:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
724 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
725 v15 = 53;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
726 goto LABEL_13;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
727 case 11:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
728 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
729 v15 = 54;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
730 LABEL_13:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
731 CreateButtonInColumn(1, v15);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
732 v14 = 61;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
733 goto LABEL_41;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
734 case 12:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
735 CreateButtonInColumn(0, 0x12u);
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
736 v16 = 55;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
737 goto LABEL_37;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
738 default:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
739 break;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
740 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
741 LABEL_43:*/
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
742 dword_F8B1E0 = pDialogueWindow->pNumPresenceButton;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
743 }
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
744 // F8B1E0: using guessed type int dword_F8B1E0;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
745
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
746
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
747 //----- (004B1784) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1445
diff changeset
748 bool HouseUI_CheckIfPlayerCanInteract()
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
749 {
1526
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
750 GUIWindow window; // [sp+4h] [bp-54h]@3
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
751
1526
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
752 if ( pPlayers[uActiveCharacter]->CanAct() )
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
753 {
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
754 pDialogueWindow->pNumPresenceButton = dword_F8B1E0;
1526
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
755 return true;
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
756 }
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
757 else
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
758 {
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
759 pDialogueWindow->pNumPresenceButton = 0;
1526
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
760 memcpy(&window, pPrimaryWindow, sizeof(window));
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
761 window.uFrameX = 483;
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
762 window.uFrameWidth = 148;
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
763 window.uFrameZ = 334;
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
764 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[427], pPlayers[uActiveCharacter]->pName,
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
765 pGlobalTXT_LocalizationStrings[562]); // "%s is in no condition to %s""do anything"
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
766 window.DrawTitleText(pFontArrus, 0, (212 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &window, 0, 0)) / 2 + 101, ui_house_player_cant_interact_color, pTmpBuf.data(), 3);
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
767 return false;
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
768 }
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
769 }
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
770
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
771 //----- (0044622E) --------------------------------------------------------
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
772 bool EnterHouse(enum HOUSE_ID uHouseID)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
773 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
774 signed int uOpenTime; // eax@5
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
775 signed int uCloseTime; // esi@5
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
776 // unsigned int v5; // esi@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
777 // int v6; // edx@5
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
778 signed int am_pm_flag_open; // ecx@10
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
779 signed int am_pm_flag_close; // eax@10
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
780 // int v9; // esi@10
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
781 // int v11; // ecx@17
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
782 // unsigned int v12; // kr00_4@25
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
783 // int v14; // eax@25
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
784 unsigned int v17; // eax@37
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
785 signed int v18; // edi@37
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
786 signed int v19; // edi@41
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
787 char pContainer[40]; // [sp+Ch] [bp-30h]@32
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
788 // unsigned int v24; // [sp+34h] [bp-8h]@5
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
789
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
790 GameUI_Footer_TimedString[0] = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
791 pFooterString[0] = 0;
1526
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
792 ShowStatusBarString("", 2);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
793 if ( pMessageQueue_50CBD0->uNumMessages )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
794 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
795 viewparams->bRedrawGameUI = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
796 uDialogueType = 0;
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
797 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_CANCELLED);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
798 pKeyActionMap->ResetKeys();
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
799 if (uHouseID == HOUSE_600 || uHouseID == HOUSE_601)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
800 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
801 GameOverMenu(0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
802 return 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
803 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
804 uOpenTime = p2DEvents[uHouseID - 1].uOpenTime;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
805 uCloseTime = p2DEvents[uHouseID - 1].uCloseTime;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
806 current_npc_text = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
807 dword_F8B1E4 = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
808 memset(byte_F8B1F0.data(), 0, 4);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
809 memset(player_levels.data(), 0, 16);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
810 pRenderer->ClearZBuffer(0, 479);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
811
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
812 if (((uCloseTime - 1 <= uOpenTime)&&((pParty->uCurrentHour <uOpenTime)&&(pParty->uCurrentHour >(uCloseTime - 1))))||
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
813 ((uCloseTime - 1 > uOpenTime)&&((pParty->uCurrentHour < uOpenTime)||(pParty->uCurrentHour > (uCloseTime - 1)))))
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
814
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
815 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
816 am_pm_flag_open = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
817 am_pm_flag_close = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
818 if (uOpenTime > 12 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
819 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
820 uOpenTime -= 12;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
821 am_pm_flag_open = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
822 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
823 if ( uCloseTime > 12 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
824 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
825 uCloseTime -= 12;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
826 am_pm_flag_close = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
827 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
828 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[414], uOpenTime, aAMPMNames[am_pm_flag_open],
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
829 uCloseTime, aAMPMNames[am_pm_flag_close]); //"This place is open from %d%s to %d%s"
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
830 ShowStatusBarString(pTmpBuf.data(), 2u);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
831 if ( uActiveCharacter )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
832 pPlayers[uActiveCharacter]->PlaySound(SPEECH_3, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
833 return 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
834 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
835 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
836 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
837 //v10 = uHouseID;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
838 if ( (signed int)uHouseID < 53 ) //entering shops and guilds
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
839 {
1747
cecb080929c4 Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Grumpy7
parents: 1709
diff changeset
840 if ( !(pParty->PartyTimes._shop_ban_times[uHouseID])
cecb080929c4 Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Grumpy7
parents: 1709
diff changeset
841 || (pParty->PartyTimes._shop_ban_times[uHouseID] <= pParty->uTimePlayed) )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
842 {
1747
cecb080929c4 Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Grumpy7
parents: 1709
diff changeset
843 pParty->PartyTimes._shop_ban_times[uHouseID] = 0;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
844 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
845 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
846 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
847 ShowStatusBarString(pGlobalTXT_LocalizationStrings[191], 2u);// "You've been banned from this shop!"
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
848 return 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
849 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
850 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
851 pAudioPlayer->StopChannels(-1, -1);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
852
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
853 uCurrentHouse_Animation = p2DEvents[uHouseID - 1].uAnimationID;
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
854 in_current_building_type = (BuildingType)pAnimatedRooms[uCurrentHouse_Animation].uBuildingType;
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
855 if ( in_current_building_type == BuildingType_Throne_Room && pParty->uFine ) // going 2 jail
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
856 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
857 uCurrentHouse_Animation = (signed __int16)p2DEvents[186].uAnimationID;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
858 uHouseID = HOUSE_JAIL;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
859 pParty->uTimePlayed = pParty->uTimePlayed + 0x7620000;
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
860 in_current_building_type = (BuildingType)pAnimatedRooms[p2DEvents[HOUSE_LORD_AND_JUDGE_EMERALD_ISLE].uAnimationID].uBuildingType;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
861 ++pParty->uNumPrisonTerms;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
862 pParty->uFine = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
863 for (uint i = 0; i < 4; ++i)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
864 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
865 pParty->pPlayers[i].uTimeToRecovery = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
866 pParty->pPlayers[i].uNumDivineInterventionCastsThisDay = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
867 pParty->pPlayers[i].SetVariable(VAR_Award, 87);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
868 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
869 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
870 ++pIcons_LOD->uTexturePacksCount;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
871 if ( !pIcons_LOD->uNumPrevLoadedFiles )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
872 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
873 switch (pParty->alignment)
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1531
diff changeset
874 {
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
875 case PartyAlignment_Good: sprintf(pContainer, "evt%02d-b", const_2()); break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
876 case PartyAlignment_Neutral: sprintf(pContainer, "evt%02d", const_2()); break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
877 case PartyAlignment_Evil: sprintf(pContainer, "evt%02d-c", const_2()); break;
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1531
diff changeset
878 default: Error("Invalid alignment type: %u", pParty->alignment);
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1531
diff changeset
879 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
880
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
881 v17 = pIcons_LOD->LoadTexture(pContainer, TEXTURE_16BIT_PALETTE);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
882 pDialogueNPCCount = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
883 pTexture_Dialogue_Background = &pIcons_LOD->pTextures[v17];
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
884 uTextureID_right_panel_loop = uTextureID_right_panel;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
885 PrepareHouse(uHouseID);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
886 v18 = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
887 uTextureID_right_panel_loop = uTextureID_right_panel;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
888 if ( uNumDialogueNPCPortraits == 1 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
889 pDialogueNPCCount = 1;
2345
182effc4b0ee for MultimediaPlayer
Ritor1
parents: 2336
diff changeset
890 pVideoPlayer->OpenHouseMovie(pAnimatedRooms[uCurrentHouse_Animation].video_name, 1u);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
891 dword_5C35D4 = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
892 if ( (signed int)uHouseID < 139 || (signed int)uHouseID > 172 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
893 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
894 if ( (signed int)uHouseID >= HOUSE_STABLES_HARMONDALE && (signed int)uHouseID <= 73 && !IsTravelAvailable(uHouseID - HOUSE_STABLES_HARMONDALE) )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
895 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
896 return 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
897 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
898 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
899 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
900 { //guilds
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
901 v19 = guild_mambership_flags[uHouseID - HOUSE_FIRE_GUILD_INITIATE_EMERALD_ISLE]; //guilds flags
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
902 //v20 = uHouseID;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
903 //if ( !((unsigned __int8)(0x80u >> v19 % 8) & pPlayers[uActiveCharacter]->_guilds_member_bits[v19 /8]) )
2234
fd0b2a697416 fixing inverted guild greetings
Grumpy7
parents: 2215
diff changeset
904 if(!_449B57_test_bit(pPlayers[uActiveCharacter]->_achieved_awards_bits,v19))
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
905 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
906 PlayHouseSound(uHouseID, HouseSound_Greeting_2);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
907 return 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
908 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
909 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
910 PlayHouseSound(uHouseID, HouseSound_Greeting);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
911 dword_5C35D4 = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
912 return 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
913 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
914 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
915
1300
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
916 //----- (0044606A) --------------------------------------------------------
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
917 void PrepareHouse(HOUSE_ID house)
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
918 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
919 __int16 uExitMapID; // ax@2
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
920 // int v7; // ebx@11
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
921 // int v13; // [sp+30h] [bp-30h]@11
1300
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
922 int npc_id_arr[6]; // [sp+34h] [bp-2Ch]@1
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
923 int uAnimationID; // [sp+50h] [bp-10h]@1
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
924
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
925
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
926 uAnimationID = p2DEvents[house - 1].uAnimationID;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
927 memset(npc_id_arr, 0, sizeof(npc_id_arr));
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
928 uNumDialogueNPCPortraits = 0;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
929 uHouse_ExitPic = p2DEvents[house - 1].uExitPicID;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
930 if ( uHouse_ExitPic )
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
931 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
932 uExitMapID = p2DEvents[house - 1]._quest_related;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
933 if ( uExitMapID > 0 )
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
934 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
935 if(_449B57_test_bit(pParty->_quest_bits,uExitMapID))
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
936 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
937 uHouse_ExitPic = 0;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
938 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
939 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
940 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
941
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
942 dword_591080 = pAnimatedRooms[uAnimationID].house_npc_id;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
943 HouseNPCData[0]=0;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
944 uNumDialogueNPCPortraits = 0;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
945 if ( dword_591080 )
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
946 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
947
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
948 npc_id_arr[0] = dword_591080;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
949 uNumDialogueNPCPortraits = 1;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
950 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
951
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
952 for (uint i = 1; i < pNPCStats->uNumNewNPCs; ++i)
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
953 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
954 if (pNPCStats->pNewNPCData[i].Location2D == house )
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
955 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
956 if (!(pNPCStats->pNewNPCData[i].uFlags & 0x80))
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
957 {
1313
ae6c8e1ddef4 fix enter house error
Gloval
parents: 1306
diff changeset
958 HouseNPCData[uNumDialogueNPCPortraits+1-((dword_591080 != 0) ? 1 : 0) ] = &pNPCStats->pNewNPCData[i];
1300
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
959 npc_id_arr[uNumDialogueNPCPortraits] = pNPCStats->pNewNPCData[i].uPortraitID;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
960 ++uNumDialogueNPCPortraits;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
961 if ((pNPCStats->pNewNPCData[i].uFlags & 3) != 2)
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
962 ++pNPCStats->pNewNPCData[i].uFlags;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
963 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
964 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
965
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
966 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
967
2335
6e3ca612f132 int -> uint
Ritor1
parents: 2334
diff changeset
968 for (int i = 0; i < uNumDialogueNPCPortraits; ++i)
1300
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
969 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
970
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
971 char icon_name[128];
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
972 sprintfex(icon_name, "npc%03u", npc_id_arr[i]);
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
973 pDialogueNPCPortraits[i] = pIcons_LOD->LoadTexturePtr(icon_name, TEXTURE_16BIT_PALETTE);
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
974 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
975
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
976 if (uHouse_ExitPic)
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
977 {
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
978 pDialogueNPCPortraits[uNumDialogueNPCPortraits] = pIcons_LOD->LoadTexturePtr(pHouse_ExitPictures[uHouse_ExitPic], TEXTURE_16BIT_PALETTE);
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
979 ++uNumDialogueNPCPortraits;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
980 uHouse_ExitPic = p2DEvents[house - 1].uExitMapID;
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
981 }
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
982 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
983 //----- (004B1E92) --------------------------------------------------------
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
984 void PlayHouseSound(unsigned int uHouseID, HouseSoundID sound)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
985 {
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1396
diff changeset
986 if ( pAnimatedRooms[p2DEvents[uHouseID].uAnimationID].uRoomSoundId )
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1396
diff changeset
987 pAudioPlayer->PlaySound((SoundID)(sound + 100 * (pAnimatedRooms[p2DEvents[uHouseID].uAnimationID].uRoomSoundId + 300)),
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
988 806, 0, -1, 0, 0, 0, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
989 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
990
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
991 //----- (004BCACC) --------------------------------------------------------
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
992 void __fastcall OnSelectShopDialogueOption(signed int uMessageParam)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
993 {
1526
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
994 int experience_for_next_level; // eax@5
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
995 int v16; // eax@32
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
996 __int16 v24; // ax@163
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
997 signed int v36; // esi@227
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
998 int pPrice; // ecx@227
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
999
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1000 if ( !pDialogueWindow->pNumPresenceButton )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1001 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1002 pRenderer->ClearZBuffer(0, 479);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1003 if (dialog_menu_id == HOUSE_DIALOGUE_MAIN)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1004 {
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1005 if ( in_current_building_type == BuildingType_Training )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1006 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1007 if ( uMessageParam == HOUSE_DIALOGUE_TRAININGHALL_TRAIN )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1008 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1009 experience_for_next_level = 0;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1010 if ( pPlayers[uActiveCharacter]->uLevel > 0 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1011 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1012 for( uint i = 0; i < pPlayers[uActiveCharacter]->uLevel; i++ )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1013 experience_for_next_level += i + 1;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1014 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1015 if (pPlayers[uActiveCharacter]->uLevel < pMaxLevelPerTrainingHallType[(unsigned int)window_SpeakInHouse->ptr_1C - 89] &&
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1016 (signed __int64)pPlayers[uActiveCharacter]->uExperience < 1000 * experience_for_next_level)//test experience
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1017 return;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1018 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1019 pDialogueWindow->Release();
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2214
diff changeset
1020 pDialogueWindow = GUIWindow::Create(0, 0, window->GetWidth(), 345, WINDOW_MainMenu, 0, 0);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1021 pBtn_ExitCancel = pDialogueWindow->CreateButton(526, 445, 75, 33, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[74],// "End Conversation"
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1022 pIcons_LOD->GetTexture(uTextureID_BUTTDESC2), 0);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1023 pDialogueWindow->CreateButton(8, 8, 450, 320, 1, 0, UIMSG_BuyInShop_Identify_Repair, 0, 0, "", nullptr);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1024 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1025 if ( in_current_building_type != BuildingType_Training )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1026 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1027 if ((in_current_building_type == BuildingType_Stables || in_current_building_type == BuildingType_Boats) &&
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1028 transport_schedule[transport_routes[(unsigned int)window_SpeakInHouse->ptr_1C - HOUSE_STABLES_HARMONDALE][uMessageParam - HOUSE_DIALOGUE_TRANSPORT_SCHEDULE_1]].pSchedule[pParty->uDaysPlayed % 7]
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1029 || in_current_building_type != BuildingType_Temple || uMessageParam != BuildingType_MindGuild )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1030 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1031 pDialogueWindow->Release();
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2214
diff changeset
1032 pDialogueWindow = GUIWindow::Create(0, 0, window->GetWidth(), 345, WINDOW_MainMenu, 0, 0);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1033 pBtn_ExitCancel = pDialogueWindow->CreateButton(526, 445, 75, 33, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[74],// "End Conversation"
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1034 pIcons_LOD->GetTexture(uTextureID_BUTTDESC2), 0);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1035 pDialogueWindow->CreateButton(8, 8, 450, 320, 1, 0, UIMSG_BuyInShop_Identify_Repair, 0, 0, "", nullptr);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1036 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1037 else if (uActiveCharacter)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1038 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1039 if ( !pPlayers[uActiveCharacter]->IsPlayerHealableByTemple() )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1040 return;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1041 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1042 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1043 dialog_menu_id = (HOUSE_DIALOGUE_MENU)uMessageParam;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1044 if ( in_current_building_type < BuildingType_19 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1045 ShopTexture = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(off_4F03B8[(int)in_current_building_type], TEXTURE_16BIT_PALETTE)];
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1046 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1047
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1048 //NEW
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1049 switch (in_current_building_type)
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1050 {
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1051 case BuildingType_FireGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1052 case BuildingType_AirGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1053 case BuildingType_WaterGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1054 case BuildingType_EarthGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1055 case BuildingType_SpiritGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1056 case BuildingType_MindGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1057 case BuildingType_BodyGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1058 case BuildingType_LightGuild:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1059 case BuildingType_DarkGuild:
1644
dbd6f940f26c Fixed Celestia sky a bit.
Nomad
parents: 1640
diff changeset
1060 case BuildingType_ElementalGuild:
dbd6f940f26c Fixed Celestia sky a bit.
Nomad
parents: 1640
diff changeset
1061 case BuildingType_SelfGuild:
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1062 case BuildingType_16:
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1063 {
1920
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
1064 if ( pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C - 139] >= (signed __int64)pParty->uTimePlayed )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1065 {
1526
f47eab1a70d8 UIHouses.cpp cleaning(continue)
Ritor1
parents: 1496
diff changeset
1066 for ( uint i = 0; i < 12; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1067 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1068 if ( pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C - 139][i].uItemID )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1069 ItemsInShopTexture[i] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C - 139][i].GetIconName(), TEXTURE_16BIT_PALETTE)];
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1070 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1071 }
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1072 else//generation new books
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1073 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1074 SpellBookGenerator();
1920
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
1075 pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C - 139] = pParty->uTimePlayed + (signed __int64)((double)(0xA8C000
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1076 * (signed int)p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].field_1C) * 0.033333335);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1077 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1078 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1079 }
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1080 case BuildingType_TownHall:
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1081 {
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1082 if ( uMessageParam == HOUSE_DIALOGUE_TOWNHALL_MESSAGE )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1083 {
1748
Grumpy7
parents: 1747 1739
diff changeset
1084 if ( pParty->PartyTimes.bountyHunting_next_generation_time[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] < (signed __int64)pParty->uTimePlayed )//new generation
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1085 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1086 pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = false;
1748
Grumpy7
parents: 1747 1739
diff changeset
1087 pParty->PartyTimes.bountyHunting_next_generation_time[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = (signed __int64)((double)(309657600 * (pParty->uCurrentMonth + 12i64 * pParty->uCurrentYear - 14015)) * 0.033333335);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1088 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = rand() % 258 + 1;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1089 v16 = (int)((char *)window_SpeakInHouse->ptr_1C - 102);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1090 if ( !v16 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1091 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1092 while ( 1 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1093 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1094 v24 = pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)];
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1095 if ( (unsigned __int16)v24 < 115 || (unsigned __int16)v24 > 132 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1096 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1097 if ( ((unsigned __int16)v24 < 235 || (unsigned __int16)v24 > 252)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1098 && ((unsigned __int16)v24 < 133 || (unsigned __int16)v24 > 150)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1099 && ((unsigned __int16)v24 < 0x97u || (unsigned __int16)v24 > 0xBAu)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1100 && ((unsigned __int16)v24 < 0xBEu || (unsigned __int16)v24 > 0xC0u)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1101 && ((unsigned __int16)v24 < 0xC4u || (unsigned __int16)v24 > 0xC6u)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1102 && ((unsigned __int16)v24 < 0x2Bu || (unsigned __int16)v24 > 0x2Du)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1103 && ((unsigned __int16)v24 < 0xCDu || (unsigned __int16)v24 > 0xCFu)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1104 && ((unsigned __int16)v24 < 0x5Eu || (unsigned __int16)v24 > 0x60u)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1105 && ((unsigned __int16)v24 < 0xFDu || (unsigned __int16)v24 > 0xFFu)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1106 && ((unsigned __int16)v24 < 0x6Du || (unsigned __int16)v24 > 0x6Fu)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1107 && ((unsigned __int16)v24 < 0x61u || (unsigned __int16)v24 > 0x63u) )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1108 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1109 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1110 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = rand() % 258 + 1;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1111 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1112 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1113 if ( v16 == 1 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1114 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1115 while ( 1 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1116 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1117 v24 = pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1118 if ( (unsigned __int16)v24 < 115 || (unsigned __int16)v24 > 132 )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1119 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1120 if ( ((unsigned __int16)v24 < 0xE8u || (unsigned __int16)v24 > 0xF9u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1121 && ((unsigned __int16)v24 < 0x85u || (unsigned __int16)v24 > 0x96u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1122 && ((unsigned __int16)v24 < 0x97u || (unsigned __int16)v24 > 0xBAu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1123 && ((unsigned __int16)v24 < 0xBEu || (unsigned __int16)v24 > 0xC0u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1124 && ((unsigned __int16)v24 < 0xC4u || (unsigned __int16)v24 > 0xC6u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1125 && ((unsigned __int16)v24 < 0x2Bu || (unsigned __int16)v24 > 0x2Du)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1126 && ((unsigned __int16)v24 < 0x52u || (unsigned __int16)v24 > 0x54u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1127 && ((unsigned __int16)v24 < 4 || (unsigned __int16)v24 > 6)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1128 && ((unsigned __int16)v24 < 0x37u || (unsigned __int16)v24 > 0x39u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1129 && ((unsigned __int16)v24 < 0x3Au || (unsigned __int16)v24 > 0x3Cu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1130 && ((unsigned __int16)v24 < 0x3Du || (unsigned __int16)v24 > 0x3Fu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1131 && ((unsigned __int16)v24 < 0xFDu || (unsigned __int16)v24 > 0xFFu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1132 && ((unsigned __int16)v24 < 0x61u || (unsigned __int16)v24 > 0x63u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1133 && ((unsigned __int16)v24 < 0xCDu || (unsigned __int16)v24 > 0xCFu) )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1134 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1135 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1136 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = rand() % 258 + 1;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1137 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1138 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1139 if ( v16 == 2 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1140 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1141 while ( 1 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1142 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1143 v24 = pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1144 if ( (unsigned __int16)v24 < 0x73u || (unsigned __int16)v24 > 0x84u )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1145 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1146 if ( ((unsigned __int16)v24 < 0xE8u || (unsigned __int16)v24 > 0xF9u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1147 && ((unsigned __int16)v24 < 0x85u || (unsigned __int16)v24 > 0x96u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1148 && ((unsigned __int16)v24 < 0x97u || (unsigned __int16)v24 > 0xBAu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1149 && ((unsigned __int16)v24 < 0xBEu || (unsigned __int16)v24 > 0xC0u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1150 && ((unsigned __int16)v24 < 0xC4u || (unsigned __int16)v24 > 0xC6u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1151 && ((unsigned __int16)v24 < 0x2Bu || (unsigned __int16)v24 > 0x2Du)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1152 && ((unsigned __int16)v24 < 0x31u || (unsigned __int16)v24 > 0x33u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1153 && ((unsigned __int16)v24 < 0x34u || (unsigned __int16)v24 > 0x36u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1154 && ((unsigned __int16)v24 < 0xFDu || (unsigned __int16)v24 > 0xFFu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1155 && ((unsigned __int16)v24 < 0x61u || (unsigned __int16)v24 > 0x63u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1156 && ((unsigned __int16)v24 < 0x1Cu || (unsigned __int16)v24 > 0x1Eu) )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1157 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1158 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1159 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = rand() % 258 + 1;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1160 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1161 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1162 if ( v16 == 3 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1163 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1164 while ( 1 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1165 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1166 v24 = pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1167 if ( (unsigned __int16)v24 < 0x73u || (unsigned __int16)v24 > 0x84u )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1168 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1169 if ( ((unsigned __int16)v24 < 0xE8u || (unsigned __int16)v24 > 0xF9u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1170 && ((unsigned __int16)v24 < 0x85u || (unsigned __int16)v24 > 0x96u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1171 && ((unsigned __int16)v24 < 0x97u || (unsigned __int16)v24 > 0xBAu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1172 && ((unsigned __int16)v24 < 0xBEu || (unsigned __int16)v24 > 0xC0u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1173 && ((unsigned __int16)v24 < 0xC4u || (unsigned __int16)v24 > 0xC6u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1174 && ((unsigned __int16)v24 < 0x2Bu || (unsigned __int16)v24 > 0x2Du)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1175 && ((unsigned __int16)v24 < 0x5Eu || (unsigned __int16)v24 > 0x60u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1176 && ((unsigned __int16)v24 < 0x43u || (unsigned __int16)v24 > 0x45u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1177 && ((unsigned __int16)v24 < 0x4Fu || (unsigned __int16)v24 > 0x51u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1178 && ((unsigned __int16)v24 < 0xC1u || (unsigned __int16)v24 > 0xC3u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1179 && ((unsigned __int16)v24 < 0x13u || (unsigned __int16)v24 > 0x15u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1180 && ((unsigned __int16)v24 < 0xFDu || (unsigned __int16)v24 > 0xFFu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1181 && ((unsigned __int16)v24 < 0x61u || (unsigned __int16)v24 > 0x63u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1182 && ((unsigned __int16)v24 < 0x6Au || (unsigned __int16)v24 > 0x6Cu) )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1183 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1184 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1185 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = rand() % 258 + 1;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1186 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1187 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1188 if ( v16 == 4 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1189 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1190 while ( 1 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1191 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1192 v24 = pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1193 if ( (unsigned __int16)v24 < 0x73u || (unsigned __int16)v24 > 0x84u )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1194 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1195 if ( ((unsigned __int16)v24 < 0xE8u || (unsigned __int16)v24 > 0xF9u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1196 && ((unsigned __int16)v24 < 0x85u || (unsigned __int16)v24 > 0x96u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1197 && ((unsigned __int16)v24 < 0x97u || (unsigned __int16)v24 > 0xBAu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1198 && ((unsigned __int16)v24 < 0xBEu || (unsigned __int16)v24 > 0xC0u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1199 && ((unsigned __int16)v24 < 0xC4u || (unsigned __int16)v24 > 0xC6u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1200 && ((unsigned __int16)v24 < 0x2Bu || (unsigned __int16)v24 > 0x2Du)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1201 && ((unsigned __int16)v24 < 0x6Du || (unsigned __int16)v24 > 0x6Fu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1202 && ((unsigned __int16)v24 < 0x46u || (unsigned __int16)v24 > 0x48u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1203 && ((unsigned __int16)v24 < 0x100u || (unsigned __int16)v24 > 0x102u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1204 && ((unsigned __int16)v24 < 0xD9u || (unsigned __int16)v24 > 0xDBu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1205 && ((unsigned __int16)v24 < 0xC7u || (unsigned __int16)v24 > 0xC9u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1206 && ((unsigned __int16)v24 < 0xE5u || (unsigned __int16)v24 > 0xE7u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1207 && ((unsigned __int16)v24 < 0xDFu || (unsigned __int16)v24 > 0xE1u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1208 && ((unsigned __int16)v24 < 0x5Bu || (unsigned __int16)v24 > 0x5Du)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1209 && ((unsigned __int16)v24 < 0x49u || (unsigned __int16)v24 > 0x4Bu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1210 && ((unsigned __int16)v24 < 0xFDu || (unsigned __int16)v24 > 0xFFu)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1211 && ((unsigned __int16)v24 < 0x61u || (unsigned __int16)v24 > 0x63u)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1212 && ((unsigned __int16)v24 < 0x10u || (unsigned __int16)v24 > 0x12u) )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1213 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1214 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1215 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = rand() % 258 + 1;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1216 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1217 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1218 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1219 bountyHunting_monster_id_for_hunting = pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1220 if ( !pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1221 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1222 bountyHunting_text = pNPCTopics[351].pText;//" %s..."
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1223 if ( !pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1224 bountyHunting_text = pNPCTopics[353].pText;//" "
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1225 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1226 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1227 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1228 if ( pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] > 0 )//get prize
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1229 {
1828
35c1e4ff6ba7 party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents: 1754
diff changeset
1230 pParty->PartyFindsGold(100 * pMonsterStats->pInfos[(unsigned __int16)pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)]].uLevel, 0);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1231 for ( uint i = 0; i < 4; ++i )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1232 pParty->pPlayers[i].SetVariable(VAR_Award, 86);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1233 pParty->uNumBountiesCollected += 100 * pMonsterStats->pInfos[pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)]].uLevel;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1234 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = 0;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1235 pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = false;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1236 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1237 bountyHunting_text = pNPCTopics[352].pText;//"! ..."
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1238 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1239 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1240 else if ( uMessageParam == HOUSE_DIALOGUE_TOWNHALL_PAY_FINE )
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1241 pKeyActionMap->EnterText(1, 10, window_SpeakInHouse);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1242 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1243 }
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1244 case BuildingType_Bank:
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1245 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1246 if ( dialog_menu_id >= 7 && dialog_menu_id <= 8 )
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1247 pKeyActionMap->EnterText(1, 10, window_SpeakInHouse);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1248 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1249 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1250 }
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1251 case BuildingType_WeaponShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1252 case BuildingType_ArmorShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1253 case BuildingType_MagicShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1254 case BuildingType_AlchemistShop:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1255 case BuildingType_Tavern:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1256 case BuildingType_Temple:
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1257 case BuildingType_Training:
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1258 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1259 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1260 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1261 default:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1262 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1263 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1264 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1265 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1266 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1267
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1268 switch ( uMessageParam )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1269 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1270 case HOUSE_DIALOGUE_LEARN_SKILLS:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1271 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1272 pDialogueWindow->eWindowType = WINDOW_MainMenu;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1273 UI_CreateEndConversationButton();
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1274 FillAviableSkillsToTeach(in_current_building_type);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1275 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1276 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1277 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_MAIN:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1278 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1279 pDialogueWindow->eWindowType = WINDOW_MainMenu;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1280 UI_CreateEndConversationButton();
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1281 InitializaDialogueOptions_Tavern(in_current_building_type);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1282 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1283 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1284 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RULES:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1285 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_VICTORY_CONDITIONS:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1286 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1287 dialog_menu_id = (HOUSE_DIALOGUE_MENU)uMessageParam;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1288 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1289 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1290 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RESULT:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1291 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1292 pMessageQueue_50CBD0->AddMessage(UIMSG_PlayArcomage, 0, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1293 dialog_menu_id = HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RESULT;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1294 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1295 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1296 case HOUSE_DIALOGUE_SHOP_BUY_STANDARD:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1297 case HOUSE_DIALOGUE_SHOP_BUY_SPECIAL:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1298 {
1748
Grumpy7
parents: 1747 1739
diff changeset
1299 if ( pParty->PartyTimes.Shops_next_generation_time[(unsigned int)window_SpeakInHouse->ptr_1C] < (signed __int64)pParty->uTimePlayed )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1300 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1301 GenerateStandartShopItems();
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1302 GenerateSpecialShopItems();
1747
cecb080929c4 Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Grumpy7
parents: 1709
diff changeset
1303 pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C] = pParty->uTimePlayed + (signed __int64)((double)(11059200 * (signed int)p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].field_1C) * 0.033333335);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1304 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1305 if ( uMessageParam == HOUSE_DIALOGUE_SHOP_BUY_STANDARD )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1306 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1307 if ( uItemsAmountPerShopType[p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType] )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1308 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1309 for ( uint i = 0; i < (unsigned __int8)uItemsAmountPerShopType[p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType]; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1310 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1311 if ( pParty->StandartItemsInShops[(int)window_SpeakInHouse->ptr_1C][i].uItemID )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1312 ItemsInShopTexture[i] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pParty->StandartItemsInShops[(int)window_SpeakInHouse->ptr_1C][i].GetIconName(), TEXTURE_16BIT_PALETTE)];
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1313 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1314 }
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1315 if ( in_current_building_type == BuildingType_WeaponShop )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1316 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1317 if ( uItemsAmountPerShopType[p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType] )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1318 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1319 for ( uint i = 0; i < (unsigned __int8)uItemsAmountPerShopType[p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType]; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1320 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1321 if ( pParty->StandartItemsInShops[(int)window_SpeakInHouse->ptr_1C][i].uItemID)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1322 weapons_Ypos[i] = rand() % (300 - ItemsInShopTexture[i]->uTextureHeight);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1323 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1324 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1325 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1326 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1327 if ( uMessageParam == HOUSE_DIALOGUE_SHOP_BUY_SPECIAL )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1328 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1329 if ( uItemsAmountPerShopType[p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType] )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1330 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1331 for ( uint i = 0; i < (unsigned __int8)uItemsAmountPerShopType[p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType]; ++i )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1332 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1333 if ( pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1334 ItemsInShopTexture[i] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].GetIconName(), TEXTURE_16BIT_PALETTE)];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1335 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1336 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1337 if ( in_current_building_type == BuildingType_WeaponShop )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1338 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1339 if ( uItemsAmountPerShopType[p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType] )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1340 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1341 for ( uint i = 0; i < (unsigned __int8)uItemsAmountPerShopType[p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType]; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1342 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1343 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1344 weapons_Ypos[i] = rand() % (300 - ItemsInShopTexture[i]->uTextureHeight);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1345 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1346 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1347 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1348 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1349 break;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1350 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1351 case HOUSE_DIALOGUE_SHOP_SELL:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1352 case HOUSE_DIALOGUE_SHOP_IDENTIFY:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1353 case HOUSE_DIALOGUE_SHOP_REPAIR:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1354 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1355 dialog_menu_id = (HOUSE_DIALOGUE_MENU)uMessageParam;
1829
e4e27261d84e sub_421B2C_PlaceInInventory_or_DropPickedItem to Party::sub_421B2C_PlaceInInventory_or_DropPickedItem
Grumpy7
parents: 1828
diff changeset
1356 pParty->sub_421B2C_PlaceInInventory_or_DropPickedItem();
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1357 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1358 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1359 case HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1360 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1361 pDialogueWindow->eWindowType = WINDOW_MainMenu;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1362 UI_CreateEndConversationButton();
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1363 InitializaDialogueOptions_Shops(in_current_building_type);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1364 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1365 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1366 default:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1367 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1368 if( uMessageParam >= HOUSE_DIALOGUE_36 && uMessageParam <= HOUSE_DIALOGUE_GUILD_LEARN_SKILL )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1369 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1370 v36 = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1371 pPrice = v36 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1372 if ( pPrice < v36 / 3 )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1373 pPrice = v36 / 3;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1374 if(byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][uMessageParam - 36])
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1375 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1376 if ( !pPlayers[uActiveCharacter]->pActiveSkills[uMessageParam - 36] )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1377 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1378 if ( pParty->uNumGold < pPrice )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1379 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1380 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1407
diff changeset
1381 if ( in_current_building_type == BuildingType_Training || in_current_building_type == BuildingType_Tavern )
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1382 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_Goodbye);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1383 else
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1384 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1385 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1386 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1387 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1709
diff changeset
1388 Party::TakeGold(pPrice);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1389 dword_F8B1E4 = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1390 pPlayers[uActiveCharacter]->pActiveSkills[uMessageParam - 36] = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1391 pPlayers[uActiveCharacter]->PlaySound(SPEECH_78, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1392 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1393 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1394 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1395 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1396 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1397 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1398 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1399 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1400 //----- (004B6943) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1445
diff changeset
1401 void TravelByTransport()
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1402 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1403 signed int v4; // ebx@1
1589
Ritor1
parents: 1588
diff changeset
1404 stru365_travel_info *pTravel; // esi@7
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1405 signed int v12; // esi@13
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1406 signed int v13; // edi@14
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1407 DWORD v14; // eax@26
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1408 DWORD v15; // edi@26
1589
Ritor1
parents: 1588
diff changeset
1409 int pTextHeight; // eax@36
Ritor1
parents: 1588
diff changeset
1410 int pRealTextHeight; // esi@36
Ritor1
parents: 1588
diff changeset
1411 int schedule_id; // esi@39
Ritor1
parents: 1588
diff changeset
1412 GUIButton *pButton; // ebx@39
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1413 signed int v25; // eax@41
1589
Ritor1
parents: 1588
diff changeset
1414 MapInfo pMap; // [sp-3Ch] [bp-2CCh]@62
Ritor1
parents: 1588
diff changeset
1415 char pTopicArray[5][100]; // [sp+14h] [bp-27Ch]@37
Ritor1
parents: 1588
diff changeset
1416 GUIWindow travel_window; // [sp+208h] [bp-88h]@1
Ritor1
parents: 1588
diff changeset
1417 int pPrimaryTextHeight; // [sp+260h] [bp-30h]@36
Ritor1
parents: 1588
diff changeset
1418 int index; // [sp+27Ch] [bp-14h]@36
Ritor1
parents: 1588
diff changeset
1419 unsigned int pPrice; // [sp+288h] [bp-8h]@1
Ritor1
parents: 1588
diff changeset
1420 int travel_time; // [sp+28Ch] [bp-4h]@48
Ritor1
parents: 1588
diff changeset
1421 enum PlayerSpeech pSpeech;
Ritor1
parents: 1588
diff changeset
1422 unsigned int pCurrentButton;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1423
1589
Ritor1
parents: 1588
diff changeset
1424 memcpy(&travel_window, window_SpeakInHouse, sizeof(travel_window));
Ritor1
parents: 1588
diff changeset
1425 travel_window.uFrameX = 483;
Ritor1
parents: 1588
diff changeset
1426 travel_window.uFrameWidth = 148;
Ritor1
parents: 1588
diff changeset
1427 travel_window.uFrameZ = 334;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1428
1587
Ritor1
parents: 1531
diff changeset
1429 v4 = p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType == BuildingType_Stables ? 25 : 50;
Ritor1
parents: 1531
diff changeset
1430 v4 *= p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1431
1589
Ritor1
parents: 1588
diff changeset
1432 pPrice = v4 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
Ritor1
parents: 1588
diff changeset
1433 if ( (signed int)pPrice < v4 / 3 )
Ritor1
parents: 1588
diff changeset
1434 pPrice = v4 / 3;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1435 if ( dialog_menu_id == HOUSE_DIALOGUE_MAIN)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1436 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
1437 if ( HouseUI_CheckIfPlayerCanInteract() )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1438 {
1589
Ritor1
parents: 1588
diff changeset
1439 index = 0;
Ritor1
parents: 1588
diff changeset
1440 strcpy(pTopicArray[4], "");
Ritor1
parents: 1588
diff changeset
1441 sprintfex(pTmpBuf2.data(), pGlobalTXT_LocalizationStrings[405], pPrice); // Price: %lu gold
Ritor1
parents: 1588
diff changeset
1442 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf2.data(), &travel_window, 0, 0);
Ritor1
parents: 1588
diff changeset
1443 pRealTextHeight = pTextHeight + (LOBYTE(pFontArrus->uFontHeight) - 3) + 146;
Ritor1
parents: 1588
diff changeset
1444 pPrimaryTextHeight = pRealTextHeight;
Ritor1
parents: 1588
diff changeset
1445 pCurrentButton = 2;
Ritor1
parents: 1588
diff changeset
1446 for ( uint i = pDialogueWindow->pStartingPosActiveItem; i < (unsigned int)(pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem); ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1447 {
1589
Ritor1
parents: 1588
diff changeset
1448 schedule_id = transport_routes[(unsigned int)window_SpeakInHouse->ptr_1C - HOUSE_STABLES_HARMONDALE][index];
Ritor1
parents: 1588
diff changeset
1449 pButton = pDialogueWindow->GetControl(i);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1450
1589
Ritor1
parents: 1588
diff changeset
1451 if (schedule_id != 255)
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1452 {
1610
Ritor1
parents: 1609
diff changeset
1453 //if (schedule_id >= 25)
Ritor1
parents: 1609
diff changeset
1454 //Log::Warning(L"Transport UI: schedule overflow");
1589
Ritor1
parents: 1588
diff changeset
1455 if ( pCurrentButton >= 6 )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1456 v25 = true;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1457 else
1589
Ritor1
parents: 1588
diff changeset
1458 v25 = transport_schedule[schedule_id].pSchedule[pParty->uDaysPlayed % 7];
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1459 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1460
1589
Ritor1
parents: 1588
diff changeset
1461 if (schedule_id != 255 && v25 && (!transport_schedule[schedule_id].uQuestBit
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
1462 || _449B57_test_bit(pParty->_quest_bits, transport_schedule[schedule_id].uQuestBit)) )//:
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1463 {
1610
Ritor1
parents: 1609
diff changeset
1464 //get color for current string( )----------
1589
Ritor1
parents: 1588
diff changeset
1465 if ( pDialogueWindow->pCurrentPosActiveItem == pCurrentButton )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1466 sprintf(pTopicArray[index], "\f%05d", Color16(255, 255, 155));
1589
Ritor1
parents: 1588
diff changeset
1467 else
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1468 sprintf(pTopicArray[index], "\f%05d", Color16(255, 255, 255));
1589
Ritor1
parents: 1588
diff changeset
1469 //hired NPC premium( )----------------------------------
Ritor1
parents: 1588
diff changeset
1470 travel_time = transport_schedule[schedule_id].uTravelTime;
1591
d687f6e7c610 Boat dialogue
Ritor1
parents: 1590
diff changeset
1471 if ( (unsigned int)window_SpeakInHouse->ptr_1C >= HOUSE_BOATS_EMERALD_ISLE )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1472 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1473 if ( CheckHiredNPCSpeciality(Sailor) )
1589
Ritor1
parents: 1588
diff changeset
1474 travel_time -= 2;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1475 if ( CheckHiredNPCSpeciality(Navigator) )
1589
Ritor1
parents: 1588
diff changeset
1476 travel_time -= 3;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1477 if ( CheckHiredNPCSpeciality(Pirate) )
1589
Ritor1
parents: 1588
diff changeset
1478 travel_time -= 2;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1479 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1480 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1481 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1482 if ( CheckHiredNPCSpeciality(Horseman) )
1589
Ritor1
parents: 1588
diff changeset
1483 travel_time -= 2;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1484 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1485 if ( CheckHiredNPCSpeciality(Explorer) )
1589
Ritor1
parents: 1588
diff changeset
1486 --travel_time;
Ritor1
parents: 1588
diff changeset
1487
Ritor1
parents: 1588
diff changeset
1488 if ( travel_time < 1 )
Ritor1
parents: 1588
diff changeset
1489 travel_time = 1;
Ritor1
parents: 1588
diff changeset
1490 if ( schedule_id != 255 )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1491 {
1589
Ritor1
parents: 1588
diff changeset
1492 memcpy(&pMap, &pMapStats->pInfos[transport_schedule[schedule_id].uMapInfoID], 0x44u);
Ritor1
parents: 1588
diff changeset
1493 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[404], travel_time, pMap.pName); // Time - %d days, destination %s
Ritor1
parents: 1588
diff changeset
1494 strcat(pTopicArray[index], pTmpBuf.data());
Ritor1
parents: 1588
diff changeset
1495 strcat(pTopicArray[index], "\n \n");
Ritor1
parents: 1588
diff changeset
1496 pButton->uY = pRealTextHeight;
Ritor1
parents: 1588
diff changeset
1497 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf.data(), &travel_window, 0, 0);
Ritor1
parents: 1588
diff changeset
1498 pButton->uHeight = pTextHeight;
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
1499 pButton->uW = pButton->uY + pTextHeight - 1;
1589
Ritor1
parents: 1588
diff changeset
1500 pRealTextHeight += (LOBYTE(pFontArrus->uFontHeight) - 3) + pTextHeight;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1501 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1502 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1503 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1504 {
1589
Ritor1
parents: 1588
diff changeset
1505 strcpy(pTopicArray[index], "");
Ritor1
parents: 1588
diff changeset
1506 if ( pButton )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1507 {
1589
Ritor1
parents: 1588
diff changeset
1508 pButton->uW = 0;
Ritor1
parents: 1588
diff changeset
1509 pButton->uHeight = 0;
Ritor1
parents: 1588
diff changeset
1510 pButton->uY = 0;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1511 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1512 }
1589
Ritor1
parents: 1588
diff changeset
1513 ++index;
Ritor1
parents: 1588
diff changeset
1514 ++pCurrentButton;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1515 }
1589
Ritor1
parents: 1588
diff changeset
1516 if ( pRealTextHeight != pPrimaryTextHeight )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1517 {
1589
Ritor1
parents: 1588
diff changeset
1518 sprintf(pTmpBuf.data(), "%s\n \n%s%s%s%s%s", pTmpBuf2.data(), pTopicArray[0], pTopicArray[1], pTopicArray[2], pTopicArray[3], pTopicArray[4]);
Ritor1
parents: 1588
diff changeset
1519 travel_window.DrawTitleText(pFontArrus, 0, 146, 0, pTmpBuf.data(), 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1520 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1521 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1522 {
1589
Ritor1
parents: 1588
diff changeset
1523 travel_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[561], &travel_window, 0, 0)) / 2 + 138,//", "
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1524 Color16(255, 255, 255), pGlobalTXT_LocalizationStrings[561], 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1525 pAudioPlayer->StopChannels(-1, -1);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1526 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1527 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1528 }
1589
Ritor1
parents: 1588
diff changeset
1529 else//
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1530 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1531 if ( dialog_menu_id >= HOUSE_DIALOGUE_TRANSPORT_SCHEDULE_1 && dialog_menu_id <= HOUSE_DIALOGUE_TRANSPORT_SCHEDULE_4 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1532 {
1589
Ritor1
parents: 1588
diff changeset
1533 if ( pParty->uNumGold < pPrice )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1534 {
1589
Ritor1
parents: 1588
diff changeset
1535 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);//" "
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1536 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_Greeting_2);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1537 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1538 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1539 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1540
1589
Ritor1
parents: 1588
diff changeset
1541 Party::TakeGold(pPrice);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1542
1589
Ritor1
parents: 1588
diff changeset
1543 pTravel = &transport_schedule[transport_routes[(unsigned int)window_SpeakInHouse->ptr_1C - HOUSE_STABLES_HARMONDALE][dialog_menu_id - HOUSE_DIALOGUE_TRANSPORT_SCHEDULE_1]];
Ritor1
parents: 1588
diff changeset
1544 if ( pTravel->pSchedule[pParty->uDaysPlayed % 7] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1545 {
1589
Ritor1
parents: 1588
diff changeset
1546 if ( _stricmp(pCurrentMapName, pMapStats->pInfos[pTravel->uMapInfoID].pFilename) )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1547 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1548 SaveGame(1, 0);
1589
Ritor1
parents: 1588
diff changeset
1549 strcpy(pCurrentMapName, pMapStats->pInfos[pTravel->uMapInfoID].pFilename);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1550
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2057
diff changeset
1551 dword_6BE364_game_settings_1 |= GAME_SETTINGS_0001;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1552 _5B65B8_npcdata_hiword_house_or_other = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1553 dword_5B65BC = 0;
1589
Ritor1
parents: 1588
diff changeset
1554 _5B65B4_npcdata_loword_house_or_other = pTravel->arrival_rot_y;
2124
7f403ebf619f GAME_STATE_CHANGE_LOCATION
Ritor1
parents: 2069
diff changeset
1555 uGameState = GAME_STATE_CHANGE_LOCATION;
1589
Ritor1
parents: 1588
diff changeset
1556 _5B65A8_npcdata_uflags_or_other = pTravel->arrival_x;
Ritor1
parents: 1588
diff changeset
1557 _5B65AC_npcdata_fame_or_other = pTravel->arrival_y;
Ritor1
parents: 1588
diff changeset
1558 _5B65B0_npcdata_rep_or_other = pTravel->arrival_z;
Ritor1
parents: 1588
diff changeset
1559 dword_5B65C0 = pTravel->arrival_x | pTravel->arrival_y | pTravel->arrival_z | pTravel->arrival_rot_y;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1560 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1561 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1562 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1639
diff changeset
1563 pGame->pIndoorCameraD3D->sRotationY = 0;
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1630
diff changeset
1564
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1565 pParty->uFlags |= 2u;
1589
Ritor1
parents: 1588
diff changeset
1566 pParty->vPosition.x = pTravel->arrival_x;
Ritor1
parents: 1588
diff changeset
1567 pParty->vPosition.y = pTravel->arrival_y;
Ritor1
parents: 1588
diff changeset
1568 pParty->vPosition.z = pTravel->arrival_z;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1569 pParty->uFallStartY = pParty->vPosition.z;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1570 pParty->sRotationX = 0;
1589
Ritor1
parents: 1588
diff changeset
1571 pParty->sRotationY = pTravel->arrival_rot_y;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1572 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1573 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
1589
Ritor1
parents: 1588
diff changeset
1574 v12 = pTravel->uTravelTime;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1575 if ( (signed int)window_SpeakInHouse->ptr_1C >= 63 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1576 {
1589
Ritor1
parents: 1588
diff changeset
1577 pSpeech = SPEECH_SetSail;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1578 v13 = 2500;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1579 if ( CheckHiredNPCSpeciality(Sailor) )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1580 v12 -= 2;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1581 if ( CheckHiredNPCSpeciality(Navigator) )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1582 v12 -= 3;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1583 if ( CheckHiredNPCSpeciality(Pirate) )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1584 v12 -= 2;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1585 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1586 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1587 {
1589
Ritor1
parents: 1588
diff changeset
1588 pSpeech = SPEECH_CarriageReady;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1589 v13 = 1500;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1590 if ( CheckHiredNPCSpeciality(Horseman) )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1591 v12 -= 2;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1592 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1593 if ( CheckHiredNPCSpeciality(Explorer) )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1594 --v12;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1595 if ( v12 < 1 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1596 v12 = 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1597 RestAndHeal(1440 * v12);
1589
Ritor1
parents: 1588
diff changeset
1598 pPlayers[uActiveCharacter]->PlaySound(pSpeech, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1599 v14 = GetTickCount();
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1600 v15 = v14 + v13;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1601 if ( v15 < v14 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1602 v15 = v14;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1603 while ( GetTickCount() < v15 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1604 sqrt(3.1415926);
1919
140ca8123384 Tavern rest fix
Ritor1
parents: 1843
diff changeset
1605 while ( HouseDialogPressCloseBtn() )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1606 ;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1607 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1608 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1609 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1610 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1611 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1612 dialog_menu_id = HOUSE_DIALOGUE_MAIN;
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1748
diff changeset
1613 pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1614 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1615 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1616 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1617 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1618 //----- (004B68EA) --------------------------------------------------------
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1619 bool __fastcall IsTravelAvailable(int a1)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1620 {
1587
Ritor1
parents: 1531
diff changeset
1621 for ( uint i = 0; i < 4; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1622 {
1587
Ritor1
parents: 1531
diff changeset
1623 if ( transport_schedule[transport_routes[a1][i]].pSchedule[pParty->uDaysPlayed % 7] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1624 {
1587
Ritor1
parents: 1531
diff changeset
1625 if (!transport_schedule[transport_routes[a1][i]].uQuestBit || _449B57_test_bit(pParty->_quest_bits, transport_schedule[transport_routes[a1][i]].uQuestBit))
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1626 return true;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1627 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1628 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1629 return false;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1630 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1631
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1632 //----- (004B7911) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1445
diff changeset
1633 void TownHallDialog()
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1634 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1635 int v1; // eax@10
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1636 int v2; // esi@10
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1637 signed int pStringSum; // ebx@24
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1638 signed int v16; // ebx@28
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1639 int v17; // ebx@28
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1640 GUIButton *pButton; // eax@30
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1641 int pTextHeight; // eax@30
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1642 unsigned __int16 pTextColor; // ax@30
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1643 GUIWindow window; // [sp+60h] [bp-BCh]@21
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1644 GUIWindow townHall_window; // [sp+B4h] [bp-68h]@1
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1645 int v29; // [sp+10Ch] [bp-10h]@28
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1646 int v31; // [sp+114h] [bp-8h]@29
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1647 GUIFont *pOutString; // [sp+118h] [bp-4h]@21
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1648
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1649 memcpy(&townHall_window, window_SpeakInHouse, sizeof(townHall_window));
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1650 townHall_window.uFrameX = 483;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1651 townHall_window.uFrameWidth = 148;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1652 townHall_window.uFrameZ = 334;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1653 sprintf(pTmpBuf.data(), "%s: %d", pGlobalTXT_LocalizationStrings[605], pParty->uFine);//
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1654 townHall_window.DrawTitleText(pFontArrus, 0, 260, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1655 switch(dialog_menu_id)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1656 {
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1657 case HOUSE_DIALOGUE_MAIN:
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1658 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1659 pStringSum = 1;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1660 pTextHeight = 0;
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1661 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[604]);//
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1662 if ( pParty->uFine > 0 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1663 {
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1664 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[603]);//
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1665 pStringSum = 2;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1666 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1667 for ( uint i = 0; i < pStringSum; ++i )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1668 pTextHeight += pFontArrus->CalcTextHeight(pShopOptions[i], &townHall_window, 0, 0);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1669 v29 = (100 - pTextHeight) / pStringSum;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1670 v16 = 80 - pStringSum * ((100 - pTextHeight) / pStringSum);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1671 v17 = (v16 / 2) - v29 / 2 + 158;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1672 if ( pDialogueWindow->pNumPresenceButton > 0 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1673 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1674 v31 = 2;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1675 uint j = 0;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1676 for ( uint i = pDialogueWindow->pStartingPosActiveItem;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1677 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1678 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1679 pButton = pDialogueWindow->GetControl(i);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1680 pButton->uY = v29 + v17;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1681 pTextHeight = pFontArrus->CalcTextHeight(pShopOptions[j], &townHall_window, 0, 0);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1682 pButton->uHeight = pTextHeight;
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
1683 v17 = pButton->uY + pTextHeight - 1;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1684 pButton->uW = v17;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1685 pTextColor = Color16(0xFFu, 0xFFu, 0x9Bu);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1686 if ( pDialogueWindow->pCurrentPosActiveItem != v31 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1687 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu);
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
1688 townHall_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pShopOptions[j], 3);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1689 ++v31;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1690 ++j;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1691 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1692 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1693 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1694 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1695 case HOUSE_DIALOGUE_TOWNHALL_MESSAGE:
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1696 {
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1697 sprintf(pTmpBuf.data(), "\f%05d%s\f%05d", Color16(0xFFu, 0xFFu, 0x9Bu),
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1698 pMonsterStats->pInfos[bountyHunting_monster_id_for_hunting].pName, Color16(0xFFu, 0xFFu, 0xFFu));
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1699 sprintf(pTmpBuf2.data(), bountyHunting_text, pTmpBuf.data(), 100 * pMonsterStats->pInfos[bountyHunting_monster_id_for_hunting].uLevel);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1700 current_npc_text = pTmpBuf2.data();
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1701 memcpy(&window, pDialogueWindow, sizeof(window));
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1702 window.uFrameWidth = 458;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1703 window.uFrameZ = 457;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1704 pOutString = pFontArrus;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1705 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf2.data(), &window, 13, 0) + 7;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1706 if ( 352 - pTextHeight < 8 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1707 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1708 pOutString = pFontCreate;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1709 pTextHeight = pFontCreate->CalcTextHeight(current_npc_text, &window, 13, 0) + 7;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1710 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1711 pRenderer->GetLeather(8, 352 - pTextHeight, pIcons_LOD->GetTexture(uTextureID_Leather), pIcons_LOD->GetTexture(uTextureID_Leather)->uTextureHeight - pTextHeight);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1712 pRenderer->DrawTextureIndexed(8, 347 - pTextHeight, pTexture_591428);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1713 window.DrawText(pOutString, 13, 354 - pTextHeight, 0, FitTextInAWindow(current_npc_text, pOutString, &window, 13, 0), 0, 0, 0);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1714 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1715 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1716 case HOUSE_DIALOGUE_TOWNHALL_PAY_FINE:
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1717 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1718 if ( window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_IN_PROGRESS)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1719 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1720 sprintfex(pTmpBuf.data(), "%s\n%s", pGlobalTXT_LocalizationStrings[606], pGlobalTXT_LocalizationStrings[112]); // "Pay" "How Much?"
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1721 townHall_window.DrawTitleText(pFontArrus, 0, 146, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1722 townHall_window.DrawTitleText(pFontArrus, 0, 186, Color16(0xFFu, 0xFFu, 0xFFu), (const char *)pKeyActionMap->pPressedKeysBuffer, 3);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1723 townHall_window.DrawFlashingInputCursor(pFontArrus->GetLineWidth((const char *)pKeyActionMap->pPressedKeysBuffer) / 2 + 80, 185, pFontArrus);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1724 return;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1725 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1726 if ( window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_CONFIRMED)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1727 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1728 v1 = atoi((const char *)pKeyActionMap->pPressedKeysBuffer);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1729 v2 = atoi((const char *)pKeyActionMap->pPressedKeysBuffer);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1730 if ( v1 <= 0 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1731 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1732 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1733 return;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1734 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1735 if ( v1 > pParty->uNumGold )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1736 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1737 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1738 v2 = pParty->uNumGold;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1739 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1740 if ( v2 > pParty->uFine )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1741 v2 = pParty->uFine;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1742 Party::TakeGold(v2);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1743 pParty->uFine -= v2;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1744 if ( pParty->uFine < 0 )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1745 pParty->uFine = 0;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1746 if ( uActiveCharacter )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1747 pPlayers[uActiveCharacter]->PlaySound(SPEECH_81, 0);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1748 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1749 if ( window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_CANCELLED)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1750 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1751 window_SpeakInHouse->receives_keyboard_input_2 = WINDOW_INPUT_NONE;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1752 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1753 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1754 break;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1755 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1756 default:
61458df2cb4f bountyHunting fix
Ritor1
parents: 1526
diff changeset
1757 break;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1758 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1759 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1760 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1761
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1762 //----- (004B7D7E) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1445
diff changeset
1763 void BankDialog()
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1764 {
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1765 int entered_sum; // eax@19
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1766 unsigned int takes_sum; // esi@19
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1767 unsigned __int16 pColorText; // ax@27
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1768 GUIWindow bank_window; // [sp+Ch] [bp-5Ch]@1
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1769
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1770 memcpy(&bank_window, window_SpeakInHouse, sizeof(bank_window));
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1771 bank_window.uFrameX = 483;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1772 bank_window.uFrameWidth = 148;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1773 bank_window.uFrameZ = 334;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1774 sprintf(pTmpBuf.data(), "%s: %d", pGlobalTXT_LocalizationStrings[25], pParty->uNumGoldInBank);//
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1775 bank_window.DrawTitleText(pFontArrus, 0, 220, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1776 switch(dialog_menu_id)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1777 {
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1778 case HOUSE_DIALOGUE_MAIN:
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1779 {
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1780 pColorText = Color16(0xFFu, 0xFFu, 0x9Bu);
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1781 if ( pDialogueWindow->pCurrentPosActiveItem != 2 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1782 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1783 bank_window.DrawTitleText(pFontArrus, 0, 146, pColorText, pGlobalTXT_LocalizationStrings[60], 3);
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1784 pColorText = Color16(0xFFu, 0xFFu, 0x9Bu);
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1785 if ( pDialogueWindow->pCurrentPosActiveItem != 3 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1786 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1787 bank_window.DrawTitleText(pFontArrus, 0, 176, pColorText, pGlobalTXT_LocalizationStrings[244], 3);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1788 break;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1789 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1790 case HOUSE_DIALOGUE_BANK_PUT_GOLD:
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1791 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1792 if ( window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_IN_PROGRESS)
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1793 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1794 sprintf(pTmpBuf.data(), "%s\n%s", pGlobalTXT_LocalizationStrings[60], pGlobalTXT_LocalizationStrings[112]);//"" "?"
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1795 bank_window.DrawTitleText(pFontArrus, 0, 146, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1796 bank_window.DrawTitleText(pFontArrus, 0, 186, Color16(0xFFu, 0xFFu, 0xFFu), (const char *)pKeyActionMap->pPressedKeysBuffer, 3);
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1797 bank_window.DrawFlashingInputCursor(pFontArrus->GetLineWidth((const char *)pKeyActionMap->pPressedKeysBuffer) / 2 + 80, 185, pFontArrus);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1798 return;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1799 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1800 if ( window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_CONFIRMED)
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1801 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1802 entered_sum = atoi((const char *)pKeyActionMap->pPressedKeysBuffer);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1803 takes_sum = entered_sum;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1804 if ( !entered_sum )
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1805 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1806 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1807 return;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1808 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1809 if ( entered_sum > pParty->uNumGold )
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1810 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1811 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1812 takes_sum = pParty->uNumGold;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1813 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1814 if ( takes_sum )
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1815 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1816 Party::TakeGold(takes_sum);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1817 pParty->uNumGoldInBank += takes_sum;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1818 if ( uActiveCharacter )
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1819 pPlayers[uActiveCharacter]->PlaySound(SPEECH_81, 0);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1820 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1821 window_SpeakInHouse->receives_keyboard_input_2 = WINDOW_INPUT_NONE;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1822 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1823 return;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1824 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1825 if (window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_CANCELLED)
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1826 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1827 window_SpeakInHouse->receives_keyboard_input_2 = WINDOW_INPUT_NONE;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1828 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1829 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1830 return;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1831 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1832 case HOUSE_DIALOGUE_BANK_GET_GOLD:
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1833 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1834 if ( window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_IN_PROGRESS)
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1835 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1836 sprintfex(pTmpBuf.data(), "%s\n%s", pGlobalTXT_LocalizationStrings[244], pGlobalTXT_LocalizationStrings[112]);//"" "?"
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1837 bank_window.DrawTitleText(pFontArrus, 0, 146, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1838 bank_window.DrawTitleText(pFontArrus, 0, 186, Color16(0xFFu, 0xFFu, 0xFFu), (const char *)pKeyActionMap->pPressedKeysBuffer, 3);
1573
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1839 bank_window.DrawFlashingInputCursor(pFontArrus->GetLineWidth((const char *)pKeyActionMap->pPressedKeysBuffer) / 2 + 80, 185, pFontArrus);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1840 return;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1841 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1842 if ( window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_CONFIRMED)
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1843 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1844 window_SpeakInHouse->receives_keyboard_input_2 = WINDOW_INPUT_NONE;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1845 entered_sum = atoi((const char *)pKeyActionMap->pPressedKeysBuffer);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1846 takes_sum = entered_sum;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1847 if ( entered_sum )
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1848 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1849 if ( entered_sum > pParty->uNumGoldInBank )
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1850 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1851 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1852 takes_sum = pParty->uNumGoldInBank;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1853 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1854 if ( takes_sum )
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1855 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1856 Party::SetGold(pParty->uNumGold + takes_sum);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1857 pParty->uNumGoldInBank -= takes_sum;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1858 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1859 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1860 window_SpeakInHouse->receives_keyboard_input_2 = WINDOW_INPUT_NONE;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1861 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1862 return;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1863 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1864 if ( window_SpeakInHouse->receives_keyboard_input_2 == WINDOW_INPUT_CANCELLED)
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1865 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1866 window_SpeakInHouse->receives_keyboard_input_2 = WINDOW_INPUT_NONE;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1867 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1868 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1869 return;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1870 }
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1871 default:
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1872 {
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1873 break;
6d759814a817 BankDialog() cleaned
Ritor1
parents: 1545
diff changeset
1874 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1875 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1876 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1877 // F8B19C: using guessed type int dword_F8B19C;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1878
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1879 //----- (004B8285) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1445
diff changeset
1880 void TavernDialog()
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1881 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1882 int pPriceRoom;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1883 int pPriceFood;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1884 int pPriceSkill;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1885 int pItemNum;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1886 double v2; // st7@1
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1887 int pNumString; // edi@16
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1888 signed int v9; // esi@16
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1889 unsigned int pColorText; // eax@57
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1890 GUIButton *pButton; // eax@65
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1891 int pSkillCount;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1892 signed int pOptionsCount; // edi@77
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1893 signed int i; // esi@79
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
1894 // signed int v53; // edi@81
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1895 int v54; // edi@81
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1896 const char *pText; // [sp-4h] [bp-278h]@93
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1897 char pTopic1[100]; // [sp+Ch] [bp-268h]@55
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1898 char pTopic4[100]; // [sp+70h] [bp-204h]@59
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1899 char pTopic2[100]; // [sp+D4h] [bp-1A0h]@57
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1900 char pTopic3[100]; // [sp+138h] [bp-13Ch]@59
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1901 GUIWindow dialog_window; // [sp+1F0h] [bp-84h]@1
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1902 int v91; // [sp+270h] [bp-4h]@3
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1903 unsigned int pTopic1Height; // [sp+26Fh] [bp-5h]@55
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1904 unsigned __int8 pTopic2Height; // [sp+267h] [bp-Dh]@57
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1905 unsigned __int8 pTopic3Height; // [sp+253h] [bp-21h]@59
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1906 unsigned __int8 pTopic4Height;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1907 int pTextHeight;
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1908 int all_text_height; // [sp+260h] [bp-14h]@18
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1909 GUIFont *pOutString;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1910
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1911 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1912 dialog_window.uFrameX = 483;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1913 dialog_window.uFrameWidth = 148;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1914 dialog_window.uFrameZ = 334;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1915 v2 = p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier;
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1916
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1917 pPriceRoom = ((v2 * v2) / 10) * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1918 if ( pPriceRoom < ((v2 * v2) / 10) / 3 )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1919 pPriceRoom = ((v2 * v2) / 10) / 3;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1920 if ( pPriceRoom <= 0 )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1921 pPriceRoom = 1;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1922
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1923 pPriceFood = ((v2 * v2) * v2 / 100) * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1924 if ( pPriceFood < ((v2 * v2) * v2 / 100) / 3 )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1925 pPriceFood = ((v2 * v2) * v2 / 100) / 3;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1926 if ( pPriceFood <= 0 )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1927 pPriceFood = 1;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1928
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1929
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1930 switch(dialog_menu_id)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1931 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1932 case HOUSE_DIALOGUE_MAIN:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1933 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
1934 if ( !HouseUI_CheckIfPlayerCanInteract() )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1935 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1936
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1937 sprintf(pTopic1, "\f%05d", pDialogueWindow->pCurrentPosActiveItem == 2 ? Color16(0xFFu, 0xFFu, 0x9Bu) : Color16(0xFFu, 0xFFu, 0xFFu));
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1938 sprintfex(pTmpBuf2.data(), pGlobalTXT_LocalizationStrings[178], pPriceRoom); // Rent room for %d gold
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1939 strcat(pTopic1, pTmpBuf2.data());
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1940 pTopic1Height = pFontArrus->CalcTextHeight(pTopic1, &dialog_window, 0, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1941 strcat(pTopic1, "\n \n");
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1942
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1943 sprintf(pTopic2, "\f%05d", pDialogueWindow->pCurrentPosActiveItem == 3 ? Color16(0xFFu, 0xFFu, 0x9Bu) : Color16(0xFFu, 0xFFu, 0xFFu));
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1944 sprintfex(pTmpBuf2.data(), pGlobalTXT_LocalizationStrings[86], // Buy food for %d days for %d gold
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1945 (unsigned int)p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier, pPriceFood);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1946 strcat(pTopic2, pTmpBuf2.data());
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1947 pTopic2Height = pFontArrus->CalcTextHeight(pTopic2, &dialog_window, 0, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1948 strcat(pTopic2, "\n \n");
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1949
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1950 sprintf(pTopic3, "\f%05d", pDialogueWindow->pCurrentPosActiveItem == 4 ? Color16(0xFFu, 0xFFu, 0x9Bu) : Color16(0xFFu, 0xFFu, 0xFFu));
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1951 strcat(pTopic3, pGlobalTXT_LocalizationStrings[160]); // Learn Skills
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1952 pTopic3Height = pFontArrus->CalcTextHeight(pTopic3, &dialog_window, 0, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1953 strcat(pTopic3, "\n \n");
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1954 pTopic4[0] = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1955 if ( (signed int)window_SpeakInHouse->par1C >= 108 && (signed int)window_SpeakInHouse->par1C <= 120 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1956 {
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
1957 sprintf(pTopic4, "\f%05d", pDialogueWindow->pCurrentPosActiveItem == 5 ? Color16(0xFFu, 0xFFu, 0x9Bu) : Color16(0xFFu, 0xFFu, 0xFFu));
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1958 strcat(pTopic4, pGlobalTXT_LocalizationStrings[611]); // Play Arcomage
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1959 pTopic4Height = pFontArrus->CalcTextHeight(pTopic4, &dialog_window, 0, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1960 }
1610
Ritor1
parents: 1609
diff changeset
1961
Ritor1
parents: 1609
diff changeset
1962 if ( pDialogueWindow->pNumPresenceButton )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1963 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1964 for ( pItemNum = pDialogueWindow->pStartingPosActiveItem;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1965 pItemNum < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton; ++pItemNum )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1966 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1967 pButton = pDialogueWindow->GetControl(pItemNum);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1968 if ( pButton->msg_param == 15 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1969 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1970 pButton->uHeight = pTopic1Height;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1971 pButton->uY = 146;
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1972 pButton->uW = pTopic1Height + 145;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1973 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1974 else if ( pButton->msg_param == 16 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1975 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1976 pButton->uHeight = pTopic2Height;
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1977 pButton->uY = pTopic1Height + (LOBYTE(pFontArrus->uFontHeight) - 3) + 146;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1978 pButton->uW = (pTopic1Height + (LOBYTE(pFontArrus->uFontHeight) - 3) + 146) + pTopic2Height - 1;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1979 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1980 else if ( pButton->msg_param == 96 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1981 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1982 pButton->uY = pTopic1Height + pTopic2Height + 2 * (LOBYTE(pFontArrus->uFontHeight) - 3) + 146;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1983 pButton->uHeight = pTopic3Height;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1984 pButton->uW = pTopic3Height + (pTopic1Height + pTopic2Height + 2 * (LOBYTE(pFontArrus->uFontHeight) - 3) + 146) - 1;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1985 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1986 else if ( pButton->msg_param == 101 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1987 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1988 pButton->uHeight = pTopic4Height;
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1989 pButton->uY = pTopic1Height + 3 * (LOBYTE(pFontArrus->uFontHeight) - 3) + pTopic4Height + pTopic2Height + 146;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
1990 pButton->uW = (pTopic1Height + 3 * (LOBYTE(pFontArrus->uFontHeight) - 3) + pTopic4Height + pTopic2Height + 146) + pTopic4Height - 1;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1991 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1992 }
1610
Ritor1
parents: 1609
diff changeset
1993 sprintfex(pTmpBuf.data(), "%s%s%s%s", pTopic1, pTopic2, pTopic3, pTopic4);
Ritor1
parents: 1609
diff changeset
1994 dialog_window.DrawTitleText(pFontArrus, 0, 146, 0, pTmpBuf.data(), 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1995 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1996 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1997 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1998 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RULES:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
1999 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2000 pOutString = pFontArrus;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2001 strcpy(pTmpBuf.data(), pNPCTopics[354].pText);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2002 dialog_window.uFrameWidth = game_viewport_width;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2003 dialog_window.uFrameZ = 452;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2004 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 12, 0) + 7;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2005 if ( 352 - pTextHeight < 8 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2006 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2007 pOutString = pFontCreate;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2008 pTextHeight = pFontCreate->CalcTextHeight(pTmpBuf.data(), &dialog_window, 12, 0) + 7;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2009 }
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2010 pRenderer->GetLeather(8, 352 - pTextHeight, pIcons_LOD->GetTexture(uTextureID_Leather), pIcons_LOD->GetTexture(uTextureID_Leather)->uTextureHeight - pTextHeight);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2011 pRenderer->DrawTextureIndexed(8, 347 - pTextHeight, pTexture_591428);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2012 window_SpeakInHouse->DrawText(pOutString, 12, 354 - pTextHeight, 0, FitTextInAWindow(pTmpBuf.data(), pOutString, &dialog_window, 0xCu, 0), 0, 0, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2013 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2014 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2015 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_VICTORY_CONDITIONS:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2016 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2017 strcpy(pTmpBuf.data(), pNPCTopics[(uint)window_SpeakInHouse->ptr_1C + 247].pText);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2018 dialog_window.uFrameWidth = game_viewport_width;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2019 dialog_window.uFrameZ = 452;
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2020 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 12, 0) + 7;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2021 pRenderer->GetLeather(8, 352 - pTextHeight, pIcons_LOD->GetTexture(uTextureID_Leather), pIcons_LOD->GetTexture(uTextureID_Leather)->uTextureHeight - pTextHeight);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2022 pRenderer->DrawTextureIndexed(8, 347 - pTextHeight, pTexture_591428);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2023 window_SpeakInHouse->DrawText(pFontArrus, 12, 354 - pTextHeight, 0,
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2024 FitTextInAWindow(pTmpBuf.data(), pFontArrus, &dialog_window, 0xCu, 0), 0, 0, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2025 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2026 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2027 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RESULT:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2028 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2029 if ( pArcomageGame->bGameInProgress == 1 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2030 return;
2214
20995bb8895a GameResultsApply() full refactored
Ritor1
parents: 2185
diff changeset
2031 if ( pArcomageGame->uGameWinner )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2032 {
2214
20995bb8895a GameResultsApply() full refactored
Ritor1
parents: 2185
diff changeset
2033 if ( pArcomageGame->uGameWinner == 1 )
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2034 pText = pGlobalTXT_LocalizationStrings[640];// You won!
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2035 else
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2036 pText = pGlobalTXT_LocalizationStrings[641];// You lost!
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2037 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2038 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2039 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2040 pText = pGlobalTXT_LocalizationStrings[639];// A tie!
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2041 }
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2042 strcpy(pTmpBuf.data(), pText);
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2043 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 0, 0)) / 2 + 138,
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2044 Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2045 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2046 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2047 case HOUSE_DIALOGUE_TAVERN_REST:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2048 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2049 if ( pParty->uNumGold >= pPriceRoom )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2050 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2051 Party::TakeGold(pPriceRoom);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2052 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
2022
03d9336e862f SOUND_WalkingOnTo3DModel
Ritor1
parents: 1920
diff changeset
2053 dialog_menu_id = HOUSE_DIALOGUE_NULL;
1919
140ca8123384 Tavern rest fix
Ritor1
parents: 1843
diff changeset
2054 HouseDialogPressCloseBtn();
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1396
diff changeset
2055 GetHouseGoodbyeSpeech();
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2056 pVideoPlayer->Unload();
2022
03d9336e862f SOUND_WalkingOnTo3DModel
Ritor1
parents: 1920
diff changeset
2057 /*if ( pMessageQueue_50CBD0->uNumMessages )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2058 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2059 pMessageQueue_50CBD0->pMessages[0].eType = UIMSG_RentRoom;
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2060 pMessageQueue_50CBD0->pMessages[0].param = (int)window_SpeakInHouse->ptr_1C;//107
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2061 pMessageQueue_50CBD0->pMessages[0].field_8 = 1;
2022
03d9336e862f SOUND_WalkingOnTo3DModel
Ritor1
parents: 1920
diff changeset
2062 ++pMessageQueue_50CBD0->uNumMessages;*/
03d9336e862f SOUND_WalkingOnTo3DModel
Ritor1
parents: 1920
diff changeset
2063 pMessageQueue_50CBD0->AddMessage(UIMSG_RentRoom, (int)window_SpeakInHouse->ptr_1C, 1);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2064 window_SpeakInHouse->Release();
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2065 window_SpeakInHouse = 0;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2066 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2067 }
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2068 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);//
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2069 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_Goodbye);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2070 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2071 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2072 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2073
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2074 case HOUSE_DIALOGUE_LEARN_SKILLS:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2075 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
2076 if ( !HouseUI_CheckIfPlayerCanInteract() )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2077 return;
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2078 pSkillCount = 0;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2079 v9 = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2080 pPriceSkill = v9 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2081 if ( pPriceSkill < v9 / 3 )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2082 pPriceSkill = v9 / 3;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2083 all_text_height = 0;
1920
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2084 for ( int i = pDialogueWindow->pStartingPosActiveItem;
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2085 i < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2086 {
1920
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2087 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pDialogueWindow->GetControl(i)->msg_param - 36]
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2088 && !pPlayers[uActiveCharacter]->pActiveSkills[pDialogueWindow->GetControl(i)->msg_param - 36] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2089 {
1920
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2090 all_text_height = pFontArrus->CalcTextHeight(pSkillNames[pDialogueWindow->GetControl(i)->msg_param - 36], &dialog_window, 0, 0);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2091 pSkillCount++;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2092 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2093 }
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2094 if ( pSkillCount )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2095 {
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2096 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPriceSkill);// : %lu
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2097 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3);
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2098 v91 = (149 - all_text_height) / pSkillCount;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2099 if ( (149 - all_text_height) / pSkillCount > 32 )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2100 v91 = 32;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2101 v54 = (149 - pSkillCount * v91 - all_text_height) / 2 - v91 / 2 + 162;
1920
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2102 for ( int i = pDialogueWindow->pStartingPosActiveItem;
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2103 i < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton; i++ )
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2104 {
1920
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2105 pButton = pDialogueWindow->GetControl(i);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2106 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pButton->msg_param - 36]
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2107 || pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2108 {
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2109 pButton->uW = 0;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2110 pButton->uHeight = 0;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2111 pButton->uY = 0;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2112 }
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2113 else
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2114 {
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2115 pButton->uY = v91 + v54;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2116 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0);
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2117 pButton->uHeight = pTextHeight;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2118 v54 = pTextHeight + pButton->uY - 1;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2119 pButton->uW = v54;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2120 pColorText = Color16(0xFFu, 0xFFu, 0x9Bu);
1920
05b433b8cb37 GuildDialog fix and cleared
Ritor1
parents: 1919
diff changeset
2121 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2122 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2123 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pColorText, pSkillNames[pButton->msg_param - 36], 3);
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2124 }
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2125 }
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2126 return;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2127 }
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2128 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName,// %s %s -
1610
Ritor1
parents: 1609
diff changeset
2129 pClassNames[pPlayers[uActiveCharacter]->classType]);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2130 strcat(pTmpBuf.data(), "\n \n");
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2131 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]);// .
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2132 pTextHeight = (174 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 0, 0)) / 2 + 138;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2133 dialog_window.DrawTitleText(pFontArrus, 0, pTextHeight, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2134 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2135 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2136
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2137 case HOUSE_DIALOGUE_TAVERN_BUY_FOOD:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2138 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2139 if ( (double)pParty->uNumFoodRations >= p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2140 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2141 ShowStatusBarString(pGlobalTXT_LocalizationStrings[140], 2);// !
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2142 if ( uActiveCharacter )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2143 pPlayers[uActiveCharacter]->PlaySound(SPEECH_67, 0);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2144 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2145 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2146 }
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2147 if ( pParty->uNumGold >= pPriceFood )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2148 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2149 Party::TakeGold(pPriceFood);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2150 pParty->uNumFoodRations = (signed __int64)p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2151 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_Greeting_2);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2152 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2153 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2154 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2155 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2); // "You don't have enough gold"
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2156 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_Goodbye);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2157 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2158 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2159 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2160
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2161 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_MAIN:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2162 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
2163 if ( HouseUI_CheckIfPlayerCanInteract() )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2164 {
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2165 pOptionsCount = 2;
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
2166 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[620]);//
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
2167 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[622]);//
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2168 if ( pParty->HasItem(651) )//651 - Items.txt
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2169 {
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
2170 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[621]);//
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2171 pOptionsCount = 3;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2172 }
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2173 for ( i = 0; i < pOptionsCount; ++i )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2174 all_text_height = pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2175 all_text_height = (174 - all_text_height) / pOptionsCount;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2176
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2177 v54 = (174 - pOptionsCount * (174 - all_text_height) / pOptionsCount - all_text_height) / 2 - (174 - all_text_height) / pOptionsCount / 2 + 138;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2178 pNumString = 0;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2179 for ( pItemNum = pDialogueWindow->pStartingPosActiveItem;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2180 pItemNum < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem ; pItemNum++ )
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2181 {
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2182 pButton = pDialogueWindow->GetControl(pItemNum);
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2183 pButton->uY = all_text_height + v54;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2184 pTextHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2185 pButton->uHeight = pTextHeight;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2186 v54 = pButton->uY + pTextHeight - 1;
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2187 pButton->uW = v54;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2188 pColorText = Color16(0xFFu, 0xFFu, 0x9Bu);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2189 if ( pDialogueWindow->pCurrentPosActiveItem != pItemNum )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2190 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1630
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2191 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pColorText, (const char *)pShopOptions[pNumString], 3);
ee4a65ac9d21 TavernDialog cleared
Ritor1
parents: 1629
diff changeset
2192 ++pNumString;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2193 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2194 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2195 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2196 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2197 default:
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2198 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2199 break;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2200 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2201 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2202 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2203
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2204 //----- (004B705E) --------------------------------------------------------
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2205 void TempleDialog()
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2206 {
1622
Ritor1
parents: 1612
diff changeset
2207 int pPrice; // edi@1
Ritor1
parents: 1612
diff changeset
2208 int pTextHeight; // eax@11
Ritor1
parents: 1612
diff changeset
2209 unsigned __int16 pTextColor; // ax@21
Ritor1
parents: 1612
diff changeset
2210 DDM_DLV_Header *v26; // edi@29
Ritor1
parents: 1612
diff changeset
2211 unsigned int v30; // edx@36
Ritor1
parents: 1612
diff changeset
2212 int v35; // edi@50
Ritor1
parents: 1612
diff changeset
2213 GUIButton *pButton; // edi@64
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
2214 // int v47; // edi@71
1622
Ritor1
parents: 1612
diff changeset
2215 GUIWindow tample_window; // [sp+13Ch] [bp-88h]@1
Ritor1
parents: 1612
diff changeset
2216 unsigned __int8 index; // [sp+1B7h] [bp-Dh]@64
Ritor1
parents: 1612
diff changeset
2217 int v64; // [sp+1B8h] [bp-Ch]@6
Ritor1
parents: 1612
diff changeset
2218 unsigned int pCurrentItem; // [sp+1BCh] [bp-8h]@6
Ritor1
parents: 1612
diff changeset
2219 int all_text_height; // [sp+1C0h] [bp-4h]@6
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2220
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2221 memcpy(&tample_window, window_SpeakInHouse, sizeof(tample_window));
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2222 tample_window.uFrameX = 483;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2223 tample_window.uFrameWidth = 148;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2224 tample_window.uFrameZ = 334;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2225 pPrice = pPlayers[uActiveCharacter]->GetTempleHealCostModifier(p2DEvents[window_SpeakInHouse->par1C - 1].fPriceMultiplier);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2226 if ( dialog_menu_id == HOUSE_DIALOGUE_MAIN )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2227 {
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2228 index = 1;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2229 pButton = pDialogueWindow->GetControl(pDialogueWindow->pStartingPosActiveItem);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2230 pButton->uHeight = 0;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2231 pButton->uY = 0;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2232 if ( pPlayers[uActiveCharacter]->IsPlayerHealableByTemple() )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2233 {
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2234 sprintfex(pTmpBuf.data(), "%s %d %s", pGlobalTXT_LocalizationStrings[104], pPrice, pGlobalTXT_LocalizationStrings[97]);//"" ""
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2235 pShopOptions[0] = pTmpBuf.data();
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2236 index = 0;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2237 }
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
2238 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[68]);//""
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
2239 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[160]);//" "
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2240 all_text_height = 0;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2241 if ( index < pDialogueWindow->pNumPresenceButton )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2242 {
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2243 uint i = index;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2244 for ( uint j = index; j < pDialogueWindow->pNumPresenceButton; ++j )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2245 {
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2246 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[1 * i], &tample_window, 0, 0);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2247 i++;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2248 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2249 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2250 v64 = (174 - (signed int)all_text_height) / (pDialogueWindow->pNumPresenceButton - index);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2251 if ( v64 > 32 )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2252 v64 = 32;
1622
Ritor1
parents: 1612
diff changeset
2253 all_text_height = (174 - v64 * (pDialogueWindow->pNumPresenceButton - index) - (signed int)all_text_height) / 2 - v64 / 2 + 138;
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2254 if ( index + pDialogueWindow->pStartingPosActiveItem < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2255 {
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2256 uint i = index;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2257 for ( pCurrentItem = index + pDialogueWindow->pStartingPosActiveItem;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2258 (signed int)pCurrentItem < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++pCurrentItem )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2259 {
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2260 pButton = pDialogueWindow->GetControl(pCurrentItem);
1622
Ritor1
parents: 1612
diff changeset
2261 pButton->uY = v64 + all_text_height;
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2262 pTextHeight = pFontArrus->CalcTextHeight(pShopOptions[1 * i], &tample_window, 0, 0);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2263 pButton->uHeight = pTextHeight;
1622
Ritor1
parents: 1612
diff changeset
2264 pButton->uW = pButton->uY + pTextHeight - 1;
Ritor1
parents: 1612
diff changeset
2265 all_text_height = pButton->uW;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2266 pTextColor = Color16(0xFFu, 0xFFu, 0x9Bu);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2267 if ( pDialogueWindow->pCurrentPosActiveItem != index + 2 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2268 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu);
1622
Ritor1
parents: 1612
diff changeset
2269 tample_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pShopOptions[1 * i], 3);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2270 i++;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2271 index++;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2272 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2273 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2274 return;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2275 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2276 //-------------------------------------------------
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2277 if ( dialog_menu_id == HOUSE_DIALOGUE_TEMPLE_HEAL )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2278 {
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2279 if ( !pPlayers[uActiveCharacter]->IsPlayerHealableByTemple() )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2280 return;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2281 if ( pParty->uNumGold < pPrice )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2282 {
1622
Ritor1
parents: 1612
diff changeset
2283 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);//" "
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2284 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
1622
Ritor1
parents: 1612
diff changeset
2285 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2286 return;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2287 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2288 Party::TakeGold(pPrice);
2057
b7485a6502f2 AgressorAtackInfo
Ritor1
parents: 2022
diff changeset
2289 v35 = LODWORD(pPlayers[uActiveCharacter]->pConditions[Condition_Zombie]);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2290 memset(pPlayers[uActiveCharacter], 0, 0xA0u);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2291 pPlayers[uActiveCharacter]->sHealth = pPlayers[uActiveCharacter]->GetMaxHealth();
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2292 pPlayers[uActiveCharacter]->sMana = pPlayers[uActiveCharacter]->GetMaxMana();
1622
Ritor1
parents: 1612
diff changeset
2293 if ( (signed int)window_SpeakInHouse->ptr_1C != 78 && ((signed int)window_SpeakInHouse->ptr_1C <= 80 || (signed int)window_SpeakInHouse->ptr_1C > 82) )
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2294 {
2185
385040580292 CastSpell continue
Ritor1
parents: 2153
diff changeset
2295 if ( (unsigned int)pPlayers[uActiveCharacter]->pConditions[Condition_Zombie] | v35 )//
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2296 {
1622
Ritor1
parents: 1612
diff changeset
2297 pPlayers[uActiveCharacter]->uCurrentFace = pPlayers[uActiveCharacter]->uPrevFace;
Ritor1
parents: 1612
diff changeset
2298 pPlayers[uActiveCharacter]->uVoiceID = pPlayers[uActiveCharacter]->uPrevVoiceID;
Ritor1
parents: 1612
diff changeset
2299 ReloadPlayerPortraits(uActiveCharacter - 1, pPlayers[uActiveCharacter]->uPrevFace);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2300 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2301 pAudioPlayer->PlaySound((SoundID)(SOUND_GoldReceived|0x2), -1, 0, -1, 0, 0, 0, 0);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2302 pPlayers[uActiveCharacter]->PlaySound(SPEECH_82, 0);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2303 pOtherOverlayList->_4418B1(20, uActiveCharacter + 99, 0, 65536);
1622
Ritor1
parents: 1612
diff changeset
2304 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2305 return;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2306 }
2057
b7485a6502f2 AgressorAtackInfo
Ritor1
parents: 2022
diff changeset
2307 if ( (unsigned int)pPlayers[uActiveCharacter]->pConditions[Condition_Zombie] | v35 )
b7485a6502f2 AgressorAtackInfo
Ritor1
parents: 2022
diff changeset
2308 LODWORD(pPlayers[uActiveCharacter]->pConditions[Condition_Zombie]) = v35;
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2309 else
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2310 {
2057
b7485a6502f2 AgressorAtackInfo
Ritor1
parents: 2022
diff changeset
2311 if ( !pPlayers[uActiveCharacter]->pConditions[Condition_Eradicated]
b7485a6502f2 AgressorAtackInfo
Ritor1
parents: 2022
diff changeset
2312 && !pPlayers[uActiveCharacter]->pConditions[Condition_Pertified] && !pPlayers[uActiveCharacter]->pConditions[Condition_Dead] )
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2313 {
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2314 pAudioPlayer->PlaySound((SoundID)(SOUND_GoldReceived|0x2), -1, 0, -1, 0, 0, 0, 0);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2315 pPlayers[uActiveCharacter]->PlaySound(SPEECH_82, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2316 pOtherOverlayList->_4418B1(20, uActiveCharacter + 99, 0, 65536);
1622
Ritor1
parents: 1612
diff changeset
2317 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2318 return;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2319 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2320 pPlayers[uActiveCharacter]->uPrevFace = pPlayers[uActiveCharacter]->uCurrentFace;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2321 pPlayers[uActiveCharacter]->uPrevVoiceID = pPlayers[uActiveCharacter]->uVoiceID;
2185
385040580292 CastSpell continue
Ritor1
parents: 2153
diff changeset
2322 pPlayers[uActiveCharacter]->SetCondition(Condition_Zombie, 1);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2323 pPlayers[uActiveCharacter]->uVoiceID = (pPlayers[uActiveCharacter]->GetSexByVoice() != 0) + 23;
1622
Ritor1
parents: 1612
diff changeset
2324 pPlayers[uActiveCharacter]->uCurrentFace = (pPlayers[uActiveCharacter]->GetSexByVoice() != 0) + 23;
Ritor1
parents: 1612
diff changeset
2325 ReloadPlayerPortraits(uActiveCharacter - 1, (pPlayers[uActiveCharacter]->GetSexByVoice() != 0) + 23);
2185
385040580292 CastSpell continue
Ritor1
parents: 2153
diff changeset
2326 pPlayers[uActiveCharacter]->pConditions[Condition_Zombie] = pParty->uTimePlayed;
1622
Ritor1
parents: 1612
diff changeset
2327 //v39 = (GUIWindow *)HIDWORD(pParty->uTimePlayed);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2328 }
2057
b7485a6502f2 AgressorAtackInfo
Ritor1
parents: 2022
diff changeset
2329 //HIDWORD(pPlayers[uActiveCharacter]->pConditions[Condition_Zombie]) = (int)v39;
2185
385040580292 CastSpell continue
Ritor1
parents: 2153
diff changeset
2330 pPlayers[uActiveCharacter]->pConditions[Condition_Zombie] = pParty->uTimePlayed;
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2331 pAudioPlayer->PlaySound((SoundID)(SOUND_GoldReceived|0x2), -1, 0, -1, 0, 0, 0, 0);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2332 pPlayers[uActiveCharacter]->PlaySound(SPEECH_82, 0);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2333 pOtherOverlayList->_4418B1(20, uActiveCharacter + 99, 0, 65536);
1622
Ritor1
parents: 1612
diff changeset
2334 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2335 return;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2336 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2337 //---------------------------------------------------
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2338 if ( dialog_menu_id == HOUSE_DIALOGUE_TEMPLE_DONATE )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2339 {
1622
Ritor1
parents: 1612
diff changeset
2340 pPrice = p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier;
Ritor1
parents: 1612
diff changeset
2341 if ( pParty->uNumGold >= (unsigned int)pPrice )
Ritor1
parents: 1612
diff changeset
2342 {
Ritor1
parents: 1612
diff changeset
2343 Party::TakeGold((unsigned int)pPrice);
Ritor1
parents: 1612
diff changeset
2344 v26 = &pOutdoor->ddm;
Ritor1
parents: 1612
diff changeset
2345 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor )
Ritor1
parents: 1612
diff changeset
2346 v26 = &pIndoor->dlv;
Ritor1
parents: 1612
diff changeset
2347 if ( v26->uReputation > -5 )
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2348 {
1622
Ritor1
parents: 1612
diff changeset
2349 v26->uReputation = v26->uReputation - 1;
Ritor1
parents: 1612
diff changeset
2350 if ( v26->uReputation - 1 < -5 )
Ritor1
parents: 1612
diff changeset
2351 v26->uReputation = -5;
Ritor1
parents: 1612
diff changeset
2352 }
Ritor1
parents: 1612
diff changeset
2353 if ( (unsigned __int8)byte_F8B1EF[uActiveCharacter] == pParty->uDaysPlayed % 7 )
Ritor1
parents: 1612
diff changeset
2354 {
Ritor1
parents: 1612
diff changeset
2355 if ( v26->uReputation <= -5 )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2356 {
1622
Ritor1
parents: 1612
diff changeset
2357 v30 = pParty->uDaysPlayed % 7 + 1;
Ritor1
parents: 1612
diff changeset
2358 LOBYTE(v30) = v30 | 0x80;
Ritor1
parents: 1612
diff changeset
2359 _42777D_CastSpell_UseWand_ShootArrow(SPELL_AIR_WIZARD_EYE, uActiveCharacter - 1, v30, 48, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2360 }
1622
Ritor1
parents: 1612
diff changeset
2361 if ( v26->uReputation <= -10 )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2362 {
1622
Ritor1
parents: 1612
diff changeset
2363 v30 = pParty->uDaysPlayed % 7 + 1;
Ritor1
parents: 1612
diff changeset
2364 LOBYTE(v30) = v30 | 0x80;
Ritor1
parents: 1612
diff changeset
2365 _42777D_CastSpell_UseWand_ShootArrow(SPELL_SPIRIT_PRESERVATION, uActiveCharacter - 1, v30, 48, 0);
Ritor1
parents: 1612
diff changeset
2366 }
Ritor1
parents: 1612
diff changeset
2367 if ( v26->uReputation <= -15 )
Ritor1
parents: 1612
diff changeset
2368 {
Ritor1
parents: 1612
diff changeset
2369 v30 = pParty->uDaysPlayed % 7 + 1;
Ritor1
parents: 1612
diff changeset
2370 LOBYTE(v30) = v30 | 0x80;
Ritor1
parents: 1612
diff changeset
2371 _42777D_CastSpell_UseWand_ShootArrow(SPELL_BODY_PROTECTION_FROM_MAGIC, uActiveCharacter - 1, v30, 48, 0);
Ritor1
parents: 1612
diff changeset
2372 }
Ritor1
parents: 1612
diff changeset
2373 if ( v26->uReputation <= -20 )
Ritor1
parents: 1612
diff changeset
2374 {
Ritor1
parents: 1612
diff changeset
2375 v30 = pParty->uDaysPlayed % 7 + 1;
Ritor1
parents: 1612
diff changeset
2376 LOBYTE(v30) = v30 | 0x80;
Ritor1
parents: 1612
diff changeset
2377 _42777D_CastSpell_UseWand_ShootArrow(SPELL_LIGHT_HOUR_OF_POWER, uActiveCharacter - 1, v30, 48, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2378 }
1622
Ritor1
parents: 1612
diff changeset
2379 if ( v26->uReputation <= -25 )
Ritor1
parents: 1612
diff changeset
2380 {
Ritor1
parents: 1612
diff changeset
2381 v30 = pParty->uDaysPlayed % 7 + 1;
Ritor1
parents: 1612
diff changeset
2382 LOBYTE(v30) = v30 | 0x80;
Ritor1
parents: 1612
diff changeset
2383 _42777D_CastSpell_UseWand_ShootArrow(SPELL_LIGHT_DAY_OF_PROTECTION, uActiveCharacter - 1, v30, 48, 0);
Ritor1
parents: 1612
diff changeset
2384 }
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2385 }
1622
Ritor1
parents: 1612
diff changeset
2386 ++byte_F8B1EF[uActiveCharacter];
Ritor1
parents: 1612
diff changeset
2387 pPlayers[uActiveCharacter]->PlaySound(SPEECH_83, 0);
Ritor1
parents: 1612
diff changeset
2388 ShowStatusBarString(pGlobalTXT_LocalizationStrings[527], 2); // "Thank You!"
Ritor1
parents: 1612
diff changeset
2389 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2390 return;
1622
Ritor1
parents: 1612
diff changeset
2391 }
Ritor1
parents: 1612
diff changeset
2392 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);//" "
Ritor1
parents: 1612
diff changeset
2393 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
Ritor1
parents: 1612
diff changeset
2394 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
Ritor1
parents: 1612
diff changeset
2395 return;
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2396 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2397 //------------------------------------------------
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2398 if ( dialog_menu_id == HOUSE_DIALOGUE_LEARN_SKILLS )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2399 {
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2400 if ( HouseUI_CheckIfPlayerCanInteract() )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2401 {
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2402 all_text_height = 0;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2403 pCurrentItem = (signed __int64)(p2DEvents[(signed int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2404 v64 = (signed int)(pCurrentItem * (100 - pPlayers[uActiveCharacter]->GetMerchant())) / 100;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2405 if ( v64 < (signed int)pCurrentItem / 3 )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2406 v64 = (signed int)pCurrentItem / 3;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2407 pCurrentItem = 0;
1622
Ritor1
parents: 1612
diff changeset
2408 for ( int i = pDialogueWindow->pStartingPosActiveItem; i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2409 {
1622
Ritor1
parents: 1612
diff changeset
2410 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pDialogueWindow->GetControl(i)->msg_param - 36]
Ritor1
parents: 1612
diff changeset
2411 && !pPlayers[uActiveCharacter]->pActiveSkills[pDialogueWindow->GetControl(i)->msg_param - 36] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2412 {
1622
Ritor1
parents: 1612
diff changeset
2413 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[pDialogueWindow->GetControl(i)->msg_param - 36], &tample_window, 0, 0);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2414 ++pCurrentItem;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2415 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2416 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2417 if ( pCurrentItem )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2418 {
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2419 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], v64);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2420 tample_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3);
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2421 v64 = (149 - (signed int)all_text_height) / (signed int)pCurrentItem;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2422 if ( v64 > 32 )
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2423 v64 = 32;
1622
Ritor1
parents: 1612
diff changeset
2424 all_text_height = (signed int)(149 - pCurrentItem * v64 - (int)all_text_height) / 2 - v64 / 2 + 162;
Ritor1
parents: 1612
diff changeset
2425 if ( pDialogueWindow->pStartingPosActiveItem < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton )
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2426 {
1622
Ritor1
parents: 1612
diff changeset
2427 pCurrentItem = 2;
Ritor1
parents: 1612
diff changeset
2428 for ( int i = pDialogueWindow->pStartingPosActiveItem;
Ritor1
parents: 1612
diff changeset
2429 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2430 {
1622
Ritor1
parents: 1612
diff changeset
2431 pButton = pDialogueWindow->GetControl(i);
Ritor1
parents: 1612
diff changeset
2432 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pButton->msg_param - 36]
Ritor1
parents: 1612
diff changeset
2433 || pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2434 {
1622
Ritor1
parents: 1612
diff changeset
2435 pButton->uW = 0;
Ritor1
parents: 1612
diff changeset
2436 pButton->uHeight = 0;
Ritor1
parents: 1612
diff changeset
2437 pButton->uY = 0;
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2438 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2439 else
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2440 {
1622
Ritor1
parents: 1612
diff changeset
2441 pButton->uY = v64 + all_text_height;
Ritor1
parents: 1612
diff changeset
2442 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &tample_window, 0, 0);
Ritor1
parents: 1612
diff changeset
2443 pButton->uHeight = pTextHeight;
Ritor1
parents: 1612
diff changeset
2444 pButton->uW = pButton->uY + pTextHeight - 1;
Ritor1
parents: 1612
diff changeset
2445 all_text_height = pButton->uW;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2446 pTextColor = Color16(0xFFu, 0xFFu, 0x9Bu);
1622
Ritor1
parents: 1612
diff changeset
2447 if ( pDialogueWindow->pCurrentPosActiveItem != pCurrentItem )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2448 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu);
1622
Ritor1
parents: 1612
diff changeset
2449 tample_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pSkillNames[pButton->msg_param - 36], 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2450 }
1622
Ritor1
parents: 1612
diff changeset
2451 pCurrentItem++;
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2452 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2453 }
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2454 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2455 else
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2456 {
1624
15667a0ec5b9 TampleDialog() cleaning
Ritor1
parents: 1622
diff changeset
2457 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]);//" %s %s -"
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2458 strcat(pTmpBuf.data(), "\n \n");
1624
15667a0ec5b9 TampleDialog() cleaning
Ritor1
parents: 1622
diff changeset
2459 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]);//" ."
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2460 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf.data(), &tample_window, 0, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2461 tample_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2462 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2463 }
1612
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2464 }
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2465 return;
11f12a34b397 TampleDialog(cleaning continue)
Ritor1
parents: 1610
diff changeset
2466 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2467
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2468 //----- (004B4710) --------------------------------------------------------
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2469 void TrainingDialog()
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2470 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2471 unsigned __int64 v5; // edi@3
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2472 int v8; // edx@4
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2473 double v9; // st7@6
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2474 signed int v10; // esi@6
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2475 int pPrice; // ecx@6
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2476 signed int v14; // esi@14
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
2477 // int v16; // eax@16
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2478 int v19; // ecx@24
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2479 int v33; // eax@36
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2480 unsigned int v36; // eax@38
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2481 unsigned int v42; // eax@46
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2482 int index;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2483 int all_text_height; // eax@68
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2484 int v49; // ebx@69
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2485 GUIButton *pButton; // eax@71
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2486 int pTextHeight; // eax@71
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2487 unsigned __int16 pTextColor; // ax@71
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2488 GUIWindow training_dialog_window; // [sp+Ch] [bp-78h]@1
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2489 int v69; // [sp+70h] [bp-14h]@6
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2490 int v73; // [sp+80h] [bp-4h]@14
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2491
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2492 memcpy(&training_dialog_window, window_SpeakInHouse, sizeof(training_dialog_window));
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2493 training_dialog_window.uFrameX = 483;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2494 training_dialog_window.uFrameWidth = 148;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2495 training_dialog_window.uFrameZ = 334;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2496 v5 = 1000ui64 * pPlayers[uActiveCharacter]->uLevel * (pPlayers[uActiveCharacter]->uLevel + 1) / 2; // E n = n(n + 1) / 2
1634
Ritor1
parents: 1630
diff changeset
2497 //v68 = pMaxLevelPerTrainingHallType[(unsigned int)window_SpeakInHouse->ptr_1C - HOUSE_TRAINING_HALL_EMERALD_ISLE];
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2498 if (pPlayers[uActiveCharacter]->uExperience >= v5)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2499 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2500 v8 = pPlayers[uActiveCharacter]->classType % 4 + 1;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2501 if ( v8 == 4 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2502 v8 = 3;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2503 v9 = (double)pPlayers[uActiveCharacter]->uLevel;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2504 v69 = v8;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2505 v10 = (signed __int64)(v9 * p2DEvents[(signed int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier * (double)v8);
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2506 pPrice = v10 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2507 if ( pPrice < v10 / 3 )
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2508 pPrice = v10 / 3;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2509 }
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2510 //-------------------------------------------------------
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2511 all_text_height = 0;
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
2512 if (HouseUI_CheckIfPlayerCanInteract())
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2513 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2514 if ( dialog_menu_id == HOUSE_DIALOGUE_MAIN )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2515 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2516 if (HouseUI_CheckIfPlayerCanInteract())
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2517 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2518 index = 0;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2519 pShopOptions[0] = pTmpBuf.data();
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
2520 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[160]);// "Learn Skills"
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2521 if ( pDialogueWindow->pStartingPosActiveItem < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2522 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2523 for ( int i = pDialogueWindow->pStartingPosActiveItem;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2524 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2525 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2526 if ( pDialogueWindow->GetControl(i)->msg_param == HOUSE_DIALOGUE_TRAININGHALL_TRAIN )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2527 {
1634
Ritor1
parents: 1630
diff changeset
2528 if (pPlayers[uActiveCharacter]->uLevel >= pMaxLevelPerTrainingHallType[(unsigned int)window_SpeakInHouse->ptr_1C - HOUSE_TRAINING_HALL_EMERALD_ISLE])
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2529 sprintfex(pShopOptions[index], "%s\n \n%s", pGlobalTXT_LocalizationStrings[536], pGlobalTXT_LocalizationStrings[529]); //"With your skills, you should be working here as a teacher." "Sorry, but we are unable to train you."
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2530 else
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2531 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2532 if (pPlayers[uActiveCharacter]->uExperience < v5)
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2533 sprintfex(pShopOptions[index], pGlobalTXT_LocalizationStrings[538], (uint)(v5 - pPlayers[uActiveCharacter]->uExperience), pPlayers[uActiveCharacter]->uLevel + 1); // "You need %d more experience to train to level %d"
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2534 else
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2535 sprintfex(pShopOptions[index], pGlobalTXT_LocalizationStrings[537], pPlayers[uActiveCharacter]->uLevel + 1, pPrice); // "Train to level %d for %d gold"
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2536 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2537 }
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2538 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[index], &training_dialog_window, 0, 0);
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2539 ++index;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2540 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2541 }
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2542 v49 = (2 * (87 - (174 - all_text_height) / 2) - all_text_height) / 2 - (174 - all_text_height) / 2 / 2 + 138;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2543 if (pDialogueWindow->pStartingPosActiveItem < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton)
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2544 {
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2545 index = 0;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2546 for ( int i = pDialogueWindow->pStartingPosActiveItem;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2547 i < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton; ++i )
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2548 {
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2549 pButton = pDialogueWindow->GetControl(i);
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2550 pButton->uY = (174 - all_text_height) / 2 + v49;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2551 pTextHeight = pFontArrus->CalcTextHeight(pShopOptions[index], &training_dialog_window, 0, 0);
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2552 pButton->uHeight = pTextHeight;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2553 pButton->uW = pTextHeight + pButton->uY - 1;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2554 v49 = pButton->uW;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2555 pTextColor = Color16(0xE1u, 0xCDu, 0x23u);
1634
Ritor1
parents: 1630
diff changeset
2556 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2557 pTextColor = Color16(255, 255, 255);
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2558 training_dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pShopOptions[index], 3);
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2559 ++index;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2560 }
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2561 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2562 }
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2563 }
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2564 //------------------------------------------------------------------
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2565 if ( dialog_menu_id == HOUSE_DIALOGUE_TRAININGHALL_TRAIN )
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2566 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
2567 if ( !HouseUI_CheckIfPlayerCanInteract() )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2568 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2569 v33 = pFontArrus->CalcTextHeight(pNPCTopics[122].pText, &training_dialog_window, 0, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2570 training_dialog_window.DrawTitleText(pFontArrus, 0, (212 - v33) / 2 + 101, Color16(0xE1u, 0xCDu, 0x23u), pNPCTopics[122].pText, 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2571 pDialogueWindow->pNumPresenceButton = 0;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2572 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2573 }
1634
Ritor1
parents: 1630
diff changeset
2574 if ( pPlayers[uActiveCharacter]->uLevel < pMaxLevelPerTrainingHallType[(unsigned int)window_SpeakInHouse->ptr_1C - HOUSE_TRAINING_HALL_EMERALD_ISLE] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2575 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2576 if ( (signed __int64)pPlayers[uActiveCharacter]->uExperience >= v5 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2577 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2578 if ( pParty->uNumGold >= pPrice)
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2579 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2580 Party::TakeGold(pPrice);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2581 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2582 ++pPlayers[uActiveCharacter]->uLevel;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2583 pPlayers[uActiveCharacter]->uSkillPoints += pPlayers[uActiveCharacter]->uLevel / 10 + 5;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2584 pPlayers[uActiveCharacter]->sHealth = pPlayers[uActiveCharacter]->GetMaxHealth();
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2585 pPlayers[uActiveCharacter]->sMana = pPlayers[uActiveCharacter]->GetMaxMana();
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2586 uint max_level_in_party = player_levels[0];
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2587 for (uint _it = 1; _it < 4; ++_it)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2588 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2589 if (player_levels[_it] > max_level_in_party)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2590 max_level_in_party = player_levels[_it];
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2591 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2592 ++player_levels[uActiveCharacter - 1];
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2593 if (player_levels[uActiveCharacter - 1] > max_level_in_party) // if we reach new maximum party level
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2594 // feature is broken thou, since this array is always zeroed in EnterHouse
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2595 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2596 v42 = 60 * (_494820_training_time(pParty->uCurrentHour) + 4) - pParty->uCurrentMinute;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2597 if ((unsigned int)window_SpeakInHouse->ptr_1C == HOUSE_TRAINING_HALL_94 ||
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2598 (unsigned int)window_SpeakInHouse->ptr_1C == HOUSE_TRAINING_HALL_95)
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2599 v42 += 720;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2600 RestAndHeal((signed int)(v42 + 10080));
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2601 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2602 pOutdoor->SetFog();
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2603 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2604 pPlayers[uActiveCharacter]->PlaySound(SPEECH_87, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2605 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[430], pPlayers[uActiveCharacter]->pName, pPlayers[uActiveCharacter]->uLevel, pPlayers[uActiveCharacter]->uLevel / 10 + 5);//
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2606 // "%s is now Level %lu and has earned %lu Skill Points!"
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2607 ShowStatusBarString(pTmpBuf.data(), 2);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2608 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2609 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2610 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2611 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);// "You don't have enough gold"
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2612 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)4);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2613 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2614 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2615 }
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2616 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[538], (unsigned int)(v5 - pPlayers[uActiveCharacter]->uExperience), pPlayers[uActiveCharacter]->uLevel + 1);//
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2617 // "You need %d more experience to train to level %d"
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2618 v36 = (212 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &training_dialog_window, 0, 0)) / 2 + 88;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2619 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2620 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2621 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2622 sprintf(pTmpBuf.data(), "%s\n \n%s", pGlobalTXT_LocalizationStrings[536], pGlobalTXT_LocalizationStrings[529]);//
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2623 // ""With your skills, you should be working here as a teacher.""
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2624 // ""Sorry, but we are unable to train you.""
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2625 v36 = (212 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &training_dialog_window, 0, 0)) / 2 + 101;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2626 }
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2627 training_dialog_window.DrawTitleText(pFontArrus, 0, v36, Color16(0xE1u, 0xCDu, 0x23u), pTmpBuf.data(), 3);
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2628 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)3);
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2629 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2630 return;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2631 }
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2632 }
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2633 //-------------------------------------------------------------
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2634 if ( dialog_menu_id == HOUSE_DIALOGUE_LEARN_SKILLS )
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2635 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1313
diff changeset
2636 if (HouseUI_CheckIfPlayerCanInteract())
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2637 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2638 v14 = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
1634
Ritor1
parents: 1630
diff changeset
2639 pPrice = v14 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
Ritor1
parents: 1630
diff changeset
2640 if ( pPrice < v14 / 3 )
Ritor1
parents: 1630
diff changeset
2641 pPrice = v14 / 3;
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2642 index = 0;
1634
Ritor1
parents: 1630
diff changeset
2643 for ( int i = pDialogueWindow->pStartingPosActiveItem;
Ritor1
parents: 1630
diff changeset
2644 (signed int)i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2645 {
1634
Ritor1
parents: 1630
diff changeset
2646 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pDialogueWindow->GetControl(i)->msg_param - 36]
Ritor1
parents: 1630
diff changeset
2647 && !pPlayers[uActiveCharacter]->pActiveSkills[pDialogueWindow->GetControl(i)->msg_param - 36] )
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2648 {
1634
Ritor1
parents: 1630
diff changeset
2649 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[pDialogueWindow->GetControl(i)->msg_param - 36], &training_dialog_window, 0, 0);
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2650 ++index;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2651 }
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2652 }
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2653 if ( index )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2654 {
1634
Ritor1
parents: 1630
diff changeset
2655 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice);// "Skill Cost: %lu"
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2656 training_dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3);
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2657 v73 = (signed int)(149 - all_text_height) / index;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2658 if ( v73 > 32 )
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2659 v73 = 32;
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2660 v19 = (signed int)(149 - index * v73 - all_text_height) / 2 - v73 / 2 + 162;
1634
Ritor1
parents: 1630
diff changeset
2661 for ( int i = pDialogueWindow->pStartingPosActiveItem;
Ritor1
parents: 1630
diff changeset
2662 (signed int)i < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2663 {
1634
Ritor1
parents: 1630
diff changeset
2664 pButton = pDialogueWindow->GetControl(i);
Ritor1
parents: 1630
diff changeset
2665 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pButton->msg_param - 36]
Ritor1
parents: 1630
diff changeset
2666 || pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2667 {
1634
Ritor1
parents: 1630
diff changeset
2668 pButton->uW = 0;
Ritor1
parents: 1630
diff changeset
2669 pButton->uHeight = 0;
Ritor1
parents: 1630
diff changeset
2670 pButton->uY = 0;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2671 }
1634
Ritor1
parents: 1630
diff changeset
2672 else
Ritor1
parents: 1630
diff changeset
2673 {
Ritor1
parents: 1630
diff changeset
2674 pButton->uY = v73 + v19;
Ritor1
parents: 1630
diff changeset
2675 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &training_dialog_window, 0, 0);
Ritor1
parents: 1630
diff changeset
2676 pButton->uHeight = pTextHeight;
Ritor1
parents: 1630
diff changeset
2677 pButton->uW = pButton->uY + pTextHeight - 1;
Ritor1
parents: 1630
diff changeset
2678 v19 = pButton->uY + pTextHeight - 1;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2679 pTextColor = Color16(0xE1u, 0xCDu, 0x23u);
1634
Ritor1
parents: 1630
diff changeset
2680 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2681 pTextColor = Color16(255, 255, 255);
1634
Ritor1
parents: 1630
diff changeset
2682 training_dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pSkillNames[pButton->msg_param - 36], 3);
Ritor1
parents: 1630
diff changeset
2683 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2684 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2685 }
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2686 else
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2687 {
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2688 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]);//
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2689 // "Seek knowledge elsewhere %s the %s"
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2690 strcat(pTmpBuf.data(), "\n \n");
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2691 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]);// "I can offer you nothing further."
1634
Ritor1
parents: 1630
diff changeset
2692 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf.data(), &training_dialog_window, 0, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2693 training_dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, Color16(0xE1u, 0xCDu, 0x23u), pTmpBuf.data(), 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2694 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2695 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2696 }
1625
2d374de0a364 TrainingDialog cleaning(continue)
Ritor1
parents: 1624
diff changeset
2697 return;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2698 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2699
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2700 //----- (004B6478) --------------------------------------------------------
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2701 void sub_4B6478()
1634
Ritor1
parents: 1630
diff changeset
2702 {
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2703 unsigned int v2; // eax@1
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2704 signed int v3; // esi@1
1634
Ritor1
parents: 1630
diff changeset
2705 int pPrice; // ebx@1
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2706 unsigned int v5; // esi@5
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2707 int v6; // edi@6
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
2708 // int result; // eax@13
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2709 int all_text_height; // eax@20
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
2710 // int v13; // eax@21
1634
Ritor1
parents: 1630
diff changeset
2711 GUIButton *pButton; // esi@27
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
2712 // unsigned int v16; // eax@28
1634
Ritor1
parents: 1630
diff changeset
2713 int pTextHeight; // eax@29
Ritor1
parents: 1630
diff changeset
2714 unsigned __int16 pTextColor; // ax@29
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2253
diff changeset
2715 // unsigned __int16 v22; // ST14_2@36
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2716 int v27; // [sp-4h] [bp-80h]@8
1634
Ritor1
parents: 1630
diff changeset
2717 GUIWindow dialog_window; // [sp+Ch] [bp-70h]@1
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2718 int v32; // [sp+6Ch] [bp-10h]@1
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2719 int index; // [sp+74h] [bp-8h]@17
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2720
1634
Ritor1
parents: 1630
diff changeset
2721 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
Ritor1
parents: 1630
diff changeset
2722 dialog_window.uFrameX = 483;
Ritor1
parents: 1630
diff changeset
2723 dialog_window.uFrameWidth = 148;
Ritor1
parents: 1630
diff changeset
2724 dialog_window.uFrameZ = 334;
Ritor1
parents: 1630
diff changeset
2725 v2 = 52 * (unsigned int)window_SpeakInHouse->ptr_1C;
Ritor1
parents: 1630
diff changeset
2726 v32 = (unsigned __int8)(((p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType != 18) - 1) & 0x96) + 100;
Ritor1
parents: 1630
diff changeset
2727 v3 = (signed __int64)((double)v32 * p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier);
Ritor1
parents: 1630
diff changeset
2728 pPrice = v3 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
Ritor1
parents: 1630
diff changeset
2729 if ( pPrice < v3 / 3 )
Ritor1
parents: 1630
diff changeset
2730 pPrice = v3 / 3;
Ritor1
parents: 1630
diff changeset
2731 if ( dialog_menu_id == HOUSE_DIALOGUE_MAIN)
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2732 {
1634
Ritor1
parents: 1630
diff changeset
2733 if ( !(unsigned __int16)_449B57_test_bit((unsigned __int8 *)pPlayers[uActiveCharacter]->_achieved_awards_bits, word_4F0754[2 * (unsigned int)window_SpeakInHouse->ptr_1C]) )
Ritor1
parents: 1630
diff changeset
2734 {
Ritor1
parents: 1630
diff changeset
2735 pTextHeight = pFontArrus->CalcTextHeight(pNPCTopics[171].pText, &dialog_window, 0, 0);//
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2736 dialog_window.DrawTitleText(pFontArrus, 0, (212 - pTextHeight) / 2 + 101, Color16(0xFFu, 0xFFu, 0x9Bu), pNPCTopics[171].pText, 3);
1634
Ritor1
parents: 1630
diff changeset
2737 pDialogueWindow->pNumPresenceButton = 0;
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2738 return;
1634
Ritor1
parents: 1630
diff changeset
2739 }
Ritor1
parents: 1630
diff changeset
2740 if ( !HouseUI_CheckIfPlayerCanInteract() )
Ritor1
parents: 1630
diff changeset
2741 return;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2742 all_text_height = 0;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2743 index = 0;
1634
Ritor1
parents: 1630
diff changeset
2744 for ( int i = pDialogueWindow->pStartingPosActiveItem;
Ritor1
parents: 1630
diff changeset
2745 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
Ritor1
parents: 1630
diff changeset
2746 {
Ritor1
parents: 1630
diff changeset
2747 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType / 3][pDialogueWindow->GetControl(i)->msg_param - 36]
Ritor1
parents: 1630
diff changeset
2748 && !pPlayers[uActiveCharacter]->pActiveSkills[pDialogueWindow->GetControl(i)->msg_param - 36] )
Ritor1
parents: 1630
diff changeset
2749 {
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2750 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[pDialogueWindow->GetControl(i)->msg_param - 36], &dialog_window, 0, 0);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2751 ++index;
1634
Ritor1
parents: 1630
diff changeset
2752 }
Ritor1
parents: 1630
diff changeset
2753 }
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2754 if ( !index )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2755 {
1634
Ritor1
parents: 1630
diff changeset
2756 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]);
Ritor1
parents: 1630
diff changeset
2757 strcat(pTmpBuf.data(), "\n \n");
Ritor1
parents: 1630
diff changeset
2758 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]);// .
Ritor1
parents: 1630
diff changeset
2759 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 0, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2760 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3);
1634
Ritor1
parents: 1630
diff changeset
2761 return;
Ritor1
parents: 1630
diff changeset
2762 }
Ritor1
parents: 1630
diff changeset
2763 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice);// : %lu
Ritor1
parents: 1630
diff changeset
2764 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3);
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2765 v32 = (149 - all_text_height) / index;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2766 if ( v32 > 32 )
1634
Ritor1
parents: 1630
diff changeset
2767 v32 = 32;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2768 index = (149 - index * v32 - all_text_height) / 2 - v32 / 2 + 162;
1634
Ritor1
parents: 1630
diff changeset
2769 if ( pDialogueWindow->pStartingPosActiveItem < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton )
Ritor1
parents: 1630
diff changeset
2770 {
Ritor1
parents: 1630
diff changeset
2771 for ( int i = pDialogueWindow->pStartingPosActiveItem;
Ritor1
parents: 1630
diff changeset
2772 i <pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2773 {
1634
Ritor1
parents: 1630
diff changeset
2774 pButton = pDialogueWindow->GetControl(i);
Ritor1
parents: 1630
diff changeset
2775 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType / 3][pButton->msg_param - 36] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2776 {
1634
Ritor1
parents: 1630
diff changeset
2777 if ( !pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] )
Ritor1
parents: 1630
diff changeset
2778 {
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2779 pButton->uY = v32 + index;
1634
Ritor1
parents: 1630
diff changeset
2780 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0);
Ritor1
parents: 1630
diff changeset
2781 pButton->uHeight = pTextHeight;
Ritor1
parents: 1630
diff changeset
2782 pButton->uW = pButton->uY + pTextHeight - 1;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2783 index = pButton->uY + pTextHeight - 1;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2784 pTextColor = Color16(0xFFu, 0xFFu, 0x9Bu);
1634
Ritor1
parents: 1630
diff changeset
2785 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2786 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu);
1634
Ritor1
parents: 1630
diff changeset
2787 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pSkillNames[pButton->msg_param - 36], 3);
Ritor1
parents: 1630
diff changeset
2788 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2789 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2790 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2791 {
1634
Ritor1
parents: 1630
diff changeset
2792 pButton->uW = 0;
Ritor1
parents: 1630
diff changeset
2793 pButton->uHeight = 0;
Ritor1
parents: 1630
diff changeset
2794 pButton->uY = 0;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2795 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2796 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2797 }
1634
Ritor1
parents: 1630
diff changeset
2798 return;
Ritor1
parents: 1630
diff changeset
2799 }
Ritor1
parents: 1630
diff changeset
2800
Ritor1
parents: 1630
diff changeset
2801 if ( HouseUI_CheckIfPlayerCanInteract() )
Ritor1
parents: 1630
diff changeset
2802 {
Ritor1
parents: 1630
diff changeset
2803 v5 = 0;
Ritor1
parents: 1630
diff changeset
2804 __debugbreak();
Ritor1
parents: 1630
diff changeset
2805 //pSkillAvailabilityPerClass[8 + v58->uClass][4 + v23]
Ritor1
parents: 1630
diff changeset
2806 // or
Ritor1
parents: 1630
diff changeset
2807 //byte_4ED970_skill_learn_ability_by_class_table[v58->uClass][v23 - 36]
Ritor1
parents: 1630
diff changeset
2808 // or
Ritor1
parents: 1630
diff changeset
2809 //byte_4ED970_skill_learn_ability_by_class_table[v58->uClass - 1][v23 + 1]
Ritor1
parents: 1630
diff changeset
2810 __debugbreak(); // whacky condition - fix
Ritor1
parents: 1630
diff changeset
2811 if (false
Ritor1
parents: 1630
diff changeset
2812 //if ( !*(&byte_4ED94C[37 * v1->uClass / 3] + dword_F8B19C)
Ritor1
parents: 1630
diff changeset
2813 || (v6 = (int)(&pPlayers[uActiveCharacter]->uIntelligence + dialog_menu_id), *(short *)v6) )
Ritor1
parents: 1630
diff changeset
2814 {
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1748
diff changeset
2815 pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0);
1634
Ritor1
parents: 1630
diff changeset
2816 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2817 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2818 {
1634
Ritor1
parents: 1630
diff changeset
2819 if ( pParty->uNumGold < pPrice )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2820 {
1634
Ritor1
parents: 1630
diff changeset
2821 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);//
Ritor1
parents: 1630
diff changeset
2822 v27 = 4;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2823 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2824 else
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2825 {
1634
Ritor1
parents: 1630
diff changeset
2826 Party::TakeGold(pPrice);
Ritor1
parents: 1630
diff changeset
2827 *(short *)v6 = 1;
Ritor1
parents: 1630
diff changeset
2828 v27 = 2;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2829 }
1634
Ritor1
parents: 1630
diff changeset
2830 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)v27);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2831 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2832 }
1634
Ritor1
parents: 1630
diff changeset
2833 else
Ritor1
parents: 1630
diff changeset
2834 {
Ritor1
parents: 1630
diff changeset
2835 v5 = 0;
Ritor1
parents: 1630
diff changeset
2836 }
Ritor1
parents: 1630
diff changeset
2837 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, v5);
Ritor1
parents: 1630
diff changeset
2838 return; // void func
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2839 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2840
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2841 //----- (004B2A74) --------------------------------------------------------
1634
Ritor1
parents: 1630
diff changeset
2842 void SimpleHouseDialog()
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2843 {
1580
Ritor1
parents: 1573
diff changeset
2844 NPCData *pNPC; // esi@6
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2845 char *v15; // esi@14
1580
Ritor1
parents: 1573
diff changeset
2846 GUIButton *pButton; // eax@15
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2847 char *v29; // esi@42
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2848 int v31; // ST1C_4@42
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2849 int index; // esi@51
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2850 int v36;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2851 signed int all_text_height; // ecx@54
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2852 int v40; // edi@57
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2853 unsigned __int16 pTextColor; // ax@60
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2854 GUIFont *pTextFont; // ebx@64
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2855 int pTextHeight;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2856 GUIWindow w; // [sp+Ch] [bp-110h]@64
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2857 GUIWindow right_panel_window; // [sp+60h] [bp-BCh]@13
1580
Ritor1
parents: 1573
diff changeset
2858 GUIWindow house_window; // [sp+B4h] [bp-68h]@1
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2859 char *pInString; // [sp+114h] [bp-8h]@12
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2860
1580
Ritor1
parents: 1573
diff changeset
2861 memcpy(&house_window, pDialogueWindow, sizeof(house_window));
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2862 if ( pDialogueNPCCount == uNumDialogueNPCPortraits && uHouse_ExitPic )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2863 {
1580
Ritor1
parents: 1573
diff changeset
2864 house_window.uFrameX = 493;
Ritor1
parents: 1573
diff changeset
2865 house_window.uFrameWidth = 126;
Ritor1
parents: 1573
diff changeset
2866 house_window.uFrameZ = 366;
Ritor1
parents: 1573
diff changeset
2867 house_window.DrawTitleText(pFontCreate, 0, 2, 0, pMapStats->pInfos[uHouse_ExitPic].pName, 3);
Ritor1
parents: 1573
diff changeset
2868 house_window.uFrameX = 483;
Ritor1
parents: 1573
diff changeset
2869 house_window.uFrameWidth = 148;
Ritor1
parents: 1573
diff changeset
2870 house_window.uFrameZ = 334;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2871 if ( !pTransitionStrings[uHouse_ExitPic] )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2872 {
1580
Ritor1
parents: 1573
diff changeset
2873 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[411], pMapStats->pInfos[uHouse_ExitPic].pName);// ^Pv[%s]
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2874 house_window.DrawTitleText(pFontCreate, 0, (212 - pFontCreate->CalcTextHeight(pTmpBuf.data(), &house_window, 0, 0)) / 2 + 101, 0, pTmpBuf.data(), 3);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2875 return;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2876 }
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2877 house_window.DrawTitleText(pFontCreate, 0,
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2878 (212 - pFontCreate->CalcTextHeight(pTransitionStrings[uHouse_ExitPic], &house_window, 0, 0)) / 2 + 101, 0, pTransitionStrings[uHouse_ExitPic], 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2879 return;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2880 }
1580
Ritor1
parents: 1573
diff changeset
2881 house_window.uFrameWidth -= 10;
Ritor1
parents: 1573
diff changeset
2882 house_window.uFrameZ -= 10;
Ritor1
parents: 1573
diff changeset
2883 pNPC = HouseNPCData[(unsigned int)((char *)pDialogueNPCCount + -(dword_591080 != 0) )];//- 1
Ritor1
parents: 1573
diff changeset
2884 if ( pNPC->uProfession )
Ritor1
parents: 1573
diff changeset
2885 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[429], pNPC->pName, aNPCProfessionNames[pNPC->uProfession]);//^Pi[%s] %s
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2886 else
1580
Ritor1
parents: 1573
diff changeset
2887 strcpy(pTmpBuf.data(), pNPC->pName);
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2888 house_window.DrawTitleText(pFontCreate, 483, 113, Color16(0x15u, 0x99u, 0xE9u), pTmpBuf.data(), 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2889 if ( !dword_591080 )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2890 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2891 if ( !uDialogueType )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2892 {
1580
Ritor1
parents: 1573
diff changeset
2893 if ( pNPC->greet )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2894 {
1580
Ritor1
parents: 1573
diff changeset
2895 house_window.uFrameWidth = game_viewport_width;
Ritor1
parents: 1573
diff changeset
2896 house_window.uFrameZ = 452;
1655
a7eebb6ee7a2 Window Resize (change arguments to MM7_Initialize)
Nomad
parents: 1653
diff changeset
2897 pInString = pNPCStats->pNPCGreetings[pNPC->greet].pGreetings[((pNPC->uFlags & 3) == 2)];
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2898 //pInString = (char *)*(&pNPCStats->field_17884 + ((pNPC->uFlags & 3) == 2) + 2 * pNPC->greet);
1580
Ritor1
parents: 1573
diff changeset
2899 pRenderer->GetLeather(8, 352 - (pFontArrus->CalcTextHeight(pInString, &house_window, 13, 0) + 7),
Ritor1
parents: 1573
diff changeset
2900 pIcons_LOD->GetTexture(uTextureID_Leather), pIcons_LOD->GetTexture(uTextureID_Leather)->uTextureHeight
Ritor1
parents: 1573
diff changeset
2901 - (pFontArrus->CalcTextHeight(pInString, &house_window, 13, 0) + 7));
Ritor1
parents: 1573
diff changeset
2902 pRenderer->DrawTextureIndexed(8, 347 - (pFontArrus->CalcTextHeight(pInString, &house_window, 13, 0) + 7), pTexture_591428);
Ritor1
parents: 1573
diff changeset
2903 pDialogueWindow->DrawText(pFontArrus, 13, 354 - (pFontArrus->CalcTextHeight(pInString, &house_window, 13, 0) + 7),
Ritor1
parents: 1573
diff changeset
2904 0, FitTextInAWindow(pInString, pFontArrus, &house_window, 0xDu, 0), 0, 0, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2905 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2906 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2907 }
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2908 //for right panel
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2909 memcpy(&right_panel_window, pDialogueWindow, sizeof(right_panel_window));
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2910 right_panel_window.uFrameX = 483;
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2911 right_panel_window.uFrameWidth = 148;
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2912 right_panel_window.uFrameZ = 334;
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2913 for ( int i = right_panel_window.pStartingPosActiveItem;
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2914 i < right_panel_window.pStartingPosActiveItem + right_panel_window.pNumPresenceButton; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2915 {
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2916 pButton = right_panel_window.GetControl(i);
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2917 switch ( pButton->msg_param )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2918 {
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2919 case 19://evt_A
1661
e1d1fe32c194 NPCTopics
Ritor1
parents: 1653
diff changeset
2920 v15 = (char *)pNPCTopics[pNPC->evt_A].pTopic;
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2921 if ( !v15 )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2922 {
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2923 pButton->msg_param = 0;
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2924 v15 = "";
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2925 }
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2926 strcpy(pButton->pButtonName, v15);
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2927 continue;
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2928 case 20://evt_B
1661
e1d1fe32c194 NPCTopics
Ritor1
parents: 1653
diff changeset
2929 v15 = (char *)pNPCTopics[pNPC->evt_B].pTopic;
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2930 if ( !v15 )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2931 {
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2932 pButton->msg_param = 0;
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2933 v15 = "";
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2934 }
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2935 if ( uDialogueType != 84 )
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2936 {
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2937 strcpy(pButton->pButtonName, v15);
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2938 continue;
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2939 }
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2940 sprintf(pTmpBuf.data(), format_4E2D80, Color16(0xE1u, 0xCDu, 0x23u), pItemsTable->pItems[contract_approved].pUnidentifiedName);
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2941 sprintf(pTmpBuf2.data(), current_npc_text, pTmpBuf.data());
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2942 current_npc_text = pTmpBuf2.data();
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2943 strcpy(pButton->pButtonName, v15);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2944 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2945 case 21://evt_C
1661
e1d1fe32c194 NPCTopics
Ritor1
parents: 1653
diff changeset
2946 v15 = (char *)pNPCTopics[pNPC->evt_C].pTopic;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2947 if ( !v15 )
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2948 {
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2949 pButton->msg_param = 0;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2950 v15 = "";
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2951 }
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2952 strcpy(pButton->pButtonName, v15);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2953 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2954 case 22://evt_D
1661
e1d1fe32c194 NPCTopics
Ritor1
parents: 1653
diff changeset
2955 v15 = (char *)pNPCTopics[pNPC->evt_D].pTopic;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2956 if ( !v15 )
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2957 {
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2958 pButton->msg_param = 0;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2959 v15 = "";
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2960 }
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2961 strcpy(pButton->pButtonName, v15);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2962 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2963 case 23://evt_E
1661
e1d1fe32c194 NPCTopics
Ritor1
parents: 1653
diff changeset
2964 v15 = (char *)pNPCTopics[pNPC->evt_E].pTopic;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2965 if ( !v15 )
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2966 {
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2967 pButton->msg_param = 0;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2968 v15 = "";
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
2969 }
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2970 strcpy(pButton->pButtonName, v15);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2971 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2972 case 24://evt_F
1661
e1d1fe32c194 NPCTopics
Ritor1
parents: 1653
diff changeset
2973 v15 = (char *)pNPCTopics[pNPC->evt_F].pTopic;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2974 if ( !v15 )
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2975 {
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2976 pButton->msg_param = 0;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2977 v15 = "";
1636
ff3d7af671ec SimpleHouseDialog cleaning(continue)
Ritor1
parents: 1634
diff changeset
2978 }
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2979 strcpy(pButton->pButtonName, v15);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2980 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2981 case 76:
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2982 strcpy(pButton->pButtonName, pGlobalTXT_LocalizationStrings[406]);//
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2983 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2984 case 77:
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2985 strcpy(pButton->pButtonName, pGlobalTXT_LocalizationStrings[407]);//
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2986 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2987 case 79:
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2988 strcpy(pButton->pButtonName, _4B254D_SkillMasteryTeacher((int)right_panel_window.ptr_1C));
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2989 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2990 case 82:
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2991 strcpy(pButton->pButtonName, ContractSelectText((int)right_panel_window.ptr_1C));
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2992 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2993 case 83:
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2994 v29 = pMonsterStats->pInfos[bountyHunting_monster_id_for_hunting].pName;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2995 v31 = *(int *)v29;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2996 sprintfex(pTmpBuf.data(), "\f%05d%s\f%05d", Color16(0xFFu, 0xFFu, 0x9Bu), v31, Color16(0xFFu, 0xFFu, 0xFFu));
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2997 sprintfex(pTmpBuf2.data(), bountyHunting_text, pTmpBuf.data(), 100 * (unsigned __int8)v29[8]);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2998 current_npc_text = pTmpBuf2.data();
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
2999 strcpy(pButton->pButtonName, "");
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3000 continue;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3001 }
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3002 if ( pButton->msg_param > 0 && pButton->msg_param < 13 )
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3003 {
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3004 strcpy(pButton->pButtonName, pGlobalTXT_LocalizationStrings[122]);//
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3005 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3006 }
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3007 if ( pButton->msg_param > 13 && pButton->msg_param < 19 )
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3008 {
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3009 strcpy(pButton->pButtonName, "");
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3010 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3011 }
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3012 if ( pButton->msg_param != 93 )
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3013 {
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3014 strcpy(pButton->pButtonName, "");
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3015 continue;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3016 }
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3017 }
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3018 index = 0;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3019 all_text_height = 0;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3020 for ( int i = pDialogueWindow->pStartingPosActiveItem;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3021 i < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3022 {
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3023 pButton = pDialogueWindow->GetControl(i);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3024 all_text_height += pFontArrus->CalcTextHeight(pButton->pButtonName, &right_panel_window, 0, 0);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3025 index++;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3026 }
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3027 if ( index )
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3028 {
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3029 v36 = (174 - all_text_height) / index;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3030 if ( v36 > 32 )
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3031 v36 = 32;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3032 v40 = (174 - v36 * index - all_text_height) / 2 - v36 / 2 + 138;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3033 for ( int i = pDialogueWindow->pStartingPosActiveItem; i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3034 {
1606
Ritor1
parents: 1580
diff changeset
3035 pButton = pDialogueWindow->GetControl(i);
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3036 pButton->uY = v36 + v40;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3037 pTextHeight = pFontArrus->CalcTextHeight(pButton->pButtonName, &right_panel_window, 0, 0);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3038 pButton->uHeight = pTextHeight;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3039 v40 = pButton->uY + pTextHeight - 1;
1606
Ritor1
parents: 1580
diff changeset
3040 pButton->uW = v40;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3041 pTextColor = Color16(0xE1u, 0xCDu, 0x23u);
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3042 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3043 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu);
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3044 right_panel_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pButton->pButtonName, 3);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3045 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3046 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3047 if ( current_npc_text )
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3048 {
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3049 w.uFrameWidth = 458;
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3050 w.uFrameZ = 457;
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3051 pTextFont = pFontArrus;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3052 pTextHeight = pFontArrus->CalcTextHeight(current_npc_text, &w, 13, 0) + 7;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3053 if ( 352 - pTextHeight < 8 )
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3054 {
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3055 pTextFont = pFontCreate;
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3056 pTextHeight = pFontCreate->CalcTextHeight(current_npc_text, &w, 13, 0) + 7;
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3057 }
1653
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3058 pRenderer->GetLeather(8, 352 - pTextHeight, pIcons_LOD->GetTexture(uTextureID_Leather), pIcons_LOD->GetTexture(uTextureID_Leather)->uTextureHeight - pTextHeight);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3059 pRenderer->DrawTextureIndexed(8, 347 - pTextHeight, pTexture_591428);
d453ed393d6e NPCGreetings
Ritor1
parents: 1644
diff changeset
3060 house_window.DrawText(pTextFont, 13, 354 - pTextHeight, 0, FitTextInAWindow(current_npc_text, pTextFont, &w, 13, 0), 0, 0, 0);
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3061 }
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3062 }
1434
Ritor1
parents: 1306
diff changeset
3063
1300
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
3064 //----- (004B4F4F) --------------------------------------------------------
bedc304ab617 new files in UI
Ritor1
parents: 1299
diff changeset
3065 void JailDialog()
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3066 {
1608
fb809d1891bd JailDialog
Ritor1
parents: 1606
diff changeset
3067 GUIWindow jail_dialogue_window; // [sp+8h] [bp-54h]@1
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3068
1608
fb809d1891bd JailDialog
Ritor1
parents: 1606
diff changeset
3069 memcpy(&jail_dialogue_window, window_SpeakInHouse, sizeof(jail_dialogue_window));
fb809d1891bd JailDialog
Ritor1
parents: 1606
diff changeset
3070 jail_dialogue_window.uFrameX = 483;
fb809d1891bd JailDialog
Ritor1
parents: 1606
diff changeset
3071 jail_dialogue_window.uFrameWidth = 148;
fb809d1891bd JailDialog
Ritor1
parents: 1606
diff changeset
3072 jail_dialogue_window.uFrameZ = 334;
fb809d1891bd JailDialog
Ritor1
parents: 1606
diff changeset
3073 jail_dialogue_window.DrawTitleText(pFontArrus, 0, (310 - pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[672], &jail_dialogue_window, 0, 0)) / 2 + 18,
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3074 Color16(0xFFu, 0xFFu, 0x9Bu), pGlobalTXT_LocalizationStrings[672], 3);//" ."
2355
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3075 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3076
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3077
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3078 //----- (00443801) --------------------------------------------------------
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3079 void InitializeBuildingResidents()
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3080 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3081
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3082 int i;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3083 char* test_string;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3084 unsigned char c;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3085 bool break_loop;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3086 unsigned int temp_str_len;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3087 char* tmp_pos;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3088 int decode_step;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3089
2369
bddcaf5d5db2 removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents: 2355
diff changeset
3090 free(p2DEventsTXT_Raw);
2355
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3091 p2DEventsTXT_Raw = (char *)pEvents_LOD->LoadRaw("2dEvents.txt", 0);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3092 strtok(p2DEventsTXT_Raw, "\r");
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3093 strtok(NULL, "\r");
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3094
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3095 for (i=0;i<525;++i)
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3096 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3097 test_string = strtok(NULL, "\r") + 1;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3098 break_loop = false;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3099 decode_step=0;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3100 do
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3101 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3102 c = *(unsigned char*)test_string;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3103 temp_str_len = 0;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3104 while((c!='\t')&&(c>0))
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3105 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3106 ++temp_str_len;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3107 c=test_string[temp_str_len];
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3108 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3109 tmp_pos=test_string+temp_str_len;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3110 if (*tmp_pos == 0)
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3111 break_loop = true;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3112 *tmp_pos = 0;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3113 if (temp_str_len)
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3114 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3115 switch (decode_step)
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3116 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3117 case 2:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3118 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3119 if ( !_strnicmp(test_string, "wea", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3120 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3121 p2DEvents[i].uType = BuildingType_WeaponShop;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3122 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3123 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3124 if ( !_strnicmp(test_string, "arm", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3125 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3126 p2DEvents[i].uType = BuildingType_ArmorShop;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3127 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3128 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3129 if ( !_strnicmp(test_string, "mag", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3130 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3131 p2DEvents[i].uType = BuildingType_MagicShop;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3132 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3133 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3134 if ( !_strnicmp(test_string, "alc", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3135 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3136 p2DEvents[i].uType = BuildingType_AlchemistShop;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3137 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3138 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3139 if ( !_strnicmp(test_string, "sta", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3140 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3141 p2DEvents[i].uType = BuildingType_Stables;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3142 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3143 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3144 if ( !_strnicmp(test_string, "boa", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3145 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3146 p2DEvents[i].uType = BuildingType_Boats;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3147 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3148 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3149 if ( !_strnicmp(test_string, "tem", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3150 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3151 p2DEvents[i].uType = BuildingType_Temple;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3152 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3153 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3154 if ( !_strnicmp(test_string, "tra", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3155 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3156 p2DEvents[i].uType = BuildingType_Training;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3157 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3158 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3159 if ( !_strnicmp(test_string, "tow", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3160 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3161 p2DEvents[i].uType = BuildingType_TownHall;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3162 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3163 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3164
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3165 if ( !_strnicmp(test_string, "tav", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3166 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3167 p2DEvents[i].uType = BuildingType_Tavern;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3168 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3169 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3170 if ( !_strnicmp(test_string, "ban", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3171 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3172 p2DEvents[i].uType = BuildingType_Bank;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3173 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3174 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3175 if ( !_strnicmp(test_string, "fir", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3176 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3177 p2DEvents[i].uType = BuildingType_FireGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3178 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3179 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3180 if ( !_strnicmp(test_string, "air", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3181 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3182 p2DEvents[i].uType = BuildingType_AirGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3183 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3184 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3185 if ( !_strnicmp(test_string, "wat", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3186 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3187 p2DEvents[i].uType = BuildingType_WaterGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3188 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3189 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3190 if ( !_strnicmp(test_string, "ear", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3191 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3192 p2DEvents[i].uType = BuildingType_EarthGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3193 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3194 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3195 if ( !_strnicmp(test_string, "spi", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3196 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3197 p2DEvents[i].uType = BuildingType_SpiritGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3198 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3199 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3200 if ( !_strnicmp(test_string, "min", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3201 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3202 p2DEvents[i].uType = BuildingType_MindGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3203 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3204 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3205 if ( !_strnicmp(test_string, "bod", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3206 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3207 p2DEvents[i].uType = BuildingType_BodyGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3208 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3209 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3210 if ( !_strnicmp(test_string, "lig", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3211 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3212 p2DEvents[i].uType = BuildingType_LightGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3213 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3214 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3215 if ( !_strnicmp(test_string, "dar", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3216 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3217 p2DEvents[i].uType = BuildingType_DarkGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3218 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3219 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3220 if ( !_strnicmp(test_string, "ele", 3) ) // "Element Guild" from mm6
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3221 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3222 p2DEvents[i].uType = BuildingType_ElementalGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3223 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3224 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3225 if ( !_strnicmp(test_string, "sel", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3226 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3227 p2DEvents[i].uType = BuildingType_SelfGuild;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3228 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3229 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3230 if ( !_strnicmp(test_string, "mir", 3) )
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3231 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3232 p2DEvents[i].uType = BuildingType_16;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3233 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3234 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3235 if ( !_strnicmp(test_string, "mer", 3) ) // "Merc Guild" from mm6
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3236 {
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3237 p2DEvents[i].uType = BuildingType_TownHall;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3238 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3239 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3240 p2DEvents[i].uType = BuildingType_18;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3241 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3242 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3243
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3244 case 4:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3245 p2DEvents[i].uAnimationID = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3246 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3247 case 5:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3248 p2DEvents[i].pName = RemoveQuotes(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3249 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3250 case 6:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3251 p2DEvents[i].pProprieterName = RemoveQuotes(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3252 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3253 case 7:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3254 p2DEvents[i].pProprieterTitle = RemoveQuotes(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3255 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3256 case 8:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3257 p2DEvents[i].field_14 = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3258 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3259 case 9:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3260 p2DEvents[i]._state = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3261 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3262 case 10:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3263 p2DEvents[i]._rep = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3264 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3265 case 11:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3266 p2DEvents[i]._per = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3267 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3268 case 12:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3269 p2DEvents[i].fPriceMultiplier = atof(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3270 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3271 case 13:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3272 p2DEvents[i].flt_24 = atof(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3273 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3274 case 15:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3275 p2DEvents[i].field_1C = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3276 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3277 case 18:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3278 p2DEvents[i].uOpenTime = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3279 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3280 case 19:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3281 p2DEvents[i].uCloseTime = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3282 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3283 case 20:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3284 p2DEvents[i].uExitPicID = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3285 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3286 case 21:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3287 p2DEvents[i].uExitMapID = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3288 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3289 case 22:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3290 p2DEvents[i]._quest_related = atoi(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3291 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3292 case 23:
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3293 p2DEvents[i].pEnterText = RemoveQuotes(test_string);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3294 break;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3295 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3296 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3297 ++decode_step;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3298 test_string=tmp_pos+1;
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3299 } while ((decode_step<24)&&!break_loop);
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3300 }
a574a80e7012 Moving more functions out of unsorted_subs
Grumpy7
parents: 2350
diff changeset
3301
1298
b97d0cdd6c79 new folder UI
Ritor1
parents:
diff changeset
3302 }