Beaut! Thanks DarkstaR!
Printable View
Beaut! Thanks DarkstaR!
great news! i missed the screenshot thingy =D
Self.Stamina() at last! Thank you!
If you were having problems with dofile(), re-download and re-install the bot. It is fixed.
One question, when you update the bot, can you simple download the New setup.exe file and just install or do i have UN-install previous versions before i install the new?
Just install the new version over the old one, no need for any uninstalling :D
Wonderfull! :o
It does not work for me. It is still saying xenoscript error. And I have downloaded the the bot. :confused:
Great awesome news @DarkstaR ! :D
awesome update,
i want to use the stamina, it works fine if i do -
if (Self.Stamina < 840) then
goto...........
but if i do like below it doesnt work
Stam = 2500
--------------------------------
elseif (labelName == "Checksup") then
if (Self.ItemCount(MPotID) <= MinMPots) or (Self.Stamina < Stam) then
print("No Supplies - Logging Off")
gotoLabel("Logoff")
else
print("Going To Cave")
gotoLabel("GoToCave")
end
Error: attempt to compare function with number