Jump to content

Arcangelo

WRobot user
  • Posts

    472
  • Joined

  • Last visited

Bug Report Comments posted by Arcangelo

  1. On 4/12/2017 at 10:51 AM, Droidz said:

    I don't get this problem, and I cannot fix that (it is wow bug)

    Seems really strange as I have pretty much everyone reporting it to me.

    I can try to create a video showing it, will get back later with a link.

  2. 21 hours ago, Droidz said:

    If you can wait next update

    EDIT: To force to update completed quests list you can run this code:

    
    wManager.Wow.Bot.States.FinishedQuestsState.Do();

     

    okay - ill just wait next update, would be way to much runcode to add that in a 1000+ step profile

  3. On ‎15‎-‎05‎-‎2017 at 0:30 PM, Droidz said:

     

    It does it several times around strangholm vale. and in tarrent mill/southshore.
    But i will try to be more specific next time i see it

  4. 40 minutes ago, Droidz said:

    Hello,

    Use goto quest type (to go to npc quest giver), add step type runcode with this code: "wManager.Wow.Bot.Tasks.MountTask.DismountMount();" and add step type pickup.

     

    That will only do it for the mount - ill need a code that also remove stealth, shapeshifting and everything - not just the mount - and it will needed to be removed for x amount of time

  5. 41 minutes ago, KnightRyder said:

    You can find your xml file of your quester profile, right click and edit/open with notepad.

    Where it starts with <QuestsSorted> near the top, will be your list of quests like in your order editor. Just go through and add something like:

     

    
        <QuestsSorted Action="If" NameClass="!Quest.GetQuestCompleted(EnterQuestIDHere)&#xD;&#xA;" />
        <QuestsSorted Action="MessageBox" NameClass="Message to diplay here!" />
        <QuestsSorted Action="StopBot" NameClass="" />
        <QuestsSorted Action="EndIf" NameClass="" />

     

     

    Yea i feel the idea - but its a 1-60 quester profile, and i dont want it to stop - i just want it to ignore the quest and continue as if it simply wasent there :)

  6. 16 minutes ago, BetterSister said:

    You can make list of them and tell the bot this is list of possible debuffs then tell bot to check if there is one of them 

    Hmm sounds pretty smart... I think i might do that, if i get the time before legion.

    But still hopes Droidz will make one, and implat it in the bot

×
×
  • Create New...