@deafwave/osrs-botmaker-types 0.4.6 → 0.4.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +142 -3
  2. package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +462 -13
  3. package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +1180 -11
  4. package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +402 -4
  5. package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +4020 -21
  6. package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +722 -26
  7. package/dist/src/types/runelite/net/runelite/api/ParamID.d.ts +1 -45
  8. package/dist/src/types/runelite/net/runelite/api/Projectile.d.ts +70 -23
  9. package/dist/src/types/runelite/net/runelite/api/SpriteID.d.ts +3 -98
  10. package/dist/src/types/runelite/net/runelite/api/WorldView.d.ts +36 -12
  11. package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +12528 -0
  12. package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +6701 -0
  13. package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +930 -0
  14. package/dist/src/types/runelite/net/runelite/api/gameval/InventoryID.d.ts +942 -0
  15. package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +31178 -0
  16. package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +14798 -0
  17. package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID.d.ts +32006 -0
  18. package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +25686 -0
  19. package/dist/src/types/runelite/net/runelite/api/gameval/SpotanimID.d.ts +3462 -0
  20. package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +6417 -0
  21. package/dist/src/types/runelite/net/runelite/api/gameval/VarClientID.d.ts +1266 -0
  22. package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +2268 -0
  23. package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +12208 -0
  24. package/dist/src/types/runelite/net/runelite/api/geometry/Shapes.d.ts +15 -14
  25. package/dist/src/types/runelite/net/runelite/api/geometry/SimplePolygon.d.ts +36 -35
  26. package/dist/src/types/runelite/net/runelite/api/widgets/Widget.d.ts +7 -2
  27. package/dist/src/types/runelite/net/runelite/api/widgets/WidgetItem.d.ts +39 -38
  28. package/dist/src/types/runelite/net/runelite/client/plugins/cluescrolls/clues/hotcold/HotColdLocation.d.ts +565 -1253
  29. package/dist/src/types/runelite/net/runelite/client/plugins/mta/telekinetic/TelekineticRoom.d.ts +31 -10
  30. package/dist/src/types/runelite/net/runelite/client/ui/overlay/OverlayBounds.d.ts +7 -6
  31. package/dist/src/types/runelite/net/runelite/client/ui/overlay/WidgetOverlay.d.ts +1 -1
  32. package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/ImageComponent.d.ts +1 -1
  33. package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/LayoutableRenderableEntity.d.ts +1 -1
  34. package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/LineComponent.d.ts +1 -1
  35. package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/PanelComponent.d.ts +1 -1
  36. package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/ProgressBarComponent.d.ts +1 -1
  37. package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/TitleComponent.d.ts +1 -1
  38. package/dist/src/types/runelite/net/runelite/client/ui/overlay/components/TooltipComponent.d.ts +1 -1
  39. package/package.json +1 -1
