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

