Jump to content

prestonjacobs

Members
  • Posts

    61
  • Joined

  • Last visited

Posts posted by prestonjacobs

  1. 27 minutes ago, catman said:

    I botted from 1-90 like a week ago. I doubt that it is detected.

    I will try again now just for fun.

    P.S. Which server did you get banned on? Might be something that GM's are actively screening all low levels.

    It was detected after a server restart, tested both Tauri and Evermoon, warden isn't enabled for their PTR server.
    Also do you even read? literally said they don't ban low levels.

  2. After pretty much every digsite the bot flies into the ground and up again while rotating around, it keeps doing this until I manually restart the bot and then it moves to a new digsite.
    I've tried with and without "Lua to move", happens on both.

    Edit; This is on a MoP 5.4.8 server btw, and I'm gathering in pandaria, but this also happens in Kalimdor/EK/Outland when doing Archaeology.

    1 aug 2018 15H34.log.html

    Any assistance would be greatly appreciated, thanks in advance!

  3. 11 minutes ago, sb360 said:

    You can paste the code into the dev tools window and try it

    ___________________________________________

    ( robotManager.Helpful.Var.SetVar("dbgOutput", VALUE_HERE); )
    dbgOutput = 
    Execute time: 0

    Is what it says when i try to run it while standing ontop of the chest, doesnt take any action though.

  4. 2 hours ago, Droidz said:

    Try code like 

    
    while (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause && !Conditions.IsAttackedAndCannotIgnore)
    {
        var o = wManager.Wow.ObjectManager.ObjectManager.GetNearestWoWGameObject(wManager.Wow.ObjectManager.ObjectManager.GetWoWGameObjectByEntry(218889));
        if (!o.IsValid)
            break;
        wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress);
        Thread.Sleep(100);
    }

    (use quest profile and overidepulse... quest type)

    Tried adding it, but it gives me compiler error on start

     

    chest.xml

  5. Just now, Droidz said:

    Hello, in which circumstance? do you have object entry id, and what delay between two click?

    Objectid is 218889, its a chest that spawns a mob when u loot it, but if you click it fast you can spawn 2-3 mobs. so as close to no delay between the clicks as possible.

  6. Is it possible to make the bot click an object very fast and multiple times?
    I usually just use the regular harvest one but Ive found a spot where spam clicking the object is necessary, is this possible? mby via a plugin or mby in a quester profile?

    Any assistance would be much appreciated!

×
×
  • Create New...