@deafwave/osrs-botmaker-types 0.6.9 → 0.6.10

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 (31) hide show
  1. package/dist/src/rollup/ItemID.d.ts +26 -0
  2. package/dist/src/rollup/ItemID.js +26 -0
  3. package/dist/src/rollup/NpcID.d.ts +18 -4
  4. package/dist/src/rollup/NpcID.js +18 -4
  5. package/dist/src/rollup/NullItemID.d.ts +37 -0
  6. package/dist/src/rollup/NullItemID.js +37 -0
  7. package/dist/src/rollup/NullNpcID.d.ts +8 -0
  8. package/dist/src/rollup/NullNpcID.js +8 -0
  9. package/dist/src/rollup/NullObjectID.d.ts +6 -0
  10. package/dist/src/rollup/NullObjectID.js +6 -0
  11. package/dist/src/rollup/ObjectID.d.ts +32 -0
  12. package/dist/src/rollup/ObjectID.js +32 -0
  13. package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +26 -0
  14. package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +18 -4
  15. package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +37 -0
  16. package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +8 -0
  17. package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +6 -0
  18. package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +32 -0
  19. package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +1 -0
  20. package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +318 -0
  21. package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +3 -0
  22. package/dist/src/types/runelite/net/runelite/api/gameval/InventoryID.d.ts +1 -0
  23. package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +63 -0
  24. package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +22 -0
  25. package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +38 -0
  26. package/dist/src/types/runelite/net/runelite/api/gameval/SpotanimID.d.ts +3 -0
  27. package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +372 -0
  28. package/dist/src/types/runelite/net/runelite/api/gameval/VarClientID.d.ts +15 -0
  29. package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +64 -0
  30. package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +157 -2
  31. package/package.json +1 -1
