BBot - The best bot of the world

Full Version: Stamina HUD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to show stamina on HUD?
macro or sth?
You should try a macro using HUD.Display... I still don't know how to get the variable on the text... but it's smth to do with it
(04-29-2013, 01:31 PM)luxewor Wrote: [ -> ]Is it possible to show stamina on HUD?
macro or sth?

but... why u need it? meaby i can make macro 4u Smile
Stamina display would be very good for me cause as I use a notebook... When I got the skills window open I can barely open all my backpacks... so not to keep openning and closing the skills window a stamina display would solve it all
I can't give you minutes because after dividing the total of minutes, I only get the whole number (hours), not the decimal (left over minutes).

But I hope knowing how many hours still helps you.

Code:
3900 {Stamina by C} stamina:=Self.StaminaMins() VarDiv(stamina, 60) HUD.Setup(3, 1) HUD.Display(Stamina: !stamina! hours) Exit()
Yep that's what I was looking for Wink
Thanks and rep