Class Quest [-] [+]
Represents a quest in the game, including its objectives, rewards, and conditions.
Inherits all methods from: none
Methods
| GetFlags |
Returns the Quest's flags. |
| GetId |
Returns entry ID of the Quest. |
| GetLevel |
Returns the Quest's level. |
| GetMinLevel |
Returns the minimum level required to pick up the Quest. |
| GetNextQuestId |
Returns the next Quest entry ID. |
| GetNextQuestInChain |
Returns the next Quest entry ID in the specific Quest chain. |
| GetPrevQuestId |
Returns the previous Quest entry ID. |
| GetType |
Returns the Quest's type. |
| HasFlag |
Returns 'true' if the Quest has the specified flag, false otherwise. Below flags are based off of 3.3.5a. Subject to change. |
| IsDaily |
Returns 'true' if the Quest is a daily quest, false otherwise. |
| IsRepeatable |
Returns 'true' if the Quest is repeatable, false otherwise. |