-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed quests 3908, 3972 & 3973 #56
Fixed quests 3908, 3972 & 3973 #56
Conversation
Add quest execution script 3908 to fix the issue of not being able to complete quest properly, add quest execution script 3972 to fix empty dialog, and add quest execution script 3973 to fix the issue of completing quest without work items and encountering empty dialog.
game-server/data/handlers/quest/sanctum/_3908ToMastertheDragon.java
Outdated
Show resolved
Hide resolved
game-server/data/handlers/quest/sanctum/_3908ToMastertheDragon.java
Outdated
Show resolved
Hide resolved
game-server/data/handlers/quest/sanctum/_3973LovesMessenger.java
Outdated
Show resolved
Hide resolved
….java Co-authored-by: Neon <neon@beyond-aion.com>
….java Co-authored-by: Neon <neon@beyond-aion.com>
Co-authored-by: Neon <neon@beyond-aion.com>
Co-authored-by: Neon <neon@beyond-aion.com>
22aa8f3
to
0290ea6
Compare
Please take a look at these changes and tell me in case I missed something: 0290ea6 |
Hi, I think Quest 3973 needs to have a rollback function without any work items, because the final result is to submit three work items. If this function is missing, all three work items can be thrown away to complete the quest. Of course, if the Quest step is executed normally, the rollback code will not be executed at all. |
Do you know what happens on official servers when you throw away a work item? Is the quest reset immediately, or when talking to the next npc, or only at the reward npc? |
No, It is impossible to remember or search for details that are ancient, and can only be inferred through reverse reasoning based on the results. Just my reasoning! |
I agree. |
|
oh, I forgot to add an author for the new Java script execution. Although I don't care about this, it looks more formal this way, haha! |
It's your choice |
Please help me add a name: sky123, thank you! |
….java Co-authored-by: Neon <neon@beyond-aion.com>
Add quest execution script 3908 to fix the issue of not being able to complete quest properly, add quest execution script 3972 to fix empty dialog, and add quest execution script 3973 to fix the issue of completing quest without work items and encountering empty dialog.