• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • How delay roll in Autoequip2

    Discussion in 'Honorbuddy Support' started by veget, Aug 2, 2012.

    1. veget

      veget New Member

      Joined:
      Jun 13, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      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 =)
       
    2. lofi

      lofi New Member

      Joined:
      Jul 12, 2010
      Messages:
      203
      Likes Received:
      15
      Trophy Points:
      0
      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.
       
    3. veget

      veget New Member

      Joined:
      Jun 13, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    4. lofi

      lofi New Member

      Joined:
      Jul 12, 2010
      Messages:
      203
      Likes Received:
      15
      Trophy Points:
      0
      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.
       
    5. veget

      veget New Member

      Joined:
      Jun 13, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      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
       
      Last edited: Aug 3, 2012
    6. Fereh

      Fereh Member

      Joined:
      Jun 11, 2012
      Messages:
      131
      Likes Received:
      0
      Trophy Points:
      16
      I do feel like this is a bit sketchy myself.
       
    7. veget

      veget New Member

      Joined:
      Jun 13, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      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.
       

    Share This Page