Jump to content

Droidz

Administrators
  • Posts

    12440
  • Joined

  • Last visited

Bug Report Comments posted by Droidz

  1. Wrobot can use only one offmeshconnection per path, if path need several offmeshconnections you need to combine them. For your problem, you need to create one offmeshconnection "Rut'Theran to Auberdine", one to "Darnassus Portal Down to Rut'Theran" and one "Darnassus Portal Down to Auberdine" ("A to B", "B to C" and "A to C")).

    (if I understood the problem correctly.)

  2. Hi,

    problem is that WRobot don't unload loaded dll (or code), if you start/stop several times your code will don't found what dll use.

    You can try to use "Var" like that (no tested):

        public void Initialize()
        {
            robotManager.Helpful.Var.SetVar("TakeDeepRunTram", new Action(() => TakeDeepRunTram()));
        }
        public static void TakeDeepRunTram()
        {
            //code to enter portal, take tram and leave through other portal
        }

    in offmesh use:

    c#: robotManager.Helpful.Var.Var.GetVar<Action>("TakeDeepRunTram")();

     

  3. use wrobot api (read previous message):

     

    On 3/29/2020 at 9:06 PM, pudge said:
    
    Interact.ClearTarget();

    Works fine in latest version, thanks ❤️

     

     

     

  4. Wait next update, I added new quest type (this type combine kill and loot and gather). You can use several quests/objectives in one quest (wrobot will go to nearest objective and stop farm/attack if objective complete, but continue the others), it is sample (pulse only) with the quests https://www.wowhead.com/quest=46/bounty-on-murlocs , https://www.wowhead.com/quest=52/protect-the-frontier and https://www.wowhead.com/quest=5545/a-bundle-of-trouble test grindergatherer.xml

×
×
  • Create New...