wManager.Wow.Helpers Namespace
WRobot

Fight..::..StartFight Method (Boolean, Boolean, Boolean, Boolean)

Starts the fight.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static ulong StartFight(
	bool skipIfPlayerAttackedButNotByTheTarget,
	bool managerMovement,
	bool stopIfPlayerTargetChange,
	bool rotationBot
)
Public Shared Function StartFight ( _
	skipIfPlayerAttackedButNotByTheTarget As Boolean, _
	managerMovement As Boolean, _
	stopIfPlayerTargetChange As Boolean, _
	rotationBot As Boolean _
) As ULong
public:
static unsigned long long^ StartFight(
	bool^ skipIfPlayerAttackedButNotByTheTarget, 
	bool^ managerMovement, 
	bool^ stopIfPlayerTargetChange, 
	bool^ rotationBot
)

Parameters

skipIfPlayerAttackedButNotByTheTarget
Type: Boolean
if set to true skip if player attacked but not by the target.
managerMovement
Type: Boolean
if set to true user can manager movement.
stopIfPlayerTargetChange
Type: Boolean
if set to true stop fight if character target change.
rotationBot
Type: Boolean
if set to true it is rotation bot (used by product WRotation).

Return Value

Usually if all goes well, the method returns 0, if there is a problem it returns the GUID of the target (it is generally necessary to blacklist him in this case)