- Joined
- Dec 31, 2015
- Messages
- 602
- Thread Author
- #1
Easier for newer developers.
Note: Name for method idk. hasStaminaPotion is ambiguous. isStaminaed is weird. maybe isStaminaActive or isStaminaPotionActive.
I assume varps are the same between OSRS & RS3, but I'm not an RS3 dev so can't comment.
OSRS varp is 638 for stamina.
Secondly, add a Traversal Option for Stamina Potion
Path.step( TraversalOption.STAMINA_POTIONS )
Would auto drink a stamina potion in the inventory .
Just simplifies the code base.
Note: Name for method idk. hasStaminaPotion is ambiguous. isStaminaed is weird. maybe isStaminaActive or isStaminaPotionActive.
I assume varps are the same between OSRS & RS3, but I'm not an RS3 dev so can't comment.
OSRS varp is 638 for stamina.
Secondly, add a Traversal Option for Stamina Potion
Path.step( TraversalOption.STAMINA_POTIONS )
Would auto drink a stamina potion in the inventory .
Just simplifies the code base.