@@ -258,6 +258,7 @@ declare namespace net.runelite.api.gameval {
258
258
  static readonly XMAS_2024 = 4228;
259
259
  static readonly BIRTHDAY_2025 = 4318;
260
260
  static readonly EASTER_2025 = 5107;
261
+ static readonly HALLOWEEN_2025 = 6989;
261
262
  static readonly ID = 2;
262
263
  static readonly COL_DISPLAYNAME = 0;
263
264
  static readonly COL_ICON = 1;
@@ -6401,6 +6402,8 @@ declare namespace net.runelite.api.gameval {
6401
6402
  static readonly MY2ARM_COFFIN = 6026;
6402
6403
  static readonly POH_GREENMAN_WALL_DECORATION = 6027;
6403
6404
  static readonly POH_GREENMAN_STATUE = 6028;
6405
+ static readonly POH_ICON_BINGO = 7024;
6406
+ static readonly POH_INCENSE_BURNER_BINGO = 7025;
6404
6407
  static readonly ID = 111;
6405
6408
  static readonly COL_NAME = 0;
6406
6409
  static readonly COL_NAME_UPPERCASE = 1;
@@ -7226,5 +7229,320 @@ declare namespace net.runelite.api.gameval {
7226
7229
  static readonly SLAYER_REWARDS_UNLOCK_WARPED_CREATURES = 6447;
7227
7230
  static readonly SLAYER_REWARDS_LONGER_ARAXYTES = 6448;
7228
7231
  static readonly SLAYER_REWARDS_LONGER_CUSTODIANS = 6449;
7232
+ static readonly ID = 118;
7233
+ static readonly COL_ACTION_NAME = 0;
7234
+ static readonly COL_ACTION_DISPLAY_GRAPHIC = 1;
7235
+ static readonly COL_ACTION_DISPLAY_OBJECT = 2;
7236
+ static readonly COL_ACTION_DISPLAY_DESC = 3;
7237
+ static readonly COL_ACTION_DISPLAY_SHOW_DERIVED_DESC = 4;
7238
+ static readonly COL_CUSTOM_TRACKING = 7;
7239
+ static readonly COL_BOSS_KILL = 8;
7240
+ static readonly COL_BOSS_KILL_CATEGORY = 9;
7241
+ static readonly COL_BOSS_KILL_EXTRAS = 10;
7242
+ static readonly COL_NPC_KILL = 11;
7243
+ static readonly COL_NPC_KILL_CATEGORY = 12;
7244
+ static readonly COL_NPC_KILL_SLAYER_CATEGORY = 13;
7245
+ static readonly COL_EQUIP_ITEM = 14;
7246
+ static readonly COL_TOTAL_LEVEL = 15;
7247
+ static readonly COL_LEVEL = 16;
7248
+ static readonly COL_COLLECTION_GENERIC = 17;
7249
+ static readonly COL_COLLECTION_SPECIFIC = 18;
7250
+ static readonly COL_LOOT_DROP = 19;
7251
+ static readonly COL_LOOT_DROP_SPECIFIC_NPC = 20;
7252
+ static readonly COL_QUEST = 21;
7253
+ static readonly COL_MINE_ORE = 22;
7254
+ static readonly COL_HUNTER = 23;
7255
+ static readonly COL_POH_BUILD = 24;
7256
+ static readonly COL_POH_SET_PORTAL = 25;
7257
+ static readonly COL_CREATE_ITEM = 26;
7258
+ static readonly COL_CHOP_LOGS = 27;
7259
+ static readonly COL_LEAGUES_TASK = 28;
7260
+ static readonly COL_CHILD_ACTION = 29;
7261
+ static readonly ACTION_KALPHITE_QUEEN_UNIQUE = 6770;
7262
+ static readonly ACTION_YAMA_UNIQUE = 6771;
7263
+ static readonly ACTION_HUEY_UNIQUE = 6772;
7264
+ static readonly ACTION_LOOT_BARROWS_UNIQUE_WHILE_WEARING_BARROWS_ITEM = 6773;
7265
+ static readonly ACTION_COX_UNIQUE = 6774;
7266
+ static readonly ACTION_GET_TOA_UNIQUE = 6775;
7267
+ static readonly ACTION_GET_TOB_UNIQUE = 6776;
7268
+ static readonly ACTION_VORKATH_UNIQUE = 6777;
7269
+ static readonly ACTION_DROP_WARRIOR_RING = 6778;
7270
+ static readonly ACTION_DROP_RANGER_RING = 6779;
7271
+ static readonly ACTION_DROP_SEER_RING = 6780;
7272
+ static readonly ACTION_DROP_BERZERKER_RING = 6781;
7273
+ static readonly ACTION_OBTAIN_KINGS_RINGS_ONE_TRIP = 6782;
7274
+ static readonly ACTION_MINE_GOLD_ORE = 6783;
7275
+ static readonly ACTION_POH_BUILD_MARBLE_PORTAL_NEXUS = 6784;
7276
+ static readonly ACTION_TOTAL_LEVEL_500 = 6785;
7277
+ static readonly ACTION_TOTAL_LEVEL_1500 = 6786;
7278
+ static readonly ACTION_TOTAL_LEVEL_2000 = 6787;
7279
+ static readonly ACTION_CREATE_ZAMORAK_BREW_AT_ALTAR_WITH_ROBES = 6788;
7280
+ static readonly ACTION_CREATE_SHARK_WITH_CHEFS_HAT = 6789;
7281
+ static readonly ACTION_CREATE_YEW_SHORTBOW = 6790;
7282
+ static readonly ACTION_CHOP_MAPLE_LOGS = 6791;
7283
+ static readonly ACTION_STEAL_FROM_FRUIT_STALL = 6792;
7284
+ static readonly ACTION_COMPLETE_VAMPYRE_SLAYER = 6793;
7285
+ static readonly ACTION_CLEAN_GRIMY_HERB = 6794;
7286
+ static readonly ACTION_HUNTER_MOTH_BAREHANDED = 6795;
7287
+ static readonly ACTION_POH_SET_PORTAL_CATHERBY = 6796;
7288
+ static readonly ACTION_FULLY_UNLOCK_THE_MYCELIUM_TRANSPORTATION_SYSTEM = 6797;
7289
+ static readonly ACTION_COMPLETE_A_TASK_FOR_THE_WISE_OLD_MAN = 6798;
7290
+ static readonly ACTION_BUILD_A_QUETZAL_LANDING_SITE = 6799;
7291
+ static readonly ACTION_SUBDUE_THE_MOONS_OF_PERIL = 6800;
7292
+ static readonly ACTION_SCORE_A_GOAL_IN_GNOMEBALL = 6801;
7293
+ static readonly ACTION_KILL_OGRESS = 6802;
7294
+ static readonly ACTION_KILL_LESSER_DEMON_IN_WIZARDS_TOWER = 6803;
7295
+ static readonly ACTION_CASTLE_WARS_TICKET = 6804;
7296
+ static readonly ACTION_KILL_JALZEK = 6805;
7297
+ static readonly ACTION_MINE_FROM_GEMSTONE_CRAB = 6806;
7298
+ static readonly ACTION_WITNESS_GEMSTONE_CRAB_BURROW = 6807;
7299
+ static readonly ACTION_COMPLETE_DOM_DELVE_8 = 6808;
7300
+ static readonly ACTION_FINISH_MAGIC_ENT_TOTEM_DECORATION = 6809;
7301
+ static readonly ACTION_BINGO_TUTORIAL = 6810;
7302
+ static readonly ACTION_KILL_LIZARD_SHAMAN_IN_TEMPLE = 6811;
7303
+ static readonly ACTION_ARAXXOR_UNIQUE = 6812;
7304
+ static readonly ACTION_BLESS_DRAGON_BONE = 6813;
7305
+ static readonly ACTION_OBTAIN_ANY_INSURABLE_PET = 6814;
7306
+ static readonly ACTION_BUILD_DEMONIC_THRONE = 6815;
7307
+ static readonly ACTION_HALLOWED_SEPULCHRE_FLOOR_5 = 6816;
7308
+ static readonly ACTION_VARLAMORE_THIEVING_HOUSE_VALUABLE = 6817;
7309
+ static readonly ACTION_KILL_DRAGON = 6818;
7310
+ static readonly ACTION_KILL_GIANT = 6819;
7311
+ static readonly ACTION_BOSS_KILL_KALPHITE_QUEEN = 6820;
7312
+ static readonly ACTION_BOSS_KILL_KREEARRA = 6821;
7313
+ static readonly ACTION_BOSS_KILL_GENERAL_GRAARDOR = 6822;
7314
+ static readonly ACTION_BOSS_KILL_COMMANDER_ZILYANA = 6823;
7315
+ static readonly ACTION_BOSS_KILL_KRIL_TSUTSAROTH = 6824;
7316
+ static readonly ACTION_BOSS_KILL_SIMPLE_GWD_BOSSES_WITHOUT_BANKING = 6825;
7317
+ static readonly ACTION_BOSS_KILL_SOL_HEREDIT = 6826;
7318
+ static readonly ACTION_BOSS_KILL_YAMA_SOLO = 6827;
7319
+ static readonly ACTION_BOSS_KILL_ZULRAH_WITH_BLOWPIPE = 6828;
7320
+ static readonly ACTION_BOSS_KILL_ALL_AWAKENED = 6829;
7321
+ static readonly ACTION_BOSS_KILL_DUKE_SUCELLUS_AWAKENED = 6830;
7322
+ static readonly ACTION_BOSS_KILL_LEVIATHAN_AWAKENED = 6831;
7323
+ static readonly ACTION_BOSS_KILL_VARDORVIS_AWAKENED = 6832;
7324
+ static readonly ACTION_BOSS_KILL_WHISPERER_AWAKENED = 6833;
7325
+ static readonly ACTION_BOSS_KILL_SCURRIUS = 6834;
7326
+ static readonly ACTION_BOSS_KILL_VORKATH = 6835;
7327
+ static readonly ACTION_BOSS_KILL_BRYOPHYTA = 6836;
7328
+ static readonly ACTION_BOSS_KILL_HUEYCOATL = 6837;
7329
+ static readonly ACTION_BOSS_KILL_TEMPOROSS = 6838;
7330
+ static readonly ACTION_BOSS_KILL_JAD = 6839;
7331
+ static readonly ACTION_BOSS_KILL_GAUNTLET_HARDMODE = 6840;
7332
+ static readonly ACTION_INFERNO_IN_30 = 6841;
7333
+ static readonly ACTION_COMPLETE_RAID = 6842;
7334
+ static readonly ACTION_COMPLETE_COX = 6843;
7335
+ static readonly ACTION_COMPLETE_TOB = 6844;
7336
+ static readonly ACTION_COMPLETE_TOA = 6845;
7337
+ static readonly ACTION_EQUIP_INFERNAL_CAPE = 6846;
7338
+ static readonly ACTION_EQUIP_SOS_BOOTS = 6847;
7339
+ static readonly ACTION_EQUIP_ENCHANTED_ONYX_AMULET = 6848;
7340
+ static readonly ACTION_EQUIP_SOS_SKULL_SCEPTRE = 6849;
7341
+ static readonly ACTION_EQUIP_GODWARS_UNIQUE = 6850;
7342
+ static readonly ACTION_EQUIP_MAX_CAPE = 6851;
7343
+ static readonly ACTION_EQUIP_INFINITE_MONEYBAG = 6852;
7344
+ static readonly ACTION_POH_SET_PORTAL_ANY = 6853;
7345
+ static readonly ACTION_ALCHEMY_30K = 6854;
7346
+ static readonly ACTION_THROW_GNOMEBALL = 6855;
7347
+ static readonly ACTION_CHRONICLE_TELEPORT = 6856;
7348
+ static readonly ACTION_CHECK_A_GROWN_FRUIT_TREE = 6857;
7349
+ static readonly ACTION_ENTER_INFERNO = 6858;
7350
+ static readonly ACTION_BUILD_ALL_FOSSIL_CAMP_BUILDINGS = 6859;
7351
+ static readonly ACTION_POH_SKILLCAPE_DEPOSIT = 6860;
7352
+ static readonly ACTION_DRINK_STEAMFORGE_BREW_INSIDE_SYO_INN = 6861;
7353
+ static readonly ACTION_EAT_CABBAGE_INFRONT_OF_BRASSICAN_MAGE = 6862;
7354
+ static readonly ID = 119;
7355
+ static readonly COL_GRID = 0;
7356
+ static readonly COL_EVENT_NAME = 1;
7357
+ static readonly COL_EVENT_END = 2;
7358
+ static readonly COL_REWARD_LEAGUE_RELICS = 3;
7359
+ static readonly COL_EVENT_MAINGAME_REWARD = 7;
7360
+ static readonly JAGEX_BINGO_EVENT1 = 6926;
7361
+ static readonly ID = 120;
7362
+ static readonly COL_GRID_LAYOUT = 0;
7363
+ static readonly COL_BINGO_POINTS_TO_PROGRESS = 1;
7364
+ static readonly COL_CHALLENGE = 2;
7365
+ static readonly COL_REWARD_SELECTION = 3;
7366
+ static readonly EVENT1_GRID1 = 6927;
7367
+ static readonly ID = 121;
7368
+ static readonly COL_REWARD = 0;
7369
+ static readonly COL_DISPLAY_GRAPHIC = 1;
7370
+ static readonly COL_DISPLAY_OBJECT = 2;
7371
+ static readonly BINGO_RS_7X7_ROW_0 = 6863;
7372
+ static readonly BINGO_RS_7X7_ROW_1 = 6864;
7373
+ static readonly BINGO_RS_7X7_ROW_2 = 6865;
7374
+ static readonly BINGO_RS_7X7_ROW_3 = 6866;
7375
+ static readonly BINGO_RS_7X7_ROW_4 = 6867;
7376
+ static readonly BINGO_RS_7X7_ROW_5 = 6868;
7377
+ static readonly BINGO_RS_7X7_ROW_6 = 6869;
7378
+ static readonly BINGO_RS_7X7_COL_0 = 6870;
7379
+ static readonly BINGO_RS_7X7_COL_1 = 6871;
7380
+ static readonly BINGO_RS_7X7_COL_2 = 6872;
7381
+ static readonly BINGO_RS_7X7_COL_3 = 6873;
7382
+ static readonly BINGO_RS_7X7_COL_4 = 6874;
7383
+ static readonly BINGO_RS_7X7_COL_5 = 6875;
7384
+ static readonly BINGO_RS_7X7_COL_6 = 6876;
7385
+ static readonly BINGO_RS_7X7_ROW_0_COL_0 = 6877;
7386
+ static readonly BINGO_RS_7X7_ROW_0_COL_1 = 6878;
7387
+ static readonly BINGO_RS_7X7_ROW_0_COL_2 = 6879;
7388
+ static readonly BINGO_RS_7X7_ROW_0_COL_3 = 6880;
7389
+ static readonly BINGO_RS_7X7_ROW_0_COL_4 = 6881;
7390
+ static readonly BINGO_RS_7X7_ROW_0_COL_5 = 6882;
7391
+ static readonly BINGO_RS_7X7_ROW_0_COL_6 = 6883;
7392
+ static readonly BINGO_RS_7X7_ROW_1_COL_0 = 6884;
7393
+ static readonly BINGO_RS_7X7_ROW_1_COL_1 = 6885;
7394
+ static readonly BINGO_RS_7X7_ROW_1_COL_2 = 6886;
7395
+ static readonly BINGO_RS_7X7_ROW_1_COL_3 = 6887;
7396
+ static readonly BINGO_RS_7X7_ROW_1_COL_4 = 6888;
7397
+ static readonly BINGO_RS_7X7_ROW_1_COL_5 = 6889;
7398
+ static readonly BINGO_RS_7X7_ROW_1_COL_6 = 6890;
7399
+ static readonly BINGO_RS_7X7_ROW_2_COL_0 = 6891;
7400
+ static readonly BINGO_RS_7X7_ROW_2_COL_1 = 6892;
7401
+ static readonly BINGO_RS_7X7_ROW_2_COL_2 = 6893;
7402
+ static readonly BINGO_RS_7X7_ROW_2_COL_3 = 6894;
7403
+ static readonly BINGO_RS_7X7_ROW_2_COL_4 = 6895;
7404
+ static readonly BINGO_RS_7X7_ROW_2_COL_5 = 6896;
7405
+ static readonly BINGO_RS_7X7_ROW_2_COL_6 = 6897;
7406
+ static readonly BINGO_RS_7X7_ROW_3_COL_0 = 6898;
7407
+ static readonly BINGO_RS_7X7_ROW_3_COL_1 = 6899;
7408
+ static readonly BINGO_RS_7X7_ROW_3_COL_2 = 6900;
7409
+ static readonly BINGO_RS_7X7_ROW_3_COL_3 = 6901;
7410
+ static readonly BINGO_RS_7X7_ROW_3_COL_4 = 6902;
7411
+ static readonly BINGO_RS_7X7_ROW_3_COL_5 = 6903;
7412
+ static readonly BINGO_RS_7X7_ROW_3_COL_6 = 6904;
7413
+ static readonly BINGO_RS_7X7_ROW_4_COL_0 = 6905;
7414
+ static readonly BINGO_RS_7X7_ROW_4_COL_1 = 6906;
7415
+ static readonly BINGO_RS_7X7_ROW_4_COL_2 = 6907;
7416
+ static readonly BINGO_RS_7X7_ROW_4_COL_3 = 6908;
7417
+ static readonly BINGO_RS_7X7_ROW_4_COL_4 = 6909;
7418
+ static readonly BINGO_RS_7X7_ROW_4_COL_5 = 6910;
7419
+ static readonly BINGO_RS_7X7_ROW_4_COL_6 = 6911;
7420
+ static readonly BINGO_RS_7X7_ROW_5_COL_0 = 6912;
7421
+ static readonly BINGO_RS_7X7_ROW_5_COL_1 = 6913;
7422
+ static readonly BINGO_RS_7X7_ROW_5_COL_2 = 6914;
7423
+ static readonly BINGO_RS_7X7_ROW_5_COL_3 = 6915;
7424
+ static readonly BINGO_RS_7X7_ROW_5_COL_4 = 6916;
7425
+ static readonly BINGO_RS_7X7_ROW_5_COL_5 = 6917;
7426
+ static readonly BINGO_RS_7X7_ROW_5_COL_6 = 6918;
7427
+ static readonly BINGO_RS_7X7_ROW_6_COL_0 = 6919;
7428
+ static readonly BINGO_RS_7X7_ROW_6_COL_1 = 6920;
7429
+ static readonly BINGO_RS_7X7_ROW_6_COL_2 = 6921;
7430
+ static readonly BINGO_RS_7X7_ROW_6_COL_3 = 6922;
7431
+ static readonly BINGO_RS_7X7_ROW_6_COL_4 = 6923;
7432
+ static readonly BINGO_RS_7X7_ROW_6_COL_5 = 6924;
7433
+ static readonly BINGO_RS_7X7_ROW_6_COL_6 = 6925;
7434
+ static readonly EMPTY_REWARD_SELECTION = 6928;
7435
+ static readonly ID = 122;
7436
+ static readonly COL_NAME = 0;
7437
+ static readonly COL_DESC = 1;
7438
+ static readonly COL_SHOW_DERIVED_DESC = 2;
7439
+ static readonly COL_DISPLAY_GRAPHIC = 3;
7440
+ static readonly COL_DISPLAY_OBJECT = 4;
7441
+ static readonly COL_XP_BOOST_PERCENTAGE_ALL_STAT = 5;
7442
+ static readonly COL_XP_BOOST_PERCENTAGE = 6;
7443
+ static readonly COL_QUEST_UNLOCK = 7;
7444
+ static readonly COL_OBJECT = 8;
7445
+ static readonly COL_ACHIEVEMENT_DIARY_UNLOCK = 10;
7446
+ static readonly COL_COMBAT_ACHIEVEMENT_UNLOCK = 11;
7447
+ static readonly COL_LEAGUE_RELIC = 12;
7448
+ static readonly COL_COMBAT_MASTERY_TIER = 13;
7449
+ static readonly COL_RECLAIMABLE = 14;
7450
+ static readonly COL_ONCE_PER_EVENT = 15;
7451
+ static readonly REWARD_NYI = 6929;
7452
+ static readonly REWARD_SCYTHE_OF_VITUR = 6930;
7453
+ static readonly REWARD_TWISTED_BOW = 6931;
7454
+ static readonly REWARD_TUMEKENS_SHADOW = 6932;
7455
+ static readonly REWARD_DIVINE_RUNE_POUCH = 6933;
7456
+ static readonly REWARD_DAMNED_GLOVES = 6934;
7457
+ static readonly REWARD_XP_LAMP_25K = 6935;
7458
+ static readonly REWARD_XP_LAMP_100K = 6936;
7459
+ static readonly REWARD_AVERNIC_TREADS_MAX = 6937;
7460
+ static readonly REWARD_AMULET_OF_THE_MONARCHS = 6938;
7461
+ static readonly REWARD_SUNLIGHT_SPEAR_AND_SUNLIT_BRACERS = 6939;
7462
+ static readonly REWARD_EMPEROR_RING = 6940;
7463
+ static readonly REWARD_THE_DOGSWORD = 6941;
7464
+ static readonly REWARD_DRYGORE_BLOWPIPE = 6942;
7465
+ static readonly REWARD_THOUSAND_DRAGON_WARD = 6943;
7466
+ static readonly REWARD_THUNDER_KHOPESH = 6944;
7467
+ static readonly REWARD_DEVILS_ELEMENT = 6945;
7468
+ static readonly REWARD_XP_BOOST_ALL_200 = 6946;
7469
+ static readonly REWARD_POWER_MINER = 6947;
7470
+ static readonly REWARD_LUMBERJACK = 6948;
7471
+ static readonly REWARD_ANIMAL_WRANGLER = 6949;
7472
+ static readonly REWARD_GOLDEN_GOD = 6950;
7473
+ static readonly REWARD_DODGY_DEALS = 6951;
7474
+ static readonly REWARD_CLUE_COMPASS = 6952;
7475
+ static readonly REWARD_FAIRY_FLIGHT = 6953;
7476
+ static readonly REWARD_BANKERS_NOTE = 6954;
7477
+ static readonly REWARD_PRODUCTION_PRODIGY = 6955;
7478
+ static readonly REWARD_LAST_RECALL = 6956;
7479
+ static readonly REWARD_FRIENDLY_FORAGER = 6957;
7480
+ static readonly REWARD_CORNER_CUTTER = 6958;
7481
+ static readonly REWARD_UNNATURAL_SELECTION = 6959;
7482
+ static readonly REWARD_LAST_STAND = 6960;
7483
+ static readonly REWARD_SLAYER_MASTER = 6961;
7484
+ static readonly REWARD_GRIMOIRE = 6962;
7485
+ static readonly REWARD_SPECIALIST = 6963;
7486
+ static readonly REWARD_BANK_HEIST = 6964;
7487
+ static readonly REWARD_GUARDIAN = 6965;
7488
+ static readonly REWARD_BOTTOMLESS_BREW = 6966;
7489
+ static readonly REWARD_SPELLS_DO_NOT_CONSUME_RUNES = 6967;
7490
+ static readonly REWARD_MINIMUM_POTENTIAL = 6968;
7491
+ static readonly REWARD_SPIKY_AURA = 6969;
7492
+ static readonly REWARD_GATHERER = 6970;
7493
+ static readonly REWARD_CRAFTSMAN = 6971;
7494
+ static readonly REWARD_COMBATANT = 6972;
7495
+ static readonly REWARD_BATTLEHAT = 6973;
7496
+ static readonly REWARD_CORRUPTED_SHARK = 6974;
7497
+ static readonly REWARD_FARMERS_FORTUNE = 6975;
7498
+ static readonly REWARD_CRIT_ALL_STYLES = 6976;
7499
+ static readonly REWARD_INCREASE_ALL_COMBAT_MASTERIES = 6977;
7500
+ static readonly REWARD_AUTO_COMPLETE_ALL_ACHIEVEMENT_DIARIES = 6978;
7501
+ static readonly REWARD_AUTO_COMPLETE_ALL_COMBAT_ACHIEVEMENTS = 6979;
7502
+ static readonly REWARD_QUEST_DESERTTREASURE2 = 6980;
7503
+ static readonly REWARD_QUEST_DRAGONSLAYER2 = 6981;
7504
+ static readonly REWARD_QUEST_MONKEYMADNESS = 6982;
7505
+ static readonly REWARD_QUEST_SONGOFTHEELVES = 6983;
7506
+ static readonly REWARD_QUEST_SINSOFTHEFATHER = 6984;
7507
+ static readonly REWARD_QUEST_KINGDOMDIVIDED = 6985;
7508
+ static readonly REWARD_QUEST_PERILOUSMOONS = 6986;
7509
+ static readonly REWARD_QUEST_FINALDAWN = 6987;
7510
+ static readonly REWARD_QUEST_WHILEGUTHIXSLEEPS = 6988;
7511
+ static readonly ID = 123;
7512
+ static readonly COL_NAME = 0;
7513
+ static readonly LUMBRIDGE_TELEPORT = 6990;
7514
+ static readonly VARROCK_TELEPORT = 6991;
7515
+ static readonly FALADOR_TELEPORT = 6992;
7516
+ static readonly ARDOUGNE_TELEPORT = 6993;
7517
+ static readonly SENNTISTEN_TELEPORT = 6994;
7518
+ static readonly WATERBIRTH_TELEPORT = 6995;
7519
+ static readonly ARCEUUS_LIBRARY_TELEPORT = 6996;
7520
+ static readonly DRAYNOR_MANOR_TELEPORT = 6997;
7521
+ static readonly MIND_ALTAR_TELEPORT = 6998;
7522
+ static readonly FISHING_GUILD_TELEPORT = 6999;
7523
+ static readonly VARROCK_GE_TELEPORT = 7000;
7524
+ static readonly CAMELOT_TELEPORT = 7001;
7525
+ static readonly SEERS_VILLAGE_TELEPORT = 7002;
7526
+ static readonly WATCHTOWER_TELEPORT = 7003;
7527
+ static readonly YANILLE_TELEPORT = 7004;
7528
+ static readonly KHARYLL_TELEPORT = 7005;
7529
+ static readonly LUNAR_ISLE_TELEPORT = 7006;
7530
+ static readonly ANNAKARL_TELEPORT = 7007;
7531
+ static readonly MARIM_TELEPORT = 7008;
7532
+ static readonly KOUREND_CENTRAL_TELEPORT = 7009;
7533
+ static readonly FORTIS_TELEPORT = 7010;
7534
+ static readonly TROLL_STRONGHOLD_TELEPORT = 7011;
7535
+ static readonly WEISS_TELEPORT = 7012;
7536
+ static readonly BATTLEFRONT_TELEPORT = 7013;
7537
+ static readonly SALVE_GRAVEYARD_TELEPORT = 7014;
7538
+ static readonly FENKENSTRAINS_CASTLE_TELEPORT = 7015;
7539
+ static readonly WEST_ARDOUGNE_TELEPORT = 7016;
7540
+ static readonly HARMONY_ISLAND_TELEPORT = 7017;
7541
+ static readonly FORGOTTEN_CEMETERY_TELEPORT = 7018;
7542
+ static readonly BARROWS_TELEPORT = 7019;
7543
+ static readonly APE_ATOLL_DUNGEON_TELEPORT = 7020;
7544
+ static readonly CATHERBY_TELEPORT = 7021;
7545
+ static readonly GHORROCK_TELEPORT = 7022;
7546
+ static readonly CARRALLANGAR_TELEPORT = 7023;
7229
7547
  }
7230
7548
  }
@@ -927,5 +927,8 @@ declare namespace net.runelite.api.gameval {
927
927
  static readonly JIGSAW = 922;
928
928
  static readonly MESSAGEBOX_TITLED = 923;
929
929
  static readonly SLAYER_REWARDS_TASK_LIST = 924;
930
+ static readonly BINGO_WELCOME = 925;
931
+ static readonly BINGO_OVERLAY = 926;
932
+ static readonly EVENT_REWARDS = 927;
930
933
  }
931
934
  }
