Jump to content

Chona

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Chona

  1. Hi all,

    as tittle suggests, gathering not working:

     

    23:16:25 - [Farming] Farm Gold Vein > -6581 ; -2144 ; -250 ; "None"
    [D] 23:16:25 - [Farming] Cannot make path to the target (Gold Vein), ignore it.
    23:16:26 - [Farming] Farm Mithril Deposit > -6569.29 ; -2116.72 ; -257.257 ; "None"
    [D] 23:16:26 - [Farming] Cannot make path to the target (Mithril Deposit), ignore it.
    23:16:30 - [Farming] Farm Gold Vein > -6469 ; -2160 ; -235 ; "None"
    [D] 23:16:30 - [Farming] Cannot make path to the target (Gold Vein), ignore it.
    23:16:30 - Chonas Warrior Stop in progress.
    23:16:31 - [Gatherer] Stopped

     

    Ty

  2. Hi droidz,

    been trying to make it work but i believe the problem is in OnFightEnd, it tries to do it after the fight ends instead of after each normal attack (white attack)

     

            //Slam
            wManager.Events.FightEvents.OnFightEnd += guid =>
            {
                if (wManager.Wow.Helpers.Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause &&
                    !wManager.Wow.Helpers.Conditions.IsAttackedAndCannotIgnore)
                {
                    Slam.Launch();
                    return;
                }
            };

     

    OnFightLoop says it does not take 1 argument.

    do you know how to make it slam after each normal attack?.

     

    many thanks,

×
×
  • Create New...