Feat: The Fairy Treasure Quest#595
Merged
jprzimba merged 4 commits intozimbadev:mainfrom Feb 8, 2026
Merged
Conversation
This PR introduces The Fairy Treasure from Threatened Dreams Quest fully playable in Crystal Server. The main rewards are the butterfly ring and some gems. I have no idea what the questlog says in this quest, if anyone can upgrade the code into KV with questlog I'd be more than grateful. The Valindara NPC also needs some integration into this as all of them are part of the Threatened Dreams Quest. The keywords and dialogs from NPCs are also updated. Quest start at level 30 and it has a lineal progress you cannot pick other parts of the map in another order. However I have no idea if real tibia is like this, I just read the Wiki. The rake has been updated to handle the miniquest with the grumpy stone scratching. Note: Make sure you place Allen's sons bed in Map for a better role play, but code just checks position so no problem. Enjoy!
Just Lua Format Update.
…315/crystalserver into The-Fairy-Treasure-Quest
FelipeArruda
pushed a commit
to FelipeArruda/crystalserver
that referenced
this pull request
Mar 8, 2026
* Feat: The Fairy Treasure Quest This PR introduces The Fairy Treasure from Threatened Dreams Quest fully playable in Crystal Server. The main rewards are the butterfly ring and some gems. I have no idea what the questlog says in this quest, if anyone can upgrade the code into KV with questlog I'd be more than grateful. The Valindara NPC also needs some integration into this as all of them are part of the Threatened Dreams Quest. The keywords and dialogs from NPCs are also updated. Quest start at level 30 and it has a lineal progress you cannot pick other parts of the map in another order. However I have no idea if real tibia is like this, I just read the Wiki. The rake has been updated to handle the miniquest with the grumpy stone scratching. Note: Make sure you place Allen's sons bed in Map for a better role play, but code just checks position so no problem. Enjoy! * Lua code format - (Stylua) * Lua Format Update Just Lua Format Update. --------- Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces The Fairy Treasure from Threatened Dreams Quest fully playable in Crystal Server. The main rewards are the butterfly ring and some gems.
I have no idea what the questlog says in this quest, if anyone can upgrade the code into KV with questlog I'd be more than grateful. The Valindara NPC also needs some integration into this as all of them are part of the Threatened Dreams Quest.
The keywords and dialogs from NPCs are also updated.
Quest start at level 30 and it has a lineal progress you cannot pick other parts of the map in another order. However I have no idea if real tibia is like this, I just read the Wiki.
The rake has been updated to handle the miniquest with the grumpy stone scratching.
Note: Make sure you place Allen's sons bed in Map for a better role play, but code just checks position so no problem.
Enjoy!