mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added Components enum and more changes to ToolLeprechaunInterface.kt
This commit is contained in:
parent
823bf3f8fc
commit
c9b0c6d55c
2 changed files with 768 additions and 4 deletions
|
|
@ -26,8 +26,8 @@ class ToolLeprechaunInterface : ComponentPlugin() {
|
|||
component ?: return
|
||||
super.open(player, component)
|
||||
player?.varpManager?.flagSave(varp)
|
||||
if(component.id == 125) {
|
||||
player?.interfaceManager?.openSingleTab(Component(126))
|
||||
if(component.id == Components.farming_tools_125) {
|
||||
player?.interfaceManager?.openSingleTab(Component(Components.farming_tools_side_126))
|
||||
component.setCloseEvent { pl, _ ->
|
||||
pl?.interfaceManager?.closeSingleTab()
|
||||
true
|
||||
|
|
@ -41,7 +41,7 @@ class ToolLeprechaunInterface : ComponentPlugin() {
|
|||
|
||||
when(component.id){
|
||||
|
||||
125 -> {
|
||||
Components.farming_tools_125 -> {
|
||||
when(button){
|
||||
|
||||
33 -> {
|
||||
|
|
@ -131,7 +131,7 @@ class ToolLeprechaunInterface : ComponentPlugin() {
|
|||
}
|
||||
}
|
||||
|
||||
126 -> {
|
||||
Components.farming_tools_side_126 -> {
|
||||
|
||||
when(button){
|
||||
|
||||
|
|
|
|||
764
Server/src/main/java/Server/core/tools/Components.kt
Normal file
764
Server/src/main/java/Server/core/tools/Components.kt
Normal file
|
|
@ -0,0 +1,764 @@
|
|||
package core.tools
|
||||
|
||||
object Components {
|
||||
const val guide_eggs_overlay_000 = 0
|
||||
const val guide_flour_overlay_001 = 1
|
||||
const val guide_inv_flour_002 = 2
|
||||
const val guide_milk_overlay_003 = 3
|
||||
const val tog_water_bowl_004 = 4
|
||||
const val agilityarena_overlay_005 = 5
|
||||
const val agilityarena_trade_006 = 6
|
||||
const val ahoy_blackout_007 = 7
|
||||
const val ahoy_islandmap_008 = 8
|
||||
const val ahoy_runedraw_009 = 9
|
||||
const val ahoy_windspeed_010 = 10
|
||||
const val bank_deposit_box_011 = 11
|
||||
const val bankpin_main_013 = 13
|
||||
const val bankpin_settings_014 = 14
|
||||
const val banner_padlock_keys_015 = 15
|
||||
const val banner_anti_virus_016 = 16
|
||||
const val banner_scamming_021 = 21
|
||||
const val banner_security_022 = 22
|
||||
const val banner_xmas_023 = 23
|
||||
const val barrows_overlay_024 = 24
|
||||
const val barrows_puzzle_025 = 25
|
||||
const val fancy_book_026 = 26
|
||||
const val fancy_book_2_027 = 27
|
||||
const val blast_furnace_bar_stock_028 = 28
|
||||
const val blast_furnace_plan_scroll_029 = 29
|
||||
const val blast_furnace_temp_gauge_030 = 30
|
||||
const val boardgames_challenge_031 = 31
|
||||
const val boardgames_draughts_032 = 32
|
||||
const val boardgames_draughts_options_033 = 33
|
||||
const val boardgames_draughts_overlay_034 = 34
|
||||
const val boardgames_draughts_view_035 = 35
|
||||
const val boardgames_runelink_036 = 36
|
||||
const val boardgames_runelink_options_037 = 37
|
||||
const val boardgames_runelink_overlay_038 = 38
|
||||
const val boardgames_runelink_view_039 = 39
|
||||
const val boardgames_runesquares_040 = 40
|
||||
const val boardgames_runesquares_options_041 = 41
|
||||
const val boardgames_runesquares_overlay_042 = 42
|
||||
const val boardgames_runesquares_view_043 = 43
|
||||
const val boardgames_runeversi_044 = 44
|
||||
const val boardgames_runeversi_options_045 = 45
|
||||
const val boardgames_runeversi_overlay_046 = 46
|
||||
const val boardgames_runeversi_view_047 = 47
|
||||
const val bob_locator_amulet_048 = 48
|
||||
const val _fancy_book_3_049 = 49
|
||||
const val _brooch_050 = 50
|
||||
const val burgh_map_051 = 51
|
||||
const val canoe_052 = 52
|
||||
const val canoe_stations_map_053 = 53
|
||||
const val castlewars_catapult_054 = 54
|
||||
const val castlewars_score_055 = 55
|
||||
const val castlewars_shopside_056 = 56
|
||||
const val castlewars_status_overlay_057 = 57
|
||||
const val castlewars_status_overlay_saradomin_058 = 58
|
||||
const val castlewars_status_overlay_zamorak_059 = 59
|
||||
const val castlewars_trade_060 = 60
|
||||
const val cat_naming_061 = 61
|
||||
const val cave_goblin_markers_062 = 62
|
||||
const val champions_scroll_063 = 63
|
||||
const val chat1_064 = 64
|
||||
const val chat2_065 = 65
|
||||
const val chat3_066 = 66
|
||||
const val chat4_067 = 67
|
||||
const val chat_np1_068 = 68
|
||||
const val chat_np2_069 = 69
|
||||
const val chat_np3_070 = 70
|
||||
const val chat_np4_071 = 71
|
||||
const val _Cheese_churning_072 = 72
|
||||
const val _Cheese_and_butter_churning_073 = 73
|
||||
const val _Churn_cream_churn_butter_churn_cheese_074 = 74
|
||||
const val _borderless_attack_styles_75 = 75
|
||||
const val same_but_hammers_076 = 76
|
||||
const val same_but_bows_077 = 77
|
||||
const val same_but_claws_078 = 78
|
||||
const val bows_again_079 = 79
|
||||
const val aim_and_fire_or_kick_080 = 80
|
||||
const val slash_chop_etc_081 = 81
|
||||
const val twoh_082 = 82
|
||||
const val pickaxe_083 = 83
|
||||
const val halberd_084 = 84
|
||||
const val staff_with_no_cast_options_085 = 85
|
||||
const val reap_chop_jab_086 = 86
|
||||
const val spear_087 = 87
|
||||
const val mace_088 = 88
|
||||
const val stab_slash_lunge_block_089 = 89
|
||||
const val staff_with_autocast_090 = 90
|
||||
const val darts_or_knives_091 = 91
|
||||
const val whip_093 = 93
|
||||
const val confirm_destroy_094 = 94
|
||||
const val sailing_transport_world_map_095 = 95
|
||||
const val darkness_dark_096 = 96
|
||||
const val darkness_light_097 = 97
|
||||
const val darkness_medium_098 = 98
|
||||
const val death_dice_099 = 99
|
||||
const val deep_blue_100 = 100
|
||||
const val scroll_with_blood_101 = 101
|
||||
const val items_kept_on_death_102 = 102
|
||||
const val pattern_next_103 = 103
|
||||
const val star_charts_104 = 104
|
||||
const val stockmarket_105 = 105
|
||||
const val GE_tutorial_106 = 106
|
||||
const val stockside_107 = 107
|
||||
const val GE_tutorial_confirm_offer_108 = 108
|
||||
const val stockcollect_109 = 109
|
||||
const val ge_tutorial_buy_offer_110 = 110
|
||||
const val dwarf_rock_book_111 = 111
|
||||
const val dwarf_rock_cannon_112 = 112
|
||||
const val dwarf_rock_schematics_113 = 113
|
||||
const val dwarf_rock_schematics_control_114 = 114
|
||||
const val fade_to_black_115 = 115
|
||||
const val scroll_with_title_116 = 116
|
||||
const val enakh_film_117 = 117
|
||||
const val enakh_smoke_overlay_118 = 118
|
||||
const val fade_to_black_v2_119 = 119
|
||||
const val fade_to_black_120 = 120
|
||||
const val fade_to_light_blue_121 = 121
|
||||
const val fade_to_white_122 = 122
|
||||
const val fairy_certificate_123 = 123
|
||||
const val symptoms_list_fairy_queen_124 = 124
|
||||
const val farming_tools_125 = 125
|
||||
const val farming_tools_side_126 = 126
|
||||
const val favour_keyring_127 = 127
|
||||
const val junction_map_128 = 128
|
||||
const val junction_map_2_129 = 129
|
||||
const val junction_map_3_130 = 130
|
||||
const val doubleobjbox_131 = 131
|
||||
const val garden_list_132 = 132
|
||||
const val garden_quiz_133 = 133
|
||||
const val stat_advancement_interface_134 = 134
|
||||
const val aide_compass_135 = 135
|
||||
const val Both_136 = 136
|
||||
const val chatdefault_137 = 137
|
||||
const val glidermap_138 = 138
|
||||
const val gnomeball_139 = 139
|
||||
const val Select_an_Option_140 = 140
|
||||
const val coffin_with_grave_141 = 141
|
||||
const val horror_metaldoor_142 = 142
|
||||
const val grave_digger_item_143 = 143
|
||||
const val hauntedmine_controls_144 = 144
|
||||
const val RFD_miniquest_list_145 = 145
|
||||
const val spinning_black_hole_146 = 146
|
||||
const val golden_puzzle_147 = 147
|
||||
const val Select_an_option_at_the_top_148 = 148
|
||||
const val inventory_149 = 149
|
||||
const val keldagrim_map_150 = 150
|
||||
const val keldagrim_story1_151 = 151
|
||||
const val keldagrim_titles_152 = 152
|
||||
const val aide_death_153 = 153
|
||||
const val leather_crafting_154 = 154
|
||||
const val legends_mirror_155 = 155
|
||||
const val scroll_with_title_156 = 156
|
||||
const val quickchat_tutorial_157 = 157
|
||||
const val spining_black_hole_part_2_158 = 158
|
||||
const val hand_builder_159 = 159
|
||||
const val rocko_kittens_160 = 160
|
||||
const val smki_assignment_161 = 161
|
||||
const val black_hole_but_it_fades_this_time_162 = 162
|
||||
const val smki_learn_163 = 163
|
||||
const val smki_buy_164 = 164
|
||||
const val smki_smoke_overlay_165 = 165
|
||||
const val rocko_cannonball_166 = 166
|
||||
const val rocko_underwater_167 = 167
|
||||
const val rocko_seagull_168 = 168
|
||||
const val puro_puro_interface_169 = 169
|
||||
const val fade_from_black_170 = 170
|
||||
const val fade_black_to_white_171 = 171
|
||||
const val coin_slot_172 = 172
|
||||
const val chatlarge_173 = 173
|
||||
const val wom_scroll_174 = 174
|
||||
const val heat_overlay_175 = 175
|
||||
const val white_box_in_chat_box_176 = 176
|
||||
const val fade_from_white_177 = 177
|
||||
const val light2_178 = 178
|
||||
const val light_blue_179 = 179
|
||||
const val lightning_flash_180 = 180
|
||||
const val rotate_mirror_181 = 181
|
||||
const val logout_182 = 182
|
||||
const val history_of_the_goblin_race_183 = 183
|
||||
const val is_this_a_184 = 184
|
||||
const val macro_combilock_185 = 185
|
||||
const val macro_evil_bob_186 = 186
|
||||
const val music_v3_187 = 187
|
||||
const val macro_mime_emotes_188 = 188
|
||||
const val lockpicking_189 = 189
|
||||
const val shape_1_shape_2_shape_3_190 = 190
|
||||
const val macro_quizshow_191 = 191
|
||||
const val magic_192 = 192
|
||||
const val magic_zaros_193 = 193
|
||||
const val mta_points_194 = 194
|
||||
const val enchantment_pizazz_points_195 = 195
|
||||
const val magictraining_grave_196 = 196
|
||||
const val magictraining_shop_197 = 197
|
||||
const val magictraining_tele_198 = 198
|
||||
const val hardresser_beard_199 = 199
|
||||
const val Yrsas_Shoe_Store_confirm_500_gp_200 = 200
|
||||
const val Thessalias_legs_201 = 201
|
||||
const val thesallias_torso_202 = 202
|
||||
const val hardresser_female_203 = 203
|
||||
const val hairdresser_male_204 = 204
|
||||
const val skin_color__gender_205 = 205
|
||||
const val thesallias_legs_again_206 = 206
|
||||
const val hesallias_torso_again_207 = 207
|
||||
const val blank_black_screen_208 = 208
|
||||
const val mazetimer_209 = 209
|
||||
const val message1_210 = 210
|
||||
const val message2_211 = 211
|
||||
const val message3_212 = 212
|
||||
const val message4_213 = 213
|
||||
const val message5_214 = 214
|
||||
const val message_np1_215 = 215
|
||||
const val message_np2_216 = 216
|
||||
const val message_np3_217 = 217
|
||||
const val message_np4_218 = 218
|
||||
const val message_np5_219 = 219
|
||||
const val messagescroll_220 = 220
|
||||
const val messagescroll2_221 = 221
|
||||
const val blank_scroll_222 = 222
|
||||
const val peng_emote_223 = 223
|
||||
const val misc_shipjourney_224 = 224
|
||||
const val mm_message_225 = 225
|
||||
const val mole_mud_226 = 226
|
||||
const val mourning_deathalter_list_227 = 227
|
||||
const val multi2_228 = 228
|
||||
const val multi2_chat_229 = 229
|
||||
const val multi3_230 = 230
|
||||
const val multi3_chat_231 = 231
|
||||
const val multi4_232 = 232
|
||||
const val multi4_chat_233 = 233
|
||||
const val multi5_234 = 234
|
||||
const val multi5_chat_235 = 235
|
||||
const val multivar2_236 = 236
|
||||
const val multivar4_237 = 237
|
||||
const val multivar5_238 = 238
|
||||
const val engineer_claus_mousetrap_239 = 239
|
||||
const val joystick_with_button_240 = 240
|
||||
const val npcchat1_241 = 241
|
||||
const val npcchat2_242 = 242
|
||||
const val npcchat3_243 = 243
|
||||
const val npcchat4_244 = 244
|
||||
const val npcchat_np1_245 = 245
|
||||
const val npcchat_np2_246 = 246
|
||||
const val npcchat_np3_247 = 247
|
||||
const val npcchat_np4_248 = 248
|
||||
const val surok_letter1_249 = 249
|
||||
const val surok_letter2_250 = 250
|
||||
const val beacon_ring_instructions_zaff_251 = 251
|
||||
const val olaf2_lock_gate_252 = 252
|
||||
const val olaf2_skull_puzzle_253 = 253
|
||||
const val olaf2_treasuremap_254 = 254
|
||||
const val blank_tattered_scroll_255 = 255
|
||||
const val team_list_256 = 256
|
||||
const val white_flash_and_fade_257 = 257
|
||||
const val train_passing_camera_258 = 258
|
||||
const val area_task_259 = 259
|
||||
const val dream_armour_260 = 260
|
||||
const val options_261 = 261
|
||||
const val attach_detach_pipe_262 = 262
|
||||
const val pinball_interface_263 = 263
|
||||
const val paint_cannon_264 = 264
|
||||
const val clanwars_overlay_265 = 265
|
||||
const val sing__266 = 266
|
||||
const val pest_rewards_267 = 267
|
||||
const val glowing_box_268 = 268
|
||||
const val buttons_cogs_pinion_counter_20_269 = 269
|
||||
const val newcomer_map_270 = 270
|
||||
const val prayer_271 = 271
|
||||
const val priestperil_gravemonument_272 = 272
|
||||
const val prisonpete_273 = 273
|
||||
const val questjournal_v2_274 = 274
|
||||
const val questjournal_scroll_275 = 275
|
||||
const val blank_276 = 276
|
||||
const val quest_comletion_scroll_277 = 277
|
||||
const val ranging_guild_ticket_exchange_278 = 278
|
||||
const val cat_fight_279 = 279
|
||||
const val do_you_really_want_to_bet_x_280 = 280
|
||||
const val cat_hp_meters_281 = 281
|
||||
const val ratcatcher_flute_282 = 282
|
||||
const val ratcatcher_flute_music_283 = 283
|
||||
const val ratcatcher_overlay_284 = 284
|
||||
const val rd_combolock_285 = 285
|
||||
const val regicide_still_286 = 286
|
||||
const val grid_on_table_287 = 287
|
||||
const val rogue_trader_rune_sudoku_288 = 288
|
||||
const val another_rune_thing_with_open_casket_289 = 289
|
||||
const val roguesden_dials_290 = 290
|
||||
const val roguesden_gear_select_291 = 291
|
||||
const val roguesden_gears_292 = 292
|
||||
const val roguesden_puzzle_293 = 293
|
||||
const val rum_deal_bob_yarn_294 = 294
|
||||
const val rum_deal_title_295 = 295
|
||||
const val sandstorm_296 = 296
|
||||
const val sandwich_lady_297 = 297
|
||||
const val seer_combolock_298 = 298
|
||||
const val ship_travel_299 = 299
|
||||
const val smithing_new_300 = 300
|
||||
const val xp_assist_system_301 = 301
|
||||
const val scroll_with_gold_badge_302 = 302
|
||||
const val what_would_you_like_to_make_303 = 303
|
||||
const val same_304 = 304
|
||||
const val same_305 = 305
|
||||
const val same_306 = 306
|
||||
const val skill_cookmany_307 = 307
|
||||
const val lotr_scroll_308 = 308
|
||||
const val skill_multi1_309 = 309
|
||||
const val slayer_staff_spells_310 = 310
|
||||
const val smelting_311 = 311
|
||||
const val goblinch_312 = 312
|
||||
const val smokeoverlay_313 = 313
|
||||
const val blank_chatbox_314 = 314
|
||||
const val soulbane_angerbar_315 = 315
|
||||
const val soulbane_cut_316 = 316
|
||||
const val soulbane_darkness_317 = 317
|
||||
const val soulbane_scare_318 = 318
|
||||
const val staff_spells_319 = 319
|
||||
const val stats_320 = 320
|
||||
const val swamp_boatjourney_321 = 321
|
||||
const val swamp_boatjourney_back_322 = 322
|
||||
const val tanner_324 = 324
|
||||
const val target_325 = 325
|
||||
const val teleport_other_326 = 326
|
||||
const val cws_warning_11_327 = 327
|
||||
const val temple_screen_328 = 328
|
||||
const val templetrek_map_329 = 329
|
||||
const val safe_with_lock_330 = 330
|
||||
const val combo_for_lock_note_331 = 331
|
||||
const val staff_enchanting_332 = 332
|
||||
const val black_screen_333 = 333
|
||||
const val tradeconfirm_334 = 334
|
||||
const val trademain_335 = 335
|
||||
const val tradeside_336 = 336
|
||||
const val tral_map001_337 = 337
|
||||
const val trail_map002_338 = 338
|
||||
const val tral_map003_339 = 339
|
||||
const val trail_map004_340 = 340
|
||||
const val trail_map005_341 = 341
|
||||
const val trail_map006_342 = 342
|
||||
const val trail_map007_343 = 343
|
||||
const val trail_map008_344 = 344
|
||||
const val trail_cluelong_345 = 345
|
||||
const val trail_map01_346 = 346
|
||||
const val trail_map02_347 = 347
|
||||
const val trail_map03_348 = 348
|
||||
const val trail_map04_349 = 349
|
||||
const val trail_map05_350 = 350
|
||||
const val trail_map06_351 = 351
|
||||
const val trail_map07_352 = 352
|
||||
const val trail_map08_353 = 353
|
||||
const val trail_map09_354 = 354
|
||||
const val trail_map10_355 = 355
|
||||
const val trail_map11_356 = 356
|
||||
const val trail_map12_357 = 357
|
||||
const val trail_map13_358 = 358
|
||||
const val trail_map14_359 = 359
|
||||
const val trail_map15_360 = 360
|
||||
const val trail_map16_361 = 361
|
||||
const val trail_map17_362 = 362
|
||||
const val trail_puzzle_363 = 363
|
||||
const val trail_reward_364 = 364
|
||||
const val trail_sextant_365 = 365
|
||||
const val trawler_overlay_366 = 366
|
||||
const val trawler_reward_367 = 367
|
||||
const val trawler_start_368 = 368
|
||||
const val combination_lock_door_369 = 369
|
||||
const val snow_370 = 370
|
||||
const val tutorial_progress_371 = 371
|
||||
const val tutorial_text_372 = 372
|
||||
const val tzhaar_fightpit_373 = 373
|
||||
const val fight_pits_spectator_374 = 374
|
||||
const val unmorph_375 = 375
|
||||
const val something_with_water_and_coins_376 = 376
|
||||
const val Tai_Bwo_Bwannai_favor_377 = 377
|
||||
const val welcome_screen_378 = 378
|
||||
const val werewolf_goal_379 = 379
|
||||
const val welcome_final_tex_380 = 380
|
||||
const val wilderness_overlay_381 = 381
|
||||
const val wilderness_warning_382 = 382
|
||||
const val pick_a_colour_383 = 383
|
||||
const val womscroll_384 = 384
|
||||
const val cracked_screen_385 = 385
|
||||
const val wom_telescope_386 = 386
|
||||
const val wornitems_387 = 387
|
||||
const val ancients_388 = 388
|
||||
const val objdialog_389 = 389
|
||||
const val show_riddle_with_furniture_390 = 390
|
||||
const val kingdoms_of_misc_391 = 391
|
||||
const val resources_collected_misc_392 = 392
|
||||
const val poh_hangman_393 = 393
|
||||
const val furniture_creation_menu_394 = 394
|
||||
const val green_flash_in_chatbox_395 = 395
|
||||
const val furniture_creation_menu_2_396 = 396
|
||||
const val furniture_creation_menu_fancy_397 = 397
|
||||
const val poh_house_options_398 = 398
|
||||
const val home_loading_screen_399 = 399
|
||||
const val poh_magic_tablets_400 = 400
|
||||
const val poh_ranging_401 = 401
|
||||
const val room_build_screen_402 = 402
|
||||
const val poh_sawmill_403 = 403
|
||||
const val poh_scrying_pool_404 = 404
|
||||
const val banner_poh_405 = 405
|
||||
const val pest_mace_406 = 406
|
||||
const val pest_lander_overlay_407 = 407
|
||||
const val pest_status_overlay_408 = 408
|
||||
const val mcannon_interface_409 = 409
|
||||
const val warguild_defence_410 = 410
|
||||
const val warguild_defence_mini_411 = 411
|
||||
const val warguild_dummy_412 = 412
|
||||
const val brew_telescope_overlay_413 = 413
|
||||
const val brew_game_over_414 = 414
|
||||
const val brew_overlay_415 = 415
|
||||
const val brew_worktable_416 = 416
|
||||
const val brew_tools_417 = 417
|
||||
const val castle_wars_players_waiting_418 = 418
|
||||
const val accessory_combiner_419 = 419
|
||||
const val bee_house_420 = 420
|
||||
const val tutorial_text2_421 = 421
|
||||
const val dark_and_pulsating_red_422 = 422
|
||||
const val fairy2_certificate_broken_423 = 423
|
||||
const val fairy2_message_424 = 424
|
||||
const val fair_wall_plaque_425 = 425
|
||||
const val falling_snow_426 = 426
|
||||
const val scroll_godfather_427 = 427
|
||||
const val ntk_overlay_428 = 428
|
||||
const val Choose_a_character_429 = 429
|
||||
const val magic_lunar_430 = 430
|
||||
const val ship_circling_pirate_cove_431 = 431
|
||||
const val xbows_enchant_bolt_432 = 432
|
||||
const val xbows_pouch_433 = 433
|
||||
const val gnome_battas_434 = 434
|
||||
const val gnome_bowls_435 = 435
|
||||
const val gnome_cocktails_436 = 436
|
||||
const val gnome_crunchies_437 = 437
|
||||
const val crafting_silver_casting_438 = 438
|
||||
const val banners_moving_on_map_and_colliding_439 = 439
|
||||
const val certificate_of_qualification_earth_sciences_440 = 440
|
||||
const val earth_sciences_2_441 = 441
|
||||
const val coin_slot_442 = 442
|
||||
const val multicolor_box_stack_443 = 443
|
||||
const val earch_sciences_3_444 = 444
|
||||
const val openurl_445 = 445
|
||||
const val crafting_gold_446 = 446
|
||||
const val banner_chatheads_447 = 447
|
||||
const val brain_water_overlay_448 = 448
|
||||
const val nothing_449 = 449
|
||||
const val light_coming_in_from_left_side_of_screen_450 = 450
|
||||
const val multivar3_451 = 451
|
||||
const val myq3_statue_painting_452 = 452
|
||||
const val myq3_blackout_453 = 453
|
||||
const val myq3_boat_map_454 = 454
|
||||
const val scroll_with_tower_on_it_455 = 455
|
||||
const val scroll_with_towers_2nd_half_456 = 456
|
||||
const val more_towers_457 = 457
|
||||
const val select_an_option_458 = 458
|
||||
const val crafting_spinning_459 = 459
|
||||
const val green_overlay_with_X_460 = 460
|
||||
const val seaslug_boat_travel_461 = 461
|
||||
const val idk_control_panel_of_some_kidn_piece_1_piece_2_piece_3_462 = 462
|
||||
const val kings_letter_v2_463 = 463
|
||||
const val emotes_464 = 464
|
||||
const val ooglog_ogress_opens_health_spa_465 = 465
|
||||
const val switch_diagram_466 = 466
|
||||
const val menu_with_big_buttons_467 = 467
|
||||
const val diango_item_return_468 = 468
|
||||
const val zep_balloon_map_469 = 469
|
||||
const val zep_interface_470 = 470
|
||||
const val zep_interface_side_471 = 471
|
||||
const val hot_air_balloon_diagram_472 = 472
|
||||
const val chinchompa_attack_options_473 = 473
|
||||
const val salamander_attack_options_474 = 474
|
||||
const val chins_again_475 = 475
|
||||
const val salamanders_again_476 = 476
|
||||
const val custom_fur_clothingclothin_477 = 477
|
||||
const val imp_release_negotiation_form_478 = 478
|
||||
const val weird_tubes_bro_479 = 479
|
||||
const val anma_rgb_480 = 480
|
||||
const val thicc_snow_481 = 481
|
||||
const val less_thicc_snow_482 = 482
|
||||
const val back_to_thicc_snow_483 = 483
|
||||
const val barbassault_horn_484 = 484
|
||||
const val barbassault_over_att_485 = 485
|
||||
const val barbassault_over_col_486 = 486
|
||||
const val barbassault_over_def_487 = 487
|
||||
const val barbassault_over_heal_488 = 488
|
||||
const val players_in_room_attackers_defenders_etc_489 = 489
|
||||
const val barbassault_playerstat_490 = 490
|
||||
const val barbassault_reward_shop_491 = 491
|
||||
const val barb_assault_role_accept_492 = 492
|
||||
const val barb_assault_role_select_493 = 493
|
||||
const val barbassault_timer_overlay_494 = 494
|
||||
const val barbassault_turret_495 = 495
|
||||
const val barbassault_tutorial_496 = 496
|
||||
const val barbassault_wavecomplete_497 = 497
|
||||
const val contact_scroll_blood_498 = 498
|
||||
const val skill_guide_v2_499 = 499
|
||||
const val medallion_with_a_dolla_on_it_500 = 500
|
||||
const val box_with_cannonball_ramrod_etc_501 = 501
|
||||
const val box_with_rope_hammer_nails_plank_502 = 502
|
||||
const val clockwork_mechanism_chapter_10_503 = 503
|
||||
const val peeking_through_planks_504 = 504
|
||||
const val map_of_rellekka_and_others_505 = 505
|
||||
const val jester_controls_506 = 506
|
||||
const val poh_hangman_german_507 = 507
|
||||
const val tol_homonculus_overlay_508 = 508
|
||||
const val tol_cage_puzzle_509 = 509
|
||||
const val tol_pressure_machine_510 = 510
|
||||
const val tol_pipe_machine_511 = 511
|
||||
const val inventory_ranging_512 = 512
|
||||
const val inventory_wear_513 = 513
|
||||
const val brain_cat_overlay_514 = 514
|
||||
const val brain_gas_overlay_515 = 515
|
||||
const val black_516 = 516
|
||||
const val turn_off_black_517 = 517
|
||||
const val old_follower_inv_518 = 518
|
||||
const val objbox_519 = 519
|
||||
const val dream_cyrisus_521 = 521
|
||||
const val dream_monster_stat_522 = 522
|
||||
const val dream_player_stats_523 = 523
|
||||
const val dream_title_524 = 524
|
||||
const val half_a_scroll_525 = 525
|
||||
const val the_full_scroll_526 = 526
|
||||
const val vm_museum_map_527 = 527
|
||||
const val vm_digsite_528 = 528
|
||||
const val other_half_of_scroll_529 = 529
|
||||
const val whiteb_ook_530 = 530
|
||||
const val VTAM_531 = 531
|
||||
const val vm_kudos_532 = 532
|
||||
const val display_number_03_533 = 533
|
||||
const val vm_timeline_534 = 534
|
||||
const val piano_535 = 535
|
||||
const val shrink_me_quick_recipe_536 = 536
|
||||
const val piano_instructions_537 = 537
|
||||
const val grim_tasklist_538 = 538
|
||||
const val noexit_539 = 539
|
||||
const val impling_exchange_540 = 540
|
||||
const val flash_to_white_541 = 541
|
||||
const val crafting_glass_542 = 542
|
||||
const val dragon_slayer_qip_clouds_543 = 543
|
||||
const val dragon_slayer_qip_cr_journey_544 = 544
|
||||
const val dragon_slayer_qip_elvarg_545 = 545
|
||||
const val dragon_slayer_qip_elvarg_fly_546 = 546
|
||||
const val dragon_slayer_qip_map_547 = 547
|
||||
const val toplevel_548 = 548
|
||||
const val toplevel_full_549 = 549
|
||||
const val friends2_550 = 550
|
||||
const val ignore2_551 = 551
|
||||
const val telescope_552 = 552
|
||||
const val snapshot_main_553 = 553
|
||||
const val select_an_option_554 = 554
|
||||
const val nothing_555 = 555
|
||||
const val nothing_556 = 556
|
||||
const val multi2_mes_557 = 557
|
||||
const val skill_multi6_558 = 558
|
||||
const val pattern_cards_559 = 559
|
||||
const val cws_warning_9_560 = 560
|
||||
const val cws_warning_21_561 = 561
|
||||
const val cws_warning_2_562 = 562
|
||||
const val cws_warning_5_563 = 563
|
||||
const val cws_warning_23_564 = 564
|
||||
const val cws_warning_10_565 = 565
|
||||
const val cws_warning_6_566 = 566
|
||||
const val cws_warning_14_567 = 567
|
||||
const val cws_warning_3_568 = 568
|
||||
const val cws_warning_16_569 = 569
|
||||
const val cws_warning_17_570 = 570
|
||||
const val cws_warning_19_571 = 571
|
||||
const val cws_warning_13_572 = 572
|
||||
const val cws_warning_12_573 = 573
|
||||
const val cws_warning_1_574 = 574
|
||||
const val cws_warning_8_576 = 576
|
||||
const val cws_warning_18_577 = 577
|
||||
const val cws_warning_15_578 = 578
|
||||
const val cws_warning_4_579 = 579
|
||||
const val cws_warning_20_580 = 580
|
||||
const val cws_warning_24_581 = 581
|
||||
const val skill_multi1_small_582 = 582
|
||||
const val cws_doomsayer_583 = 583
|
||||
const val kr_king_statue_584 = 584
|
||||
const val kr_pyramid_escape_585 = 585
|
||||
const val kr_picklock_588 = 588
|
||||
const val clanjoin_589 = 589
|
||||
const val clansetup_590 = 590
|
||||
const val Thessalias_Makeovers_591 = 591
|
||||
const val Hairdressers_salon_592 = 592
|
||||
const val Reinalds_Smithing_Emporium_593 = 593
|
||||
const val Thessalias_Makeovers_594 = 594
|
||||
const val Reinalds_Smithing_Emporium_595 = 595
|
||||
const val Hairdressers_salon_596 = 596
|
||||
const val godwars_kill_count_597 = 597
|
||||
const val godwars_kill_count_598 = 598
|
||||
const val godwars_kill_count_599 = 599
|
||||
const val cws_warning_25_600 = 600
|
||||
const val godwars_overlay_601 = 601
|
||||
const val nothing_602 = 602
|
||||
const val pulsating_ball_in_hand_603 = 603
|
||||
const val map_with_banners_604 = 604
|
||||
const val peer_into_cabinet_605 = 605
|
||||
const val hatching_ball_606 = 606
|
||||
const val putting_up_posters_607 = 607
|
||||
const val spinning_spirit_tree_608 = 608
|
||||
const val taking_down_left_poster_609 = 609
|
||||
const val slide_to_left_610 = 610
|
||||
const val show_posters_611 = 611
|
||||
const val nothing_612 = 612
|
||||
const val hand_with_slots_613 = 613
|
||||
const val posters_with_background_614 = 614
|
||||
const val zoom_in_on_gnome_king_615 = 615
|
||||
const val map_with_banners_616 = 616
|
||||
const val bolries_diary_617 = 617
|
||||
const val left_poster_missing_618 = 618
|
||||
const val pay_bank_charge_with_619 = 619
|
||||
const val shop_template_620 = 620
|
||||
const val shop_template_side_621 = 621
|
||||
const val banner_group_622 = 622
|
||||
const val banner_group_assist_623 = 623
|
||||
const val fairy_ring_power_relay_624 = 624
|
||||
const val select_your_goblin_625 = 625
|
||||
const val duel_stake_windows_626 = 626
|
||||
const val cws_warning_26_627 = 627
|
||||
const val duel2_side_628 = 628
|
||||
const val tournament_value_629 = 629
|
||||
const val fucking_slot_machine_hand_630 = 630
|
||||
const val stacke_windows_631 = 631
|
||||
const val duel2_scoreboard_632 = 632
|
||||
const val you_are_victorious_633 = 633
|
||||
const val victorious_but_with_money_634 = 634
|
||||
const val nothing_635 = 635
|
||||
const val tournament_rules_636 = 636
|
||||
const val duel_confirmation_637 = 637
|
||||
const val duel2_challengeoverlay_638 = 638
|
||||
const val more_duel_windows_639 = 639
|
||||
const val duel2_select_type_640 = 640
|
||||
const val tournament_overlay_641 = 641
|
||||
const val logs_item_costs_642 = 642
|
||||
const val exchange_history_643 = 643
|
||||
const val exchange_sets_side_644 = 644
|
||||
const val exchange_itemsets_645 = 645
|
||||
const val exchange_sand_timer_646 = 646
|
||||
const val falador_party_chest_647 = 647
|
||||
const val no_tabs_648 = 648
|
||||
const val clanwars_viewing_orb_649 = 649
|
||||
const val cws_warning_30_650 = 650
|
||||
const val bork_i_think_651 = 651
|
||||
const val gravestone_shop_652 = 652
|
||||
const val bounty_overlay_653 = 653
|
||||
const val bounty_hunters_leaderboard_654 = 654
|
||||
const val rogues_leaderboard_655 = 655
|
||||
const val bounty_overlay_waiting_656 = 656
|
||||
const val bounty_warning_657 = 657
|
||||
const val snowman_hat_658 = 658
|
||||
const val snowglobe_lumbridge_659 = 659
|
||||
const val white_circle_660 = 660
|
||||
const val runes_must_be_in_sets_of_three_661 = 661
|
||||
const val lore_stats_side_662 = 662
|
||||
const val lore_cats_side_663 = 663
|
||||
const val bash_focus_summon_664 = 664
|
||||
const val lore_bank_side_665 = 665
|
||||
const val summoning_creation_screen_666 = 666
|
||||
const val equip_screen2_667 = 667
|
||||
const val pick_a_puppy_668 = 668
|
||||
const val pouch_creation_669 = 669
|
||||
const val inventory_wear2_670 = 670
|
||||
const val lore_bank_671 = 671
|
||||
const val pouch_creation_again_672 = 672
|
||||
const val scroll_creation_again_673 = 673
|
||||
const val tutorial2_mesbox_674 = 674
|
||||
const val mould_selection_675 = 675
|
||||
const val cws_warning_27_676 = 676
|
||||
const val cws_warning_28_677 = 677
|
||||
const val cws_warning_29_678 = 678
|
||||
const val banner_summoning_679 = 679
|
||||
const val triangle_at_the_bottom_of_screen_680 = 680
|
||||
const val catapult_builder_681 = 681
|
||||
const val fire_catapult_682 = 682
|
||||
const val catapult_viewer_control_panel_683 = 683
|
||||
const val rabbit_tutorial_684 = 684
|
||||
const val Vinesweeper_instructions_685 = 685
|
||||
const val rabbit_shop_686 = 686
|
||||
const val vinesweeper_tutorial_687 = 687
|
||||
const val vinesweeper_tutorial_2_688 = 688
|
||||
const val rabbit_overlay_689 = 689
|
||||
const val vinesweeper_tutorial_3_690 = 690
|
||||
const val things_crawling_out_of_the_ground_691 = 691
|
||||
const val actually_bork_692 = 692
|
||||
const val congrats_you_have_slain_bork_693 = 693
|
||||
const val player_safety_test_694 = 694
|
||||
const val naught_gublinchette_695 = 695
|
||||
const val p_safety_2_696 = 696
|
||||
const val p_safety_3_697 = 697
|
||||
const val gublinch_again_698 = 698
|
||||
const val p_safety_4_699 = 699
|
||||
const val report_abuse_700 = 700
|
||||
const val gublinc_again_again_again_again_701 = 701
|
||||
const val more_gublinc_702 = 702
|
||||
const val gublinccc_703 = 703
|
||||
const val p_safety_6_704 = 704
|
||||
const val p_safety_7_705 = 705
|
||||
const val fuck_this_706 = 706
|
||||
const val banner_easter08_715 = 715
|
||||
const val summoning_side_722 = 722
|
||||
const val carpet_info_723 = 723
|
||||
const val carpet_runesquares_724 = 724
|
||||
const val carpet_runelink_725 = 725
|
||||
const val carpet_runeversi_726 = 726
|
||||
const val carpet_draughts_727 = 727
|
||||
const val carpet_main_728 = 728
|
||||
const val carpet_ticket_729 = 729
|
||||
const val graphics_options_742 = 742
|
||||
const val sound_options_743 = 743
|
||||
const val loginscreen_744 = 744
|
||||
const val statusicons_745 = 745
|
||||
const val toplevel_fullscreen_746 = 746
|
||||
const val topstat_lore_747 = 747
|
||||
const val topstat_hitpoints_748 = 748
|
||||
const val topstat_prayer_749 = 749
|
||||
const val topstat_run_750 = 750
|
||||
const val filterbuttons_751 = 751
|
||||
const val chattop_752 = 752
|
||||
const val pmchat_754 = 754
|
||||
const val worldmap_755 = 755
|
||||
const val boardgames_options_756 = 756
|
||||
const val npcchatlarge_757 = 757
|
||||
const val canoe_travel_758 = 758
|
||||
const val tutorial2_objbox_760 = 760
|
||||
const val bank_v2_main_762 = 762
|
||||
const val bank_v2_side_763 = 763
|
||||
const val tutorial2_switch_task_765 = 765
|
||||
const val tutorial2_death_766 = 766
|
||||
const val bank_v2_help_767 = 767
|
||||
const val tutorial2_text_769 = 769
|
||||
const val rcguild_side_778 = 778
|
||||
const val rcguild_rewards_779 = 779
|
||||
const val rcguild_map_780 = 780
|
||||
const val rcguild_overlay_781 = 781
|
||||
const val crcs_tightrope_783 = 783
|
||||
const val crcs_side_784 = 784
|
||||
const val crcs_rewards_785 = 785
|
||||
const val crcs_equipment_786 = 786
|
||||
const val crcs_scoreboard_788 = 788
|
||||
const val clanwars_end_790 = 790
|
||||
const val clanwars_setup_791 = 791
|
||||
const val clanwars_setup_side_792 = 792
|
||||
const val banner_halloween_800 = 800
|
||||
const val quickchat_locked_801 = 801
|
||||
const val sc_tutorial_overlay_802 = 802
|
||||
const val sc_scores_border_803 = 803
|
||||
const val sc_item_transfer_805 = 805
|
||||
const val sc_remaining_clay_806 = 806
|
||||
const val sc_scores_810 = 810
|
||||
const val sc_reward_shop_811 = 811
|
||||
const val sc_processing_813 = 813
|
||||
const val luc2_chapter2_814 = 814
|
||||
const val luc2_telescope_view_816 = 816
|
||||
const val luc2_chapter3_822 = 822
|
||||
const val luc2_chapter1_826 = 826
|
||||
const val luc2_lucien_projectiles_827 = 827
|
||||
const val journal_with_map_828 = 828
|
||||
const val Goblin_language_further_access_prohibited_829 = 829
|
||||
const val drawings_on_ice_830 = 830
|
||||
const val drawings_on_ice_again_831 = 831
|
||||
const val again_832 = 832
|
||||
const val again_ALL_SEEM_TO_BE_FOR_BARB_ASSAULT_833 = 833
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue