@deafwave/osrs-botmaker-types 0.7.3 → 0.7.11

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 (56) hide show
  1. package/dist/src/rollup/ItemID.d.ts +21 -12
  2. package/dist/src/rollup/ItemID.js +21 -12
  3. package/dist/src/rollup/NpcID.d.ts +43 -15
  4. package/dist/src/rollup/NpcID.js +43 -15
  5. package/dist/src/rollup/NullItemID.d.ts +6 -0
  6. package/dist/src/rollup/NullItemID.js +6 -0
  7. package/dist/src/rollup/NullNpcID.d.ts +14 -0
  8. package/dist/src/rollup/NullNpcID.js +14 -0
  9. package/dist/src/rollup/NullObjectID.d.ts +32 -0
  10. package/dist/src/rollup/NullObjectID.js +32 -0
  11. package/dist/src/rollup/ObjectID.d.ts +63 -3
  12. package/dist/src/rollup/ObjectID.js +63 -3
  13. package/dist/src/rollup/gameval/AnimationID.d.ts +36 -0
  14. package/dist/src/rollup/gameval/AnimationID.js +36 -0
  15. package/dist/src/rollup/gameval/DBTableID.d.ts +11 -2
  16. package/dist/src/rollup/gameval/DBTableID.js +14 -5
  17. package/dist/src/rollup/gameval/InterfaceID.d.ts +1 -0
  18. package/dist/src/rollup/gameval/InterfaceID.js +1 -0
  19. package/dist/src/rollup/gameval/ItemID.d.ts +9 -0
  20. package/dist/src/rollup/gameval/ItemID.js +9 -0
  21. package/dist/src/rollup/gameval/NpcID.d.ts +53 -11
  22. package/dist/src/rollup/gameval/NpcID.js +53 -11
  23. package/dist/src/rollup/gameval/ObjectID.d.ts +1 -0
  24. package/dist/src/rollup/gameval/ObjectID.js +1 -0
  25. package/dist/src/rollup/gameval/ObjectID1.d.ts +94 -3
  26. package/dist/src/rollup/gameval/ObjectID1.js +94 -3
  27. package/dist/src/rollup/gameval/SpotanimID.d.ts +5 -0
  28. package/dist/src/rollup/gameval/SpotanimID.js +5 -0
  29. package/dist/src/rollup/gameval/VarClientID.d.ts +3 -0
  30. package/dist/src/rollup/gameval/VarClientID.js +3 -0
  31. package/dist/src/rollup/gameval/VarPlayerID.d.ts +3 -0
  32. package/dist/src/rollup/gameval/VarPlayerID.js +3 -0
  33. package/dist/src/rollup/gameval/VarbitID.d.ts +35 -1
  34. package/dist/src/rollup/gameval/VarbitID.js +35 -1
  35. package/dist/src/types/java/index.d.ts +1 -0
  36. package/dist/src/types/java/swing/JDialog.d.ts +28 -0
  37. package/dist/src/types/java/swing/JFrame.d.ts +6 -1
  38. package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +21 -12
  39. package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +43 -15
  40. package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +6 -0
  41. package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +14 -0
  42. package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +32 -0
  43. package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +63 -3
  44. package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +36 -0
  45. package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +16 -5
  46. package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +1 -0
  47. package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +15 -0
  48. package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +53 -11
  49. package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID.d.ts +1 -0
  50. package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +94 -3
  51. package/dist/src/types/runelite/net/runelite/api/gameval/SpotanimID.d.ts +5 -0
  52. package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +18 -0
  53. package/dist/src/types/runelite/net/runelite/api/gameval/VarClientID.d.ts +3 -0
  54. package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +3 -0
  55. package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +35 -1
  56. package/package.json +15 -2
