Quest..::..QuesterCurrentContext Fields
The Quest..::..QuesterCurrentContext type exposes the following members.
Fields
Name | Description | |
---|---|---|
CodeNamespace |
The code namespace (Xml is converted to C# code, this c# code use this namespace). New namespace is generated when a profile is loaded.
|
|
CurrentStep |
The current step (example usage: (Quest.QuesterCurrentContext.Profile as Quester.Profile.EasyQuestProfile).QuestsSorted[Quest.QuesterCurrentContext.CurrentStep])
|
|
NPCList |
The NPC list (of current profile)
|
|
Profile |
The profile (generally it is [Quester.Profile.EasyQuestProfile]wManager.Wow.Helpers.Quest.QuesterCurrentContext.Profile as Quester.Profile.EasyQuestProfile)
|
|
ProfileName |
The profile name (like "FileName.xml", relative to "WRobot\Profiles\Quester\")
|
|
QuestsClasses |
The quests classes
|
|
SkipPickUpQuestAfterXSecondes |
Seconds to wait before to skip quest if cannot pickup.
|