@@ -938,5 +938,6 @@ declare namespace net.runelite.api.gameval {
938
938
  static readonly PUB_AUBURNVALE = 933;
939
939
  static readonly PUB_NEMUS = 934;
940
940
  static readonly DOM_LOOTPILE_DURING = 935;
941
+ static readonly REWARD_TRANSFER_TEMP_INV = 936;
941
942
  }
942
943
  }
@@ -17624,6 +17624,39 @@ declare namespace net.runelite.api.gameval {
17624
17624
  static readonly SET_BLOODBARK_ARMOUR = 31163;
17625
17625
  static readonly SET_MIXED_HIDE_ARMOUR = 31166;
17626
17626
  static readonly SET_HUEY_ARMOUR = 31169;
17627
+ static readonly EVENT_BATTLEHAT = 31172;
17628
+ static readonly EVENT_CORRUPTED_SHARK = 31174;
17629
+ static readonly EVENT_MUSHTREE_DUMMY = 31176;
17630
+ static readonly EVENT_BARROWS_CHEST_DUMMY = 31177;
17631
+ static readonly EVENT_QUETZAL_LANDING_SITE_DUMMY = 31178;
17632
+ static readonly EVENT_FOSSIL_RANGE_DUMMY = 31179;
17633
+ static readonly EVENT_MOONLIGHT_MOTH_DUMMY = 31180;
17634
+ static readonly BINGO_TABARD = 31181;
17635
+ static readonly BINGO_TABARD_BLACK = 31184;
17636
+ static readonly BINGO_TABARD_PINK = 31187;
17637
+ static readonly BINGO_TABARD_GREEN = 31190;
17638
+ static readonly BINGO_SWORDS = 31193;
17639
+ static readonly BINGO_SWORDS_BLACK = 31196;
17640
+ static readonly BINGO_SWORDS_PINK = 31199;
17641
+ static readonly BINGO_SWORDS_GREEN = 31202;
17642
+ static readonly BINGO_ALTAR_ICON_SCROLL = 31205;
17643
+ static readonly BINGO_TORCH_SCROLL = 31208;
17644
+ static readonly EVENT_GENILAMP = 31211;
17645
+ static readonly REWARD_COMBATANT = 31212;
17646
+ static readonly REWARD_CRAFTSMAN = 31214;
17647
+ static readonly REWARD_GATHERER = 31216;
17648
+ static readonly GRIDMASTER_POINTS = 31218;
17649
+ static readonly BOUGHT_GRIDMASTER_POINTS = 31219;
17650
+ static readonly GRIDMASTER_POINTS_NEGATIVE = 31220;
17651
+ static readonly BOUGHT_GRIDMASTER_POINTS_NEGATIVE = 31221;
17652
+ static readonly HW25_SPOOKY_PAINTING = 31222;
17653
+ static readonly HW25_SPOOKY_WALL_LAMP = 31223;
17654
+ static readonly HW25_SPOOKY_SCARECROW = 31224;
17655
+ static readonly HW25_CHAIR_OBJ_REWARD = 31225;
17656
+ static readonly HW25_PUMPKIN_LANTERN_REWARD = 31227;
17657
+ static readonly HW25_GRIM_REAPER_TOP = 31229;
17658
+ static readonly HW25_GRIM_REAPER_BOTTOMS = 31231;
17659
+ static readonly HW25_GRIM_REAPER_GLOVES = 31233;
17627
17660
  static readonly TWPART1 = 7;
17628
17661
  static readonly TWPART2 = 9;
17629
17662
  static readonly TWPART3 = 11;
@@ -22086,6 +22119,16 @@ declare namespace net.runelite.api.gameval {
22086
22119
  static readonly SET_BLOODBARK_ARMOUR = 31164;
22087
22120
  static readonly SET_MIXED_HIDE_ARMOUR = 31167;
22088
22121
  static readonly SET_HUEY_ARMOUR = 31170;
22122
+ static readonly BINGO_TABARD = 31182;
22123
+ static readonly BINGO_TABARD_BLACK = 31185;
22124
+ static readonly BINGO_TABARD_PINK = 31188;
22125
+ static readonly BINGO_TABARD_GREEN = 31191;
22126
+ static readonly BINGO_SWORDS = 31194;
22127
+ static readonly BINGO_SWORDS_BLACK = 31197;
22128
+ static readonly BINGO_SWORDS_PINK = 31200;
22129
+ static readonly BINGO_SWORDS_GREEN = 31203;
22130
+ static readonly BINGO_ALTAR_ICON_SCROLL = 31206;
22131
+ static readonly BINGO_TORCH_SCROLL = 31209;
22089
22132
  static readonly STAFFORB = 13694;
22090
22133
  static readonly FIRE_ORB = 13695;
22091
22134
  static readonly WATER_ORB = 13696;
@@ -31174,5 +31217,25 @@ declare namespace net.runelite.api.gameval {
31174
31217
  static readonly SET_BLOODBARK_ARMOUR = 31165;
31175
31218
  static readonly SET_MIXED_HIDE_ARMOUR = 31168;
31176
31219
  static readonly SET_HUEY_ARMOUR = 31171;
31220
+ static readonly EVENT_BATTLEHAT = 31173;
31221
+ static readonly EVENT_CORRUPTED_SHARK = 31175;
31222
+ static readonly BINGO_TABARD = 31183;
31223
+ static readonly BINGO_TABARD_BLACK = 31186;
31224
+ static readonly BINGO_TABARD_PINK = 31189;
31225
+ static readonly BINGO_TABARD_GREEN = 31192;
31226
+ static readonly BINGO_SWORDS = 31195;
31227
+ static readonly BINGO_SWORDS_BLACK = 31198;
31228
+ static readonly BINGO_SWORDS_PINK = 31201;
31229
+ static readonly BINGO_SWORDS_GREEN = 31204;
31230
+ static readonly BINGO_ALTAR_ICON_SCROLL = 31207;
31231
+ static readonly BINGO_TORCH_SCROLL = 31210;
31232
+ static readonly REWARD_COMBATANT = 31213;
31233
+ static readonly REWARD_CRAFTSMAN = 31215;
31234
+ static readonly REWARD_GATHERER = 31217;
31235
+ static readonly HW25_CHAIR_OBJ_REWARD = 31226;
31236
+ static readonly HW25_PUMPKIN_LANTERN_REWARD = 31228;
31237
+ static readonly HW25_GRIM_REAPER_TOP = 31230;
31238
+ static readonly HW25_GRIM_REAPER_BOTTOMS = 31232;
31239
+ static readonly HW25_GRIM_REAPER_GLOVES = 31234;
31177
31240
  }
31178
31241
  }
@@ -14795,5 +14795,27 @@ declare namespace net.runelite.api.gameval {
14795
14795
  static readonly KASTORI_HARVESTER_01 = 14790;
14796
14796
  static readonly KASTORI_HARVESTER_02 = 14791;
14797
14797
  static readonly DEADMAN_GUARD_WIZARD = 14792;
14798
+ static readonly RANTZ_PRE_QUEST = 14793;
14799
+ static readonly RANTZ_POST_QUEST = 14794;
14800
+ static readonly VERZIK_INITIAL_BASE = 14795;
14801
+ static readonly VERZIK_INITIAL_QUICKSTART = 14796;
14802
+ static readonly VERZIK_INITIAL_HARD_BASE = 14797;
14803
+ static readonly VERZIK_INITIAL_HARD_QUICKSTART = 14798;
14804
+ static readonly EVENT_SAGE = 14799;
14805
+ static readonly EVENTS_SHOP = 14800;
14806
+ static readonly EVENTS_SHOP_1OP = 14801;
14807
+ static readonly EVENTS_SHOP_3OP = 14802;
14808
+ static readonly EVENTS_GUARDIAN_RANGE = 14803;
14809
+ static readonly EVENTS_GUARDIAN_MAGE = 14804;
14810
+ static readonly EVENTS_GUARDIAN_MELEE = 14805;
14811
+ static readonly HW25_CHAIR_NPC_REWARD = 14806;
14812
+ static readonly HW25_CHAIR_NPC_EVENT = 14807;
14813
+ static readonly HW25_CHAIR_SETH = 14808;
14814
+ static readonly HW25_CHAIR_NPC_CS = 14809;
14815
+ static readonly HW25_STRAYDOG_WANDER = 14810;
14816
+ static readonly HW25_STRAYDOG_NOMOVE = 14811;
14817
+ static readonly HW25_DEADTH_CS = 14812;
14818
+ static readonly HW25_SETH_GROATS_CS = 14813;
14819
+ static readonly HW25_FRED_THE_FARMER_CS = 14814;
14798
14820
  }
14799
14821
  }
