This dont works with grind bot ? This dont works for me , it uses the first time but it never uses it again once the 20 minutes are gone
This works absolutly perfect for me. I changed the "Item.cs" . The item id of the potion of luck was wrong, and the aura of it was wrong as well. Change the ID's to the updated ones and it works flawless
Thanks! I was trying to look for it but I was looking at the item not the actual action. Hopefully this works. I've been wanted to use this for forever!
Trying to get this to work and use potion of luck, but no luck so far. I have changed the ID's of the aura to 135855 and the item to 93351 as mentioned above but it just wont use the potion. Edit: I was using grindbuddy, it appears this plugin is not compatible with grindbuddy. However it does work on grindbot.
Hi. This plugin is very nice, but it seems to spam potions of treasure finding. The buff id is correct and the item id is correct (after all it uses the potions) but it seems to use them based on the cooldown of the potion, and not the existence of the buff. (Despite there being an if-then check for the correct aura ID). Can anyone offer some advice as to how to get it to use the potions only once an hour?
hi i found this in a Grind profile <While Condition="true" > <If Condition="(Me.FreeBagSlots > 4) || (Me.LowestDurabilityPercent > 20.0)" > <CustomBehavior File="FlyTo" X="1387.385" Y="1972.792" Z="334.7864" DestName="Profile Start" /> <CustomBehavior File="ForcedDismount" /> <!-- Use Potion of luck if available 93351 --> <If Condition="((HasItem(93351)))" > <If Condition="(!Me.HasAura("Potion of Luck")"> <CustomBehavior File="Misc\RunLua" Lua="UseItemByName(93351)" WaitTime="10" /> <CustomBehavior File="Message" Text="Using Potion of Luck if we have one" LogColor="Blue" /> i have set it up to a profile of my one and everything is just fine
Applying Potion of Treasure Finding when its already up! Had 55min left on my potion, and it reused it again when I went into a dungeon. And the next time aswell... 2 potions wasted. Does it really not detect if the potion is up?..
can someone update this plugin? its not using healing pots or any pots of any kind. thanks. EDIT: nm, keepbuffsactive plugin works just fine
Yes I have the exact same issue. I am surprised that something as simple as automation of using a potion is so hard to get working. But I am determined to achieve this functionality even if I have to spend 100 hours staring at code.
Hi, thanks for the plugin only issue i can find is when my bot restarts it instance run it always uses Potion of treasure finding instead on waiting the 60 mins and recasting. was hoping you had a fix for this.