@deafwave/osrs-botmaker-types 0.8.7 → 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.
@@ -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;
@@ -297,6 +298,7 @@ declare namespace net.runelite.api.gameval {
297
298
  static readonly CHAMPIONS_DEFEATED = 617;
298
299
  static readonly DEVIOUS_BASE = 622;
299
300
  static readonly WIN05_VAR = 623;
301
+ static readonly MAGICTRAINING5 = 628;
300
302
  static readonly MAGICTRAINING6 = 629;
301
303
  static readonly HANDSAND = 635;
302
304
  static readonly HANDSAND_TRANSMIT = 636;
@@ -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,6 +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;
3192
+ static readonly OPTION_LEVEL_UP_POPUP_LIST = 4371;
3187
3193
  static readonly TRADE_THIS_PLAYER_REMOVED = 4374;
3188
3194
  static readonly TRADE_OTHER_PLAYER_REMOVED = 4375;
3189
3195
  static readonly TRADINGPOST_TOGGLES = 4378;
@@ -3512,6 +3518,17 @@ declare namespace net.runelite.api.gameval {
3512
3518
  static readonly PISCARILIUS_BURGLARY_TARGET = 4903;
3513
3519
  static readonly SHAYZIEN_ARMOUR_CHALLENGE = 4904;
3514
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;
3515
3532
  static readonly RC_NO_TALLY_REQUIRED_SOUL_UNUSED = 4918;
3516
3533
  static readonly RC_NO_TALLY_REQUIRED_BLOOD_UNUSED = 4919;
3517
3534
  static readonly MILL_FLOUR = 4920;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deafwave/osrs-botmaker-types",
3
- "version": "0.8.7",
3
+ "version": "0.8.9",
4
4
  "author": {
5
5
  "name": "Chandler Ferry",
6
6
  "url": "https://github.com/ChandlerFerry"