wManager.Wow.Helpers Namespace
WRobot

EasyQuest..::..RepeatableQuest Property

Gets or sets a value indicating if it is repeatable quest. By default, quester skip the quests already completed, put true if you want than quester don't skip this quest same if already completed (useful for daily quests) (if 'True', this option override the options 'min/max level', 'wow class', 'required quest', ..., you need to check it manually with option 'Can Conditon')

Namespace:  Quester.Profile
Assembly:  Quester (in Quester.dll)

Syntax


<SettingAttribute> _
<CategoryAttribute> _
<DisplayNameAttribute> _
<DescriptionAttribute> _
Public Property RepeatableQuest As Boolean
	Get
	Set
[SettingAttribute]
[CategoryAttribute]
[DisplayNameAttribute]
[DescriptionAttribute]
public:
property bool^ RepeatableQuest {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if repeatable quest otherwise false.