QuestEmptyClass Properties
The QuestEmptyClass type exposes the following members.
Properties
Name | Description | |
---|---|---|
GossipOptionItem |
Gets or sets the gossip option to use to select reward item.
(Inherited from QuestClass.) |
|
NpcPickUp |
Gets the NPC where pick up quest (search in NPCList).
(Inherited from QuestClass.) |
|
NpcTurnIn |
Gets the NPC to turn in quest (search in NPCList)..
(Inherited from QuestClass.) |
|
QuestId |
Gets or sets the quest IDs list.
(Inherited from QuestClass.) |
|
Step |
Gets or sets the quest objectives required count (example, if this quest need 5 kills for objective 3 use Step = new List<int> {0, 0, 5, 0, 0};.
(Inherited from QuestClass.) |
|
StepAutoDetect |
Gets or sets the quest objectives to auto detect if complete (example, if you want detect if the objective 4 is done StepAutoDetect = new List<bool> {false, false, false, true, false};.
(Inherited from QuestClass.) |