@@ -14995,8 +14995,8 @@ declare namespace net.runelite.api {
14995
14995
  static readonly CAMPHOR_PLANK = 31432;
14996
14996
  static readonly IRONWOOD_PLANK = 31435;
14997
14997
  static readonly ROSEWOOD_PLANK = 31438;
14998
- static readonly TELEPORT_BOAT_TO_ME = 31441;
14999
- static readonly TELEPORT_ME_TO_BOAT = 31443;
14998
+ static readonly SUMMON_BOAT = 31441;
14999
+ static readonly TELEPORT_TO_BOAT = 31443;
15000
15000
  static readonly MOUNTED_GIANT_BLUE_KRILL_31445 = 31445;
15001
15001
  static readonly MOUNTED_GIANT_BLUE_KRILL_31446 = 31446;
15002
15002
  static readonly MOUNTED_GOLDEN_HADDOCK_31447 = 31447;
@@ -15110,17 +15110,17 @@ declare namespace net.runelite.api {
15110
15110
  static readonly FETID_KEY = 31744;
15111
15111
  static readonly CAPTURED_WIND_MOTE = 31745;
15112
15112
  static readonly GURTOBS_FABRIC_ROLL = 31746;
15113
- static readonly NIFTY_HAT = 31748;
15114
- static readonly NIFTY_JACKET = 31750;
15115
- static readonly NIFTY_TROUSERS = 31752;
15116
- static readonly NIFTY_SHOES = 31754;
15113
+ static readonly SWAMP_CRUISERS_HAT = 31748;
15114
+ static readonly SWAMP_CRUISERS_JACKET = 31750;
15115
+ static readonly SWAMP_CRUISERS_TROUSERS = 31752;
15116
+ static readonly SWAMP_CRUISERS_SHOES = 31754;
15117
15117
  static readonly SERRATED_KEY = 31756;
15118
15118
  static readonly HEART_OF_ITHELL = 31757;
15119
15119
  static readonly GWYNAS_FABRIC_ROLL = 31758;
15120
- static readonly SLEEK_HAT = 31760;
15121
- static readonly SLEEK_JACKET = 31762;
15122
- static readonly SLEEK_TROUSERS = 31764;
15123
- static readonly SLEEK_SHOES = 31766;
15120
+ static readonly CRYSTAL_GLIDERS_HAT = 31760;
15121
+ static readonly CRYSTAL_GLIDERS_JACKET = 31762;
15122
+ static readonly CRYSTAL_GLIDERS_TROUSERS = 31764;
15123
+ static readonly CRYSTAL_GLIDERS_SHOES = 31766;
15124
15124
  static readonly SUNKEN_RUM = 31768;
15125
15125
  static readonly TINY_PEARL = 31770;
15126
15126
  static readonly SMALL_PEARL = 31773;
@@ -15346,8 +15346,8 @@ declare namespace net.runelite.api {
15346
15346
  static readonly TEAK_MAST_AND_LINEN_SAILS = 32167;
15347
15347
  static readonly TEAK_MAST_AND_LINEN_SAILS_32168 = 32168;
15348
15348
  static readonly MAHOGANY_MAST_AND_CANVAS_SAILS = 32169;
15349
- static readonly MAHOGANY_MAST_AND_LINEN_SAILS = 32170;
15350
- static readonly MAHOGANY_MAST_AND_LINEN_SAILS_32171 = 32171;
15349
+ static readonly MAHOGANY_MAST_AND_CANVAS_SAILS_32170 = 32170;
15350
+ static readonly MAHOGANY_MAST_AND_CANVAS_SAILS_32171 = 32171;
15351
15351
  static readonly CAMPHOR_MAST_AND_CANVAS_SAILS = 32172;
15352
15352
  static readonly CAMPHOR_MAST_AND_LINEN_SAILS = 32173;
15353
15353
  static readonly CAMPHOR_MAST_AND_LINEN_SAILS_32174 = 32174;
@@ -16011,5 +16011,14 @@ declare namespace net.runelite.api {
16011
16011
  static readonly CAMPHOR_LOGS = 32904;
16012
16012
  static readonly IRONWOOD_LOGS = 32907;
16013
16013
  static readonly ROSEWOOD_LOGS = 32910;
16014
+ static readonly JAR_OF_FEATHERS = 32921;
16015
+ static readonly STEEL_NAILS_32923 = 32923;
16016
+ static readonly CRATE_OF_ARROWTIPS_32924 = 32924;
16017
+ static readonly CRATE_OF_CLOTHES_32925 = 32925;
16018
+ static readonly SERVING_PLATTER = 32926;
16019
+ static readonly LOVLEY_JUBBLY_BIB = 32928;
16020
+ static readonly BEER_BELLY_SWEATER = 32930;
16021
+ static readonly JAD_JUMPER = 32932;
16022
+ static readonly CHRISTMAS_DINNER = 32934;
16014
16023
  }
16015
16024
  }
@@ -11,6 +11,7 @@ declare namespace net.runelite.api {
11
11
  static readonly ABERRANT_SPECTRE_6 = 6;
12
12
  static readonly ABERRANT_SPECTRE_7 = 7;
13
13
  static readonly NECHRYAEL = 8;
14
+ static readonly SKYLARK = 9;
14
15
  static readonly DEATH_SPAWN = 10;
15
16
  static readonly NECHRYAEL_11 = 11;
16
17
  static readonly HUDO = 12;
@@ -276,6 +277,9 @@ declare namespace net.runelite.api {
276
277
  static readonly PELICAN = 283;
277
278
  static readonly GULL_284 = 284;
278
279
  static readonly GULL_285 = 285;
280
+ static readonly EAGLE = 286;
281
+ static readonly MERCENARY = 287;
282
+ static readonly CHARTIN_CHARLES_MCATLESS = 288;
279
283
  static readonly GHOUL = 289;
280
284
  static readonly DWARF = 290;
281
285
  static readonly CHAOS_DWARF = 291;
@@ -1375,7 +1379,7 @@ declare namespace net.runelite.api {
1375
1379
  static readonly DESERT_EAGLE = 1487;
1376
1380
  static readonly JUNGLE_EAGLE = 1488;
1377
1381
  static readonly POLAR_EAGLE = 1489;
1378
- static readonly EAGLE = 1490;
1382
+ static readonly EAGLE_1490 = 1490;
1379
1383
  static readonly KEBBIT = 1494;
1380
1384
  static readonly CHARLIE_1495 = 1495;
1381
1385
  static readonly BOULDER = 1496;
@@ -1436,6 +1440,8 @@ declare namespace net.runelite.api {
1436
1440
  static readonly GUARD_1551 = 1551;
1437
1441
  static readonly GUARD_1552 = 1552;
1438
1442
  static readonly CRAB_1553 = 1553;
1443
+ static readonly CHARTIN_CHARLES_MCATLESS_1554 = 1554;
1444
+ static readonly LUKE = 1555;
1439
1445
  static readonly FIRE_WIZARD = 1556;
1440
1446
  static readonly WATER_WIZARD = 1557;
1441
1447
  static readonly EARTH_WIZARD = 1558;
@@ -3631,6 +3637,10 @@ declare namespace net.runelite.api {
3631
3637
  static readonly FOX = 3901;
3632
3638
  static readonly BUNNY = 3902;
3633
3639
  static readonly BUNNY_3903 = 3903;
3640
+ static readonly SHIPYARD_WORKER_3904 = 3904;
3641
+ static readonly SHIPYARD_WORKER_3905 = 3905;
3642
+ static readonly SHIPYARD_ENGINEER = 3906;
3643
+ static readonly JOE_3907 = 3907;
3634
3644
  static readonly BEAR_CUB = 3908;
3635
3645
  static readonly BEAR_CUB_3909 = 3909;
3636
3646
  static readonly UNICORN_FOAL = 3910;
@@ -3976,6 +3986,8 @@ declare namespace net.runelite.api {
3976
3986
  static readonly OSMAN_4286 = 4286;
3977
3987
  static readonly BORDER_GUARD = 4287;
3978
3988
  static readonly BORDER_GUARD_4288 = 4288;
3989
+ static readonly JOE_4289 = 4289;
3990
+ static readonly CAT_4290 = 4290;
3979
3991
  static readonly HERMAN_CARANOS = 4291;
3980
3992
  static readonly FRANKLIN_CARANOS = 4292;
3981
3993
  static readonly ARNOLD_LYDSPOR = 4293;
@@ -4301,7 +4313,7 @@ declare namespace net.runelite.api {
4301
4313
  static readonly MINE_CART_DRIVER = 4653;
4302
4314
  static readonly ROWDY_GUARD = 4654;
4303
4315
  static readonly BEDABIN_NOMAD_FIGHTER = 4655;
4304
- static readonly MERCENARY = 4656;
4316
+ static readonly MERCENARY_4656 = 4656;
4305
4317
  static readonly MERCENARY_4657 = 4657;
4306
4318
  static readonly MERCENARY_4658 = 4658;
4307
4319
  static readonly MERCENARY_4659 = 4659;
@@ -4374,6 +4386,8 @@ declare namespace net.runelite.api {
4374
4386
  static readonly MOE = 4726;
4375
4387
  static readonly LARRY_4727 = 4727;
4376
4388
  static readonly THURGO = 4733;
4389
+ static readonly JOINTCHIEF_MOUSER_TO_THE_SHIPYARD_OFFICE = 4734;
4390
+ static readonly JOINTCHIEF_MOUSER_TO_THE_SHIPYARD_OFFICE_4735 = 4735;
4377
4391
  static readonly SIR_VYVIN = 4736;
4378
4392
  static readonly SQUIRE_4737 = 4737;
4379
4393
  static readonly GENIE_4738 = 4738;
@@ -12333,6 +12347,13 @@ declare namespace net.runelite.api {
12333
12347
  static readonly THE_SAGE_14799 = 14799;
12334
12348
  static readonly NEVET = 14801;
12335
12349
  static readonly NEVET_14802 = 14802;
12350
+ static readonly SPOTTED_RAE = 14807;
12351
+ static readonly DUCK_14808 = 14808;
12352
+ static readonly GECKO = 14809;
12353
+ static readonly GRUB = 14810;
12354
+ static readonly RUSTY_CHEST = 14811;
12355
+ static readonly TARNISHED_CHEST = 14812;
12356
+ static readonly RUSTY_CHEST_14813 = 14813;
12336
12357
  static readonly SPOOKY_CHAIR = 14815;
12337
12358
  static readonly MAKO = 14816;
12338
12359
  static readonly MORA = 14817;
@@ -12375,8 +12396,6 @@ declare namespace net.runelite.api {
12375
12396
  static readonly SHELLBANE_GRYPHON = 14860;
12376
12397
  static readonly ELDER_KELMO = 14861;
12377
12398
  static readonly ELDER_NAMA = 14863;
12378
- static readonly GULL_14864 = 14864;
12379
- static readonly GULL_14865 = 14865;
12380
12399
  static readonly HENDERSON = 14866;
12381
12400
  static readonly ONE_EYED_ROSALEE = 14867;
12382
12401
  static readonly CAPTAIN_DAWSON = 14868;
@@ -12621,7 +12640,6 @@ declare namespace net.runelite.api {
12621
12640
  static readonly CASTAWAY_15148 = 15148;
12622
12641
  static readonly CASTAWAY_15149 = 15149;
12623
12642
  static readonly CASTAWAY_15150 = 15150;
12624
- static readonly CHARTIN_CHARLES_MCATLESS = 15151;
12625
12643
  static readonly CURRENT_DUCK = 15152;
12626
12644
  static readonly CURRENT_DUCK_15153 = 15153;
12627
12645
  static readonly MEATY_AURA_LOGIST = 15154;
@@ -12648,14 +12666,6 @@ declare namespace net.runelite.api {
12648
12666
  static readonly DRINK_TROLL_QUEEN = 15175;
12649
12667
  static readonly DRINK_TROLL_QUEEN_15176 = 15176;
12650
12668
  static readonly SAILING_CAT = 15177;
12651
- static readonly CASTAWAY_DOG = 15178;
12652
- static readonly CASTAWAY_DOG_15179 = 15179;
12653
- static readonly CASTAWAY_DOG_15180 = 15180;
12654
- static readonly WILSON_15181 = 15181;
12655
- static readonly LOG_GIRL = 15182;
12656
- static readonly BARREL_GIRL = 15183;
12657
- static readonly BARREL_DUDE = 15184;
12658
- static readonly DEBRIS_DUDE = 15185;
12659
12669
  static readonly PUNCHING_BAG = 15191;
12660
12670
  static readonly PUNCHING_BAG_15192 = 15192;
12661
12671
  static readonly DPS_CALC = 15193;
@@ -12702,7 +12712,6 @@ declare namespace net.runelite.api {
12702
12712
  static readonly DOLPHIN = 15234;
12703
12713
  static readonly DOLPHIN_15235 = 15235;
12704
12714
  static readonly DOLPHIN_CALF = 15236;
12705
- static readonly OCEAN_MAN_15237 = 15237;
12706
12715
  static readonly JUNIOR_JIM_15238 = 15238;
12707
12716
  static readonly JUMBO_JIM = 15239;
12708
12717
  static readonly CREW_REGISTRAR = 15245;
@@ -12842,7 +12851,7 @@ declare namespace net.runelite.api {
12842
12851
  static readonly CHAMELEON_15416 = 15416;
12843
12852
  static readonly CHAMELEON_15417 = 15417;
12844
12853
  static readonly CHAMELEON_15418 = 15418;
12845
- static readonly GECKO = 15419;
12854
+ static readonly GECKO_15419 = 15419;
12846
12855
  static readonly GECKO_15420 = 15420;
12847
12856
  static readonly GECKO_15421 = 15421;
12848
12857
  static readonly GECKO_15422 = 15422;
@@ -12965,5 +12974,24 @@ declare namespace net.runelite.api {
12965
12974
  static readonly TRADER_CREWMEMBER_15544 = 15544;
12966
12975
  static readonly TRADER_CREWMEMBER_15545 = 15545;
12967
12976
  static readonly TRADER_CREWMEMBER_15546 = 15546;
12977
+ static readonly STOOL = 15548;
12978
+ static readonly SIR_PRYSIN_15549 = 15549;
12979
+ static readonly AGGIE_15550 = 15550;
12980
+ static readonly JOBLESS_JIM_15551 = 15551;
12981
+ static readonly HANS_15552 = 15552;
12982
+ static readonly KARIM_15553 = 15553;
12983
+ static readonly OZIACH_15554 = 15554;
12984
+ static readonly ROMMIK_15555 = 15555;
12985
+ static readonly DORIS_15556 = 15556;
12986
+ static readonly HERQUIN_15557 = 15557;
12987
+ static readonly PUFFIN_15558 = 15558;
12988
+ static readonly COOK_15559 = 15559;
12989
+ static readonly COOK_15560 = 15560;
12990
+ static readonly BARTENDER_15561 = 15561;
12991
+ static readonly WOMAN_15562 = 15562;
12992
+ static readonly JONNY_THE_BEARD_15563 = 15563;
12993
+ static readonly DR_HARLOW_15564 = 15564;
12994
+ static readonly BARBARIAN_15565 = 15565;
12995
+ static readonly MOD_FREDDIE = 15566;
12968
12996
  }
12969
12997
  }
@@ -16671,5 +16671,11 @@ declare namespace net.runelite.api {
16671
16671
  static readonly NULL_32918 = 32918;
16672
16672
  static readonly NULL_32919 = 32919;
16673
16673
  static readonly NULL_32920 = 32920;
16674
+ static readonly NULL_32922 = 32922;
16675
+ static readonly NULL_32927 = 32927;
16676
+ static readonly NULL_32929 = 32929;
16677
+ static readonly NULL_32931 = 32931;
16678
+ static readonly NULL_32933 = 32933;
16679
+ static readonly NULL_32935 = 32935;
16674
16680
  }
16675
16681
  }
@@ -2438,6 +2438,7 @@ declare namespace net.runelite.api {
2438
2438
  static readonly NULL_14804 = 14804;
2439
2439
  static readonly NULL_14805 = 14805;
2440
2440
  static readonly NULL_14806 = 14806;
2441
+ static readonly NULL_14814 = 14814;
2441
2442
  static readonly NULL_14827 = 14827;
2442
2443
  static readonly NULL_14830 = 14830;
2443
2444
  static readonly NULL_14833 = 14833;
@@ -2445,6 +2446,8 @@ declare namespace net.runelite.api {
2445
2446
  static readonly NULL_14839 = 14839;
2446
2447
  static readonly NULL_14842 = 14842;
2447
2448
  static readonly NULL_14862 = 14862;
2449
+ static readonly NULL_14864 = 14864;
2450
+ static readonly NULL_14865 = 14865;
2448
2451
  static readonly NULL_14884 = 14884;
2449
2452
  static readonly NULL_14941 = 14941;
2450
2453
  static readonly NULL_14943 = 14943;
@@ -2486,11 +2489,21 @@ declare namespace net.runelite.api {
2486
2489
  static readonly NULL_15110 = 15110;
2487
2490
  static readonly NULL_15111 = 15111;
2488
2491
  static readonly NULL_15123 = 15123;
2492
+ static readonly NULL_15151 = 15151;
2493
+ static readonly NULL_15178 = 15178;
2494
+ static readonly NULL_15179 = 15179;
2495
+ static readonly NULL_15180 = 15180;
2496
+ static readonly NULL_15181 = 15181;
2497
+ static readonly NULL_15182 = 15182;
2498
+ static readonly NULL_15183 = 15183;
2499
+ static readonly NULL_15184 = 15184;
2500
+ static readonly NULL_15185 = 15185;
2489
2501
  static readonly NULL_15186 = 15186;
2490
2502
  static readonly NULL_15187 = 15187;
2491
2503
  static readonly NULL_15188 = 15188;
2492
2504
  static readonly NULL_15189 = 15189;
2493
2505
  static readonly NULL_15190 = 15190;
2506
+ static readonly NULL_15237 = 15237;
2494
2507
  static readonly NULL_15240 = 15240;
2495
2508
  static readonly NULL_15241 = 15241;
2496
2509
  static readonly NULL_15242 = 15242;
@@ -2538,5 +2551,6 @@ declare namespace net.runelite.api {
2538
2551
  static readonly NULL_15493 = 15493;
2539
2552
  static readonly NULL_15494 = 15494;
2540
2553
  static readonly NULL_15495 = 15495;
2554
+ static readonly NULL_15547 = 15547;
2541
2555
  }
2542
2556
  }
@@ -31260,5 +31260,37 @@ declare namespace net.runelite.api {
31260
31260
  static readonly NULL_60459 = 60459;
31261
31261
  static readonly NULL_60460 = 60460;
31262
31262
  static readonly NULL_60480 = 60480;
31263
+ static readonly NULL_60531 = 60531;
31264
+ static readonly NULL_60532 = 60532;
31265
+ static readonly NULL_60533 = 60533;
31266
+ static readonly NULL_60534 = 60534;
31267
+ static readonly NULL_60535 = 60535;
31268
+ static readonly NULL_60536 = 60536;
31269
+ static readonly NULL_60537 = 60537;
31270
+ static readonly NULL_60538 = 60538;
31271
+ static readonly NULL_60539 = 60539;
31272
+ static readonly NULL_60540 = 60540;
31273
+ static readonly NULL_60543 = 60543;
31274
+ static readonly NULL_60544 = 60544;
31275
+ static readonly NULL_60545 = 60545;
31276
+ static readonly NULL_60546 = 60546;
31277
+ static readonly NULL_60547 = 60547;
31278
+ static readonly NULL_60548 = 60548;
31279
+ static readonly NULL_60549 = 60549;
31280
+ static readonly NULL_60550 = 60550;
31281
+ static readonly NULL_60565 = 60565;
31282
+ static readonly NULL_60569 = 60569;
31283
+ static readonly NULL_60581 = 60581;
31284
+ static readonly NULL_60582 = 60582;
31285
+ static readonly NULL_60583 = 60583;
31286
+ static readonly NULL_60584 = 60584;
31287
+ static readonly NULL_60601 = 60601;
31288
+ static readonly NULL_60602 = 60602;
31289
+ static readonly NULL_60603 = 60603;
31290
+ static readonly NULL_60604 = 60604;
31291
+ static readonly NULL_60605 = 60605;
31292
+ static readonly NULL_60606 = 60606;
31293
+ static readonly NULL_60607 = 60607;
31294
+ static readonly NULL_60615 = 60615;
31263
31295
  }
31264
31296
  }
@@ -1395,6 +1395,7 @@ declare namespace net.runelite.api {
1395
1395
  static readonly CHEST_2588 = 2588;
1396
1396
  static readonly HOLE_2589 = 2589;
1397
1397
  static readonly LADDER_2590 = 2590;
1398
+ static readonly BUNK_BED = 2591;
1398
1399
  static readonly LADDER_2592 = 2592;
1399
1400
  static readonly GANGPLANK_2593 = 2593;
1400
1401
  static readonly GANGPLANK_2594 = 2594;
@@ -8415,7 +8416,7 @@ declare namespace net.runelite.api {
8415
8416
  static readonly CHAIR_14853 = 14853;
8416
8417
  static readonly CHEST_14854 = 14854;
8417
8418
  static readonly BED_14855 = 14855;
8418
- static readonly BUNK_BED = 14856;
8419
+ static readonly BUNK_BED_14856 = 14856;
8419
8420
  static readonly TRUNK = 14857;
8420
8421
  static readonly LOCKER = 14858;
8421
8422
  static readonly SARADOMIN_STAR = 14859;
@@ -28501,7 +28502,7 @@ declare namespace net.runelite.api {
28501
28502
  static readonly ROCKS_58922 = 58922;
28502
28503
  static readonly NICKEL_ROCKS = 58923;
28503
28504
  static readonly ROCKS_58924 = 58924;
28504
- static readonly BARRACUDA_TRIAL_EXIT = 58925;
28505
+ static readonly CABINET_58925 = 58925;
28505
28506
  static readonly SCOREBOARD_58926 = 58926;
28506
28507
  static readonly SCOREBOARD_58927 = 58927;
28507
28508
  static readonly SCOREBOARD_58928 = 58928;
@@ -28711,7 +28712,7 @@ declare namespace net.runelite.api {
28711
28712
  static readonly SAILS_59549 = 59549;
28712
28713
  static readonly SAILS_59550 = 59550;
28713
28714
  static readonly SAILS_59551 = 59551;
28714
- static readonly SAILS_59552 = 59552;
28715
+ static readonly CREVICE_59552 = 59552;
28715
28716
  static readonly SAILS_59553 = 59553;
28716
28717
  static readonly HELM = 59555;
28717
28718
  static readonly HELM_59556 = 59556;
@@ -29246,5 +29247,64 @@ declare namespace net.runelite.api {
29246
29247
  static readonly GANGPLANK_60523 = 60523;
29247
29248
  static readonly GANGPLANK_60524 = 60524;
29248
29249
  static readonly GANGPLANK_60525 = 60525;
29250
+ static readonly TIN_BATH_60526 = 60526;
29251
+ static readonly TABLE_60527 = 60527;
29252
+ static readonly RED_CORAL = 60528;
29253
+ static readonly RED_CORAL_60529 = 60529;
29254
+ static readonly RED_CORAL_60530 = 60530;
29255
+ static readonly SHELVES_60541 = 60541;
29256
+ static readonly SHELVES_60542 = 60542;
29257
+ static readonly HELM_60551 = 60551;
29258
+ static readonly HELM_60552 = 60552;
29259
+ static readonly HELM_60553 = 60553;
29260
+ static readonly HELM_60554 = 60554;
29261
+ static readonly HELM_60555 = 60555;
29262
+ static readonly HELM_60556 = 60556;
29263
+ static readonly HELM_60557 = 60557;
29264
+ static readonly HELM_60558 = 60558;
29265
+ static readonly HELM_60559 = 60559;
29266
+ static readonly HELM_60560 = 60560;
29267
+ static readonly HELM_60561 = 60561;
29268
+ static readonly HELM_60562 = 60562;
29269
+ static readonly HELM_60563 = 60563;
29270
+ static readonly HELM_60564 = 60564;
29271
+ static readonly CAT_60566 = 60566;
29272
+ static readonly WORKBENCH_60567 = 60567;
29273
+ static readonly BOOKCASE_60568 = 60568;
29274
+ static readonly CURSED_REMAINS = 60570;
29275
+ static readonly A_SINGULAR_CIRCLE = 60571;
29276
+ static readonly KATANA = 60572;
29277
+ static readonly SHRIMP = 60573;
29278
+ static readonly HAROLD = 60574;
29279
+ static readonly TENTACLE_60575 = 60575;
29280
+ static readonly TABLE_60576 = 60576;
29281
+ static readonly TABLE_60577 = 60577;
29282
+ static readonly TABLE_60578 = 60578;
29283
+ static readonly TABLE_60579 = 60579;
29284
+ static readonly TABLE_60580 = 60580;
29285
+ static readonly BAR_60585 = 60585;
29286
+ static readonly BAR_60586 = 60586;
29287
+ static readonly BAR_60587 = 60587;
29288
+ static readonly BAR_60588 = 60588;
29289
+ static readonly BAR_60589 = 60589;
29290
+ static readonly BAR_60590 = 60590;
29291
+ static readonly BAR_60591 = 60591;
29292
+ static readonly BAR_60592 = 60592;
29293
+ static readonly BAR_60593 = 60593;
29294
+ static readonly BAR_60594 = 60594;
29295
+ static readonly BAR_60595 = 60595;
29296
+ static readonly BAR_60596 = 60596;
29297
+ static readonly BAR_60597 = 60597;
29298
+ static readonly BAR_60598 = 60598;
29299
+ static readonly BAR_60599 = 60599;
29300
+ static readonly BAR_60600 = 60600;
29301
+ static readonly CRATE_60608 = 60608;
29302
+ static readonly CRATE_60609 = 60609;
29303
+ static readonly CRATE_60610 = 60610;
29304
+ static readonly CRATE_60611 = 60611;
29305
+ static readonly CRATE_60612 = 60612;
29306
+ static readonly CRATE_60613 = 60613;
29307
+ static readonly CRATE_60614 = 60614;
29308
+ static readonly SNOWBALL_PILE_60616 = 60616;
29249
29309
  }
29250
29310
  }
@@ -896,6 +896,7 @@ declare namespace net.runelite.api.gameval {
896
896
  static readonly HUMAN_JADECUTTING = 891;
897
897
  static readonly HUMAN_REDTOPAZCUTTING = 892;
898
898
  static readonly HUMAN_SHEARING = 893;
899
+ static readonly GHOST_UPDATE_TENDRILL_READY_THRALL = 894;
899
900
  static readonly HUMAN_FILLBUCKET_SANDPIT = 895;
900
901
  static readonly HUMAN_COOKING = 896;
901
902
  static readonly HUMAN_FIRECOOKING = 897;
@@ -10790,6 +10791,7 @@ declare namespace net.runelite.api.gameval {
10790
10791
  static readonly HUNTINGFOX_DEADFALL_CATCHING_SOUTH = 10789;
10791
10792
  static readonly HUNTINGFOX_DEADFALL_FULL = 10790;
10792
10793
  static readonly HUNTINGFOX_DEADFALL_CATCHINGTEST = 10791;
10794
+ static readonly GHOST_UPDATE_TENDRILL_WALK_THRALL = 10792;
10793
10795
  static readonly MINNOW_FISHING_SPOT_LOCATION_LOOP = 10793;
10794
10796
  static readonly HUMAN_CRAFTING = 10794;
10795
10797
  static readonly HUMAN_COOKING_WALKMERGE_NORESTART = 10795;
@@ -11095,6 +11097,7 @@ declare namespace net.runelite.api.gameval {
11095
11097
  static readonly HUMAN_FLETCHING_HUNTINGBOLTS_CHISEL_SINGLE = 11098;
11096
11098
  static readonly HUMAN_CUTTING_RESTART = 11099;
11097
11099
  static readonly HUMAN_FLETCHING_SINGLE = 11100;
11100
+ static readonly GHOST_UPDATE_TENDRILL_ATTACK_THRALL = 11101;
11098
11101
  static readonly HUMAN_PRAY_BLESSED_BONE_SHARDS_01 = 11102;
11099
11102
  static readonly HUMAN_PUSHUP_01 = 11103;
11100
11103
  static readonly NPC_HARPY_EAGLE_FLYING_IDLE_01 = 11104;
@@ -11588,6 +11591,7 @@ declare namespace net.runelite.api.gameval {
11588
11591
  static readonly WINE_JUG_SPLASH = 11592;
11589
11592
  static readonly HUMAN_WALK_B_2LOOPS = 11593;
11590
11593
  static readonly FX_BEAM_HUEY = 11594;
11594
+ static readonly GHOST_UPDATE_TENDRILL_DEATH_THRALL = 11595;
11591
11595
  static readonly SPOTANIM_ZEBAK_ATTACK_ROAR_SHORT = 11596;
11592
11596
  static readonly NPC_PORCUPINE_COMBAT_MELEE = 11597;
11593
11597
  static readonly NPC_PORCUPINE_COMBAT_DEATH = 11598;
@@ -11736,6 +11740,7 @@ declare namespace net.runelite.api.gameval {
11736
11740
  static readonly BREWING_FILL_GLASS = 11741;
11737
11741
  static readonly BREWING_TURN_VALVE = 11742;
11738
11742
  static readonly BREWING_ADD_INGREDIENT = 11743;
11743
+ static readonly GHOST_UPDATE_TENDRILL_DEFEND_THRALL = 11744;
11739
11744
  static readonly HUMAN_FISHING_CASTING_NPC = 11745;
11740
11745
  static readonly NPC_MINOTAUR_BOSS_WALK_FAST = 11746;
11741
11746
  static readonly NPC_MINOTAUR_BOSS_ATTACK_MELEE_LOUDER = 11747;
@@ -13660,5 +13665,36 @@ declare namespace net.runelite.api.gameval {
13660
13665
  static readonly FORESTRY_CAMPFIRE_BURNING_CAMPHOR_LOGS = 13667;
13661
13666
  static readonly FORESTRY_CAMPFIRE_BURNING_IRONWOOD_LOGS = 13668;
13662
13667
  static readonly FORESTRY_CAMPFIRE_BURNING_ROSEWOOD_LOGS = 13669;
13668
+ static readonly SKELETON_UPDATE_CHAMPION_READY_THRALL = 13670;
13669
+ static readonly SKELETON_UPDATE_CHAMPION_WALK_THRALL = 13671;
13670
+ static readonly SKELETON_UPDATE_CHAMPION_ATTACK_THRALL = 13672;
13671
+ static readonly SKELETON_UPDATE_CHAMPION_DEFEND_THRALL = 13673;
13672
+ static readonly SKELETON_UPDATE_CHAMPION_DEATH_THRALL = 13674;
13673
+ static readonly ZOMBIE_UPDATE_READY_NORMAL_THRALL = 13675;
13674
+ static readonly ZOMBIE_UPDATE_WALK_NORMAL_THRALL = 13676;
13675
+ static readonly ZOMBIE_UPDATE_WALK_LEFT_NORMAL_THRALL = 13677;
13676
+ static readonly ZOMBIE_UPDATE_WALK_RIGHT_NORMAL_THRALL = 13678;
13677
+ static readonly ZOMBIE_UPDATE_WALKBACKWARDS_WEAPON_THRALL = 13679;
13678
+ static readonly ZOMBIE_UPDATE_DEATH_NORMAL_THRALL = 13680;
13679
+ static readonly ZOMBIE_UPDATE_ATTACK_NORMAL_THRALL = 13681;
13680
+ static readonly ZOMBIE_UPDATE_DEFEND_NORMAL_THRALL = 13682;
13681
+ static readonly GHOST_UPDATE_THRALL_SPAWN_RAISED = 13683;
13682
+ static readonly SKELETON_UPDATE_THRALL_SPAWN_RAISED = 13684;
13683
+ static readonly ZOMBIE_UPDATE_THRAWL_SPAWN_RAISED = 13685;
13684
+ static readonly SAILING_BOAT_SAIL_KANDARIN_3X10_DOWN_TO_FULL_TRIM = 13686;
13685
+ static readonly SAILING_BOAT_SAIL_KANDARIN_3X10_HALF_TO_FULL_TRIM = 13687;
13686
+ static readonly SAILING_BOAT_SAIL_KANDARIN_3X10_FULL_TRIM = 13688;
13687
+ static readonly SAILING_HUMAN_SAIL_KANDARIN_3X10_FURLED_TO_DOWN = 13689;
13688
+ static readonly SAILING_HUMAN_SAIL_KANDARIN_3X10_DOWN_TO_FURLED = 13690;
13689
+ static readonly SAILING_HUMAN_SAIL_KANDARIN_3X10_TRIM_SAILS = 13691;
13690
+ static readonly VFX_WIND_SAIL_3X10_01 = 13692;
13691
+ static readonly VFX_WIND_SAIL_3X10_SPEEDBOOST01 = 13693;
13692
+ static readonly HUMAN_WORKBENCH_CRAFTING_LOOP = 13694;
13693
+ static readonly TURTLE_IDLE01_LOOP = 13695;
13694
+ static readonly HUMAN_XMAS25_CHRISTMAS_DINNER_READY = 13696;
13695
+ static readonly HUMAN_XMAS25_CHRISTMAS_DINNER_WALK_F = 13697;
13696
+ static readonly HUMAN_XMAS25_CHRISTMAS_DINNER_WALK_B = 13698;
13697
+ static readonly HUMAN_XMAS25_CHRISTMAS_DINNER_RUN = 13699;
13698
+ static readonly HUMAN_XMAS25_CHRISTMAS_DINNER_ATTACK = 13700;
13663
13699
  }
13664
13700
  }
@@ -266,6 +266,7 @@ declare namespace net.runelite.api.gameval {
266
266
  static readonly HALLOWEEN_2024 = 3935;
267
267
  static readonly XMAS_2024 = 4228;
268
268
  static readonly BIRTHDAY_2025 = 4318;
269
+ static readonly XMAS_2025 = 4968;
269
270
  static readonly EASTER_2025 = 5107;
270
271
  static readonly HALLOWEEN_2025 = 6989;
271
272
  static readonly ID = 2;
@@ -1301,9 +1302,9 @@ declare namespace net.runelite.api.gameval {
1301
1302
  static readonly CLUEHELPER_HOTCOLD_MASTER_VARLAMORE_SUNSET = 3488;
1302
1303
  static readonly CLUEHELPER_HOTCOLD_MASTER_VARLAMORE_BAZAAR = 3489;
1303
1304
  static readonly CLUEHELPER_HOTCOLD_MASTER_VARLAMORE_ALDARIN_THEATRE = 3689;
1305
+ static readonly CLUEHELPER_HOTCOLD_MASTER_SAIL_BUCCANEERS_HAVEN = 4963;
1304
1306
  static readonly CLUEHELPER_HOTCOLD_MASTER_VARLAMORE_RAINFOREST_CENTRE = 5182;
1305
1307
  static readonly CLUEHELPER_HOTCOLD_MASTER_SAIL_GREAT_CONCH = 7051;
1306
- static readonly CLUEHELPER_HOTCOLD_MASTER_SAIL_ISLE_OF_SERPENTS = 7052;
1307
1308
  static readonly CLUEHELPER_HOTCOLD_MASTER_SAIL_DRUMSTICK_ISLE = 7053;
1308
1309
  static readonly ID = 13;
1309
1310
  static readonly COL_ID = 0;
@@ -2270,6 +2271,7 @@ declare namespace net.runelite.api.gameval {
2270
2271
  static readonly CLUEHELPER_TARGET_COORD_0_26_50_30_47 = 3810;
2271
2272
  static readonly CLUEHELPER_TARGET_COORD_0_25_51_10_38 = 3811;
2272
2273
  static readonly CLUEHELPER_TARGET_COORD_1_25_83_40_54 = 3936;
2274
+ static readonly CLUEHELPER_TARGET_COORD_0_32_57_30_17 = 4964;
2273
2275
  static readonly CLUEHELPER_TARGET_COORD_VARLAMORE_RAINFOREST_CENTRE = 5172;
2274
2276
  static readonly CLUEHELPER_TARGET_COORD_0_20_51_41_59 = 5173;
2275
2277
  static readonly CLUEHELPER_TARGET_COORD_0_58_60_52_60 = 6152;
@@ -2281,7 +2283,6 @@ declare namespace net.runelite.api.gameval {
2281
2283
  static readonly CLUEHELPER_TARGET_COORD_0_32_49_33_48 = 7064;
2282
2284
  static readonly CLUEHELPER_TARGET_COORD_0_30_63_26_42 = 7065;
2283
2285
  static readonly CLUEHELPER_TARGET_COORD_0_50_36_49_45 = 7066;
2284
- static readonly CLUEHELPER_TARGET_COORD_0_29_37_0_47 = 7067;
2285
2286
  static readonly CLUEHELPER_TARGET_COORD_0_33_55_27_42 = 7068;
2286
2287
  static readonly CLUEHELPER_TARGET_COORD_0_32_40_21_48 = 7069;
2287
2288
  static readonly ID = 19;
@@ -4184,6 +4185,7 @@ declare namespace net.runelite.api.gameval {
4184
4185
  static readonly MUSIC_THE_HEIST = 3971;
4185
4186
  static readonly MUSIC_HEAVY_SECURITY = 3972;
4186
4187
  static readonly MUSIC_THE_PLUNDERED_TOMB = 3973;
4188
+ static readonly MUSIC_CHRISTMAS_2025 = 4969;
4187
4189
  static readonly MUSIC_YAMA_COMBAT = 5154;
4188
4190
  static readonly MUSIC_TLATI_RAINFOREST = 5377;
4189
4191
  static readonly MUSIC_AUBURN_VALLEY_1 = 5378;
@@ -4567,6 +4569,9 @@ declare namespace net.runelite.api.gameval {
4567
4569
  static readonly HUEY_SPECIAL_ATTACK_P2 = 3777;
4568
4570
  static readonly HUEY_SPECIAL_ATTACK_P3 = 3778;
4569
4571
  static readonly HUEY_SPECIAL_ATTACK_P4 = 3779;
4572
+ static readonly ID = 76;
4573
+ static readonly COL_BUTTON_STYLES = 0;
4574
+ static readonly DYNAMIC_BUILDERS_DEMO = 4965;
4570
4575
  static readonly ID = 77;
4571
4576
  static readonly COL_LOADOUT_ID = 0;
4572
4577
  static readonly COL_CONTAINER_COM = 1;
@@ -8069,9 +8074,11 @@ declare namespace net.runelite.api.gameval {
8069
8074
  static readonly COL_UNIQUE_ID = 0;
8070
8075
  static readonly COL_HINT = 1;
8071
8076
  static readonly COL_SAILING_SEA = 2;
8072
- static readonly COL_GIVE_REPEAT_XP = 3;
8073
- static readonly COL_CHARTING_TYPE = 4;
8074
- static readonly COL_HAZARD = 5;
8077
+ static readonly COL_SAILING_SEA_SECONDARY = 3;
8078
+ static readonly COL_GIVE_REPEAT_XP = 4;
8079
+ static readonly COL_CHARTING_TYPE = 5;
8080
+ static readonly COL_HAZARD = 6;
8081
+ static readonly COL_REQUIRED_DOCK = 7;
8075
8082
  static readonly SAILING_CHARTING_CURRENT_DUCK_FAIRY_RING_CORE = 7356;
8076
8083
  static readonly SAILING_CHARTING_CURRENT_DUCK_MUSA_POINT_CORE = 7358;
8077
8084
  static readonly SAILING_CHARTING_CURRENT_DUCK_KHARIDIAN_SEA_CORE = 7360;
@@ -8846,6 +8853,7 @@ declare namespace net.runelite.api.gameval {
8846
8853
  static readonly COL_BOAT_TANGLED_KELP_RESISTANT = 31;
8847
8854
  static readonly COL_BOAT_ICY_SEAS_RESISTANT = 32;
8848
8855
  static readonly COL_BOAT_MAX_WIND_MOTES = 33;
8856
+ static readonly COL_BOAT_ADDITIONAL_RECOVERY_COST_PERCENTAGE = 34;
8849
8857
  static readonly SAILING_BOAT_STATS_MERMAID_BLESSING = 8091;
8850
8858
  static readonly SAILING_COMBAT_STATS_RUNIC_SHIELD_LOW_INACTIVE = 8092;
8851
8859
  static readonly SAILING_COMBAT_STATS_RUNIC_SHIELD_LOW_ACTIVE = 8093;
@@ -9567,6 +9575,7 @@ declare namespace net.runelite.api.gameval {
9567
9575
  static readonly COL_DOCK_ID = 0;
9568
9576
  static readonly COL_NICE_NAME = 1;
9569
9577
  static readonly COL_INLINE_NAME = 2;
9578
+ static readonly COL_LEVEL_REQUIRED = 4;
9570
9579
  static readonly COL_DOCK_SPRITE_SMALL = 13;
9571
9580
  static readonly SAILING_DOCK_PORT_SARIM = 8587;
9572
9581
  static readonly SAILING_DOCK_THE_PANDEMONIUM = 8588;
@@ -9674,6 +9683,8 @@ declare namespace net.runelite.api.gameval {
9674
9683
  static readonly COL_BOUNTY_OBJECT_RARITY = 23;
9675
9684
  static readonly COL_TASK_BOARD_GRAPHIC = 24;
9676
9685
  static readonly COL_FLAVOUR_TEXT = 25;
9686
+ static readonly PORT_TASK_RELLEKKA_COURIER_19 = 4966;
9687
+ static readonly PORT_TASK_RELLEKKA_COURIER_20 = 4967;
9677
9688
  static readonly PORT_TASK_PORT_SARIM_COURIER_0 = 8664;
9678
9689
  static readonly PORT_TASK_PORT_SARIM_COURIER_1 = 8665;
9679
9690
  static readonly PORT_TASK_PORT_SARIM_COURIER_2 = 8666;
@@ -947,5 +947,6 @@ declare namespace net.runelite.api.gameval {
947
947
  static readonly PORT_TASK_INFO = 942;
948
948
  static readonly SAILING_BOAT_CARGOHOLD = 943;
949
949
  static readonly SAILING_BOAT_CARGOHOLD_SIDE = 944;
950
+ static readonly REUSABLE_FLOATER = 945;
950
951
  }
951
952
  }
@@ -18851,6 +18851,15 @@ declare namespace net.runelite.api.gameval {
18851
18851
  static readonly SALVAGE_SPOT_ICON_DUMMY = 32918;
18852
18852
  static readonly SALVAGE_TABLE_ICON_DUMMY = 32919;
18853
18853
  static readonly TRAWLING_ICON_DUMMY = 32920;
18854
+ static readonly JAR_OF_FEATHERS = 32921;
18855
+ static readonly ANY_NAILS = 32923;
18856
+ static readonly CARGO_CRATE_ARROWTIPS_RELLEKKA = 32924;
18857
+ static readonly CARGO_CRATE_CLOTHES_VOID_KNIGHTS_OUTPOST = 32925;
18858
+ static readonly XMAS25_SERVING_PLATTER = 32926;
18859
+ static readonly XMAS25_BIB = 32928;
18860
+ static readonly XMAS25_BEER_BELLY_SWEATER = 32930;
18861
+ static readonly XMAS25_CONTEST_JUMPER = 32932;
18862
+ static readonly XMAS25_CHRISTMAS_DINNER = 32934;
18854
18863
  static readonly TWPART1 = 7;
18855
18864
  static readonly TWPART2 = 9;
18856
18865
  static readonly TWPART3 = 11;
@@ -32923,5 +32932,11 @@ declare namespace net.runelite.api.gameval {
32923
32932
  static readonly CAMPHOR_LOGS = 32906;
32924
32933
  static readonly IRONWOOD_LOGS = 32909;
32925
32934
  static readonly ROSEWOOD_LOGS = 32912;
32935
+ static readonly JAR_OF_FEATHERS = 32922;
32936
+ static readonly XMAS25_SERVING_PLATTER = 32927;
32937
+ static readonly XMAS25_BIB = 32929;
32938
+ static readonly XMAS25_BEER_BELLY_SWEATER = 32931;
32939
+ static readonly XMAS25_CONTEST_JUMPER = 32933;
32940
+ static readonly XMAS25_CHRISTMAS_DINNER = 32935;
32926
32941
  }
32927
32942
  }