Beaut! Thanks DarkstaR!
Beaut! Thanks DarkstaR!
great news! i missed the screenshot thingy =D
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?
It does not work for me. It is still saying xenoscript error. And I have downloaded the the bot.![]()
Great awesome news @DarkstaR !![]()
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
Last edited by Forces; 02-02-2013 at 08:55 PM.