QuestGathererClass Methods
The QuestGathererClass 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).
(Inherited from QuestClass.) |
|
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.
(Inherited from QuestClass.) |
|
IsComplete |
Determines if quest objective is complete (Step and StepAutoDetect).
(Inherited from QuestClass.) |
|
IsCompleted |
Quest is completed (already turn in, or can't do (min/max level, required quest, character class)).
(Inherited from QuestClass.) |
|
IsCompleteObjectiveIndex |
Determines whether is complete objective by objective index
(Inherited from QuestClass.) |
|
MemberwiseClone | (Inherited from Object.) | |
PickUp |
Go to NPC and Pick up quest.
(Inherited from QuestClass.) |
|
Pulse |
Pulse quest
|
|
PulseAllInOne | (Inherited from QuestClass.) | |
Reset |
Resets this instance (reset to default the progress). When you override this method don't forget to call method of super class.
(Inherited from QuestClass.) |
|
ToString | (Inherited from Object.) | |
TurnIn |
Go to NPC and turn in quest.
(Inherited from QuestClass.) |
|
WhenLeaveStep |
Called one time when the quester product leave this step (with Pulse or PulseAllInOne action).
(Inherited from QuestClass.) |
|
WhenSelectStep |
Called one time when the quester product select this step (with Pulse or PulseAllInOne action).
(Inherited from QuestClass.) |