wManager.Wow.Helpers Namespace
WRobot

QuestClass Methods

The QuestClass type exposes the following members.

Methods


  Name Description
Public method CanConditions
Determines whether this can (by default this option return true, conditions can be added by override this method).
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method HasQuest
Check if character have one of QuestId in his quest log.
Public method IsComplete
Determines if quest objective is complete (Step and StepAutoDetect).
Public method IsCompleted
Quest is completed (already turn in, or can't do (min/max level, required quest, character class)).
Public method IsCompleteObjectiveIndex
Determines whether is complete objective by objective index
Protected method MemberwiseClone (Inherited from Object.)
Public method PickUp
Go to NPC and Pick up quest.
Public method Pulse
Pulse quest
Public method PulseAllInOne
Public method Reset
Resets this instance (reset to default the progress). When you override this method don't forget to call method of super class.
Public method ToString (Inherited from Object.)
Public method TurnIn
Go to NPC and turn in quest.
Public method WhenLeaveStep
Called one time when the quester product leave this step (with Pulse or PulseAllInOne action).
Public method WhenSelectStep
Called one time when the quester product select this step (with Pulse or PulseAllInOne action).