wManager.Wow.Helpers Namespace
WRobot

Fight Members

The Fight type exposes the following members.

Methods


  Name Description
Public method Static member StartFight(Boolean, Boolean, Boolean, Boolean)
Starts the fight.
Public method Static member StartFight(UInt64, Boolean, Boolean, Boolean, Boolean)
Starts the fight.
Public method Static member StopFight
Stops the fight.

Fields


  Name Description
Public field Static member CombatStartAtTime
The combat start time (Times).
Public field Static member FightLock
The fight locker
Public field Static member MaxEvadeCount
The maximum evade count per combat (you need also to active DetectEvadingMob)

Properties


  Name Description
Public property Static member CombatStartSince
Get combat elapsed time (in milliseconds)
Public property Static member CurrentTarget
Get or set the current target (avoid changing it unless you know what you are doing).
Public property Static member EvadeCountCurrentCombat
Evade count of current combat.
Public property Static member InFight
Get or set a value indicating whether in fight. Do not confuse with InCombat, if it returns true it means that StartFight(Boolean, Boolean, Boolean, Boolean) has been called.