@deafwave/osrs-botmaker-types 0.8.4 → 0.8.9

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/rollup/ComponentID.js +15 -15
  2. package/dist/src/rollup/ItemID.js +32 -1
  3. package/dist/src/rollup/NpcID.js +10 -0
  4. package/dist/src/rollup/NullItemID.js +29 -1
  5. package/dist/src/rollup/NullNpcID.js +2 -0
  6. package/dist/src/rollup/NullObjectID.js +24 -14
  7. package/dist/src/rollup/ObjectID.js +62 -3
  8. package/dist/src/rollup/gameval/AnimationID.js +39 -20
  9. package/dist/src/rollup/gameval/DBTableID.js +3684 -7
  10. package/dist/src/rollup/gameval/InterfaceID.js +853 -798
  11. package/dist/src/rollup/gameval/InventoryID.js +1 -0
  12. package/dist/src/rollup/gameval/ItemID.js +59 -0
  13. package/dist/src/rollup/gameval/NpcID.js +12 -0
  14. package/dist/src/rollup/gameval/ObjectID.js +0 -3
  15. package/dist/src/rollup/gameval/ObjectID1.js +85 -13
  16. package/dist/src/rollup/gameval/SpotanimID.js +19 -0
  17. package/dist/src/rollup/gameval/SpriteID.js +98 -0
  18. package/dist/src/rollup/gameval/VarPlayerID.js +20 -0
  19. package/dist/src/rollup/gameval/VarbitID.js +121 -3
  20. package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +32 -1
  21. package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +10 -0
  22. package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +29 -1
  23. package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +2 -0
  24. package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +24 -14
  25. package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +62 -3
  26. package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +39 -20
  27. package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +3684 -7
  28. package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +853 -798
  29. package/dist/src/types/runelite/net/runelite/api/gameval/InventoryID.d.ts +1 -0
  30. package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +59 -0
  31. package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +12 -0
  32. package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID.d.ts +0 -3
  33. package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +85 -13
  34. package/dist/src/types/runelite/net/runelite/api/gameval/SpotanimID.d.ts +19 -0
  35. package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +98 -0
  36. package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +20 -0
  37. package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +121 -3
  38. package/dist/src/types/runelite/net/runelite/api/widgets/ComponentID.d.ts +15 -15
  39. package/package.json +1 -1
@@ -1008,5 +1008,6 @@ declare namespace net.runelite.api.gameval {
1008
1008
  static readonly RAZMIREBUILDINGSTORE_IRON = 1003;
1009
1009
  static readonly RAZMIREBUILDINGSTORE_UIM = 1004;
1010
1010
  static readonly RAZMIREBUILDINGSTORE_GIM = 1005;
1011
+ static readonly ITEMGRANT_NOTRACKING = 1006;
1011
1012
  }
1012
1013
  }
@@ -18969,6 +18969,38 @@ declare namespace net.runelite.api.gameval {
18969
18969
  static readonly PVPA_SLAYER_HELM_I_HOODED = 33072;
18970
18970
  static readonly SAILING_FACILITY_BOTTLE_EMPTY = 33074;
18971
18971
  static readonly SAILING_FACILITY_BOTTLE_FULL = 33077;
18972
+ static readonly _25TH_ANNIVERSARY_HELMET = 33080;
18973
+ static readonly _25TH_ANNIVERSARY_TABARD_1 = 33082;
18974
+ static readonly _25TH_ANNIVERSARY_TABARD_2 = 33084;
18975
+ static readonly _25TH_ANNIVERSARY_HAT = 33086;
18976
+ static readonly _25TH_HOST_FOLLOWER = 33088;
18977
+ static readonly BOTTOMLESS_MILK_BUCKET_FILLED = 33089;
18978
+ static readonly BOTTOMLESS_MILK_BUCKET = 33091;
18979
+ static readonly COW_SLIPPERS = 33093;
18980
+ static readonly COW_SLIPPERS_RECOL_1 = 33096;
18981
+ static readonly COW_SLIPPERS_RECOL_2 = 33097;
18982
+ static readonly COW_SLIPPERS_RECOL_3 = 33098;
18983
+ static readonly COW_SLIPPERS_RECOL_4 = 33099;
18984
+ static readonly MOOLETA = 33101;
18985
+ static readonly COWBELL_AMULET_EMPTY = 33103;
18986
+ static readonly COWBELL_AMULET = 33104;
18987
+ static readonly RAW_TBONE_STEAK = 33106;
18988
+ static readonly TBONE_STEAK = 33109;
18989
+ static readonly TBONE_STEAK_BURNED = 33112;
18990
+ static readonly BULL_BONES = 33115;
18991
+ static readonly COWBOSS_REWARD_LAMP = 33117;
18992
+ static readonly DEMONIC_POTATO = 33118;
18993
+ static readonly HG_QUETZALWHISTLE_PERFECTED_INFINITE = 33120;
18994
+ static readonly POH_EXIT_PORTAL_WILDERNESS_THEME = 33122;
18995
+ static readonly COWBOSSPET = 33124;
18996
+ static readonly COWQUEST_HUSBANDRY_BOOK = 33126;
18997
+ static readonly COWQUEST_MILK_SAMPLE_1 = 33128;
18998
+ static readonly COWQUEST_MILK_SAMPLE_2 = 33130;
18999
+ static readonly POH_GARDEN_CENTREPIECE_6 = 33132;
19000
+ static readonly SLAYER_SPIDER_SILK = 33133;
19001
+ static readonly SLAYER_HERB_SACK_SILK = 33135;
19002
+ static readonly SLAYER_HERB_SACK_SILK_OPEN = 33137;
19003
+ static readonly MINIGAME_TELEPORT = 33138;
18972
19004
  static readonly CERT_TWPART1 = 7;
18973
19005
  static readonly CERT_TWPART2 = 9;
18974
19006
  static readonly CERT_TWPART3 = 11;
@@ -23550,6 +23582,10 @@ declare namespace net.runelite.api.gameval {
23550
23582
  static readonly CERT_SAILING_FACILITY_BOTTLE_EMPTY = 33075;
23551
23583
  static readonly CERT_BREW_RED_RUM = 33078;
23552
23584
  static readonly CERT_BREW_BLUE_RUM = 33079;
23585
+ static readonly CERT_COW_SLIPPERS = 33094;
23586
+ static readonly CERT_RAW_TBONE_STEAK = 33107;
23587
+ static readonly CERT_TBONE_STEAK = 33110;
23588
+ static readonly CERT_TBONE_STEAK_BURNED = 33113;
23553
23589
  static readonly PLACEHOLDER_STAFFORB = 13694;
23554
23590
  static readonly PLACEHOLDER_FIRE_ORB = 13695;
23555
23591
  static readonly PLACEHOLDER_WATER_ORB = 13696;
@@ -32999,5 +33035,28 @@ declare namespace net.runelite.api.gameval {
32999
33035
  static readonly PLACEHOLDER_SW_SLAYER_HELM_I_HOODED = 33071;
33000
33036
  static readonly PLACEHOLDER_PVPA_SLAYER_HELM_I_HOODED = 33073;
33001
33037
  static readonly PLACEHOLDER_SAILING_FACILITY_BOTTLE_EMPTY = 33076;
33038
+ static readonly PLACEHOLDER__25TH_ANNIVERSARY_HELMET = 33081;
33039
+ static readonly PLACEHOLDER__25TH_ANNIVERSARY_TABARD_1 = 33083;
33040
+ static readonly PLACEHOLDER__25TH_ANNIVERSARY_TABARD_2 = 33085;
33041
+ static readonly PLACEHOLDER__25TH_ANNIVERSARY_HAT = 33087;
33042
+ static readonly PLACEHOLDER_BOTTOMLESS_MILK_BUCKET_FILLED = 33090;
33043
+ static readonly PLACEHOLDER_BOTTOMLESS_MILK_BUCKET = 33092;
33044
+ static readonly PLACEHOLDER_COW_SLIPPERS = 33095;
33045
+ static readonly PLACEHOLDER_COW_SLIPPERS_RECOL_4 = 33100;
33046
+ static readonly PLACEHOLDER_MOOLETA = 33102;
33047
+ static readonly PLACEHOLDER_COWBELL_AMULET = 33105;
33048
+ static readonly PLACEHOLDER_RAW_TBONE_STEAK = 33108;
33049
+ static readonly PLACEHOLDER_TBONE_STEAK = 33111;
33050
+ static readonly PLACEHOLDER_TBONE_STEAK_BURNED = 33114;
33051
+ static readonly PLACEHOLDER_BULL_BONES = 33116;
33052
+ static readonly PLACEHOLDER_DEMONIC_POTATO = 33119;
33053
+ static readonly PLACEHOLDER_HG_QUETZALWHISTLE_PERFECTED_INFINITE = 33121;
33054
+ static readonly PLACEHOLDER_POH_EXIT_PORTAL_WILDERNESS_THEME = 33123;
33055
+ static readonly PLACEHOLDER_COWBOSSPET = 33125;
33056
+ static readonly PLACEHOLDER_COWQUEST_HUSBANDRY_BOOK = 33127;
33057
+ static readonly PLACEHOLDER_COWQUEST_MILK_SAMPLE_1 = 33129;
33058
+ static readonly PLACEHOLDER_COWQUEST_MILK_SAMPLE_2 = 33131;
33059
+ static readonly PLACEHOLDER_SLAYER_SPIDER_SILK = 33134;
33060
+ static readonly PLACEHOLDER_SLAYER_HERB_SACK_SILK = 33136;
33002
33061
  }
33003
33062
  }
@@ -15578,5 +15578,17 @@ declare namespace net.runelite.api.gameval {
15578
15578
  static readonly TZHAAR_FIGHTPIT_SWARM_4B = 15573;
15579
15579
  static readonly TZHAAR_FIGHTPIT_SWARM_BOSS = 15574;
15580
15580
  static readonly SAILING_TIGER_SHARK_NOOP = 15575;
15581
+ static readonly _25TH_CAT = 15589;
15582
+ static readonly COWBOSS_MAPPED = 15624;
15583
+ static readonly COWBOSS_UNNAMED = 15625;
15584
+ static readonly COWBOSS = 15626;
15585
+ static readonly COWBOSS_ROUTEFIND = 15627;
15586
+ static readonly COWBOSS_HARDMODE = 15628;
15587
+ static readonly COWBOSS_HARDMODE_GHOST = 15629;
15588
+ static readonly COWBOSS_INVISIBLE_PROJ_NPC = 15630;
15589
+ static readonly COWBOSS_PET = 15631;
15590
+ static readonly COWBOSS_FARMER = 15632;
15591
+ static readonly POH_COWBOSS_PET = 15633;
15592
+ static readonly _25TH_HOST = 15634;
15581
15593
  }
15582
15594
  }
