insanity 11 Posted February 11, 2017 Share Posted February 11, 2017 Im currently using my warlock fightclass in quester mode. Got the following setting for using healthstone in my fightclass. But get this error when the bot should perform this action: Am I missing something? Link to comment https://wrobot.eu/forums/topic/5072-use-item-not-working-in-fightclass/ Share on other sites More sharing options...
Droidz 2738 Posted February 13, 2017 Share Posted February 13, 2017 Hello, wait next update for the fix. Link to comment https://wrobot.eu/forums/topic/5072-use-item-not-working-in-fightclass/#findComment-23620 Share on other sites More sharing options...
Twineye 0 Posted February 19, 2017 Share Posted February 19, 2017 Try using following lua script for bag = 0,4,1 do for slot = 1, GetContainerNumSlots(bag), 1 do local name = GetContainerItemLink(bag,slot); if name and string.find(name,"Healthstone") then local st = GetContainerItemCooldown(bag, slot); if st == 0 then UseContainerItem(bag,slot); break; end; end; end; end Link to comment https://wrobot.eu/forums/topic/5072-use-item-not-working-in-fightclass/#findComment-23839 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now