Skip to content

Commit

Permalink
Implemented 2010 Headgear Quests.
Browse files Browse the repository at this point in the history
Signed-off-by: Euphy <euphy.raliel@rathena.org>
  • Loading branch information
euphyy committed Jan 22, 2014
1 parent 06910d0 commit 189a46d
Show file tree
Hide file tree
Showing 5 changed files with 1,128 additions and 4 deletions.
16 changes: 16 additions & 0 deletions db/quest_db.txt
Expand Up @@ -21,6 +21,17 @@
1015,0,0,0,0,0,0,0,"Your first quest"
1016,0,0,0,0,0,0,0,"Gaining base levels"

// 2010 Headgear Quests
1100,0,1178,20,0,0,0,0,"Solo in the Sphinx Dungeon!"
1101,0,1164,20,0,0,0,0,"Soloing Sphinx Dungeon!"
1102,0,1194,40,0,0,0,0,"Soloing Clock Tower!"
1103,0,1213,30,0,0,0,0,"Soloing Clock Tower!"
1104,0,1519,20,0,0,0,0,"Solo at Louyang!"
1105,0,1513,50,0,0,0,0,"Solo at Louyang!"
1106,0,1375,20,0,0,0,0,"Solo at Amatsu Dungeon!"
1107,0,1403,40,0,0,0,0,"Solo at Amatsu Dungeon!"
1108,0,1519,20,0,0,0,0,"Solo at Louyang!"

// Ropewa & Yuridi Quest
1109,0,0,0,0,0,0,0,"Ropewa & Yuridi - Survivors of the Labyrinth"
1110,0,0,0,0,0,0,0,"Ropewa & Yuridi - Victims of the Labyrinth"
Expand Down Expand Up @@ -602,7 +613,12 @@
//4303,0,0,0,0,0,0,0,""
//4304,0,0,0,0,0,0,0,""
//4305,0,0,0,0,0,0,0,""
4999,0,0,0,0,0,0,0,"Extermination Crisis"
5000,0,0,0,0,0,0,0,"The Crow of the Fate - 7"
5001,0,1037,50,0,0,0,0,"King Froggie VII's revenge"
5002,0,0,0,0,0,0,0,"The hero of the frogs"
5003,0,0,0,0,0,0,0,"Frog Hiding Skill"
5004,0,1099,50,0,0,0,0,"Food Shortage"

// Researcher's Quest
5016,0,0,0,0,0,0,0,"Bring me a Research Tool Bag"
Expand Down
4 changes: 2 additions & 2 deletions db/re/item_db.txt
Expand Up @@ -3251,8 +3251,8 @@
5445,Candy_Cane_In_The_Mouth,Candy Cane In Mouth,4,20,,100,,0,,0,0xFFFFFFFF,63,2,1,,0,0,446,{ bonus bMaxSP,5; },{},{}
5446,Cat_Foot_Hairpin,Catfoot Hairpin,4,20,,200,,0,,1,0xFFFFFFFF,63,2,256,,0,1,447,{ bonus bFlee,5; bonus bFlee2,3; },{},{}
5447,Frog_Cap,Frog Hat,4,20,,500,,3,,0,0xFFFFFFFF,63,2,256,,70,1,448,{ bonus bMdef,1; bonus2 bAddRace,RC_Insect,12; bonus2 bMagicAddRace,RC_Insect,12; },{},{}
5448,Solo_Play_Box1,Soloplay Box1,4,20,,300,,0,,1,0xFFFFFFFF,63,2,769,,0,1,449,{ skill "RG_GRAFFITI",1; },{},{}
5449,Solo_Play_Box2,Soloplay Box2,4,20,,300,,0,,1,0xFFFFFFFF,63,2,769,,0,1,450,{ skill "RG_GRAFFITI",1; },{},{}
5448,Solo_Play_Box1,Indifferent Solo Hat,4,20,,300,,0,,1,0xFFFFFFFF,63,2,769,,0,1,449,{ skill "RG_GRAFFITI",1; },{},{}
5449,Solo_Play_Box2,Angry Solo Hat,4,20,,300,,0,,1,0xFFFFFFFF,63,2,769,,0,1,450,{ skill "RG_GRAFFITI",1; },{},{}
5450,Sun_Cap,Solar Hat,4,20,,1000,,0,,0,0xFFFFFFFE,63,2,256,,20,1,451,{},{},{}
5451,Dragonhelm_Gold,RWC 2008 Dragon Helm Gold,4,20,,2500,,7,,1,0xFFFFFFFF,63,2,256,,1,0,452,{ bonus bAspdRate,10; bonus bAllStats,3; bonus2 bAddRace,RC_DemiHuman,5; bonus2 bAddRace,RC_Player,5; },{},{}
5452,Dragonhelm_Silver,RWC 2008 Dragon Helm Silver,4,20,,2500,,5,,1,0xFFFFFFFF,63,2,256,,1,0,453,{ bonus bAspdRate,7; bonus bAllStats,2; bonus2 bAddRace,RC_DemiHuman,3; bonus2 bAddRace,RC_Player,3; },{},{}
Expand Down

1 comment on commit 189a46d

@cydh
Copy link
Contributor

@cydh cydh commented on 189a46d Jan 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

another quest script. cool

Please sign in to comment.