@deafwave/osrs-botmaker-types 0.8.3 → 0.8.7
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.
- package/README.md +0 -1
- package/dist/src/api/rollup.js +4 -1
- package/dist/src/rollup/ComponentID.js +11 -11
- package/dist/src/rollup/ItemID.js +32 -1
- package/dist/src/rollup/NpcID.js +10 -0
- package/dist/src/rollup/NullItemID.js +28 -1
- package/dist/src/rollup/NullNpcID.js +2 -0
- package/dist/src/rollup/NullObjectID.js +24 -14
- package/dist/src/rollup/ObjectID.js +62 -3
- package/dist/src/rollup/gameval/AnimationID.js +39 -20
- package/dist/src/rollup/gameval/DBTableID.js +3654 -7
- package/dist/src/rollup/gameval/InterfaceID.js +626 -600
- package/dist/src/rollup/gameval/ItemID.js +58 -0
- package/dist/src/rollup/gameval/NpcID.js +12 -0
- package/dist/src/rollup/gameval/ObjectID.js +0 -3
- package/dist/src/rollup/gameval/ObjectID1.js +85 -13
- package/dist/src/rollup/gameval/SpotanimID.js +19 -0
- package/dist/src/rollup/gameval/SpriteID.js +24 -0
- package/dist/src/rollup/gameval/VarPlayerID.js +18 -0
- package/dist/src/rollup/gameval/VarbitID.js +104 -3
- package/dist/src/types/runelite/net/runelite/api/ItemID.d.ts +32 -1
- package/dist/src/types/runelite/net/runelite/api/NpcID.d.ts +10 -0
- package/dist/src/types/runelite/net/runelite/api/NullItemID.d.ts +28 -1
- package/dist/src/types/runelite/net/runelite/api/NullNpcID.d.ts +2 -0
- package/dist/src/types/runelite/net/runelite/api/NullObjectID.d.ts +24 -14
- package/dist/src/types/runelite/net/runelite/api/ObjectID.d.ts +62 -3
- package/dist/src/types/runelite/net/runelite/api/gameval/AnimationID.d.ts +39 -20
- package/dist/src/types/runelite/net/runelite/api/gameval/DBTableID.d.ts +3654 -7
- package/dist/src/types/runelite/net/runelite/api/gameval/InterfaceID.d.ts +626 -600
- package/dist/src/types/runelite/net/runelite/api/gameval/ItemID.d.ts +58 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/NpcID.d.ts +12 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID.d.ts +0 -3
- package/dist/src/types/runelite/net/runelite/api/gameval/ObjectID1.d.ts +85 -13
- package/dist/src/types/runelite/net/runelite/api/gameval/SpotanimID.d.ts +19 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/SpriteID.d.ts +24 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarPlayerID.d.ts +18 -0
- package/dist/src/types/runelite/net/runelite/api/gameval/VarbitID.d.ts +104 -3
- package/dist/src/types/runelite/net/runelite/api/widgets/ComponentID.d.ts +11 -11
- package/package.json +9 -3
|
@@ -23195,6 +23195,7 @@ declare namespace net.runelite.api {
|
|
|
23195
23195
|
static readonly EXIT_47149 = 47149;
|
|
23196
23196
|
static readonly RUBBLE_47174 = 47174;
|
|
23197
23197
|
static readonly CAVE_47175 = 47175;
|
|
23198
|
+
static readonly THICK_WEB_47178 = 47178;
|
|
23198
23199
|
static readonly WARMHANDZ_FIRE = 47180;
|
|
23199
23200
|
static readonly BIRTHDAY_BALLOONS = 47188;
|
|
23200
23201
|
static readonly BIRTHDAY_PLUSHIES = 47189;
|
|
@@ -23204,8 +23205,6 @@ declare namespace net.runelite.api {
|
|
|
23204
23205
|
static readonly BIRTHDAY_PLUSHIES_47193 = 47193;
|
|
23205
23206
|
static readonly BIRTHDAY_PLUSHIES_47194 = 47194;
|
|
23206
23207
|
static readonly BIRTHDAY_PLUSHIES_47195 = 47195;
|
|
23207
|
-
static readonly BIRTHDAY_CAKE_47200 = 47200;
|
|
23208
|
-
static readonly BIRTHDAY_CAKE_47201 = 47201;
|
|
23209
23208
|
static readonly CRACK_THE_CLUE_II_DISPLAY = 47204;
|
|
23210
23209
|
static readonly MIMIC_DISPLAY = 47205;
|
|
23211
23210
|
static readonly HOSIDIUS_REWORK_DISPLAY = 47206;
|
|
@@ -28243,6 +28242,7 @@ declare namespace net.runelite.api {
|
|
|
28243
28242
|
static readonly CORAL_DREDGER = 58499;
|
|
28244
28243
|
static readonly CORAL_DREDGER_58500 = 58500;
|
|
28245
28244
|
static readonly CORAL_DREDGER_58501 = 58501;
|
|
28245
|
+
static readonly TILE_58502 = 58502;
|
|
28246
28246
|
static readonly CHAIR_58519 = 58519;
|
|
28247
28247
|
static readonly CACTUS_58520 = 58520;
|
|
28248
28248
|
static readonly BUBBLES_58525 = 58525;
|
|
@@ -28794,7 +28794,7 @@ declare namespace net.runelite.api {
|
|
|
28794
28794
|
static readonly KEG_OF_GROG = 59692;
|
|
28795
28795
|
static readonly KEG_OF_CIDER = 59693;
|
|
28796
28796
|
static readonly KEG_OF_WHIRLPOOL_SURPRISE = 59694;
|
|
28797
|
-
static readonly
|
|
28797
|
+
static readonly KEG_OF_KRAKEN_INK_STOUT = 59695;
|
|
28798
28798
|
static readonly KEG_OF_PERILDANCE_BITTER = 59696;
|
|
28799
28799
|
static readonly KEG_OF_TRAWLERS_TRUST = 59697;
|
|
28800
28800
|
static readonly KEG_OF_HORIZONS_LURE = 59698;
|
|
@@ -29327,5 +29327,64 @@ declare namespace net.runelite.api {
|
|
|
29327
29327
|
static readonly CORAL_60672 = 60672;
|
|
29328
29328
|
static readonly CORAL_60673 = 60673;
|
|
29329
29329
|
static readonly FOUNTAIN_60681 = 60681;
|
|
29330
|
+
static readonly LADDER_60731 = 60731;
|
|
29331
|
+
static readonly LADDER_60732 = 60732;
|
|
29332
|
+
static readonly BIRTHDAY_BANNER = 60745;
|
|
29333
|
+
static readonly BIRTHDAY_BANNER_60756 = 60756;
|
|
29334
|
+
static readonly WEB_60759 = 60759;
|
|
29335
|
+
static readonly GATE_60760 = 60760;
|
|
29336
|
+
static readonly GATE_60761 = 60761;
|
|
29337
|
+
static readonly GATE_60762 = 60762;
|
|
29338
|
+
static readonly GATE_60763 = 60763;
|
|
29339
|
+
static readonly GATE_60764 = 60764;
|
|
29340
|
+
static readonly GATE_60765 = 60765;
|
|
29341
|
+
static readonly SCOREBOARD_60767 = 60767;
|
|
29342
|
+
static readonly SCOREBOARD_60768 = 60768;
|
|
29343
|
+
static readonly WARNING_SIGN_60769 = 60769;
|
|
29344
|
+
static readonly GROWTH = 60771;
|
|
29345
|
+
static readonly GROWTH_60772 = 60772;
|
|
29346
|
+
static readonly TROLLHEIM_PORTAL = 60774;
|
|
29347
|
+
static readonly PADDEWWA_PORTAL = 60775;
|
|
29348
|
+
static readonly LASSAR_PORTAL = 60776;
|
|
29349
|
+
static readonly DAREEYAK_PORTAL = 60777;
|
|
29350
|
+
static readonly OURANIA_PORTAL = 60778;
|
|
29351
|
+
static readonly BARBARIAN_OUTPOST_PORTAL = 60779;
|
|
29352
|
+
static readonly PORT_KHAZARD_PORTAL = 60780;
|
|
29353
|
+
static readonly ICE_PLATEAU_PORTAL = 60781;
|
|
29354
|
+
static readonly RESPAWN_PORTAL = 60782;
|
|
29355
|
+
static readonly BOAT_PORTAL = 60783;
|
|
29356
|
+
static readonly SHELVES_60785 = 60785;
|
|
29357
|
+
static readonly DAIRY_COW_60788 = 60788;
|
|
29358
|
+
static readonly PORTAL_60789 = 60789;
|
|
29359
|
+
static readonly TROLLHEIM_PORTAL_60790 = 60790;
|
|
29360
|
+
static readonly PADDEWWA_PORTAL_60791 = 60791;
|
|
29361
|
+
static readonly LASSAR_PORTAL_60792 = 60792;
|
|
29362
|
+
static readonly DAREEYAK_PORTAL_60793 = 60793;
|
|
29363
|
+
static readonly OURANIA_PORTAL_60794 = 60794;
|
|
29364
|
+
static readonly BARBARIAN_OUTPOST_PORTAL_60795 = 60795;
|
|
29365
|
+
static readonly PORT_KHAZARD_PORTAL_60796 = 60796;
|
|
29366
|
+
static readonly ICE_PLATEAU_PORTAL_60797 = 60797;
|
|
29367
|
+
static readonly RESPAWN_PORTAL_60798 = 60798;
|
|
29368
|
+
static readonly BOAT_PORTAL_60799 = 60799;
|
|
29369
|
+
static readonly TROLLHEIM_PORTAL_60800 = 60800;
|
|
29370
|
+
static readonly PADDEWWA_PORTAL_60801 = 60801;
|
|
29371
|
+
static readonly LASSAR_PORTAL_60802 = 60802;
|
|
29372
|
+
static readonly DAREEYAK_PORTAL_60803 = 60803;
|
|
29373
|
+
static readonly OURANIA_PORTAL_60804 = 60804;
|
|
29374
|
+
static readonly BARBARIAN_OUTPOST_PORTAL_60805 = 60805;
|
|
29375
|
+
static readonly PORT_KHAZARD_PORTAL_60806 = 60806;
|
|
29376
|
+
static readonly ICE_PLATEAU_PORTAL_60807 = 60807;
|
|
29377
|
+
static readonly RESPAWN_PORTAL_60808 = 60808;
|
|
29378
|
+
static readonly BOAT_PORTAL_60809 = 60809;
|
|
29379
|
+
static readonly TROLLHEIM_PORTAL_60810 = 60810;
|
|
29380
|
+
static readonly PADDEWWA_PORTAL_60811 = 60811;
|
|
29381
|
+
static readonly LASSAR_PORTAL_60812 = 60812;
|
|
29382
|
+
static readonly DAREEYAK_PORTAL_60813 = 60813;
|
|
29383
|
+
static readonly OURANIA_PORTAL_60814 = 60814;
|
|
29384
|
+
static readonly BARBARIAN_OUTPOST_PORTAL_60815 = 60815;
|
|
29385
|
+
static readonly PORT_KHAZARD_PORTAL_60816 = 60816;
|
|
29386
|
+
static readonly ICE_PLATEAU_PORTAL_60817 = 60817;
|
|
29387
|
+
static readonly RESPAWN_PORTAL_60818 = 60818;
|
|
29388
|
+
static readonly BOAT_PORTAL_60819 = 60819;
|
|
29330
29389
|
}
|
|
29331
29390
|
}
|
|
@@ -1178,18 +1178,11 @@ declare namespace net.runelite.api.gameval {
|
|
|
1178
1178
|
static readonly KALPHITE_GLOW = 1173;
|
|
1179
1179
|
static readonly KALPHITE_EGG_OPEN = 1174;
|
|
1180
1180
|
static readonly KALPHITE_EGG_CLOSE = 1175;
|
|
1181
|
-
static readonly KALPHITE_QUEEN_READY = 1176;
|
|
1182
|
-
static readonly KALPHITE_QUEEN_ATTACK_MANDIBLES = 1177;
|
|
1183
1181
|
static readonly KALPHITE_QUEEN_ATTACK_CLAWS = 1178;
|
|
1184
|
-
static readonly KALPHITE_QUEEN_BLOCK = 1179;
|
|
1185
|
-
static readonly KALPHITE_QUEEN_STILL = 1180;
|
|
1186
|
-
static readonly KALPHITE_QUEEN_RISING = 1181;
|
|
1187
|
-
static readonly KALPHITE_QUEEN_DEATH = 1182;
|
|
1188
1182
|
static readonly KALPHITE_READY = 1183;
|
|
1189
1183
|
static readonly KALPHITE_ATTACK_MANDIBLES = 1184;
|
|
1190
1184
|
static readonly KALPHITE_ATTACK_CLAWS = 1185;
|
|
1191
1185
|
static readonly KALPHITE_BLOCK = 1186;
|
|
1192
|
-
static readonly KALPHITE_CRACKOPEN = 1187;
|
|
1193
1186
|
static readonly KALPHITE_HATCHING = 1188;
|
|
1194
1187
|
static readonly KALPHITE_WALK = 1189;
|
|
1195
1188
|
static readonly KALPHITE_DEATH = 1190;
|
|
@@ -1776,13 +1769,6 @@ declare namespace net.runelite.api.gameval {
|
|
|
1776
1769
|
static readonly MDAUGHTER_ABSAIL_COMBI_OLD = 1771;
|
|
1777
1770
|
static readonly MDAUGHTER_ABSAIL_COMBI = 1772;
|
|
1778
1771
|
static readonly GIANT_EAGLE_FLY = 1773;
|
|
1779
|
-
static readonly CAVE_BUG_WALKS = 1774;
|
|
1780
|
-
static readonly CAVE_BUG_DEFEND = 1775;
|
|
1781
|
-
static readonly CAVE_BUG_IDLE = 1776;
|
|
1782
|
-
static readonly CAVE_BUG_ATTACK = 1777;
|
|
1783
|
-
static readonly CAVE_BUG_DEATH = 1778;
|
|
1784
|
-
static readonly CAVE_BUG_FADE_IN = 1779;
|
|
1785
|
-
static readonly CAVE_BUG_FADE_OUT = 1780;
|
|
1786
1772
|
static readonly CAVE_LITTLEBUG_WALK = 1781;
|
|
1787
1773
|
static readonly CAVE_LITTLEBUG_READY = 1782;
|
|
1788
1774
|
static readonly CAVE_GOBLIN_READY = 1783;
|
|
@@ -2973,15 +2959,9 @@ declare namespace net.runelite.api.gameval {
|
|
|
2973
2959
|
static readonly CHAMPIONS_GHOUL_THROW = 2968;
|
|
2974
2960
|
static readonly CHAMPIONS_GHOUL_SKULL_LAUNCH = 2969;
|
|
2975
2961
|
static readonly CHAMPIONS_GHOUL_SKULL_TRAVEL = 2970;
|
|
2976
|
-
static readonly CHAMPIONS_LESSERDEMON_READY = 2971;
|
|
2977
|
-
static readonly CHAMPIONS_LESSERDEMON_SLASH = 2972;
|
|
2978
|
-
static readonly CHAMPIONS_LESSERDEMON_FIRE_CAST = 2973;
|
|
2979
2962
|
static readonly CHAMPIONS_LESSERDEMON_FIRE_LAUNCH = 2974;
|
|
2980
2963
|
static readonly CHAMPIONS_LESSERDEMON_FIRE_TRAVEL = 2975;
|
|
2981
2964
|
static readonly CHAMPIONS_GRILL = 2976;
|
|
2982
|
-
static readonly CHAMPION_LESSERDEMON_READY = 2977;
|
|
2983
|
-
static readonly CHAMPION_LESSERDEMON_SLASH = 2978;
|
|
2984
|
-
static readonly CHAMPION_LESSERDEMON_FIRE_CAST = 2979;
|
|
2985
2965
|
static readonly CHAMPION_LESSERDEMON_FIRE_LAUNCH = 2980;
|
|
2986
2966
|
static readonly CHAMPION_LESSERDEMON_FIRE_TRAVEL = 2981;
|
|
2987
2967
|
static readonly WYVERN_SKELETON_WALK = 2982;
|
|
@@ -13714,5 +13694,44 @@ declare namespace net.runelite.api.gameval {
|
|
|
13714
13694
|
static readonly DEADMAN_2026_SOTD_SPECIAL_TOXIC_CHARGED = 13716;
|
|
13715
13695
|
static readonly ZUK_SPAWN_NO_ROCK = 13717;
|
|
13716
13696
|
static readonly FEVER_SPIDER_DEATH = 13718;
|
|
13697
|
+
static readonly COW_BOSS_CHARGE = 13778;
|
|
13698
|
+
static readonly COW_BOSS_GHOST_CHARGE = 13779;
|
|
13699
|
+
static readonly COW_BOSS_HEAVY_BREATH = 13780;
|
|
13700
|
+
static readonly COW_BOSS_IDLE = 13781;
|
|
13701
|
+
static readonly COW_BOSS_WALK = 13782;
|
|
13702
|
+
static readonly COW_BOSS_ATTACK = 13783;
|
|
13703
|
+
static readonly COW_BOSS_DEATH = 13784;
|
|
13704
|
+
static readonly COW_BOSS_STOMP = 13785;
|
|
13705
|
+
static readonly COW_BOSS_GHOST_STOMP = 13786;
|
|
13706
|
+
static readonly COW_BOSS_DEFEND = 13787;
|
|
13707
|
+
static readonly COW_BOSS_DESPAWN_LOWPRIO = 13788;
|
|
13708
|
+
static readonly COW_BOSS_DESPAWN_HIGHPRIO = 13789;
|
|
13709
|
+
static readonly COW_BOSS_SPAWN = 13790;
|
|
13710
|
+
static readonly COW_BOSS_SPIRIT_STOMP = 13791;
|
|
13711
|
+
static readonly COW_BOSS_GHOST_SPIRIT_STOMP = 13792;
|
|
13712
|
+
static readonly COW_BOSS_CHARGING_FADE_IN_FADE_OUT = 13793;
|
|
13713
|
+
static readonly COW_BOSS_GHOST_CHARGING_FADE_IN_FADE_OUT = 13794;
|
|
13714
|
+
static readonly COW_BOSS_CHARGE_START_FADE_OUT = 13795;
|
|
13715
|
+
static readonly COW_BOSS_GHOST_CHARGE_START_FADE_OUT = 13796;
|
|
13716
|
+
static readonly COW_BOSS_CHARGE_END_FADE_IN = 13797;
|
|
13717
|
+
static readonly COW_BOSS_GHOST_CHARGE_END_FADE_IN = 13798;
|
|
13718
|
+
static readonly COW_BOSS_STOMP_FADE_IN = 13799;
|
|
13719
|
+
static readonly COW_BOSS_GHOST_STOMP_FADE_IN = 13800;
|
|
13720
|
+
static readonly COWBOSS_PET_EMOTE = 13801;
|
|
13721
|
+
static readonly COWBOSS_PET_EMOTE_SPOTANIM = 13802;
|
|
13722
|
+
static readonly COWBOSS_PET_EMOTE_CHARGE = 13803;
|
|
13723
|
+
static readonly MILK_IMPACT = 13804;
|
|
13724
|
+
static readonly MILK_ORB_STATIC = 13805;
|
|
13725
|
+
static readonly MILK_ORB_SPAWN = 13806;
|
|
13726
|
+
static readonly MILK_ORB_DROP = 13807;
|
|
13727
|
+
static readonly VFX_COWBOSS_STOMP_IMPACT01 = 13808;
|
|
13728
|
+
static readonly VFX_COWBOSS_STOMP_IMPACT02 = 13809;
|
|
13729
|
+
static readonly VFX_COWBOSS_STOMP_IMPACT03 = 13810;
|
|
13730
|
+
static readonly HUMAN_COWBOSS_TELEPORT = 13811;
|
|
13731
|
+
static readonly VFX_HUMAN_COWBOSS_TELEPORT = 13812;
|
|
13732
|
+
static readonly VFX_HUMAN_COWBOSS_TELEPORT_LOOP = 13813;
|
|
13733
|
+
static readonly VFX_HUMAN_COWBOSS_TELEPORT_EXIT = 13814;
|
|
13734
|
+
static readonly HUMAN_COWQUEST_SICK = 13815;
|
|
13735
|
+
static readonly HUMAN_SPIDER_SILK_CRAFTING = 13816;
|
|
13717
13736
|
}
|
|
13718
13737
|
}
|