Hi, I have a problem using Autoequip2 in dungeons all works very well, but the roll of item drop its instant, and that makes it seems a clarly bot. I tried to find any solution in the forum this afternoon but no result, i tried to modify autoequip2 but i dont have idea about coding. Any idea or solution? PS.Soz for my poor english was not my intention to hurt your eyes =)
There's an addon called PassLoot that lets you configure loot rules. It also rolls immediately after loot window appears based on rules you define. In short, I don't think looting behavior of AutoEquip2 is anything to be concerned about.
I know about passloot but this dosnt answer my thread thx anyway. I just wanna appear as normal as possible when botting and for me its important delay the roll therefore if anyone can help me with this i will be very thankful. thx.
As a quick fix, you could try adding a "Thread.Sleep(3000);" to the HandleLootRoll callback. However, this solution is less than ideal as it will freeze the bot for the time it is sleeping. Better solution would be to change HandleLootRoll to start a timer for each roll (save it in a map along with its roll ID), and then in Pulse check if any roll timers have elapsed, and then perform what HandleLootRoll is doing now.
I found a thread where the guy have the same problem. And they talk about coding and modify autoequip2.cs and finally works , but i dont know what i have to modify exactly, mby u can understand it and explain me what i have to do. Thx lofi for try to help me. This is the thread : http://www.thebuddyforum.com/honorb...1525-autoequip2-instant-rolling-dungeons.html EDITED: I tried: Lua.DoString"(Thread.Sleep(3000);"RollOnLoot(" + rollId + ", 3)") but nothing ae2 dont load. Sry im null on this, dunno what's wrong
yee i tried diferent combinations all afternon but nothing xD... i dont have idea about coding xD if anyone knows hows, i will be very thankful.