|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
-- Take Important/World Mystery quests, which can be completed instant
["importantTakeInstant"] = true,
-- Take Important/World Mystery quests, which cannot be completed instant
["importantTakeNoInstant"] = true,
-- Use Marks of Fate on important quests if possible
["importantComplete"] = true,
-- Automatically turn in important quest if they are "green" and you cannot choose the reward.
["importantTurnIn"] = true,
-- Automatically turn in important quest where you can choose a reward by choosing the first one.
["importantTurnInRewardChoose"] = true,
-- Automatically turns in finished world mysteries at Keeper of Secrets
["secretTurnIn"] = true,
-- Take optional (non repeatable) quests, which can be completed instant
["optionalTakeInstant"] = false,
-- Take optional (non repeatable) quests, which cannot be completed instant
["optionalTakeNoInstant"] = false,
-- Use Marks of Fate on optional quests if possible
["optionalComplete"] = false,
-- Automatically turn in optional (non repeatable) quests if they are "green" and you cannot choose the reward.
["optionalTurnIn"] = true,
-- Automatically turn in optional (non repeatable) quests where you can choose a reward by choosing the first one.
["optionalTurnInRewardChoose"] = false,
-- Automatically takes EVERY repeatable quest
["repeatableTake"] = false,
-- Automatically turn in repeatable quests if they are "green" and you cannot choose the reward.
["repeatableTurnIn"] = true,
-- Automatically turn in repeatable quests where you can choose a reward by choosing the first one.
["repeatableTurnInRewardChoose"] = false,
-- The count of marks of fate you want to keep as a backup.
["marksOfFateThreshold"] = 0
|


This post has been edited 5 times, last edit by "Buuhuu" (May 4th 2017, 3:42pm)

Nice ... I made them all true![]()
BTW how do you make addons ?just curious.