ATTENTION: VERSION 3 AND OLDER ARE NOT COMPATIBLE. ⇒ Updating from <v4 guide.
- [++] Variable Expressions overhaul and performance improvements! You can now make veery very complex conditions - even comparing booleans (true or false) - if you want to. Examples:
- /qa conditions add cname True equals (Money>10)&Flying
- This checks if you are flying AND have more than $10
- Another way to do this: /qa conditions add cname True equals Condition(Conditions:Flying&IsRich)
- Or /qa conditions add cname Condition equals Flying&IsRich
- [+] Make Condition Conditions a Variable
- [+] True and False Variables
- [+] OpenBuriedTreasure Objective
- [+] QuestAbleToAccept Variable
- [+] QuestReachedMaxAccepts Variable
- [+] QuestOnCooldown Variable
- [^] Ability to add multiple Actions to Action Actions (separated via comma)
- [!] Fix new QuestPlayer loading system breaking some objectives
- [@] Translation updates
Note: If you're using EcoSkills, please disable either the actionbar completions in the notquests config or ecoskills. EcoSkills currently breaks those, causing the server to kick you when NotQuests tries to send you actionbar completions.