@@ -26197,9 +26197,6 @@ declare namespace net.runelite.api.gameval {
26197
26197
  static readonly RCU_OUTER_MULTI6 = 26192;
26198
26198
  static readonly FAI_FALADOR_PARTY_ROOM_CHEST_CLOSED = 26193;
26199
26199
  static readonly FAI_FALADOR_PARTY_ROOM_LEVER = 26194;
26200
- static readonly BIRTHDAYBANNERL = 26195;
26201
- static readonly BIRTHDAYBANNERR = 26196;
26202
- static readonly BIRTHDAYBANNERM = 26197;
26203
26200
  static readonly BIRTHDAYCAKE_FULL = 26198;
26204
26201
  static readonly GRINDER_MACHINE = 26199;
26205
26202
  static readonly WILD_DOOR_INACTIVE = 26200;
@@ -10652,6 +10652,7 @@ declare namespace net.runelite.api.gameval {
10652
10652
  static readonly EGGS_SPIDER02_FALLOFF05 = 42647;
10653
10653
  static readonly EGGS_SPIDER02_FALLOFF06 = 42648;
10654
10654
  static readonly REGICIDE_TREE_DEAD1SWAMP_WEB = 42649;
10655
+ static readonly VM_BASEMENT_WALL_GROUND_FLOOR_NOBACK = 42650;
10655
10656
  static readonly QUEST_START_ICON_ANIMALMAGNETISM = 42651;
10656
10657
  static readonly QUEST_START_ICON_ANOTHERSLICEOFHAM = 42652;
10657
10658
  static readonly QUEST_START_ICON_ASCENTOFARCEUUS = 42653;
@@ -15179,14 +15180,9 @@ declare namespace net.runelite.api.gameval {
15179
15180
  static readonly WILD_CAVE_EXIT01 = 47175;
15180
15181
  static readonly GREYBOX_TOMB_WALL02_DARK01 = 47176;
15181
15182
  static readonly GREYBOX_TOMB_WALL02_DARK02 = 47177;
15182
- static readonly OSB10_HOLIDAY_ICON = 47178;
15183
+ static readonly HOSDUN_SARACHNIS_ENTRANCE_INSTANCE = 47178;
15183
15184
  static readonly OSB10_TABLE = 47179;
15184
15185
  static readonly OSB10_WARMFIRE = 47180;
15185
- static readonly OSB10_BUNTING01_POST01_VARIANT01 = 47181;
15186
- static readonly OSB10_BUNTING01_POST01_VARIANT02 = 47182;
15187
- static readonly OSB10_BUNTING01_POST01_VARIANT03 = 47183;
15188
- static readonly OSB10_BUNTING01_POST01_VARIANT04 = 47184;
15189
- static readonly OSB10_BUNTING01_MIDDLE01_VARIANT01 = 47185;
15190
15186
  static readonly OSB10_BANNER01_YEAR10 = 47186;
15191
15187
  static readonly OSB10_BANNER01_YEAR10_RAISED01 = 47187;
15192
15188
  static readonly OSB10_BALLOONS01_YEAR10 = 47188;
@@ -15197,12 +15193,6 @@ declare namespace net.runelite.api.gameval {
15197
15193
  static readonly OSB10_TOYS01_STRAYDOG10_SOLO01 = 47193;
15198
15194
  static readonly OSB10_TOYS01_GNOMECHILD10 = 47194;
15199
15195
  static readonly OSB10_TOYS01_GNOMECHILD10_SOLO01 = 47195;
15200
- static readonly OSB10_CONFETTI01_DEFAULT01 = 47196;
15201
- static readonly OSB10_CONFETTI01_SPARSE01 = 47197;
15202
- static readonly OSB10_CONFETTI01_CORNER01 = 47198;
15203
- static readonly OSB10_CONFETTI01_SPARSE02 = 47199;
15204
- static readonly OSB10_CAKE_UNLIT = 47200;
15205
- static readonly OSB10_CAKE_LIT = 47201;
15206
15196
  static readonly OSB10_PARTYROOM_DOORL_NOOP = 47202;
15207
15197
  static readonly OSB10_PARTYROOM_DOORR_NOOP = 47203;
15208
15198
  static readonly OSB10_CLICKZONE_CTC2 = 47204;
@@ -15324,7 +15314,6 @@ declare namespace net.runelite.api.gameval {
15324
15314
  static readonly BANNER_BIRTHDAY01_DEFAULT01 = 47320;
15325
15315
  static readonly BANNER_BIRTHDAY01_DEFAULT02 = 47321;
15326
15316
  static readonly PILLAR_MUSEUM01_TALL01 = 47322;
15327
- static readonly OSB10_CAKE_MULTI = 47323;
15328
15317
  static readonly UNGAEL_CRATER_ENTRANCE_INSTANCE_LEAVE = 47324;
15329
15318
  static readonly UNGAEL_CRATER_EXIT_INSTANCE_LEAVE = 47325;
15330
15319
  static readonly DS2_LITHKREN_DUNGEON_STAIRS_LOWER_NOOP = 47326;
@@ -26503,6 +26492,7 @@ declare namespace net.runelite.api.gameval {
26503
26492
  static readonly TRR_CORAL_DREDGER_BROKEN = 58499;
26504
26493
  static readonly TRR_CORAL_DREDGER_BROKEN_OP = 58500;
26505
26494
  static readonly TRR_CORAL_DREDGER_FIXED = 58501;
26495
+ static readonly _25TH_GRID_BLANK = 58502;
26506
26496
  static readonly TRR_PIER_SUPPORT_PILLAR01A = 58506;
26507
26497
  static readonly TRR_PIER_SUPPORT_STRAIGHT01A = 58507;
26508
26498
  static readonly TRR_PIER_SUPPORT_CORNER_OUTSIDE01A = 58508;
@@ -28679,5 +28669,87 @@ declare namespace net.runelite.api.gameval {
28679
28669
  static readonly OCEAN_OUTCROP_UNDERWATER04 = 60679;
28680
28670
  static readonly CORAL_SEABED_LOW_WALL = 60680;
28681
28671
  static readonly FOUNTAIN_2X3 = 60681;
28672
+ static readonly _25TH_LADDER_BOTTOM = 60731;
28673
+ static readonly _25TH_LADDER_TOP = 60732;
28674
+ static readonly BIRTHDAY_BANNER01_YEAR_STANDING01 = 60745;
28675
+ static readonly BIRTHDAY_BANNER01_YEAR_HANGING01 = 60746;
28676
+ static readonly BIRTHDAY_BANNER01_YEAR_HANGING02 = 60747;
28677
+ static readonly BIRTHDAY_BANNER01_YEAR_HANGING03 = 60748;
28678
+ static readonly BIRTHDAY_BANNER01_YEAR_HANGING04 = 60749;
28679
+ static readonly BIRTHDAY_BANNER01_YEAR_HANGING05 = 60750;
28680
+ static readonly BIRTHDAY_BANNER01_YEAR_HANGING06 = 60751;
28681
+ static readonly BIRTHDAY_BANNER01_ANNI25_HANGING01 = 60752;
28682
+ static readonly BIRTHDAY_BANNER01_ANNI25_HANGING02 = 60753;
28683
+ static readonly BIRTHDAY_BANNER01_ANNI25_HANGING03 = 60754;
28684
+ static readonly BIRTHDAY_BANNER01_ANNI25_HANGING04 = 60755;
28685
+ static readonly BIRTHDAY_BANNER01_ANNI25_STANDING01 = 60756;
28686
+ static readonly BIRTHDAY_BUNTING01_MIDDLE01_OFFSET01 = 60757;
28687
+ static readonly BIRTHDAY_BUNTING01_MIDDLE01_VARIANT02_CORNER = 60758;
28688
+ static readonly SARACHNIS_WEB_NOOP = 60759;
28689
+ static readonly FENCEGATE_R_COWBOSS_START = 60760;
28690
+ static readonly FENCEGATE_L_COWBOSS_START_NOOP = 60761;
28691
+ static readonly FENCEGATE_R_COWBOSS_START_NOOP = 60762;
28692
+ static readonly FENCEGATE_L_COWBOSS_START = 60763;
28693
+ static readonly FENCEGATE_R_COWBOSS_EXIT = 60764;
28694
+ static readonly FENCEGATE_L_COWBOSS_EXIT = 60765;
28695
+ static readonly COWBOSS_SCOREBOARD_MULTI = 60766;
28696
+ static readonly COWBOSS_SCOREBOARD = 60767;
28697
+ static readonly COWBOSS_SCOREBOARD_UBER = 60768;
28698
+ static readonly COWBOSS_SIGN_WARNING = 60769;
28699
+ static readonly COWBOSS_DEMONIC_POTATO_MULTI = 60770;
28700
+ static readonly COWBOSS_DEMONIC_POTATO_NOOP = 60771;
28701
+ static readonly COWBOSS_DEMONIC_POTATO = 60772;
28702
+ static readonly BLOCKING_MILK = 60773;
28703
+ static readonly POH_PORTAL_LEAGUE_5_TROLLHEIM = 60774;
28704
+ static readonly POH_PORTAL_LEAGUE_5_PADDEWWA = 60775;
28705
+ static readonly POH_PORTAL_LEAGUE_5_LASSAR = 60776;
28706
+ static readonly POH_PORTAL_LEAGUE_5_DAREEYAK = 60777;
28707
+ static readonly POH_PORTAL_LEAGUE_5_OURANIA = 60778;
28708
+ static readonly POH_PORTAL_LEAGUE_5_BARBARIAN = 60779;
28709
+ static readonly POH_PORTAL_LEAGUE_5_KHAZARD = 60780;
28710
+ static readonly POH_PORTAL_LEAGUE_5_ICEPLATEAU = 60781;
28711
+ static readonly POH_PORTAL_LEAGUE_5_RESPAWN = 60782;
28712
+ static readonly POH_PORTAL_LEAGUE_5_BOAT = 60783;
28713
+ static readonly QUEST_START_ICON_IDESOFMILK = 60784;
28714
+ static readonly COWQUEST_SETH_SHELF = 60785;
28715
+ static readonly ARCHEDCAGE_BLACKBACKA_BOSS_L = 60786;
28716
+ static readonly ARCHEDCAGE_BLACKBACKA_BOSS_R = 60787;
28717
+ static readonly FAT_COW_FAWEST = 60788;
28718
+ static readonly POH_EXIT_PORTAL_WILDERNESS = 60789;
28719
+ static readonly POH_PORTAL_TEAK_TROLLHEIM = 60790;
28720
+ static readonly POH_PORTAL_TEAK_PADDEWWA = 60791;
28721
+ static readonly POH_PORTAL_TEAK_LASSAR = 60792;
28722
+ static readonly POH_PORTAL_TEAK_DAREEYAK = 60793;
28723
+ static readonly POH_PORTAL_TEAK_OURANIA = 60794;
28724
+ static readonly POH_PORTAL_TEAK_BARBARIAN = 60795;
28725
+ static readonly POH_PORTAL_TEAK_KHAZARD = 60796;
28726
+ static readonly POH_PORTAL_TEAK_ICEPLATEAU = 60797;
28727
+ static readonly POH_PORTAL_TEAK_RESPAWN = 60798;
28728
+ static readonly POH_PORTAL_TEAK_BOAT = 60799;
28729
+ static readonly POH_PORTAL_MAG_TROLLHEIM = 60800;
28730
+ static readonly POH_PORTAL_MAG_PADDEWWA = 60801;
28731
+ static readonly POH_PORTAL_MAG_LASSAR = 60802;
28732
+ static readonly POH_PORTAL_MAG_DAREEYAK = 60803;
28733
+ static readonly POH_PORTAL_MAG_OURANIA = 60804;
28734
+ static readonly POH_PORTAL_MAG_BARBARIAN = 60805;
28735
+ static readonly POH_PORTAL_MAG_KHAZARD = 60806;
28736
+ static readonly POH_PORTAL_MAG_ICEPLATEAU = 60807;
28737
+ static readonly POH_PORTAL_MAG_RESPAWN = 60808;
28738
+ static readonly POH_PORTAL_MAG_BOAT = 60809;
28739
+ static readonly POH_PORTAL_MARBLE_TROLLHEIM = 60810;
28740
+ static readonly POH_PORTAL_MARBLE_PADDEWWA = 60811;
28741
+ static readonly POH_PORTAL_MARBLE_LASSAR = 60812;
28742
+ static readonly POH_PORTAL_MARBLE_DAREEYAK = 60813;
28743
+ static readonly POH_PORTAL_MARBLE_OURANIA = 60814;
28744
+ static readonly POH_PORTAL_MARBLE_BARBARIAN = 60815;
28745
+ static readonly POH_PORTAL_MARBLE_KHAZARD = 60816;
28746
+ static readonly POH_PORTAL_MARBLE_ICEPLATEAU = 60817;
28747
+ static readonly POH_PORTAL_MARBLE_RESPAWN = 60818;
28748
+ static readonly POH_PORTAL_MARBLE_BOAT = 60819;
28749
+ static readonly BOATKIT_SHIPHULL_STRAIGHT01_DAMAGED_L = 60820;
28750
+ static readonly BOATKIT_SHIPHULL_STRAIGHT01_DAMAGED_R = 60821;
28751
+ static readonly BOATKIT_SHIPHULL_STRAIGHT01_DAMAGED_MID = 60822;
28752
+ static readonly BOATKIT_DECK_STRAIGHT01_BROKEN01 = 60823;
28753
+ static readonly BOATKIT_DECK_STRAIGHT01_BROKEN01_MIRROR = 60824;
28682
28754
  }
28683
28755
  }
@@ -3577,5 +3577,24 @@ declare namespace net.runelite.api.gameval {
3577
3577
  static readonly DEADMAN_2026_SOTD_SPECIAL_START = 3572;
3578
3578
  static readonly DEADMAN_2026_SOTD_SPECIAL_EXTRA = 3573;
3579
3579
  static readonly SARADOMIN_LIGHTNING_DEADMAN = 3574;
3580
+ static readonly VFX_WHITE_PARTICLES = 3585;
3581
+ static readonly VFX_WHITE_PARTICLES_REVERSE = 3586;
3582
+ static readonly VFX_BEEF_TORNADO = 3587;
3583
+ static readonly VFX_COWBOSS_STOMP_IMPACT01 = 3588;
3584
+ static readonly VFX_COWBOSS_STOMP_IMPACT02 = 3589;
3585
+ static readonly VFX_COWBOSS_STOMP_IMPACT03 = 3590;
3586
+ static readonly VFX_COWBOSS_HM_RANGED_01 = 3591;
3587
+ static readonly VFX_COWBOSS_HM_MELEE_01 = 3592;
3588
+ static readonly VFX_COWBOSS_HM_MAGIC_01 = 3593;
3589
+ static readonly VFX_COWBOSS_HM_IMPACT_RANGED_01 = 3594;
3590
+ static readonly VFX_COWBOSS_HM_IMPACT_MELEE_01 = 3595;
3591
+ static readonly VFX_COWBOSS_HM_IMPACT_MAGIC_01 = 3596;
3592
+ static readonly VFX_COWBOSS_HM_LAUNCH_RANGED_01 = 3597;
3593
+ static readonly VFX_COWBOSS_HM_LAUNCH_MELEE_01 = 3598;
3594
+ static readonly VFX_COWBOSS_HM_LAUNCH_MAGIC_01 = 3599;
3595
+ static readonly VFX_COWBOSS_HM_SPAWN_RANGED_01 = 3600;
3596
+ static readonly VFX_COWBOSS_HM_SPAWN_MELEE_01 = 3601;
3597
+ static readonly VFX_COWBOSS_HM_SPAWN_MAGIC_01 = 3602;
3598
+ static readonly VFX_HUMAN_COWBOSS_TELEPORT01 = 3603;
3580
3599
  }
3581
3600
  }
@@ -1361,6 +1361,31 @@ declare namespace net.runelite.api.gameval {
1361
1361
  static readonly MAGICON2__47 = 366;
1362
1362
  static readonly MAGICON2__48 = 367;
1363
1363
  static readonly MAGICON2__49 = 368;
1364
+ static readonly MAGICON2__50 = 7479;
1365
+ static readonly MAGICON2__51 = 7480;
1366
+ static readonly MAGICON2__52 = 7481;
1367
+ static readonly MAGICON2__53 = 7482;
1368
+ static readonly MAGICON2__54 = 7483;
1369
+ static readonly MAGICON2__55 = 7484;
1370
+ static readonly MAGICON2__56 = 7485;
1371
+ static readonly MAGICON2__57 = 7486;
1372
+ static readonly MAGICON2__58 = 7487;
1373
+ static readonly MAGICON2__59 = 7488;
1374
+ static readonly MAGICON2__60 = 7489;
1375
+ static readonly MAGICON2__61 = 7490;
1376
+ static readonly MAGICON2__62 = 7491;
1377
+ static readonly MAGICON2__63 = 7492;
1378
+ static readonly MAGICON2__64 = 7493;
1379
+ static readonly MAGICON2__65 = 7494;
1380
+ static readonly MAGICON2__66 = 7495;
1381
+ static readonly MAGICON2__67 = 7496;
1382
+ static readonly MAGICON2__68 = 7497;
1383
+ static readonly MAGICON2__69 = 7498;
1384
+ static readonly MAGICON2__70 = 7499;
1385
+ static readonly MAGICON2__71 = 7500;
1386
+ static readonly MAGICON2__72 = 7501;
1387
+ static readonly MAGICON2__73 = 7502;
1388
+ static readonly MAGICON2__74 = 7503;
1364
1389
  static readonly MAGICOFF2__0 = 369;
1365
1390
  static readonly MAGICOFF2__1 = 370;
1366
1391
  static readonly MAGICOFF2__2 = 371;
@@ -1411,6 +1436,31 @@ declare namespace net.runelite.api.gameval {
1411
1436
  static readonly MAGICOFF2__47 = 416;
1412
1437
  static readonly MAGICOFF2__48 = 417;
1413
1438
  static readonly MAGICOFF2__49 = 418;
1439
+ static readonly MAGICOFF2__50 = 7504;
1440
+ static readonly MAGICOFF2__51 = 7505;
1441
+ static readonly MAGICOFF2__52 = 7506;
1442
+ static readonly MAGICOFF2__53 = 7507;
1443
+ static readonly MAGICOFF2__54 = 7508;
1444
+ static readonly MAGICOFF2__55 = 7509;
1445
+ static readonly MAGICOFF2__56 = 7510;
1446
+ static readonly MAGICOFF2__57 = 7511;
1447
+ static readonly MAGICOFF2__58 = 7512;
1448
+ static readonly MAGICOFF2__59 = 7513;
1449
+ static readonly MAGICOFF2__60 = 7514;
1450
+ static readonly MAGICOFF2__61 = 7515;
1451
+ static readonly MAGICOFF2__62 = 7516;
1452
+ static readonly MAGICOFF2__63 = 7517;
1453
+ static readonly MAGICOFF2__64 = 7518;
1454
+ static readonly MAGICOFF2__65 = 7519;
1455
+ static readonly MAGICOFF2__66 = 7520;
1456
+ static readonly MAGICOFF2__67 = 7521;
1457
+ static readonly MAGICOFF2__68 = 7522;
1458
+ static readonly MAGICOFF2__69 = 7523;
1459
+ static readonly MAGICOFF2__70 = 7524;
1460
+ static readonly MAGICOFF2__71 = 7525;
1461
+ static readonly MAGICOFF2__72 = 7526;
1462
+ static readonly MAGICOFF2__73 = 7527;
1463
+ static readonly MAGICOFF2__74 = 7528;
1414
1464
  static readonly GNOMEBALLBUTTONS__0 = 419;
1415
1465
  static readonly GNOMEBALLBUTTONS__1 = 420;
1416
1466
  static readonly GNOMEBALLBUTTONS__2 = 421;
@@ -7433,5 +7483,53 @@ declare namespace net.runelite.api.gameval {
7433
7483
  static readonly MUSICICONS__1 = 7428;
7434
7484
  static readonly MUSICICONS__2 = 7429;
7435
7485
  static readonly MUSICICONS__3 = 7430;
7486
+ static readonly STATSILHOUETTE__0 = 7431;
7487
+ static readonly STATSILHOUETTE__1 = 7432;
7488
+ static readonly STATSILHOUETTE__2 = 7433;
7489
+ static readonly STATSILHOUETTE__3 = 7434;
7490
+ static readonly STATSILHOUETTE__4 = 7435;
7491
+ static readonly STATSILHOUETTE__5 = 7436;
7492
+ static readonly STATSILHOUETTE__6 = 7437;
7493
+ static readonly STATSILHOUETTE__7 = 7438;
7494
+ static readonly STATSILHOUETTE__8 = 7439;
7495
+ static readonly STATSILHOUETTE__9 = 7440;
7496
+ static readonly STATSILHOUETTE__10 = 7441;
7497
+ static readonly STATSILHOUETTE__11 = 7442;
7498
+ static readonly STATSILHOUETTE__12 = 7443;
7499
+ static readonly STATSILHOUETTE__13 = 7444;
7500
+ static readonly STATSILHOUETTE__14 = 7445;
7501
+ static readonly STATSILHOUETTE__15 = 7446;
7502
+ static readonly STATSILHOUETTE__16 = 7447;
7503
+ static readonly STATSILHOUETTE__17 = 7448;
7504
+ static readonly STATSILHOUETTE__18 = 7449;
7505
+ static readonly STATSILHOUETTE__19 = 7450;
7506
+ static readonly STATSILHOUETTE__20 = 7451;
7507
+ static readonly STATSILHOUETTE__21 = 7452;
7508
+ static readonly STATSILHOUETTE__22 = 7453;
7509
+ static readonly STATSILHOUETTE__23 = 7454;
7510
+ static readonly ICONMINIGAMES64X64__0 = 7455;
7511
+ static readonly ICONMINIGAMES64X64__1 = 7456;
7512
+ static readonly ICONMINIGAMES64X64__2 = 7457;
7513
+ static readonly ICONMINIGAMES64X64__3 = 7458;
7514
+ static readonly ICONMINIGAMES64X64__4 = 7459;
7515
+ static readonly ICONMINIGAMES64X64__5 = 7460;
7516
+ static readonly ICONMINIGAMES64X64__6 = 7461;
7517
+ static readonly ICONMINIGAMES64X64__7 = 7462;
7518
+ static readonly ICONMINIGAMES64X64__8 = 7463;
7519
+ static readonly ICONMINIGAMES64X64__9 = 7464;
7520
+ static readonly ICONMINIGAMES64X64__10 = 7465;
7521
+ static readonly ICONMINIGAMES64X64__11 = 7466;
7522
+ static readonly ICONMINIGAMES64X64__12 = 7467;
7523
+ static readonly ICONMINIGAMES64X64__13 = 7468;
7524
+ static readonly ICONMINIGAMES64X64__14 = 7469;
7525
+ static readonly ICONMINIGAMES64X64__15 = 7470;
7526
+ static readonly ICONMINIGAMES64X64__16 = 7471;
7527
+ static readonly ICONMINIGAMES64X64__17 = 7472;
7528
+ static readonly ICONMINIGAMES64X64__18 = 7473;
7529
+ static readonly ICONMINIGAMES64X64__19 = 7474;
7530
+ static readonly ICONMINIGAMES64X64__20 = 7475;
7531
+ static readonly ICONMINIGAMES64X64__21 = 7476;
7532
+ static readonly ICONMINIGAMES64X64__22 = 7477;
7533
+ static readonly ICONMINIGAMES64X64__23 = 7478;
7436
7534
  }
7437
7535
  }
@@ -97,6 +97,7 @@ declare namespace net.runelite.api.gameval {
97
97
  static readonly SHEEP = 179;
98
98
  static readonly FLUFFS = 180;
99
99
  static readonly HEROQUEST = 188;
100
+ static readonly PRAYGUILD = 190;
100
101
  static readonly MURDERQUEST = 192;
101
102
  static readonly MURDERSUS = 195;
102
103
  static readonly DESERTRESCUE = 197;
@@ -286,6 +287,7 @@ declare namespace net.runelite.api.gameval {
286
287
  static readonly DEAL_QUEST = 600;
287
288
  static readonly DEAL_VAR = 601;
288
289
  static readonly AGRITH_QUEST_VARP = 602;
290
+ static readonly AGRITH_REGION = 603;
289
291
  static readonly MAKINGHISTORY = 604;
290
292
  static readonly MAIN_RATCATCH_VAR = 607;
291
293
  static readonly RATCATCH_VAR_MULTI = 609;
@@ -296,6 +298,7 @@ declare namespace net.runelite.api.gameval {
296
298
  static readonly CHAMPIONS_DEFEATED = 617;
297
299
  static readonly DEVIOUS_BASE = 622;
298
300
  static readonly WIN05_VAR = 623;
301
+ static readonly MAGICTRAINING5 = 628;
299
302
  static readonly MAGICTRAINING6 = 629;
300
303
  static readonly HANDSAND = 635;
301
304
  static readonly HANDSAND_TRANSMIT = 636;
@@ -2748,5 +2751,22 @@ declare namespace net.runelite.api.gameval {
2748
2751
  static readonly MUSIC_PLAYLIST_3_48 = 5386;
2749
2752
  static readonly MUSIC_PLAYLIST_3_49 = 5387;
2750
2753
  static readonly MUSIC_PLAYLIST_3_50 = 5388;
2754
+ static readonly OPTIONS_VOLUMES_SAVED_DESKTOP_1 = 5396;
2755
+ static readonly OPTIONS_VOLUMES_SAVED_DESKTOP_2 = 5397;
2756
+ static readonly OPTIONS_VOLUMES_SAVED_MOBILE_1 = 5398;
2757
+ static readonly OPTIONS_VOLUMES_SAVED_MOBILE_2 = 5399;
2758
+ static readonly MUSIC_PLAYER_COLOUR_PLAYING = 5401;
2759
+ static readonly COWBOSS_MISC = 5405;
2760
+ static readonly TOTAL_COWBOSS_KILLS = 5407;
2761
+ static readonly TOTAL_COWBOSS_HARDMODE_KILLS = 5408;
2762
+ static readonly COWQUEST_MAIN = 5412;
2763
+ static readonly POH_NEXUS_TELEPORT8 = 5413;
2764
+ static readonly POH_NEXUS_TELEPORT9 = 5414;
2765
+ static readonly POH_NEXUS_TELEPORT8_TEMP = 5415;
2766
+ static readonly POH_NEXUS_TELEPORT9_TEMP = 5416;
2767
+ static readonly LEVELUP_LISTS_A = 5459;
2768
+ static readonly LEVELUP_LISTS_B = 5460;
2769
+ static readonly LEVELUP_LISTS_C = 5461;
2770
+ static readonly LEVELUP_LISTS_D = 5462;
2751
2771
  }
2752
2772
  }
@@ -1124,6 +1124,11 @@ declare namespace net.runelite.api.gameval {
1124
1124
  static readonly WIN05_DECO_COUNT_PINK = 1482;
1125
1125
  static readonly WIN05_DECO_SHAPE = 1483;
1126
1126
  static readonly DEADMAN_TOURNAMENT_FINALAREA = 1497;
1127
+ static readonly MAGICTRAINING_TELE_POINTS_OLD = 1498;
1128
+ static readonly MAGICTRAINING_ENTRA_NOOB = 1499;
1129
+ static readonly MAGICTRAINING_GRAVE_BONE1COUNT = 1500;
1130
+ static readonly MAGICTRAINING_GRAVE_BONE2COUNT = 1501;
1131
+ static readonly MAGICTRAINING_GRAVE_BONE3COUNT = 1502;
1127
1132
  static readonly MAGICTRAINING_ENCHAN_ORBTOTAL = 1503;
1128
1133
  static readonly MAGICTRAINING_ALCHEM_COINREWARD = 1504;
1129
1134
  static readonly MAGICTRAINING_BONESPEACHES = 1505;
@@ -3184,8 +3189,7 @@ declare namespace net.runelite.api.gameval {
3184
3189
  static readonly POH_MENAGERIE_SMOKEPET = 4366;
3185
3190
  static readonly POH_MENAGERIE_KRAKENPET = 4367;
3186
3191
  static readonly DAN_RAGS_THE_RAGGERS_OH_DAN = 4370;
3187
- static readonly SKILL_GUIDE_SKILL = 4371;
3188
- static readonly SKILL_GUIDE_SUBSECTION = 4372;
3192
+ static readonly OPTION_LEVEL_UP_POPUP_LIST = 4371;
3189
3193
  static readonly TRADE_THIS_PLAYER_REMOVED = 4374;
3190
3194
  static readonly TRADE_OTHER_PLAYER_REMOVED = 4375;
3191
3195
  static readonly TRADINGPOST_TOGGLES = 4378;
@@ -3514,6 +3518,17 @@ declare namespace net.runelite.api.gameval {
3514
3518
  static readonly PISCARILIUS_BURGLARY_TARGET = 4903;
3515
3519
  static readonly SHAYZIEN_ARMOUR_CHALLENGE = 4904;
3516
3520
  static readonly PISCARILIUS_BURGLARY_COMPLETED = 4905;
3521
+ static readonly MONASTERY_ENTER = 4907;
3522
+ static readonly ZEAH_WATERINGCAN_CHARGES = 4908;
3523
+ static readonly ZEAH_TITHE_MINIGAME_UNLOCKED = 4909;
3524
+ static readonly ZEAH_BLOOD_ALTAR_UNLOCKED = 4910;
3525
+ static readonly ZEAH_SOUL_ALTAR_UNLOCKED = 4911;
3526
+ static readonly ZEAH_LIBRARY_FETCHBOOK = 4912;
3527
+ static readonly ZEAH_LIBRARY_BOOKHUNTER = 4913;
3528
+ static readonly ZEAH_LIBRARY_SHUFFLEMANUSCRIPT = 4914;
3529
+ static readonly ZEAH_LIBRARY_METMANUSCRIPTSEEKER = 4915;
3530
+ static readonly ZEAH_TELEPORT_UNLOCKED = 4916;
3531
+ static readonly ZEAH_SHAYZIEN_METCRIMEFIGHTER = 4917;
3517
3532
  static readonly RC_NO_TALLY_REQUIRED_SOUL_UNUSED = 4918;
3518
3533
  static readonly RC_NO_TALLY_REQUIRED_BLOOD_UNUSED = 4919;
3519
3534
  static readonly MILL_FLOUR = 4920;
@@ -5538,7 +5553,6 @@ declare namespace net.runelite.api.gameval {
5538
5553
  static readonly POH_BOARD_FILTERED = 9448;
5539
5554
  static readonly POH_BOARD_LAST_LOC = 9449;
5540
5555
  static readonly POH_CLOCKWORK_RECENTDROP = 9450;
5541
- static readonly OPTION_LEVEL_UP_MESSAGE = 9452;
5542
5556
  static readonly SLAYER_LONGER_BASILISK = 9455;
5543
5557
  static readonly SLAYER_UNLOCK_BASILISK = 9456;
5544
5558
  static readonly VIKINGEXILE = 9459;
@@ -14246,5 +14260,109 @@ declare namespace net.runelite.api.gameval {
14246
14260
  static readonly MUSIC_PLAYLIST_3_TRACK_98 = 20035;
14247
14261
  static readonly MUSIC_PLAYLIST_3_TRACK_99 = 20036;
14248
14262
  static readonly MUSIC_PLAYLIST_3_TRACK_100 = 20037;
14263
+ static readonly OPTION_MASTER_VOLUME_DESKTOP = 20038;
14264
+ static readonly OPTION_MASTER_VOLUME_SAVED_DESKTOP = 20039;
14265
+ static readonly OPTION_MUSIC_DESKTOP = 20040;
14266
+ static readonly OPTION_MUSIC_SAVED_DESKTOP = 20041;
14267
+ static readonly OPTION_SOUNDS_DESKTOP = 20042;
14268
+ static readonly OPTION_SOUNDS_SAVED_DESKTOP = 20043;
14269
+ static readonly OPTION_AREASOUNDS_DESKTOP = 20044;
14270
+ static readonly OPTION_AREASOUNDS_SAVED_DESKTOP = 20045;
14271
+ static readonly OPTION_MASTER_VOLUME_MOBILE = 20046;
14272
+ static readonly OPTION_MASTER_VOLUME_SAVED_MOBILE = 20047;
14273
+ static readonly OPTION_MUSIC_MOBILE = 20048;
14274
+ static readonly OPTION_MUSIC_SAVED_MOBILE = 20049;
14275
+ static readonly OPTION_SOUNDS_MOBILE = 20050;
14276
+ static readonly OPTION_SOUNDS_SAVED_MOBILE = 20051;
14277
+ static readonly OPTION_AREASOUNDS_MOBILE = 20052;
14278
+ static readonly OPTION_AREASOUNDS_SAVED_MOBILE = 20053;
14279
+ static readonly _25TH_TILES = 20054;
14280
+ static readonly _25TH_TILE_RUNESCAPE = 20055;
14281
+ static readonly _25TH_TILE_ATTACK = 20056;
14282
+ static readonly _25TH_TILE_STRENGTH = 20057;
14283
+ static readonly _25TH_TILE_RANGED = 20058;
14284
+ static readonly _25TH_TILE_MAGIC = 20059;
14285
+ static readonly _25TH_TILE_DEFENCE = 20060;
14286
+ static readonly _25TH_TILE_HITPOINTS = 20061;
14287
+ static readonly _25TH_TILE_PRAYER = 20062;
14288
+ static readonly _25TH_TILE_AGILITY = 20063;
14289
+ static readonly _25TH_TILE_HERBLORE = 20064;
14290
+ static readonly _25TH_TILE_THIEVING = 20065;
14291
+ static readonly _25TH_TILE_CRAFTING = 20066;
14292
+ static readonly _25TH_TILE_RUNECRAFT = 20067;
14293
+ static readonly _25TH_TILE_MINING = 20068;
14294
+ static readonly _25TH_TILE_SMITHING = 20069;
14295
+ static readonly _25TH_TILE_FISHING = 20070;
14296
+ static readonly _25TH_TILE_COOKING = 20071;
14297
+ static readonly _25TH_TILE_FIREMAKING = 20072;
14298
+ static readonly _25TH_TILE_WOODCUTTING = 20073;
14299
+ static readonly _25TH_TILE_FLETCHING = 20074;
14300
+ static readonly _25TH_TILE_SLAYER = 20075;
14301
+ static readonly _25TH_TILE_FARMING = 20076;
14302
+ static readonly _25TH_TILE_CONSTRUCTION = 20077;
14303
+ static readonly _25TH_TILE_HUNTER = 20078;
14304
+ static readonly _25TH_TILE_SAILING = 20079;
14305
+ static readonly PRIDE23_REDUNDANTBITS = 20080;
14306
+ static readonly _25TH_PROGRESS = 20081;
14307
+ static readonly _25TH_HOST_OUTSIDE = 20082;
14308
+ static readonly CA_TOTAL_TASKS_COMPLETED_COWBOSS = 20083;
14309
+ static readonly COWBOSS_SCOREBOARDS = 20090;
14310
+ static readonly DEPOSITBOX_HIDEDEPOSITWORN = 20095;
14311
+ static readonly REV_CAVE_TELE_LOCATION = 20096;
14312
+ static readonly CHARGES_COWBELL_AMULET_QUANTITY = 20097;
14313
+ static readonly COLLECTION_BOSSES_COWBOSS_COMPLETED = 20100;
14314
+ static readonly COWQUEST = 20106;
14315
+ static readonly COWQUEST_GILLIE_INFORMATION = 20107;
14316
+ static readonly COWQUEST_SETH_INFORMATION = 20108;
14317
+ static readonly COWQUEST_REWARD = 20109;
14318
+ static readonly COWBOSS_REWARD_LAMP = 20110;
14319
+ static readonly POH_NEXUS_TELE_36 = 20111;
14320
+ static readonly POH_NEXUS_TELE_37 = 20112;
14321
+ static readonly POH_NEXUS_TELE_38 = 20113;
14322
+ static readonly POH_NEXUS_TELE_39 = 20114;
14323
+ static readonly POH_NEXUS_TELE_40 = 20115;
14324
+ static readonly POH_NEXUS_TELE_41 = 20116;
14325
+ static readonly POH_NEXUS_TELE_42 = 20117;
14326
+ static readonly POH_NEXUS_TELE_43 = 20118;
14327
+ static readonly POH_NEXUS_TELE_44 = 20119;
14328
+ static readonly POH_NEXUS_TELE_45 = 20120;
14329
+ static readonly POH_NEXUS_TELE_36_TEMP = 20121;
14330
+ static readonly POH_NEXUS_TELE_37_TEMP = 20122;
14331
+ static readonly POH_NEXUS_TELE_38_TEMP = 20123;
14332
+ static readonly POH_NEXUS_TELE_39_TEMP = 20124;
14333
+ static readonly POH_NEXUS_TELE_40_TEMP = 20125;
14334
+ static readonly POH_NEXUS_TELE_41_TEMP = 20126;
14335
+ static readonly POH_NEXUS_TELE_42_TEMP = 20127;
14336
+ static readonly POH_NEXUS_TELE_43_TEMP = 20128;
14337
+ static readonly POH_NEXUS_TELE_44_TEMP = 20129;
14338
+ static readonly POH_NEXUS_TELE_45_TEMP = 20130;
14339
+ static readonly OPTION_LEVEL_UP_MESSAGE_DISABLED = 20157;
14340
+ static readonly OPTION_LEVEL_UP_CHATBOX_LIST = 20158;
14341
+ static readonly OPTION_LEVEL_UP_GUIDE_LIST_DISABLED = 20159;
14342
+ static readonly COWBOSS_REGULAR_DONTASKAGAIN = 20160;
14343
+ static readonly LEVELUP_LIST_STRENGTH = 20161;
14344
+ static readonly LEVELUP_LIST_AGILITY = 20162;
14345
+ static readonly LEVELUP_LIST_FIREMAKING = 20163;
14346
+ static readonly LEVELUP_LIST_FISHING = 20164;
14347
+ static readonly LEVELUP_LIST_HITPOINTS = 20165;
14348
+ static readonly LEVELUP_LIST_MINING = 20166;
14349
+ static readonly LEVELUP_LIST_RUNECRAFT = 20167;
14350
+ static readonly LEVELUP_LIST_THIEVING = 20168;
14351
+ static readonly LEVELUP_LIST_WOODCUTTING = 20169;
14352
+ static readonly LEVELUP_LIST_PRAYER = 20170;
14353
+ static readonly LEVELUP_LIST_MAGIC = 20171;
14354
+ static readonly LEVELUP_LIST_SAILING = 20172;
14355
+ static readonly LEVELUP_LIST_SLAYER = 20173;
14356
+ static readonly LEVELUP_LIST_CONSTRUCTION = 20174;
14357
+ static readonly LEVELUP_LIST_ATTACK = 20175;
14358
+ static readonly LEVELUP_LIST_COOKING = 20176;
14359
+ static readonly LEVELUP_LIST_CRAFTING = 20177;
14360
+ static readonly LEVELUP_LIST_DEFENCE = 20178;
14361
+ static readonly LEVELUP_LIST_FARMING = 20179;
14362
+ static readonly LEVELUP_LIST_FLETCHING = 20180;
14363
+ static readonly LEVELUP_LIST_HERBLORE = 20181;
14364
+ static readonly LEVELUP_LIST_HUNTER = 20182;
14365
+ static readonly LEVELUP_LIST_RANGED = 20183;
14366
+ static readonly LEVELUP_LIST_SMITHING = 20184;
14249
14367
  }
14250
14368
  }
@@ -77,14 +77,14 @@ declare namespace net.runelite.api.widgets {
77
77
  static readonly CHAMBERS_OF_XERIC_STORAGE_UNIT_PRIVATE_ITEM_CONTAINER = 17760262;
78
78
  static readonly CHARACTER_SUMMARY_CONTAINER = 46661634;
79
79
  static readonly CHATBOX_BUTTONS = 10616833;
80
- static readonly CHATBOX_CONTAINER = 10616870;
81
- static readonly CHATBOX_FIRST_MESSAGE = 10616890;
80
+ static readonly CHATBOX_CONTAINER = 10616871;
81
+ static readonly CHATBOX_FIRST_MESSAGE = 10616891;
82
82
  static readonly CHATBOX_FRAME = 10616866;
83
- static readonly CHATBOX_FULL_INPUT = 10616875;
84
- static readonly CHATBOX_GE_SEARCH_RESULTS = 10616883;
85
- static readonly CHATBOX_INPUT = 10616888;
86
- static readonly CHATBOX_MESSAGE_LINES = 10616889;
87
- static readonly CHATBOX_MESSAGES = 10616886;
83
+ static readonly CHATBOX_FULL_INPUT = 10616876;
84
+ static readonly CHATBOX_GE_SEARCH_RESULTS = 10616884;
85
+ static readonly CHATBOX_INPUT = 10616889;
86
+ static readonly CHATBOX_MESSAGE_LINES = 10616890;
87
+ static readonly CHATBOX_MESSAGES = 10616887;
88
88
  static readonly CHATBOX_PARENT = 10616832;
89
89
  static readonly CHATBOX_REPORT_TEXT = 10616865;
90
90
  static readonly CHATBOX_TAB_ALL = 10616836;
@@ -94,9 +94,9 @@ declare namespace net.runelite.api.widgets {
94
94
  static readonly CHATBOX_TAB_PRIVATE = 10616847;
95
95
  static readonly CHATBOX_TAB_PUBLIC = 10616843;
96
96
  static readonly CHATBOX_TAB_TRADE = 10616859;
97
- static readonly CHATBOX_TITLE = 10616874;
98
- static readonly CHATBOX_TRANSPARENT_BACKGROUND = 10616868;
99
- static readonly CHATBOX_TRANSPARENT_BACKGROUND_LINES = 10616887;
97
+ static readonly CHATBOX_TITLE = 10616875;
98
+ static readonly CHATBOX_TRANSPARENT_BACKGROUND = 10616869;
99
+ static readonly CHATBOX_TRANSPARENT_BACKGROUND_LINES = 10616888;
100
100
  static readonly CLAN_GUEST_HEADER = 46006273;
101
101
  static readonly CLAN_GUEST_LAYER = 46006272;
102
102
  static readonly CLAN_GUEST_MEMBERS = 46006278;
@@ -128,7 +128,7 @@ declare namespace net.runelite.api.widgets {
128
128
  static readonly COMBAT_STYLE_THREE = 38862862;
129
129
  static readonly COMBAT_STYLE_TWO = 38862858;
130
130
  static readonly COMBAT_WEAPON_NAME = 38862851;
131
- static readonly DEPOSIT_BOX_INVENTORY_ITEM_CONTAINER = 12582935;
131
+ static readonly DEPOSIT_BOX_INVENTORY_ITEM_CONTAINER = 12582936;
132
132
  static readonly DESTROY_ITEM_NAME = 38273030;
133
133
  static readonly DESTROY_ITEM_NO = 38273027;
134
134
  static readonly DESTROY_ITEM_YES = 38273025;
@@ -409,13 +409,13 @@ declare namespace net.runelite.api.widgets {
409
409
  static readonly SKOTIZO_CONTAINER = 20185090;
410
410
  static readonly SLAYER_REWARDS_TOP_BAR = 27918349;
411
411
  static readonly SMITHING_INVENTORY_ITEM_CONTAINER = 20447232;
412
- static readonly SPELLBOOK_ARCEUUS_HOME_TELEPORT = 14286998;
412
+ static readonly SPELLBOOK_ARCEUUS_HOME_TELEPORT = 14286999;
413
413
  static readonly SPELLBOOK_CATHERBY_HOME_TELEPORT = 14286853;
414
- static readonly SPELLBOOK_EDGEVILLE_HOME_TELEPORT = 14286953;
415
- static readonly SPELLBOOK_FERTILE_SOIL = 14286979;
414
+ static readonly SPELLBOOK_EDGEVILLE_HOME_TELEPORT = 14286954;
415
+ static readonly SPELLBOOK_FERTILE_SOIL = 14286980;
416
416
  static readonly SPELLBOOK_KOUREND_HOME_TELEPORT = 14286852;
417
417
  static readonly SPELLBOOK_LUMBRIDGE_HOME_TELEPORT = 14286855;
418
- static readonly SPELLBOOK_LUNAR_HOME_TELEPORT = 14286954;
418
+ static readonly SPELLBOOK_LUNAR_HOME_TELEPORT = 14286955;
419
419
  static readonly SPELLBOOK_PARENT = 14286848;
420
420
  static readonly STRANGLER_OVERLAY = 54788100;
421
421
  static readonly TEMPOROSS_LOBBY_LOBBY = 45023237;