@@ -25724,5 +25724,43 @@ declare namespace net.runelite.api.gameval {
25724
25724
  static readonly FENK_BRIDGEBROKEN_SUPPORT01 = 57719;
25725
25725
  static readonly FENK_BRIDGESUPPORT_MULTI_NORTH = 57720;
25726
25726
  static readonly FENK_BRIDGESUPPORT_MULTI_SOUTH = 57721;
25727
+ static readonly AHOY_TOWN_BARRIER_MULTI = 57722;
25728
+ static readonly AHOY_TOWN_BARRIER_POST_QUEST = 57723;
25729
+ static readonly CAVEKIT_ROCK01_WALLTOP02_NOFILL = 57724;
25730
+ static readonly HW25_SCARECROW = 57725;
25731
+ static readonly HW25_SCARECROW_VIS = 57726;
25732
+ static readonly HW25_SPOOKY_PAINTING = 57727;
25733
+ static readonly HW25_SPOOKY_PAINTING_VIS = 57728;
25734
+ static readonly HW25_SPOOKY_LAMP = 57729;
25735
+ static readonly HW25_SPOOKY_LAMP_VIS = 57730;
25736
+ static readonly POG_CAVE_WALL_TOP5_BLACK = 57731;
25737
+ static readonly FAI_VARROCK_GENERAL_STORE_NOTICEBOARD_OFFSET1 = 57732;
25738
+ static readonly POH_ICON_9 = 57733;
25739
+ static readonly POH_TORCH_8 = 57734;
25740
+ static readonly POH_TORCH_8_LIT = 57735;
25741
+ static readonly POH_BRIMHAVEN_WINDOW_BINGO_01 = 57736;
25742
+ static readonly POH_BRIMHAVEN_WINDOW_BINGO_02 = 57737;
25743
+ static readonly POH_CANIFIS_WINDOW_BINGO_01 = 57738;
25744
+ static readonly POH_CANIFIS_WINDOW_BINGO_02 = 57739;
25745
+ static readonly POH_CIVITAS_WINDOW_BINGO_01 = 57740;
25746
+ static readonly POH_CIVITAS_WINDOW_BINGO_02 = 57741;
25747
+ static readonly POH_HOSIDIUS_WINDOW_BINGO_01 = 57742;
25748
+ static readonly POH_HOSIDIUS_WINDOW_BINGO_02 = 57743;
25749
+ static readonly POH_LUMBRIDGE_WINDOW_BINGO_01 = 57744;
25750
+ static readonly POH_LUMBRIDGE_WINDOW_BINGO_02 = 57745;
25751
+ static readonly POH_POLLNIVNEACH_WINDOW_BINGO_01 = 57746;
25752
+ static readonly POH_POLLNIVNEACH_WINDOW_BINGO_02 = 57747;
25753
+ static readonly POH_RELLEKKA_WINDOW_BINGO_01 = 57748;
25754
+ static readonly POH_RELLEKKA_WINDOW_BINGO_02 = 57749;
25755
+ static readonly POH_RIMMINGTON_WINDOW_BINGO_01 = 57750;
25756
+ static readonly POH_RIMMINGTON_WINDOW_BINGO_02 = 57751;
25757
+ static readonly POH_TWISTED_WINDOW_BINGO_01 = 57752;
25758
+ static readonly POH_TWISTED_WINDOW_BINGO_02 = 57753;
25759
+ static readonly POH_XMAS2020_WINDOW_BINGO_01 = 57754;
25760
+ static readonly POH_XMAS2020_WINDOW_BINGO_02 = 57755;
25761
+ static readonly POH_YANILLE_WINDOW_BINGO_01 = 57756;
25762
+ static readonly POH_YANILLE_WINDOW_BINGO_02 = 57757;
25763
+ static readonly POH_DEATHLY_WINDOW_BINGO_01 = 57758;
25764
+ static readonly POH_DEATHLY_WINDOW_BINGO_02 = 57759;
25727
25765
  }
25728
25766
  }
@@ -3458,5 +3458,8 @@ declare namespace net.runelite.api.gameval {
3458
3458
  static readonly VFX_CRAB_BOSS_SPAWN = 3453;
3459
3459
  static readonly VFX_CRAB_BOSS_DEATH = 3454;
3460
3460
  static readonly VFX_CRAB_BOSS_DISINTEGRATE = 3455;
3461
+ static readonly BINGO_1_RELIC_UNLOCK_SPOT = 3456;
3462
+ static readonly BINGO_1_MASTERY_UNLOCK_SPOT = 3457;
3463
+ static readonly BINGO_1_XP_UNLOCK_SPOT = 3458;
3461
3464
  }
3462
3465
  }