wManager.Wow.Helpers Namespace
WRobot

Quest..::..QuesterCurrentContext Members

The Quest..::..QuesterCurrentContext type exposes the following members.

Methods


  Name Description

Fields


  Name Description
Public field Static member 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.
Public field Static member CurrentStep
The current step (example usage: (Quest.QuesterCurrentContext.Profile as Quester.Profile.EasyQuestProfile).QuestsSorted[Quest.QuesterCurrentContext.CurrentStep])
Public field Static member NPCList
The NPC list (of current profile)
Public field Static member Profile
The profile (generally it is [Quester.Profile.EasyQuestProfile]wManager.Wow.Helpers.Quest.QuesterCurrentContext.Profile as Quester.Profile.EasyQuestProfile)
Public field Static member ProfileName
The profile name (like "FileName.xml", relative to "WRobot\Profiles\Quester\")
Public field Static member QuestsClasses
The quests classes
Public field Static member SkipPickUpQuestAfterXSecondes
Seconds to wait before to skip quest if cannot pickup.