@@ -0,0 +1,942 @@
1
+ /// <reference path="../../../../../../../src/types/java/index.d.ts" />
2
+ /// <reference path="../../../../../../../src/types/runelite/index.d.ts" />
3
+ declare namespace net.runelite.api.gameval {
4
+ export class InventoryID {
5
+ static readonly TRAWLER_REWARDINV = 0;
6
+ static readonly AXESHOP = 1;
7
+ static readonly ARMOURSHOP = 2;
8
+ static readonly GENERALSHOP1 = 3;
9
+ static readonly GENERALSHOP2 = 4;
10
+ static readonly RUNESHOP = 5;
11
+ static readonly SWORDSHOP = 6;
12
+ static readonly ARCHERYSHOP = 7;
13
+ static readonly CLOTHESHOP = 8;
14
+ static readonly STAFFSHOP = 9;
15
+ static readonly HELMETSHOP = 10;
16
+ static readonly SCIMITARSHOP = 11;
17
+ static readonly LEGSSHOP = 12;
18
+ static readonly GENERALSHOP3 = 13;
19
+ static readonly MININGSTORE = 14;
20
+ static readonly SHIELDSHOP = 15;
21
+ static readonly SKIRTSHOP = 16;
22
+ static readonly GENERALSHOP4 = 17;
23
+ static readonly CHAMPIONSHOP = 18;
24
+ static readonly MACESHOP = 19;
25
+ static readonly FOODSHOP = 20;
26
+ static readonly BATTLEAXESHOP = 21;
27
+ static readonly CHAINMAILSHOP = 22;
28
+ static readonly GENERALDWARF = 23;
29
+ static readonly GENERALSHOP5 = 24;
30
+ static readonly MAGICSHOP = 25;
31
+ static readonly GEMSHOP = 26;
32
+ static readonly CRAFTINGSHOP = 27;
33
+ static readonly GOLDSHOP = 28;
34
+ static readonly BOOZESHOP = 29;
35
+ static readonly FISHINGSHOP = 30;
36
+ static readonly GENERALSHOP6 = 31;
37
+ static readonly CRAFTINGSHOP2 = 32;
38
+ static readonly RUNITESHOP = 33;
39
+ static readonly GENERALSHOP7 = 34;
40
+ static readonly RUNEPLATESHOP = 35;
41
+ static readonly DRAGONSWORDSHOP = 36;
42
+ static readonly CHEAPRINGSHOP = 37;
43
+ static readonly GENERALSHOP8 = 38;
44
+ static readonly _2HANDEDSHOP = 39;
45
+ static readonly HERBLORESHOP = 40;
46
+ static readonly TAXFREE = 41;
47
+ static readonly PIZZABASESHOP = 42;
48
+ static readonly FISHINGSHOP2 = 43;
49
+ static readonly FISHRESTAURANT = 44;
50
+ static readonly DRAGONAXESHOP = 45;
51
+ static readonly AMULETSHOP = 46;
52
+ static readonly ARHEINSTORE = 47;
53
+ static readonly CANDLESHOP = 48;
54
+ static readonly ARCHERYSHOP2 = 49;
55
+ static readonly HERBLORESHOP2 = 50;
56
+ static readonly MEMBERSTAFFSHOP = 51;
57
+ static readonly GEMSHOP2 = 52;
58
+ static readonly TOPSHOP = 53;
59
+ static readonly BAKERY = 54;
60
+ static readonly SILVERSHOP = 55;
61
+ static readonly GEMSHOP3 = 56;
62
+ static readonly ADVENTURERSHOP = 57;
63
+ static readonly SPICESHOP = 58;
64
+ static readonly FURSHOP = 59;
65
+ static readonly FISHINGGUILD = 60;
66
+ static readonly KHAZARDSHOP = 61;
67
+ static readonly GNOMESHOP = 62;
68
+ static readonly FANCYCLOTHESSTORE = 63;
69
+ static readonly MAGICGUILDSHOP = 64;
70
+ static readonly JUNGLESTORE = 65;
71
+ static readonly LATHASTRAININGSTORE = 66;
72
+ static readonly COOKERYSHOP = 67;
73
+ static readonly PICKAXESHOP = 68;
74
+ static readonly TEASHOP = 69;
75
+ static readonly GENERALSHOPOGRE = 70;
76
+ static readonly HERBLORESHOPOGRE = 71;
77
+ static readonly SILVERSTALL = 72;
78
+ static readonly ARDOUGNEGEMSTALL = 73;
79
+ static readonly SPICESTALL = 74;
80
+ static readonly FURSTALL = 75;
81
+ static readonly WYDINSTORE = 76;
82
+ static readonly BEDABINCAMPSHOP = 77;
83
+ static readonly SHANTAYSHOP = 78;
84
+ static readonly MCANNONSHOP = 79;
85
+ static readonly RANGING_GUILD_BOWSHOP = 80;
86
+ static readonly RANGING_GUILD_ARMOURSHOP = 81;
87
+ static readonly RANGING_GUILD_TRIBALSHOP = 82;
88
+ static readonly GENERALLEGENDS = 83;
89
+ static readonly LEGENDSGUILDSHOP = 84;
90
+ static readonly SHILOFISHINGSHOP = 85;
91
+ static readonly GNOMESHOP_ROMETTI = 86;
92
+ static readonly GNOMESHOP_GULLUCK = 87;
93
+ static readonly GNOMESHOP_HECK = 88;
94
+ static readonly GNOMESHOP_HUDO = 89;
95
+ static readonly TRADEOFFER = 90;
96
+ static readonly PARTYROOM_DROPINV = 91;
97
+ static readonly PARTYROOM_TEMPINV = 92;
98
+ static readonly INV = 93;
99
+ static readonly WORN = 94;
100
+ static readonly BANK = 95;
101
+ static readonly CRAFTING_MAKE_RINGS = 96;
102
+ static readonly CRAFTING_MAKE_NECKLACES = 97;
103
+ static readonly CRAFTING_MAKE_AMULETS = 98;
104
+ static readonly BLURBERRYBAR = 99;
105
+ static readonly GIANNERESTAURANT = 100;
106
+ static readonly SMITHING_BRONZE1 = 101;
107
+ static readonly SMITHING_BRONZE2 = 102;
108
+ static readonly SMITHING_BRONZE3 = 103;
109
+ static readonly SMITHING_BRONZE4 = 104;
110
+ static readonly SMITHING_BRONZE5 = 105;
111
+ static readonly SMITHING_IRON1 = 106;
112
+ static readonly SMITHING_IRON2 = 107;
113
+ static readonly SMITHING_IRON3 = 108;
114
+ static readonly SMITHING_IRON4 = 109;
115
+ static readonly SMITHING_IRON5 = 110;
116
+ static readonly SMITHING_STEEL1 = 111;
117
+ static readonly SMITHING_STEEL2 = 112;
118
+ static readonly SMITHING_STEEL3 = 113;
119
+ static readonly SMITHING_STEEL4 = 114;
120
+ static readonly SMITHING_STEEL5 = 115;
121
+ static readonly SMITHING_MITHRIL1 = 116;
122
+ static readonly SMITHING_MITHRIL2 = 117;
123
+ static readonly SMITHING_MITHRIL3 = 118;
124
+ static readonly SMITHING_MITHRIL4 = 119;
125
+ static readonly SMITHING_MITHRIL5 = 120;
126
+ static readonly SMITHING_ADAMANT1 = 121;
127
+ static readonly SMITHING_ADAMANT2 = 122;
128
+ static readonly SMITHING_ADAMANT3 = 123;
129
+ static readonly SMITHING_ADAMANT4 = 124;
130
+ static readonly SMITHING_ADAMANT5 = 125;
131
+ static readonly SMITHING_RUNE1 = 126;
132
+ static readonly SMITHING_RUNE2 = 127;
133
+ static readonly SMITHING_RUNE3 = 128;
134
+ static readonly SMITHING_RUNE4 = 129;
135
+ static readonly SMITHING_RUNE5 = 130;
136
+ static readonly MAGEARENA_RUNESHOP = 131;
137
+ static readonly MAGEARENA_STAFFSHOP = 132;
138
+ static readonly DEATHKEEP = 133;
139
+ static readonly DUELOFFER = 134;
140
+ static readonly DUEL_ROTTENFRUITSHOP = 135;
141
+ static readonly DUELWINNINGS = 136;
142
+ static readonly APRILFOOLSHORSESHOP = 137;
143
+ static readonly SHILOJUNGLESTORE = 138;
144
+ static readonly UPASSGENERALSHOP = 139;
145
+ static readonly TRAIL_PUZZLEINV = 140;
146
+ static readonly TRAIL_REWARDINV = 141;
147
+ static readonly DUELARROWS = 142;
148
+ static readonly WEREWOLFSTORE1 = 143;
149
+ static readonly WEREWOLFSTORE2 = 144;
150
+ static readonly WEREWOLFGENERALSTORE = 145;
151
+ static readonly CRAFTINGSHOP_FREE = 146;
152
+ static readonly CRAFTINGSHOP2_FREE = 147;
153
+ static readonly DEATH_GENERALSHOP = 148;
154
+ static readonly DEATH_PUB = 149;
155
+ static readonly SMITHING_BRONZE_CLAWS = 150;
156
+ static readonly SMITHING_IRON_CLAWS = 151;
157
+ static readonly SMITHING_STEEL_CLAWS = 152;
158
+ static readonly SMITHING_MITHRIL_CLAWS = 153;
159
+ static readonly SMITHING_ADAMANT_CLAWS = 154;
160
+ static readonly SMITHING_RUNE_CLAWS = 155;
161
+ static readonly TBWT_TIADECHE_FINAL_INVENTORY = 156;
162
+ static readonly KARAMJA_FISHRESTAURANT = 157;
163
+ static readonly TBWT_TAMAYU_FINAL_INVENTORY = 158;
164
+ static readonly REGICIDE_GENERAL_SHOP = 159;
165
+ static readonly REGICIDE_GENERAL_SHOP_2 = 160;
166
+ static readonly SKILL_GUIDE_FIREMAKING = 161;
167
+ static readonly SKILL_GUIDE_AGILITY = 162;
168
+ static readonly SKILL_GUIDE_COMBAT_WEAPONS = 163;
169
+ static readonly SKILL_GUIDE_COMBAT_ARMOURS = 164;
170
+ static readonly SKILL_GUIDE_COOKING_OVERALL = 165;
171
+ static readonly SKILL_GUIDE_COOKING_OVERALL2 = 166;
172
+ static readonly SKILL_GUIDE_COOKING_MEAT = 167;
173
+ static readonly SKILL_GUIDE_COOKING_BREAD = 168;
174
+ static readonly SKILL_GUIDE_COOKING_CAKES = 169;
175
+ static readonly SKILL_GUIDE_COOKING_PIZZAS = 170;
176
+ static readonly SKILL_GUIDE_COOKING_PIES = 171;
177
+ static readonly SKILL_GUIDE_COOKING_STEWS = 172;
178
+ static readonly SKILL_GUIDE_COOKING_WINE = 173;
179
+ static readonly SKILL_GUIDE_CRAFTING_LEATHER = 174;
180
+ static readonly SKILL_GUIDE_CRAFTING_SPINNING = 175;
181
+ static readonly SKILL_GUIDE_CRAFTING_POTTERY = 176;
182
+ static readonly SKILL_GUIDE_CRAFTING_GLASS = 177;
183
+ static readonly SKILL_GUIDE_CRAFTING_JEWELLERY = 178;
184
+ static readonly SKILL_GUIDE_CRAFTING_STAFFS = 179;
185
+ static readonly SKILL_GUIDE_FISHING = 180;
186
+ static readonly SKILL_GUIDE_FLETCHING_BOWS = 181;
187
+ static readonly SKILL_GUIDE_FLETCHING_ARROWS = 182;
188
+ static readonly SKILL_GUIDE_FLETCHING_DARTS = 183;
189
+ static readonly SKILL_GUIDE_FLETCHING_BOLTS = 184;
190
+ static readonly SKILL_GUIDE_HERBLORE_HERBS = 185;
191
+ static readonly SKILL_GUIDE_HERBLORE_POTIONS = 186;
192
+ static readonly SKILL_GUIDE_MINING_ORES = 187;
193
+ static readonly SKILL_GUIDE_MINING_PICKAXES = 188;
194
+ static readonly SKILL_GUIDE_RANGED_BOWS = 189;
195
+ static readonly SKILL_GUIDE_RANGED_THROWN = 190;
196
+ static readonly SKILL_GUIDE_RANGED_ARMOUR = 191;
197
+ static readonly SKILL_GUIDE_RUNECRAFTING = 192;
198
+ static readonly SKILL_GUIDE_SMITHING_SMELTING = 193;
199
+ static readonly SKILL_GUIDE_SMITHING_BRONZE = 194;
200
+ static readonly SKILL_GUIDE_SMITHING_IRON = 195;
201
+ static readonly SKILL_GUIDE_SMITHING_STEEL = 196;
202
+ static readonly SKILL_GUIDE_SMITHING_MITHRIL = 197;
203
+ static readonly SKILL_GUIDE_SMITHING_ADAMANT = 198;
204
+ static readonly SKILL_GUIDE_SMITHING_RUNE = 199;
205
+ static readonly SKILL_GUIDE_THIEVING_STALLS = 200;
206
+ static readonly SKILL_GUIDE_THIEVING_PICKPOCKET = 201;
207
+ static readonly SKILL_GUIDE_CRAFTING_ARMOUR = 202;
208
+ static readonly SKILL_GUIDE_WOODCUTTING = 203;
209
+ static readonly RAZMIREGENERALSTORE = 204;
210
+ static readonly RAZMIREBUILDINGSTORE = 205;
211
+ static readonly SKILL_GUIDE_MAGIC_ARMOUR = 206;
212
+ static readonly TRAIL_PUZZLEHINTINV = 207;
213
+ static readonly VIKING_CLOTHES_SHOP = 208;
214
+ static readonly VIKING_BAR = 209;
215
+ static readonly VIKING_WEAPONS_SHOP = 210;
216
+ static readonly VIKING_GENERAL_STORE = 211;
217
+ static readonly VIKING_FISHMONGER = 212;
218
+ static readonly VIKING_FURSHOP = 213;
219
+ static readonly LIGHTHOUSESHOP = 214;
220
+ static readonly BOARDGAMES_BOARDINV = 215;
221
+ static readonly BOARDGAMES_SIDEINV = 216;
222
+ static readonly MISC_FISHMONGER = 217;
223
+ static readonly MISC_GREENGROCER = 218;
224
+ static readonly ETC_FISHMONGER = 219;
225
+ static readonly ETC_GREENGROCER = 220;
226
+ static readonly REINITIALISATION_INV = 221;
227
+ static readonly REINITIALISATION_INV_INACTIVE = 222;
228
+ static readonly MM_MAGIC_SHOP = 223;
229
+ static readonly MM_SCIMITAR_SHOP = 224;
230
+ static readonly MM_FOOD_SHOP = 225;
231
+ static readonly MM_CRAFTING_SHOP = 226;
232
+ static readonly MM_GENERAL_SHOP = 227;
233
+ static readonly RANGINGGUILD_TRADE_TICKETS = 228;
234
+ static readonly SKILL_GUIDE_SLAYER_MONSTERS = 229;
235
+ static readonly SKILL_GUIDE_SLAYER_EQUIPMENT = 230;
236
+ static readonly SLAYERSHOP = 231;
237
+ static readonly MAGICGUILDSHOP2 = 232;
238
+ static readonly GENERALSHOP_PHASMATYS = 233;
239
+ static readonly SKILL_GUIDE_COOKING_HOTDRINKS = 234;
240
+ static readonly AHOY_GENERALSHOP = 235;
241
+ static readonly WILDERNESSCAPESHOP1 = 236;
242
+ static readonly WILDERNESSCAPESHOP2 = 237;
243
+ static readonly WILDERNESSCAPESHOP3 = 238;
244
+ static readonly WILDERNESSCAPESHOP4 = 239;
245
+ static readonly WILDERNESSCAPESHOP5 = 240;
246
+ static readonly WILDERNESSCAPESHOP6 = 241;
247
+ static readonly WILDERNESSCAPESHOP7 = 242;
248
+ static readonly WILDERNESSCAPESHOP8 = 243;
249
+ static readonly WILDERNESSCAPESHOP9 = 244;
250
+ static readonly WILDERNESSCAPESHOP10 = 245;
251
+ static readonly CASTLEWARS_TRADE_TICKETS = 246;
252
+ static readonly CASTLEWARS_TRADE_COINS = 247;
253
+ static readonly SMITHING_LAMP_IRON = 248;
254
+ static readonly SMITHING_LAMP_STEEL = 249;
255
+ static readonly SALESMAN_RANGING = 250;
256
+ static readonly MM_SCIMITAR_SHOP2 = 251;
257
+ static readonly FEUD_MORRISANES = 252;
258
+ static readonly FEUD_ALISPUB = 253;
259
+ static readonly POLLNIVNEACH_GENERALSTORE = 254;
260
+ static readonly DT_BANDIT_SHOP = 255;
261
+ static readonly RASOOLSHOP1 = 256;
262
+ static readonly FD_BANDIT_BAR = 257;
263
+ static readonly SOPHANEM_CLOTH_STORE = 258;
264
+ static readonly AHOY_AKHARANU_SHOP = 259;
265
+ static readonly UGLUG_NAR_SHOP = 260;
266
+ static readonly KELDAGRIM_WARHAMMER_SHOP = 261;
267
+ static readonly KELDAGRIM_QUALITY_WEAPONS_SHOP = 262;
268
+ static readonly KELDAGRIM_QUALITY_ARMOUR_SHOP = 263;
269
+ static readonly KELDAGRIM_GENERAL_SHOP = 264;
270
+ static readonly KELDAGRIM_PICKAXE_SHOP = 265;
271
+ static readonly KELDAGRIM_CLOTHES_SHOP = 266;
272
+ static readonly KELDAGRIM_BREAD_STALL = 267;
273
+ static readonly KELDAGRIM_CRAFTING_STALL = 268;
274
+ static readonly KELDAGRIM_GEM_STALL = 269;
275
+ static readonly KELDAGRIM_SILVER_STALL = 270;
276
+ static readonly KELDAGRIM_CLOTHES_STALL = 271;
277
+ static readonly MINECART_TEMP_INV = 272;
278
+ static readonly SEED_STALL = 273;
279
+ static readonly SKILL_GUIDE_THIEVING_CHESTS = 274;
280
+ static readonly SKILL_GUIDE_PRAYER = 275;
281
+ static readonly DARKRUNESHOP_CRAP = 276;
282
+ static readonly DARKRUNESHOP_UBER = 277;
283
+ static readonly ROGUESDEN_PUZZLE_ROTATION = 278;
284
+ static readonly ROGUESDEN_SHOP = 279;
285
+ static readonly FARMING_SHOP_1 = 280;
286
+ static readonly FARMING_SHOP_2 = 281;
287
+ static readonly FARMING_SHOP_3 = 282;
288
+ static readonly FARMING_SHOP_4 = 283;
289
+ static readonly SKILL_GUIDE_COOKING_BREWING = 284;
290
+ static readonly SKILL_GUIDE_COOKING_VEGETABLES = 285;
291
+ static readonly SKILL_GUIDE_CRAFTING_WEAVING = 286;
292
+ static readonly SKILL_GUIDE_FARMING_VEG = 287;
293
+ static readonly SKILL_GUIDE_FARMING_HOPS = 288;
294
+ static readonly SKILL_GUIDE_FARMING_TREES = 289;
295
+ static readonly SKILL_GUIDE_FARMING_FRUIT_TREES = 290;
296
+ static readonly SKILL_GUIDE_FARMING_HERBS = 291;
297
+ static readonly SKILL_GUIDE_FARMING_FLOWERS = 292;
298
+ static readonly SKILL_GUIDE_FARMING_BUSHES = 293;
299
+ static readonly SKILL_GUIDE_FARMING_SPECIAL = 294;
300
+ static readonly SKILL_GUIDE_FARMING_MUSHROOM = 295;
301
+ static readonly SKILL_GUIDE_FARMING_CACTUS = 296;
302
+ static readonly SKILL_GUIDE_FARMING_CALQUAT = 297;
303
+ static readonly SKILL_GUIDE_FARMING_SPIRIT_TREE = 298;
304
+ static readonly SKILL_GUIDE_FARMING_SCARECROW = 299;
305
+ static readonly SKILL_GUIDE_FARMING_BELLADONNA = 300;
306
+ static readonly LLETYAGENERALSHOP1 = 301;
307
+ static readonly LLETYASEAMSTRESSSHOP1 = 302;
308
+ static readonly LLETYAARCHERYSHOP1 = 303;
309
+ static readonly LLETYAFOODSHOP1 = 304;
310
+ static readonly TAI_BWO_WANNAI_COOPERATIVE = 305;
311
+ static readonly TAI_BWO_WANNAI_DRINKSIES = 306;
312
+ static readonly MACRO_CERTER = 307;
313
+ static readonly ROGUETRADER_TOUGHSUDUKUINV = 308;
314
+ static readonly ROGUETRADER_ALIM_DEFENDBJ_INV = 309;
315
+ static readonly ROGUETRADER_ALIM_ASSAULTBJ_INV = 310;
316
+ static readonly ROGUETRADER_ALIM_MEANPCLOTHES_INV = 311;
317
+ static readonly ROGUETRADER_ALIM_CARPETCLOTHES_INV = 312;
318
+ static readonly ROGUETRADER_ALIM_RUNERETAIL_INV = 313;
319
+ static readonly ROGUETRADER_ALIM_RUNEWHOLESALE_INV = 314;
320
+ static readonly ROGUETRADER_ALIM_RUNEDUMP = 315;
321
+ static readonly BLAST_FURNACE_INV = 316;
322
+ static readonly BLAST_FURNACE_BARS_INV = 317;
323
+ static readonly SMITHING_GUILD_ORE_SELLER = 318;
324
+ static readonly SMITHING_GUILD_BUYER = 319;
325
+ static readonly PICKCATINV = 320;
326
+ static readonly SKILL_GUIDE_AGILITY_COURSES = 321;
327
+ static readonly SKILL_GUIDE_AGILITY_AREAS = 322;
328
+ static readonly SKILL_GUIDE_AGILITY_SHORTCUTS = 323;
329
+ static readonly TZHAAR_SHOP_GENERAL = 324;
330
+ static readonly TZHAAR_SHOP_EQUIPMENT = 325;
331
+ static readonly TZHAAR_SHOP_OREANDGEM = 326;
332
+ static readonly TZHAAR_SHOP_RUNE = 327;
333
+ static readonly WHITEKNIGHT_ARMOURY1 = 328;
334
+ static readonly WHITEKNIGHT_ARMOURY2 = 329;
335
+ static readonly WHITEKNIGHT_ARMOURY3 = 330;
336
+ static readonly WHITEKNIGHT_ARMOURY4 = 331;
337
+ static readonly WHITEKNIGHT_ARMOURY5 = 332;
338
+ static readonly WHITEKNIGHT_ARMOURY6 = 333;
339
+ static readonly PILLORY_ROTTENFRUITSHOP = 334;
340
+ static readonly SKILL_GUIDE_COOKING_DAIRY = 335;
341
+ static readonly SKILL_GUIDE_WOODCUTTING_AXES = 336;
342
+ static readonly SILVERCAST_HOLYSYMBOL = 337;
343
+ static readonly SILVERCAST_UNHOLYSYMBOL = 338;
344
+ static readonly SILVERCAST_SICKLE = 339;
345
+ static readonly SILVERCAST_LIGHTNING = 340;
346
+ static readonly SILVERCAST_TIARA = 341;
347
+ static readonly SILVERCAST_AGRITH = 342;
348
+ static readonly GENERALSHOPNARDAH = 343;
349
+ static readonly ARMOURSHOPNARDAH = 344;
350
+ static readonly CHOCICESHOPNARDAH = 345;
351
+ static readonly BAKERY2 = 346;
352
+ static readonly MAGICTRAINING_INVENTORY = 347;
353
+ static readonly SMITHSSHOP = 348;
354
+ static readonly JOESHOP = 349;
355
+ static readonly CHARLEYSHOP = 350;
356
+ static readonly MIKESHOP = 351;
357
+ static readonly SHOP_PIES = 352;
358
+ static readonly SKILL_GUIDE_WOODCUTTING_CANOES = 353;
359
+ static readonly FARMING_TOOLS_FAIRYVERSION = 354;
360
+ static readonly WIELDED_WEAPON_INV = 355;
361
+ static readonly HUNDRED_FOODCHEST1 = 356;
362
+ static readonly HUNDRED_FOODCHEST2 = 357;
363
+ static readonly HUNDRED_FOODCHEST3 = 358;
364
+ static readonly HUNDRED_FOODCHEST4 = 359;
365
+ static readonly HUNDRED_FOODCHEST5 = 360;
366
+ static readonly HUNDRED_FOODCHEST6 = 361;
367
+ static readonly HUNDRED_FOODCHEST7 = 362;
368
+ static readonly HUNDRED_FOODCHEST8 = 363;
369
+ static readonly HUNDRED_FOODCHEST9 = 364;
370
+ static readonly HUNDRED_FOODCHEST10 = 365;
371
+ static readonly HUNDRED_REWARDCHEST1 = 366;
372
+ static readonly HUNDRED_REWARDCHEST2 = 367;
373
+ static readonly HUNDRED_REWARDCHEST3 = 368;
374
+ static readonly HUNDRED_REWARDCHEST4 = 369;
375
+ static readonly HUNDRED_REWARDCHEST5 = 370;
376
+ static readonly HUNDRED_REWARDCHEST6 = 371;
377
+ static readonly HUNDRED_REWARDCHEST7 = 372;
378
+ static readonly HUNDRED_REWARDCHEST8 = 373;
379
+ static readonly HUNDRED_REWARDCHEST9 = 374;
380
+ static readonly HUNDRED_REWARDCHEST10 = 375;
381
+ static readonly HUNDRED_QUEST_JOURNAL = 376;
382
+ static readonly _100GUIDE_FLOURINV1 = 377;
383
+ static readonly _100GUIDE_FLOURINV2 = 378;
384
+ static readonly _100GUIDE_FLOURINV3 = 379;
385
+ static readonly _100GUIDE_FLOURINV4 = 380;
386
+ static readonly _100GUIDE_FLOURINV5 = 381;
387
+ static readonly SILVERCAST_COMMANDROD = 382;
388
+ static readonly BURGH_GENERAL_STORE = 383;
389
+ static readonly WINE_MERCHANT = 384;
390
+ static readonly WINE_VINEGAR_MERCHANT = 385;
391
+ static readonly WINE_MERCHANT_FREE = 386;
392
+ static readonly PEST_ARCHERY_STORE = 387;
393
+ static readonly PEST_RUNE_STORE = 388;
394
+ static readonly PEST_GENERAL_STORE = 389;
395
+ static readonly MISC_RESOURCES_COLLECTED = 390;
396
+ static readonly ROYAL_GENERALSTORE = 391;
397
+ static readonly ROYAL_CLOTHESHOP = 392;
398
+ static readonly ROYAL_BAR = 393;
399
+ static readonly ROYAL_FOODSHOP = 394;
400
+ static readonly POH_SAWMILL_SHOP = 395;
401
+ static readonly POH_STONEMASON_SHOP = 396;
402
+ static readonly POH_GARDEN_CENTRE = 397;
403
+ static readonly POH_FURNITURE_MENU_INV = 398;
404
+ static readonly SKILL_GUIDE_CARPENTRY_ROOMS = 399;
405
+ static readonly SKILL_GUIDE_CARPENTRY_SEATING = 400;
406
+ static readonly SKILL_GUIDE_CARPENTRY_STORAGE = 401;
407
+ static readonly SKILL_GUIDE_CARPENTRY_SKILLS = 402;
408
+ static readonly SKILL_GUIDE_CARPENTRY_DECORATIVE = 403;
409
+ static readonly SKILL_GUIDE_CARPENTRY_GAMES = 404;
410
+ static readonly SKILL_GUIDE_CARPENTRY_GARDEN = 405;
411
+ static readonly SKILL_GUIDE_CARPENTRY_MISC = 406;
412
+ static readonly SKILL_GUIDE_CARPENTRY_CHAPEL = 407;
413
+ static readonly SKILL_GUIDE_CARPENTRY_DUNGEON = 408;
414
+ static readonly SKILL_GUIDE_CARPENTRY_TROPHIES = 409;
415
+ static readonly WARGUILD_FOOD_SHOP = 410;
416
+ static readonly WARGUILD_ARMOUR_SHOP = 411;
417
+ static readonly WARGUILD_POTION_SHOP = 412;
418
+ static readonly DORGESHUUN_WEAPON_SHOP = 413;
419
+ static readonly BREW_REWARD_SHOP = 414;
420
+ static readonly SKILL_GUIDE_THIEVING_OTHER = 415;
421
+ static readonly LUNAR_GENERAL = 416;
422
+ static readonly LUNAR_CLOTHESHOP = 417;
423
+ static readonly LUNAR_RUNESHOP = 418;
424
+ static readonly LUNAR_RUNESHOP_COMPL = 419;
425
+ static readonly SKILL_GUIDE_RANGED_SHORTCUTS = 420;
426
+ static readonly SKILL_GUIDE_STRENGTH_WEAPONS_AND_ARMOUR = 421;
427
+ static readonly SKILL_GUIDE_STRENGTH_SHORTCUTS = 422;
428
+ static readonly SKILL_GUIDE_FLETCHING_CBOWS = 423;
429
+ static readonly SKILL_GUIDE_MAGIC_BOLTS = 424;
430
+ static readonly SKILL_GUIDE_RANGED_CROSSBOWS = 425;
431
+ static readonly SKILL_GUIDE_SMITHING_BLURITE = 426;
432
+ static readonly XBOWS_SHOP = 427;
433
+ static readonly XBOWS_SHOP_ADDY = 428;
434
+ static readonly SILVERCAST_XBOWS = 429;
435
+ static readonly SMITHING_BRONZE6 = 430;
436
+ static readonly SMITHING_IRON6 = 431;
437
+ static readonly SMITHING_STEEL6 = 432;
438
+ static readonly SMITHING_MITHRIL6 = 433;
439
+ static readonly XBOWS_GRAPPLE_INV = 434;
440
+ static readonly SMITHING_ADAMANT6 = 435;
441
+ static readonly SMITHING_RUNE6 = 436;
442
+ static readonly SKILL_GUIDE_COOKING_GNOME = 437;
443
+ static readonly EYEGLO_INV_IN = 438;
444
+ static readonly EYEGLO_INV_OUT = 439;
445
+ static readonly EYEGLO_INV_SIDE = 440;
446
+ static readonly TRADER_STAN_SHOP = 441;
447
+ static readonly MEIYERDITCH_BLACK_MARKET = 442;
448
+ static readonly TEMPLEKNIGHT_ARMOURY1 = 443;
449
+ static readonly TEMPLEKNIGHT_ARMOURY2 = 444;
450
+ static readonly POH_COSTUME_MENU_INV = 445;
451
+ static readonly POH_COSTUME_ROOM_MAGIC_WARDROBE_INV = 446;
452
+ static readonly POH_COSTUME_ROOM_ARMOUR_INV = 447;
453
+ static readonly POH_COSTUME_ROOM_AME_INV = 448;
454
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_1_INV = 449;
455
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_2_INV = 450;
456
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_3_INV = 451;
457
+ static readonly POH_COSTUME_ROOM_CAPES_INV = 452;
458
+ static readonly POH_COSTUME_ROOM_HOLIDAY_ITEMS_INV = 453;
459
+ static readonly SKILL_GUIDE_CARPENTRY_COSTUME_ROOM = 454;
460
+ static readonly ROGUESDEN_SHOP_SKILLCAPE = 455;
461
+ static readonly ROGUESDEN_SHOP_SKILLCAPE_TRIMMED = 456;
462
+ static readonly RANGING_GUILD_ARMOURSHOP_SKILLCAPE = 457;
463
+ static readonly RANGING_GUILD_ARMOURSHOP_SKILLCAPE_TRIMMED = 458;
464
+ static readonly RUNESHOP_SKILLCAPE = 459;
465
+ static readonly RUNESHOP_SKILLCAPE_TRIMMED = 460;
466
+ static readonly MAGICGUILDSHOP2_SKILLCAPE = 461;
467
+ static readonly MAGICGUILDSHOP2_SKILLCAPE_TRIMMED = 462;
468
+ static readonly RANGING_GUILD_BOWSHOP_SKILLCAPE = 463;
469
+ static readonly RANGING_GUILD_BOWSHOP_SKILLCAPE_TRIMMED = 464;
470
+ static readonly MYARM_SHOP = 465;
471
+ static readonly ARCHERYSHOP2_SKILLCAPE = 466;
472
+ static readonly ARCHERYSHOP2_SKILLCAPE_TRIMMED = 467;
473
+ static readonly DIANGO_HOLS_SACK = 468;
474
+ static readonly SKILL_GUIDE_HUNTING_TRACKING = 469;
475
+ static readonly SKILL_GUIDE_HUNTING_BIRDS = 470;
476
+ static readonly SKILL_GUIDE_HUNTING_BUTTERFLIES = 471;
477
+ static readonly SKILL_GUIDE_HUNTING_DEADFALLS = 472;
478
+ static readonly SKILL_GUIDE_HUNTING_BOXTRAPS = 473;
479
+ static readonly SKILL_GUIDE_HUNTING_NETTRAPS = 474;
480
+ static readonly SKILL_GUIDE_HUNTING_PITFALLS = 475;
481
+ static readonly SKILL_GUIDE_HUNTING_FALCONRY = 476;
482
+ static readonly SKILL_GUIDE_HUNTING_IMPBOXES = 477;
483
+ static readonly SKILL_GUIDE_HUNTING_RABBITS = 478;
484
+ static readonly SKILL_GUIDE_HUNTING_EAGLES = 479;
485
+ static readonly SKILL_GUIDE_HUNTING_TRAPS = 480;
486
+ static readonly SKILL_GUIDE_HUNTING_CLOTHING = 481;
487
+ static readonly HUNTING_CUSTOMFURSHOP = 482;
488
+ static readonly HUNTING_SHOP_YANILLE = 483;
489
+ static readonly HUNTING_SHOP_NARDAH = 484;
490
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_1A_INV = 485;
491
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_2A_INV = 486;
492
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_3A_INV = 487;
493
+ static readonly POH_COSTUME_ROOM_CAPES_INV_PAGE2 = 488;
494
+ static readonly ANMA_SHOP = 489;
495
+ static readonly BARBASSAULT_EGGINV = 490;
496
+ static readonly CONTACT_CRAFTINGSHOP = 491;
497
+ static readonly CONTACT_BAKERY = 492;
498
+ static readonly CONTACT_DAGGERSHOP = 493;
499
+ static readonly CONTACT_EMBALMER = 494;
500
+ static readonly SOPHANEM_CLOTH_STORE_UPDATED = 495;
501
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_1_INV_CHECK = 496;
502
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_1A_INV_CHECK = 497;
503
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_2_INV_CHECK = 498;
504
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_2A_INV_CHECK = 499;
505
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_3_INV_CHECK = 500;
506
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_3A_INV_CHECK = 501;
507
+ static readonly FRISB_N_SHOP = 502;
508
+ static readonly FRISD_FISHMONGER = 503;
509
+ static readonly FRISD_COOK = 504;
510
+ static readonly FRISD_ARMOURSHOP = 505;
511
+ static readonly FRISD_WEAPONSHOP = 506;
512
+ static readonly FRISD_ORESHOP = 507;
513
+ static readonly FRISD_YAK_CONTRABAND = 508;
514
+ static readonly TTREK_FOLLOWER_INV = 509;
515
+ static readonly DORGESH_FOOD_SOLD = 510;
516
+ static readonly DORGESH_LAMP_SHOP = 511;
517
+ static readonly DORGESH_LEATHER_SHOP = 512;
518
+ static readonly DORGESH_GENERAL_STORE = 513;
519
+ static readonly DREAM_BANK_INVENTORY = 514;
520
+ static readonly DREAM_CRATE_INVENTORY = 515;
521
+ static readonly LOOTING_BAG = 516;
522
+ static readonly POH_MENAGERIE_PETS = 517;
523
+ static readonly TRADINGPOST_SELL_0 = 518;
524
+ static readonly TRADINGPOST_SELL_1 = 519;
525
+ static readonly TRADINGPOST_SELL_2 = 520;
526
+ static readonly TRADINGPOST_SELL_3 = 521;
527
+ static readonly TRADINGPOST_SELL_4 = 522;
528
+ static readonly TRADINGPOST_SELL_5 = 523;
529
+ static readonly TRADINGPOST_DISPLAY = 524;
530
+ static readonly GRAVESTONE = 525;
531
+ static readonly GE_OFFER_0 = 526;
532
+ static readonly GE_OFFER_1 = 527;
533
+ static readonly GE_OFFER_2 = 528;
534
+ static readonly GE_OFFER_3 = 529;
535
+ static readonly GE_OFFER_4 = 530;
536
+ static readonly GE_OFFER_5 = 531;
537
+ static readonly MICROT_DROPBOX = 532;
538
+ static readonly MICROT_DELBOX = 533;
539
+ static readonly BONDS_ESCROW = 534;
540
+ static readonly BONDS_REDEEM_DUMMY = 535;
541
+ static readonly BONDS_POUCH = 536;
542
+ static readonly GE_OFFER_6 = 537;
543
+ static readonly GE_OFFER_7 = 538;
544
+ static readonly GE_COLLECT_6 = 539;
545
+ static readonly GE_COLLECT_7 = 540;
546
+ static readonly DUELDISPLAY_DUMMY = 541;
547
+ static readonly DEADMAN_AXESHOP = 542;
548
+ static readonly DEADMAN_SCIMITARSHOP = 543;
549
+ static readonly DEADMAN_CRAFTINGSHOP2 = 544;
550
+ static readonly DEADMAN_LEGSSHOP = 545;
551
+ static readonly DEADMAN_SWORDSHOP = 546;
552
+ static readonly DEADMAN_ARMOURSHOP = 547;
553
+ static readonly DEADMAN_ARCHERYSHOP = 548;
554
+ static readonly DEADMAN_SKIRTSHOP = 549;
555
+ static readonly DEADMAN_FISHINGSHOP = 550;
556
+ static readonly DEADMAN_MEMBERSTAFFSHOP = 551;
557
+ static readonly DEADMAN_HELMETSHOP = 552;
558
+ static readonly DEADMANLOSE = 553;
559
+ static readonly DEADMANLOSE_DUMMY = 554;
560
+ static readonly DEADMANPROTECT = 555;
561
+ static readonly DEADMANCERT = 556;
562
+ static readonly DEADMANKEY = 557;
563
+ static readonly DEADMAN_LOOT_INV0 = 558;
564
+ static readonly DEADMAN_LOOT_INV1 = 559;
565
+ static readonly DEADMAN_LOOT_INV2 = 560;
566
+ static readonly DEADMAN_LOOT_INV3 = 561;
567
+ static readonly DEADMAN_LOOT_INV4 = 562;
568
+ static readonly DEADMAN_SAFEBOX = 563;
569
+ static readonly DEADMAN_SAFEBOX_SPLIT = 564;
570
+ static readonly PISCARILIUS_FISH_TRADER_0 = 565;
571
+ static readonly PISCARILIUS_FISH_TRADER_250 = 566;
572
+ static readonly PISCARILIUS_FISH_TRADER_500 = 567;
573
+ static readonly PISCARILIUS_FISH_TRADER_750 = 568;
574
+ static readonly PISCARILIUS_FISH_TRADER_1000 = 569;
575
+ static readonly PISCARILIUS_FISHING_SUPPLIES = 570;
576
+ static readonly PISCARILIUS_GENERALSTORE = 571;
577
+ static readonly BANK_HOLDINGINV = 572;
578
+ static readonly SEED_BOX = 573;
579
+ static readonly MM2_JAVELIN_STORE = 574;
580
+ static readonly LOVAKENGJ_DYNAMITE_SHOP = 575;
581
+ static readonly HH_INV = 576;
582
+ static readonly BR_REWARDINV = 577;
583
+ static readonly KOURENDGEMSTALL = 578;
584
+ static readonly KOURENDGEMSTORE = 579;
585
+ static readonly BAKERY3 = 580;
586
+ static readonly RAIDS_REWARDS = 581;
587
+ static readonly RAIDS_SHAREDSTORAGE = 582;
588
+ static readonly RAIDS_PRIVATESTORAGE = 583;
589
+ static readonly DEATHKEEP_ITEMS = 584;
590
+ static readonly TZHAAR_SHOP_CITYEQUIPMENT = 585;
591
+ static readonly TZHAAR_SHOP_CITYOREANDGEM = 586;
592
+ static readonly MGUILD_ORESHOP = 587;
593
+ static readonly MGUILD_PICKAXESHOP = 588;
594
+ static readonly MGUILD_REWARDSHOP = 589;
595
+ static readonly FOSSIL_GENERAL_STORE = 590;
596
+ static readonly DEADMAN_ARCHERYSHOP2 = 591;
597
+ static readonly DEADMAN_ADVENTURESHOP = 592;
598
+ static readonly DEADMAN_PUB = 593;
599
+ static readonly DEADMAN_SHANTAYSHOP = 594;
600
+ static readonly DEADMAN_RANGING_GUILD_BOWSHOP = 595;
601
+ static readonly DEADMAN_GEMSHOP = 596;
602
+ static readonly DEADMAN_GEMSHOP2 = 597;
603
+ static readonly DEADMAN_GEMSTALL = 598;
604
+ static readonly DEADMAN_KOURENDGEMSTALL = 599;
605
+ static readonly WARRENS_FISHMONGER = 600;
606
+ static readonly MYTHS_GUILD_WEAPONRY = 601;
607
+ static readonly MYTHS_GUILD_ARMOURY = 602;
608
+ static readonly MYTHS_GUILD_CAPES = 603;
609
+ static readonly MYTHS_GUILD_HERBALIST = 604;
610
+ static readonly DEADMAN_SALESMAN_RANGING = 605;
611
+ static readonly DEADMAN_PEST_ARCHERY_STORE = 606;
612
+ static readonly DEADMAN_PEST_RUNE_STORE = 607;
613
+ static readonly DEADMAN_LUNAR_RUNESHOP = 608;
614
+ static readonly DEADMAN_LUNAR_RUNESHOP_COMPL = 609;
615
+ static readonly DEADMAN_LLETYAARCHERYSHOP1 = 610;
616
+ static readonly SPECTATOR_INVENTORY = 611;
617
+ static readonly TOB_CHESTS = 612;
618
+ static readonly APRILFOOLSHORSESHOP_DEADMAN = 613;
619
+ static readonly DUELTAX = 614;
620
+ static readonly DUELHOLDING_DUMMY = 615;
621
+ static readonly DEADMAN_ARCHERYSHOP2_SKILLCAPE = 616;
622
+ static readonly DEADMAN_ARCHERYSHOP2_SKILLCAPE_TRIMMED = 617;
623
+ static readonly BOT_BUSTING_LOOT = 618;
624
+ static readonly TELENEXUS_COST = 619;
625
+ static readonly COLLECTION_TRANSMIT = 620;
626
+ static readonly KEBOS_POH_GARDEN_CENTRE = 621;
627
+ static readonly KEBOS_FARMING_EQUIPMENT_SHOP = 622;
628
+ static readonly KEBOS_WEAPON_SHOP = 623;
629
+ static readonly KEBOS_FARMING_SEED_SHOP = 624;
630
+ static readonly KEBOS_FARMING_SEED_IRON_SHOP = 625;
631
+ static readonly SEED_VAULT = 626;
632
+ static readonly POH_COSTUME_ROOM_TREASURE_TRAIL_0_INV = 627;
633
+ static readonly GAUNTLET_HOLDING = 628;
634
+ static readonly PRIF_FOOD_STORE = 629;
635
+ static readonly PRIF_MACE_STORE = 630;
636
+ static readonly PRIF_WEAPON_STORE = 631;
637
+ static readonly PRIF_LEIGH_STORE = 632;
638
+ static readonly LEAGUES_HOLDING = 633;
639
+ static readonly GENERALSHOP9_EASTER = 634;
640
+ static readonly HALLOWED_REWARDSHOP = 635;
641
+ static readonly DEATH_PERMANENT = 636;
642
+ static readonly POH_COSTUMES = 637;
643
+ static readonly BANKPIN_INV = 638;
644
+ static readonly SLAYERSHOP_PRE_PORCINE = 639;
645
+ static readonly LEAGUE_TRAILBLAZER_GENERALSHOP1 = 640;
646
+ static readonly LEAGUE_TRAILBLAZER_SLAYERSHOP = 641;
647
+ static readonly LEAGUE_TRAILBLAZER_SLAYERSHOP_PREPORCINE = 642;
648
+ static readonly LEAGUE_TRAILBLAZER_CATHERBY_CHARTER = 643;
649
+ static readonly LEAGUE_TRAILBLAZER_PORT_KHAZARD_CHARTER = 644;
650
+ static readonly LEAGUE_TRAILBLAZER_VARROCK_ARMOUR_SHOP = 645;
651
+ static readonly LEAGUE_SECONDINV = 646;
652
+ static readonly II_SHOP = 647;
653
+ static readonly ROGUESDEN_SHOP_IRON = 648;
654
+ static readonly ROGUESDEN_SHOP_SKILLCAPE_IRON = 649;
655
+ static readonly ROGUESDEN_SHOP_SKILLCAPE_TRIMMED_IRON = 650;
656
+ static readonly TACKLE_BOX = 651;
657
+ static readonly CUTSCENE_EMPTY = 652;
658
+ static readonly DEADMAN_SHAYZIEN_RANGESHOP = 653;
659
+ static readonly SHAYZIEN_RANGESHOP = 654;
660
+ static readonly SHAYZIEN_PUB = 655;
661
+ static readonly SHAYZIEN_CLOTHESSHOP = 656;
662
+ static readonly WARGUILD_FOOD_SHOP_UIM = 657;
663
+ static readonly WARGUILD_FOOD_SHOP_GIM = 658;
664
+ static readonly INV_GROUP_TEMP = 659;
665
+ static readonly INV_PLAYER_TEMP = 660;
666
+ static readonly INV_PLAYER_SNAPSHOT = 661;
667
+ static readonly TRADER_STAN_BRIMHAVEN_GIM = 662;
668
+ static readonly TRADER_STAN_CATHERBY_GIM = 663;
669
+ static readonly TRADER_STAN_HARMLESS_GIM = 664;
670
+ static readonly TRADER_STAN_MUSA_GIM = 665;
671
+ static readonly TRADER_STAN_KHAZARD_GIM = 666;
672
+ static readonly TRADER_STAN_PHASMATYS_GIM = 667;
673
+ static readonly TRADER_STAN_SHOP_UIM = 668;
674
+ static readonly TRADER_STAN_SHOP_GIM = 669;
675
+ static readonly SKILL_GUIDE_FIREMAKING_UIM = 670;
676
+ static readonly SMITHING_GUILD_ORE_SELLER_UIM = 671;
677
+ static readonly SMITHING_GUILD_ORE_SELLER_GIM = 672;
678
+ static readonly UPASSGENERALSHOP_UIM = 673;
679
+ static readonly UPASSGENERALSHOP_GIM = 674;
680
+ static readonly TBWT_TIADECHE_FINAL_UIM = 675;
681
+ static readonly TBWT_TIADECHE_FINAL_GIM = 676;
682
+ static readonly LLETYAARCHERYSHOP_UIM = 677;
683
+ static readonly LLETYAARCHERYSHOP_GIM = 678;
684
+ static readonly KARAMJA_FISHRESTAURANT_UIM = 679;
685
+ static readonly KARAMJA_FISHRESTAURANT_GIM = 680;
686
+ static readonly ROGUETRADER_ALIM_RUNERETAIL_UIM = 681;
687
+ static readonly ROGUETRADER_ALIM_RUNERETAIL_GIM = 682;
688
+ static readonly ROGUETRADER_ALIM_RUNEWHOLESALE_UIM = 683;
689
+ static readonly ROGUETRADER_ALIM_RUNEWHOLESALE_GIM = 684;
690
+ static readonly HUNDRED_FOODCHEST1_UIM = 685;
691
+ static readonly HUNDRED_FOODCHEST1_GIM = 686;
692
+ static readonly HUNDRED_FOODCHEST2_UIM = 687;
693
+ static readonly HUNDRED_FOODCHEST2_GIM = 688;
694
+ static readonly HUNDRED_FOODCHEST3_UIM = 689;
695
+ static readonly HUNDRED_FOODCHEST3_GIM = 690;
696
+ static readonly HUNDRED_FOODCHEST4_UIM = 691;
697
+ static readonly HUNDRED_FOODCHEST4_GIM = 692;
698
+ static readonly HUNDRED_FOODCHEST5_UIM = 693;
699
+ static readonly HUNDRED_FOODCHEST5_GIM = 694;
700
+ static readonly HUNDRED_FOODCHEST6_UIM = 695;
701
+ static readonly HUNDRED_FOODCHEST6_GIM = 696;
702
+ static readonly HUNDRED_FOODCHEST7_UIM = 697;
703
+ static readonly HUNDRED_FOODCHEST7_GIM = 698;
704
+ static readonly HUNDRED_FOODCHEST8_UIM = 699;
705
+ static readonly HUNDRED_FOODCHEST8_GIM = 700;
706
+ static readonly HUNDRED_FOODCHEST9_UIM = 701;
707
+ static readonly HUNDRED_FOODCHEST9_GIM = 702;
708
+ static readonly HUNDRED_FOODCHEST10_UIM = 703;
709
+ static readonly HUNDRED_FOODCHEST10_GIM = 704;
710
+ static readonly ANMA_SHOP_UIM = 705;
711
+ static readonly ANMA_SHOP_GIM = 706;
712
+ static readonly LUNAR_RUNESHOP_UIM = 707;
713
+ static readonly LUNAR_RUNESHOP_GIM = 708;
714
+ static readonly LUNAR_RUNESHOP_COMPL_UIM = 709;
715
+ static readonly LUNAR_RUNESHOP_COMPL_GIM = 710;
716
+ static readonly MAGEARENA_RUNESHOP_UIM = 711;
717
+ static readonly MAGEARENA_RUNESHOP_GIM = 712;
718
+ static readonly DARKRUNESHOP_CRAP_UIM = 713;
719
+ static readonly DARKRUNESHOP_CRAP_GIM = 714;
720
+ static readonly DARKRUNESHOP_UBER_UIM = 715;
721
+ static readonly DARKRUNESHOP_UBER_GIM = 716;
722
+ static readonly KELDAGRIM_QUALITY_WEAPONS_SHOP_UIM = 717;
723
+ static readonly KELDAGRIM_QUALITY_WEAPONS_SHOP_GIM = 718;
724
+ static readonly KELDAGRIM_GEM_STALL_UIM = 719;
725
+ static readonly KELDAGRIM_GEM_STALL_GIM = 720;
726
+ static readonly PISCARILIUS_FISH_TRADER_0_UIM = 721;
727
+ static readonly PISCARILIUS_FISH_TRADER_0_GIM = 722;
728
+ static readonly PISCARILIUS_FISH_TRADER_250_UIM = 723;
729
+ static readonly PISCARILIUS_FISH_TRADER_250_GIM = 724;
730
+ static readonly PISCARILIUS_FISH_TRADER_500_UIM = 725;
731
+ static readonly PISCARILIUS_FISH_TRADER_500_GIM = 726;
732
+ static readonly PISCARILIUS_FISH_TRADER_750_UIM = 727;
733
+ static readonly PISCARILIUS_FISH_TRADER_750_GIM = 728;
734
+ static readonly PISCARILIUS_FISH_TRADER_1000_UIM = 729;
735
+ static readonly PISCARILIUS_FISH_TRADER_1000_GIM = 730;
736
+ static readonly TZHAAR_SHOP_OREANDGEM_UIM = 731;
737
+ static readonly TZHAAR_SHOP_OREANDGEM_GIM = 732;
738
+ static readonly TZHAAR_SHOP_CITYOREANDGEM_UIM = 733;
739
+ static readonly TZHAAR_SHOP_CITYOREANDGEM_GIM = 734;
740
+ static readonly GEMSHOP_UIM = 735;
741
+ static readonly GEMSHOP_GIM = 736;
742
+ static readonly GEMSHOP2_UIM = 737;
743
+ static readonly GEMSHOP2_GIM = 738;
744
+ static readonly SILVERSHOP_UIM = 739;
745
+ static readonly SILVERSHOP_GIM = 740;
746
+ static readonly ARDOUGNEGEMSTALL_UIM = 741;
747
+ static readonly ARDOUGNEGEMSTALL_GIM = 742;
748
+ static readonly KOURENDGEMSTALL_UIM = 743;
749
+ static readonly KOURENDGEMSTALL_GIM = 744;
750
+ static readonly GNOMESHOP_GULLUCK_UIM = 745;
751
+ static readonly GNOMESHOP_GULLUCK_GIM = 746;
752
+ static readonly SEED_STALL_UIM = 747;
753
+ static readonly SEED_STALL_GIM = 748;
754
+ static readonly KEBOS_FARMING_SEED_SHOP_UIM = 749;
755
+ static readonly KEBOS_FARMING_SEED_SHOP_GIM = 750;
756
+ static readonly RUNESHOP_UIM = 751;
757
+ static readonly RUNESHOP_GIM = 752;
758
+ static readonly RUNESHOP_SKILLCAPE_UIM = 753;
759
+ static readonly RUNESHOP_SKILLCAPE_GIM = 754;
760
+ static readonly RUNESHOP_SKILLCAPE_TRIMMED_UIM = 755;
761
+ static readonly RUNESHOP_SKILLCAPE_TRIMMED_GIM = 756;
762
+ static readonly MAGICSHOP_UIM = 757;
763
+ static readonly MAGICSHOP_GIM = 758;
764
+ static readonly MAGICGUILDSHOP_UIM = 759;
765
+ static readonly MAGICGUILDSHOP_GIM = 760;
766
+ static readonly ARCHERYSHOP_UIM = 761;
767
+ static readonly ARCHERYSHOP_GIM = 762;
768
+ static readonly SALESMAN_RANGING_UIM = 763;
769
+ static readonly SALESMAN_RANGING_GIM = 764;
770
+ static readonly ARCHERYSHOP2_UIM = 765;
771
+ static readonly ARCHERYSHOP2_GIM = 766;
772
+ static readonly ARCHERYSHOP2_SKILLCAPE_UIM = 767;
773
+ static readonly ARCHERYSHOP2_SKILLCAPE_GIM = 768;
774
+ static readonly ARCHERYSHOP2_SKILLCAPE_TRIMMED_UIM = 769;
775
+ static readonly ARCHERYSHOP2_SKILLCAPE_TRIMMED_GIM = 770;
776
+ static readonly STAFFSHOP_UIM = 771;
777
+ static readonly STAFFSHOP_GIM = 772;
778
+ static readonly MEMBERSTAFFSHOP_UIM = 773;
779
+ static readonly MEMBERSTAFFSHOP_GIM = 774;
780
+ static readonly RANGING_GUILD_BOWSHOP_UIM = 775;
781
+ static readonly RANGING_GUILD_BOWSHOP_GIM = 776;
782
+ static readonly ADVENTURERSHOP_UIM = 777;
783
+ static readonly ADVENTURERSHOP_GIM = 778;
784
+ static readonly GNOMESHOP_UIM = 779;
785
+ static readonly GNOMESHOP_GIM = 780;
786
+ static readonly GENERALLEGENDS_UIM = 781;
787
+ static readonly GENERALLEGENDS_GIM = 782;
788
+ static readonly INV_PLAYER_FALLBACK = 783;
789
+ static readonly WINE_MERCHANT_DEFAULT_IRON = 784;
790
+ static readonly WINE_MERCHANT_DEFAULT_UIM = 785;
791
+ static readonly WINE_MERCHANT_DEFAULT_GIM = 786;
792
+ static readonly WINE_VINEGAR_MERCHANT_IRON = 787;
793
+ static readonly WINE_VINEGAR_MERCHANT_UIM = 788;
794
+ static readonly WINE_VINEGAR_MERCHANT_GIM = 789;
795
+ static readonly WINE_MERCHANT_FREE_IRON = 790;
796
+ static readonly WINE_MERCHANT_FREE_UIM = 791;
797
+ static readonly WINE_MERCHANT_FREE_GIM = 792;
798
+ static readonly FEUD_ALISPUB_IM = 793;
799
+ static readonly FEUD_ALISPUB_UIM = 794;
800
+ static readonly FEUD_ALISPUB_GIM = 795;
801
+ static readonly LEAGUE_3_GENERALSHOP1 = 796;
802
+ static readonly LOOT_INV_ACCESS = 797;
803
+ static readonly PVPA_SHOP_INV = 798;
804
+ static readonly GOTR_REWARD_SHOP_ALL = 799;
805
+ static readonly GOTR_REWARD_SHOP_NONE = 800;
806
+ static readonly GOTR_REWARD_SHOP_LAW = 801;
807
+ static readonly GOTR_REWARD_SHOP_DEATH = 802;
808
+ static readonly GOTR_REWARD_SHOP_BLOOD = 803;
809
+ static readonly GOTR_REWARD_SHOP_LAW_DEATH = 804;
810
+ static readonly GOTR_REWARD_SHOP_LAW_BLOOD = 805;
811
+ static readonly GOTR_REWARD_SHOP_DEATH_BLOOD = 806;
812
+ static readonly TOA_MIDRAIDLOOT_BUNDLE1 = 807;
813
+ static readonly TOA_MIDRAIDLOOT_BUNDLE2 = 808;
814
+ static readonly TOA_MIDRAIDLOOT_BUNDLE3 = 809;
815
+ static readonly TOA_MIDRAIDLOOT_BAG = 810;
816
+ static readonly TOA_CHESTS = 811;
817
+ static readonly BH_RISK_CACHE = 812;
818
+ static readonly OMNISHOP_INV_TEMP = 813;
819
+ static readonly FORESTRY_KIT = 814;
820
+ static readonly FORESTRY_SHOP_LOG_STORAGE = 815;
821
+ static readonly DT2_VAULT_SHOP = 816;
822
+ static readonly TRADER_SHOP_PISCARILIUS = 817;
823
+ static readonly TRADER_SHOP_PISCARILIUS_IRON = 818;
824
+ static readonly TRADER_SHOP_PISCARILIUS_UIM = 819;
825
+ static readonly TRADER_SHOP_PISCARILIUS_GIM = 820;
826
+ static readonly TRADER_SHOP_LANDSEND = 821;
827
+ static readonly TRADER_SHOP_LANDSEND_IRON = 822;
828
+ static readonly TRADER_SHOP_LANDSEND_UIM = 823;
829
+ static readonly TRADER_SHOP_LANDSEND_GIM = 824;
830
+ static readonly HUNTING_SHOP_GUILD = 825;
831
+ static readonly FUR_SHOP_GUILD = 826;
832
+ static readonly TRADER_SHOP_FORTIS = 827;
833
+ static readonly TRADER_SHOP_FORTIS_IRON = 828;
834
+ static readonly TRADER_SHOP_FORTIS_UIM = 829;
835
+ static readonly TRADER_SHOP_FORTIS_GIM = 830;
836
+ static readonly TRADER_SHOP_ALDARIN = 831;
837
+ static readonly TRADER_SHOP_ALDARIN_IRON = 832;
838
+ static readonly TRADER_SHOP_ALDARIN_UIM = 833;
839
+ static readonly TRADER_SHOP_ALDARIN_GIM = 834;
840
+ static readonly TRADER_SHOP_SUNSETCOAST = 835;
841
+ static readonly TRADER_SHOP_SUNSETCOAST_IRON = 836;
842
+ static readonly TRADER_SHOP_SUNSETCOAST_UIM = 837;
843
+ static readonly TRADER_SHOP_SUNSETCOAST_GIM = 838;
844
+ static readonly TRADER_SHOP_TEMPESTUS = 839;
845
+ static readonly TRADER_SHOP_TEMPESTUS_IRON = 840;
846
+ static readonly TRADER_SHOP_TEMPESTUS_UIM = 841;
847
+ static readonly TRADER_SHOP_TEMPESTUS_GIM = 842;
848
+ static readonly COLOSSEUM_REWARDS = 843;
849
+ static readonly COLOSSEUM_REWARDS_FUTURE = 844;
850
+ static readonly COLOSSEUM_REWARDS_PREVIOUS = 845;
851
+ static readonly DISARM_SLOT = 846;
852
+ static readonly PMOON_REWARDINV = 847;
853
+ static readonly CAM_TORUM_SHOP_GENERAL = 848;
854
+ static readonly CAM_TORUM_SHOP_MAGIC = 849;
855
+ static readonly CAM_TORUM_SHOP_MINING = 850;
856
+ static readonly CAM_TORUM_SHOP_BLACKSMITH = 851;
857
+ static readonly CAM_TORUM_SHOP_BAKER = 852;
858
+ static readonly CAM_TORUM_SHOP_JEWELLERY = 853;
859
+ static readonly CAM_TORUM_SHOP_HERBALIST = 854;
860
+ static readonly HUNTSMANS_KIT = 855;
861
+ static readonly SUNSET_COAST_FISHING_SHOP = 856;
862
+ static readonly SUNSET_COAST_GENERAL_STORE = 857;
863
+ static readonly SUNSET_COAST_HELMET_SHOP = 858;
864
+ static readonly STONECUTTER_STONEMASON = 859;
865
+ static readonly FORTIS_SHOP_SILK = 860;
866
+ static readonly FORTIS_SHOP_FUR = 861;
867
+ static readonly FORTIS_SHOP_GEMS = 862;
868
+ static readonly FORTIS_SHOP_SPICES = 863;
869
+ static readonly FORTIS_SHOP_BAKER = 864;
870
+ static readonly FORTIS_SHOP_GENERAL_1 = 865;
871
+ static readonly FORTIS_SHOP_GENERAL_2 = 866;
872
+ static readonly FORTIS_SHOP_BLACKSMITH = 867;
873
+ static readonly FORTIS_SHOP_MACES = 868;
874
+ static readonly FORTIS_SHOP_FARMING = 869;
875
+ static readonly FORTIS_SHOP_SEAMSTRESS = 870;
876
+ static readonly FORTIS_SHOP_FOOD = 871;
877
+ static readonly FORTIS_SHOP_CRAFTING = 872;
878
+ static readonly PUB_DEFAULT_1 = 873;
879
+ static readonly PUB_DEFAULT_2 = 874;
880
+ static readonly PUB_DEFAULT_3 = 875;
881
+ static readonly PUB_FORTIS_1 = 876;
882
+ static readonly PUB_FORTIS_2 = 877;
883
+ static readonly PUB_CAM_TORUM = 878;
884
+ static readonly DIZANAS_QUIVER_AMMO = 879;
885
+ static readonly POH_SAWMILL_SHOP_IRON = 880;
886
+ static readonly POH_SAWMILL_SHOP_UIM = 881;
887
+ static readonly POH_SAWMILL_SHOP_GIM = 882;
888
+ static readonly PISCARILIUS_GENERALSTORE_IRON = 883;
889
+ static readonly PISCARILIUS_GENERALSTORE_UIM = 884;
890
+ static readonly PISCARILIUS_GENERALSTORE_GIM = 885;
891
+ static readonly WEREWOLFSTORE1_IRON = 886;
892
+ static readonly WEREWOLFSTORE1_UIM = 887;
893
+ static readonly WEREWOLFSTORE1_GIM = 888;
894
+ static readonly DEADMAN_MM_SCIMITAR_SHOP2 = 889;
895
+ static readonly ROGUETRADER_ALIM_RUNEWHOLESALE_INV_DEADMAN_TOURNAMENT = 890;
896
+ static readonly PUB_QUETZACALLI = 891;
897
+ static readonly PUB_ALDARIN = 892;
898
+ static readonly PUB_MISTROCK = 893;
899
+ static readonly FARMER_SUPPLIES = 894;
900
+ static readonly POTION_STORE_TEMP_INV = 895;
901
+ static readonly MAG_EMELIO_SHOP = 896;
902
+ static readonly MM_CARRY = 897;
903
+ static readonly MM_LAB_ALEMBIC = 898;
904
+ static readonly MM_LAB_AGITATOR = 899;
905
+ static readonly MM_LAB_RETORT = 900;
906
+ static readonly ALDARIN_GENERAL_STORE = 901;
907
+ static readonly ALDARIN_FOOD_STORE = 902;
908
+ static readonly ALDARIN_GEM_STORE = 903;
909
+ static readonly ALDARIN_WINE_STORE = 904;
910
+ static readonly ALDARIN_DONATION_NEST = 905;
911
+ static readonly MISTROCK_SHIELD_STORE = 906;
912
+ static readonly MISTROCK_MINING_STORE = 907;
913
+ static readonly SALVAGER_OVERLOOK_GENERAL_STORE = 908;
914
+ static readonly SALVAGER_OVERLOOK_PLATEBODY_STORE = 909;
915
+ static readonly QUETZACALLI_GENERAL_STORE = 910;
916
+ static readonly PREPOT_DEVICE_INV = 911;
917
+ static readonly ALDARIN_GEM_STORE_IM = 912;
918
+ static readonly ALDARIN_GEM_STORE_UIM = 913;
919
+ static readonly ALDARIN_GEM_STORE_GIM = 914;
920
+ static readonly ITEMGRANT_TRACKING = 915;
921
+ static readonly CLAN_HALL_PARTYCHEST = 916;
922
+ static readonly TRADER_SHOP_SUNSETCOAST_LEAGUES = 917;
923
+ static readonly WEREWOLFGENERALSTORE_TBLR = 918;
924
+ static readonly LEAGUES_SAVE_TRANSFER_ITEMS = 919;
925
+ static readonly LUNAMI_AXE_STORE = 920;
926
+ static readonly SEBAMO_STAFF_STORE = 921;
927
+ static readonly AUBURN_GENERAL_STORE = 922;
928
+ static readonly DOM_LOOTPILE = 923;
929
+ static readonly KASTORI_GENERAL_STORE = 924;
930
+ static readonly KASTORIFARMINGSTORE = 925;
931
+ static readonly KASTORIFISHINGSTORE = 926;
932
+ static readonly TAL_TEKLAN_DYESHOP = 927;
933
+ static readonly TAL_TEKLAN_RUNESHOP = 928;
934
+ static readonly TAL_TEKLAN_ARCHERSHOP = 929;
935
+ static readonly TAL_TEKLAN_ARCHERSHOP_DEADMAN = 930;
936
+ static readonly TAL_TEKLAN_GENERALSTORE = 931;
937
+ static readonly PUB_TAL_TEKLAN = 932;
938
+ static readonly PUB_AUBURNVALE = 933;
939
+ static readonly PUB_NEMUS = 934;
940
+ static readonly DOM_LOOTPILE_DURING = 935;
941
+ }
942
+ }