Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Bug Report Comments posted by Droidz

  1. Hello, this stop fight, but bot probably try to attack again target, to skip all combat you need to use code like:

            wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable)
                {
                    cancelable.Cancel = true;
                    if (unit.IsValid)
                        ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(unit.Guid, DateTime.Now + TimeSpan.FromMinutes(10));
                };

     

  2. Hi,
    I know that WRobot can in some cases ignore node that it has just the level to pick up (that's better than if he try to farm nodes without level).
    To solve this problem you can wait until you earn a few skill points, or add the name of the mines to the list of objects to harvest.
    I'm taking note of this problem.

×
×
  • Create New...