annotate Events.h @ 208:af624eaf2fc5 tip

14.01.13
author Ritor1
date Mon, 14 Jan 2013 10:39:01 +0600
parents f4450ff595fe
children
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #pragma once
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 /* 167 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 struct Event
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 int uEventID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 int field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 unsigned int uEventOffsetInEVT;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 #pragma pack(pop)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16
31
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
17 #pragma pack(push, 1)
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
18 struct _evt_raw
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
19 {
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
20 unsigned char v0;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
21 unsigned char v1;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
22 unsigned char v2;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
23 unsigned char v3;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
24 unsigned char v4;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
25 unsigned char v5;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
26 unsigned char v6;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
27 unsigned char v7;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
28 unsigned char v8;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
29 unsigned char v9;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
30 unsigned char v10;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
31 unsigned char v11;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
32 unsigned char v12;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
33 unsigned char v13;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
34 unsigned char v14;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
35 unsigned char v15;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
36 unsigned char v16;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
37 unsigned char v17;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
38 unsigned char v18;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
39 unsigned char v19;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
40 unsigned char v20;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
41 unsigned char v21;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
42 unsigned char v22;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
43 unsigned char v23;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
44 unsigned char v24;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
45 unsigned char v25;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
46 unsigned char v26;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
47 unsigned char v27;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
48 unsigned char v28;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
49 unsigned char v29;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
50 unsigned char v30;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
51 unsigned char v31;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
52 unsigned char v32;
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
53 unsigned char tail[128];
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
54 };
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
55 #pragma pop()
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
56
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 0
diff changeset
57
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
59 /* 310 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
60 enum EventType
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
61 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62 EVENT_Exit = 0x1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
63 EVENT_SpeakInHouse = 0x2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64 EVENT_PlaySound = 0x3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
65 EVENT_MouseOver = 0x4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
66 EVENT_LocationName = 0x5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
67 EVENT_MoveToMap = 0x6,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 EVENT_OpenChest = 0x7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 EVENT_ShowFace = 0x8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70 EVENT_ReceiveDamage = 0x9,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 EVENT_SetSnow = 0xA,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 EVENT_SetTexture = 0xB,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73 EVENT_ShowMovie = 0xC,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74 EVENT_SetSprite = 0xD,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
75 EVENT_Compare = 0xE,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 EVENT_ChangeDoorState = 0xF,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 EVENT_Add = 0x10,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 EVENT_Substract = 0x11,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
79 EVENT_Set = 0x12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
80 EVENT_SummonMonsters = 0x13,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 EVENT_CastSpell = 0x15,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82 EVENT_SpeakNPC = 0x16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83 EVENT_SetFacesBit = 0x17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 EVENT_ToggleActorFlag = 0x18,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 EVENT_RandomGoTo = 0x19,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
86 EVENT_InputString = 0x1A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 EVENT_StatusText = 0x1D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 EVENT_ShowMessage = 0x1E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 EVENT_OnTimer = 0x1F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 EVENT_ToggleIndoorLight = 0x20,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 EVENT_PressAnyKey = 0x21,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
92 EVENT_SummonItem = 0x22,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93 EVENT_ForPartyMember = 0x23,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
94 EVENT_Jmp = 0x24,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
95 EVENT_OnMapReload = 0x25,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
96 EVENT_OnLongTimer = 0x26,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 EVENT_SetNPCTopic = 0x27,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
98 EVENT_MoveNPC = 0x28,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
99 EVENT_GiveItem = 0x29,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
100 EVENT_ChangeEvent = 0x2A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
101 EVENT_CheckSkill = 0x2B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102 EVENT_OnCanShowDialogItemCmp = 0x2C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
103 EVENT_EndCanShowDialogItem = 0x2D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 EVENT_SetCanShowDialogItem = 0x2E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
105 EVENT_SetNPCGroupNews = 0x2F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
106 EVENT_SetActorGroup = 0x30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107 EVENT_NPCSetItem = 0x31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
108 EVENT_SetNPCGreeting = 0x32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
109 EVENT_IsActorAlive = 0x33,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
110 EVENT_OnMapLeave = 0x35,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
111 EVENT_ChangeGroup = 0x36,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 EVENT_ChangeGroupAlly = 0x37,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 EVENT_CheckSeason = 0x38,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 EVENT_ToggleActorGroupFlag = 0x39,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 EVENT_ToggleChestFlag = 0x3A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 EVENT_CharacterAnimation = 0x3B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 EVENT_SetActorItem = 0x3C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 EVENT_OnDateTimer = 0x3D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 EVENT_EnableDateTimer = 0x3E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
120 EVENT_StopAnimation = 0x3F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121 EVENT_CheckItemsCount = 0x40,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122 EVENT_RemoveItems = 0x41,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 EVENT_SpecialJump = 0x42,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 EVENT_IsTotalBountyHuntingAwardInRange = 0x43,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 EVENT_IsNPCInParty = 0x44,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 /* 311 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 enum VariableType
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 VAR_Sex = 0x1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 VAR_Class = 0x2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 VAR_CurrentHP = 0x3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 VAR_MaxHP = 0x4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135 VAR_CurrentSP = 0x5,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 VAR_MaxSP = 0x6,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137 VAR_ActualAC = 0x7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
138 VAR_ACModifier = 0x8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 VAR_BaseLevel = 0x9,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
140 VAR_LevelModifier = 0xA,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141 VAR_Age = 0xB,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142 VAR_Award = 0xC,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
143 VAR_Experience = 0xD,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 VAR_Race = 0xE,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 VAR_QBits_QuestsDone = 0x10,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 VAR_PlayerItemInHands = 0x11,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
147 VAR_Hour = 0x12,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 VAR_DayOfYear = 0x13,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 VAR_DayOfWeek = 0x14,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
150 VAR_FixedGold = 0x15,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
151 VAR_RandomGold = 0x16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 VAR_FixedFood = 0x17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 VAR_RandomFood = 0x18,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154 VAR_MightBonus = 0x19,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 VAR_IntellectBonus = 0x1A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156 VAR_PersonalityBonus = 0x1B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157 VAR_EnduranceBonus = 0x1C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 VAR_SpeedBonus = 0x1D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 VAR_AccuracyBonus = 0x1E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 VAR_LuckBonus = 0x1F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 VAR_BaseMight = 0x20,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 VAR_BaseIntellect = 0x21,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 VAR_BasePersonality = 0x22,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 VAR_BaseEndurance = 0x23,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 VAR_BaseSpeed = 0x24,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
166 VAR_BaseAccuracy = 0x25,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
167 VAR_BaseLuck = 0x26,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 VAR_ActualMight = 0x27,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 VAR_ActualIntellect = 0x28,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 VAR_ActualPersonality = 0x29,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 VAR_ActualEndurance = 0x2A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 VAR_ActualSpeed = 0x2B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173 VAR_ActualAccuracy = 0x2C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174 VAR_ActualLuck = 0x2D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 VAR_FireResistance = 0x2E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 VAR_AirResistance = 0x2F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177 VAR_WaterResistance = 0x30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178 VAR_EarthResistance = 0x31,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 VAR_SpiritResistance = 0x32,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 VAR_MindResistance = 0x33,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181 VAR_BodyResistance = 0x34,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 VAR_LightResistance = 0x35,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183 VAR_DarkResistance = 0x36,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 VAR_PhysicalResistance = 0x37,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 VAR_MagicResistance = 0x38,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 VAR_FireResistanceBonus = 0x39,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
187 VAR_AirResistanceBonus = 0x3A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
188 VAR_WaterResistanceBonus = 0x3B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
189 VAR_EarthResistanceBonus = 0x3C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
190 VAR_SpiritResistanceBonus = 0x3D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
191 VAR_MindResistanceBonus = 0x3E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
192 VAR_BodyResistanceBonus = 0x3F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
193 VAR_LightResistanceBonus = 0x40,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
194 VAR_DarkResistanceBonus = 0x41,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 VAR_PhysicalResistanceBonus = 0x42,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
196 VAR_MagicResistanceBonus = 0x43,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 VAR_StaffSkill = 0x44,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 VAR_SwordSkill = 0x45,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199 VAR_DaggerSkill = 0x46,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
200 VAR_AxeSkill = 0x47,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 VAR_SpearSkill = 0x48,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202 VAR_BowSkill = 0x49,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203 VAR_MaceSkill = 0x4A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 VAR_BlasterSkill = 0x4B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 VAR_ShieldSkill = 0x4C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
206 VAR_LeatherSkill = 0x4D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207 VAR_SkillChain = 0x4E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208 VAR_PlateSkill = 0x4F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 VAR_FireSkill = 0x50,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
210 VAR_AirSkill = 0x51,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211 VAR_WaterSkill = 0x52,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 VAR_EarthSkill = 0x53,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 VAR_SpiritSkill = 0x54,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 VAR_MindSkill = 0x55,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
215 VAR_BodySkill = 0x56,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216 VAR_LightSkill = 0x57,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
217 VAR_DarkSkill = 0x58,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
218 VAR_IdentifyItemSkill = 0x59,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
219 VAR_MerchantSkill = 0x5A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 VAR_RepairSkill = 0x5B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
221 VAR_BodybuildingSkill = 0x5C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 VAR_MeditationSkill = 0x5D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 VAR_PerceptionSkill = 0x5E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224 VAR_DiplomacySkill = 0x5F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 VAR_ThieverySkill = 0x60,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226 VAR_DisarmTrapSkill = 0x61,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 VAR_DodgeSkill = 0x62,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
228 VAR_UnarmedSkill = 0x63,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 VAR_IdentifyMonsterSkill = 0x64,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 VAR_ArmsmasterSkill = 0x65,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
231 VAR_StealingSkill = 0x66,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 VAR_AlchemySkill = 0x67,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 VAR_LearningSkill = 0x68,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 VAR_Cursed = 0x69,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 VAR_Weak = 0x6A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236 VAR_Asleep = 0x6B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 VAR_Afraid = 0x6C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238 VAR_Drunk = 0x6D,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 VAR_Insane = 0x6E,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 VAR_PoisonedGreen = 0x6F,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
241 VAR_DiseasedGreen = 0x70,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 VAR_PoisonedYellow = 0x71,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
243 VAR_DiseasedYellow = 0x72,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 VAR_PoisonedRed = 0x73,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
245 VAR_DiseasedRed = 0x74,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 VAR_Paralyzed = 0x75,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247 VAR_Unconsious = 0x76,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248 VAR_Dead = 0x77,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
249 VAR_Stoned = 0x78,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 VAR_Eradicated = 0x79,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 VAR_MajorCondition = 0x7A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 VAR_MapPersistentVariable_0 = 0x7B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 VAR_NPCs = 0xD6,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 VAR_Reputation = 0xD7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 VAR_ActiveSpells = 0xDE,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
256 VAR_AutoNotes = 0xDF,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 VAR_MonthEquals = 0xE2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258 VAR_NPCs2 = 0xE8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259 VAR_IsFlying = 0xF0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 VAR_HiredNPCHasSpeciality = 0xF1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 VAR_CircusPrises = 0xF2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 VAR_NumSkillPoints = 0xF3,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 VAR_MonthEquals2 = 0xF4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 VAR_Counter1 = 0xF7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 VAR_Counter2 = 0xF8,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266 VAR_Counter3 = 0xF9,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 VAR_Counter4 = 0xFA,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 VAR_Counter5 = 0xFB,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 VAR_Counter6 = 0xFC,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 VAR_Counter7 = 0xFD,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 VAR_Counter8 = 0xFE,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 VAR_Counter9 = 0xFF,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 VAR_CounterA = 0x100,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 VAR_ReputationInCurrentLocation = 0x113,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
275 VAR_History_0 = 0x114,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
276 VAR_History_28 = 0x130,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277 VAR_GoldInBank = 0x132,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278 VAR_NumDeaths = 0x133,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
279 VAR_NumBounties = 0x134,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
280 VAR_PrisonTerms = 0x135,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 VAR_ArenaWinsPage = 0x136,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 VAR_ArenaWinsSquire = 0x137,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
283 VAR_ArenaWinsKnight = 0x138,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
284 VAR_ArenaWinsLord = 0x139,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
285 VAR_Invisible = 0x13A,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
286 VAR_ItemEquipped = 0x13B,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
287 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
288
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292 extern Event pSomeOtherEVT_Events[4400];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 extern unsigned int uSomeOtherEVT_NumEvents;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 extern char *pSomeOtherEVT;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
295 extern Event pSomeEVT_Events[4400];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 extern unsigned int uSomeEVT_NumEvents;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297 extern char *pSomeEVT;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299 extern unsigned int uGlobalEVT_NumEvents;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
300 extern unsigned int uGlobalEVT_Size;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
301 extern char pGlobalEVT[46080];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302 extern Event pGlobalEVT_Events[4400];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
304 extern unsigned int pLevelStrOffsets[500];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305 extern unsigned int uLevelStrNumStrings;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
306 extern unsigned int uLevelStrFileSize;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
307 extern unsigned int uLevelEVT_NumEvents;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
308 extern unsigned int uLevelEVT_Size;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
309 extern char pLevelStr[9216];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
310 extern char pLevelEVT[9216];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
311 extern Event pLevelEVT_Events[4400];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
312
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
313
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
314
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
315
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
317
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
318
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 /* 312 */
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 #pragma pack(push, 1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
321 struct ByteArray
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
322 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
323 char f[65535];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
324 };
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
325 #pragma pack(pop)