server
server copied to clipboard
🐛 Quest Chasing Quotas starts at wrong level and out of order DRG AF2
I affirm:
- [x] I understand that if I do not agree to the following points by completing the checkboxes my issue will be ignored.
- [x] I have read and understood the Contributing Guide and the Code of Conduct.
- [x] I have searched existing issues to see if the issue has already been opened, and I have checked the commit log to see if the issue has been resolved since my server was last updated.
OS / platform the server is running (if known)
Branch affected by issue
base
Steps to reproduce
DRG can start AF2 without doing AF1 at level 40
Expected behavior
should have completed quest A cRaftsman's Work and be level 50 to start quest, issue is at line here: where it should check for quest status and the enum AF2_QUEST_LEVEL
https://github.com/LandSandBoat/server/blob/f34183be9984d1192ab6c6bd3724f8a9923d5a24/scripts/zones/Port_San_dOria/npcs/Ceraulian.lua#L39