Merge branch 'dps' of https://github.com/Trevor159/runelite into new_updates

This commit is contained in:
James Munson
2019-06-16 02:31:44 -07:00
7 changed files with 583 additions and 0 deletions

View File

@@ -295,6 +295,15 @@ public enum Varbits
THEATRE_OF_BLOOD(6440),
BLOAT_DOOR(6447),
/**
* Theatre of Blood orb varbits each number stands for the player's health on a scale of 1-27 (I think), 0 hides the orb
*/
THEATRE_OF_BLOOD_ORB_1(6442),
THEATRE_OF_BLOOD_ORB_2(6443),
THEATRE_OF_BLOOD_ORB_3(6444),
THEATRE_OF_BLOOD_ORB_4(6445),
THEATRE_OF_BLOOD_ORB_5(6446),
/**
* Nightmare Zone
*/