Actually i could made the action thanks
Actually i could made the action thanks
Last edited by Ryuzak; 08-20-2012 at 07:01 AM. Reason: I solve my problem
what? dont got what u mean
u should pause bot using Extras>States, just pause everything
That's not an option in states anymore. Anyway i need the same thing, that the bot pauses Actions aswell! Very annoying sometimes, trying to escape something/someone and the bot i skinning monsters haha
Jordgubben: "Awh man, posting something on internet these day... Just trying to help, no need to make fun of me.."
Here's an example that I think that comes with iBot himself, change it to your needs
PHP Code:
local cavebot = getsettings("Settings/CaveBot/Enabled")
local targeting = getsettings("Settings/Targeting/Enabled")
if cavebot == 'no' or targeting == 'no' then
setcavebot('on')
settargeting('on')
setlooting('on')
else
setcavebot('off')
settargeting('off')
setlooting('off')
end
wait(500)