Log in

View Full Version : Need Stamina checker in Moniter!!



Squid Vicious
09-18-2014, 05:15 AM
I must spend at least 1h daily total just checking all my staminas 1 by 1 and trying to remember the one with the least before minimizing the client again. For those who have many characters online it would save so much time :/

Proposal is to add the how much Stamina's left for the characters on the Xenosuite monitor. It'd be more useful than most of the information on there in my opinion, and probably make a lot more people use it.

Roarz
09-18-2014, 09:15 AM
just include this somewhere in your scripts (preferably a safe place as it will x log your character):


if (Self.Stamina() < 960) then os.exit() end

It will close your tibia if your stamina is below 16 hours.

There is no need to worry about your stamina on your chars..

Squid Vicious
09-18-2014, 02:11 PM
I don't close tibia I logon another character after so it helps, but not much. Stamina HUD would be 10x better. Also I got no idea how to add that line to a script without fucking up the script. Roarz made me think, maybe the 'logoff if less than 16 hour stamina' could be added to the tool options, and have it activate only when walker is off? My guess is most people don't know how to add lines to scripts..

xux
09-18-2014, 02:22 PM
I don't close tibia I logon another character after so it helps, but not much. Stamina HUD would be 10x better. Also I got no idea how to add that line to a script without fucking up the script. Roarz made me think, maybe the 'logoff if less than 16 hour stamina' could be added to the tool options, and have it activate only when walker is off? My guess is most people don't know how to add lines to scripts..
I`m not sure if i'm wrong but how would a stamina checker/HUD help?
Since you will still have to log in each character?

Glowingstick
09-18-2014, 02:24 PM
STAMINA = HUD.New(1600, 740, "Stamina:", 255, 255, 255)

Module.New("Stamina", function()
STAMINA:SetText("Staminia: " .. Minutes)
end)


u could use messed arounds script since mine doesnt round up

http://forums.xenobot.net/showthread.php?20261-MeHUD-A-free-basic-HUD!&highlight=mehud

Squid Vicious
09-18-2014, 03:44 PM
Ty Glowingstick this works perfect :D
Now all I got to do is add it on all script settings and save
Now to check stamina I only need to hover on miniatured client and check stamina left on hud instead of clicking client, clicking skills window, scroll down, and checking.
Xux time spent checking stamina left is different from time spent relogging characters. With the HUD I save like 1-2 minuts per stamina check. I don't want my characters going lower than 14 hours, and I don't want them offline. So this works great :P