Jump to content

kekail

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by kekail

  1.  

    3 hours ago, Droidz said:

    You can try code like:

    
            wManager.Events.FightEvents.OnFightStart += (target, cancelable) =>
            {
                if (target.Entry == 1233)
                {
                    //wManager.wManagerSetting.AddBlackList(target.Guid, 1000 * 60 * 5, true);
                    cancelable.Cancel = true;
                }
            };

    (run this code only one time)

     

    This does stop fighting back, but the bot does not try to run away, instead just stands there, taking it. I'd like it to continue on its path even if it gets dismounted by an elite.

  2. This bot has got amazing pathfinding, but is not afkable at all most of the time, since you are not able to set which vendor the bot should choose for each individual profile.

    Too many times will i find my character chaindying because a lvl 10 character decided to go vendor in Duskwood, or a lvl 23 character decided to go vendor in stranglethorn vale, or my almost max level character banging head into a wall because the vendor it wants to reach has a hardcoded path to it that doesnt match vanilla wow.

     

    This could easily be rectified by adding the option to program both a path to a vendor, and the vendor,  into the profile, which the bot has to use if it wants to vendor while using that profile. Vanillabot has this, and ZZukbot has this, I see no reason why Wrobot shouldn't have this option.

     

    Disabling all vendors in the bot's npc list can help, but I do nnot want to be doing that over and over on all my characters.

     

    I've tried adding the vendor to the questing profile, but I noticed it doesn't always care about the vendor I add at all, even with the "add vendor from profile" option checked.

     

    Right now, my alliance profile in Azshara is trying to use a horde vendor(in orgrimmar! I came back to my toon being in orgrimmar attacking guards), even with an alliance npc added both to database and profile. I've also deselected the horde vendor it tries to use, to no avail, bot is overriding my every command regarding this.

  3. Been trying to get a Silithus profile working properly (grinding with the questing botbase), but it's proving to be a pain.

    The issues arise when trying to get the bot to vendor inside Cenarion Hold.

    After disabling all other vendors, I get him to choose Vargus with no problem. The pathfinder however refuses to choose a reasonable path to Vargus, and will often run straight into the mountain that Cenarion Hold sits atop, and bang his head against it. Mostly this is an issue if the bot wants to go to vendor from a position that is diagonally from Cenarion Hold's main entrance.

    I originally had the same issue with the ghost pathing, but adding a custom path from the Spirit Healer worked, the bot chooses that path now with no issues. I cannot however get it to choose one of my custom paths which I've set up around Cenarion Hold for vendoring.

    - There seems to be some kind of integrated path it instead chooses, but I assume that's designed for flying mounts or something.

    Any tips on how to get this working?

×
×
  • Create New...