Permalink
2 comments
on commit
sign in to comment.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Implemented 2012 Headgear Quests.
Credits to @cydh for helping out with the quest bonus. Follow-up 1a9b54: added missing SQL item_db entries. Clarified description of "delayed consumption" item type (11) in item_db documentation. (tid:91187, thanks Annie!) Signed-off-by: Euphy <euphy.raliel@rathena.org>
- Loading branch information
Showing
with
687 additions
and 20 deletions.
- +4 −1 db/const.txt
- +8 −8 db/quest_db.txt
- +3 −2 doc/item_db.txt
- +1 −1 doc/script_commands.txt
- +1 −1 npc/quests/newgears/2006_headgears.txt
- +1 −1 npc/quests/newgears/2008_headgears.txt
- +603 −0 npc/re/quests/newgears/2012_headgears.txt
- +2 −1 npc/re/scripts_athena.conf
- +34 −5 sql-files/item_db_re.sql
- +26 −0 src/map/status.c
- +4 −0 src/map/status.h
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
| @@ -1,5 +1,5 @@ | ||
| //===== rAthena Script ======================================= | ||
| //= 2008 Headgear Quests | ||
| //===== By: ================================================== | ||
| //= Masao | ||
| //= Credits: Muad_Dib | ||
Oops, something went wrong.
5d08795There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a.k.a. "Eden Group Crystal Synthesis", read for details:
http://irowiki.org/wiki/Eden_Group_Crystal_Synthesis (not entirely accurate)
5d08795There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again, credits to @SkittleNugget for a large portion of the dialogue.