diff options
author | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-29 12:58:46 +0530 |
---|---|---|
committer | Dastgir <dastgirpojee@rocketmail.com> | 2015-01-29 12:58:46 +0530 |
commit | 50f07c8baf3d753f6cde02737c3e3860261fabf9 (patch) | |
tree | 16d36c7d9e24e0b529af0bde32e57c205ca8ca71 /db/quest_db.conf | |
parent | 265ec7e012d3414e5fc4b3360c0795b4697663f6 (diff) | |
download | hercules-50f07c8baf3d753f6cde02737c3e3860261fabf9.tar.gz hercules-50f07c8baf3d753f6cde02737c3e3860261fabf9.tar.bz2 hercules-50f07c8baf3d753f6cde02737c3e3860261fabf9.tar.xz hercules-50f07c8baf3d753f6cde02737c3e3860261fabf9.zip |
Implemented 2010 Headgear Quests. Also corrected ID of Green Maiden in Endless Tower, and Bascojin Slave.
Diffstat (limited to 'db/quest_db.conf')
-rw-r--r-- | db/quest_db.conf | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 4d6a59759..379d2a96d 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -93,6 +93,97 @@ quest_db: ( Id: 1016 Name: "Gaining base levels" }, +// Solo Box Quest +{ + Id: 1100 + Name: "Solo at Sphinx Dungeon!" + Targets: ( + { + MobId: 2687 + Count: 20 + }, + ) +}, +{ + Id: 1101 + Name: "Solo at Sphinx Dungeon!" + Targets: ( + { + MobId: 1164 + Count: 20 + }, + ) +}, +{ + Id: 1102 + Name: "Solo at Clock Tower!" + Targets: ( + { + MobId: 1194 + Count: 40 + }, + ) +}, +{ + Id: 1103 + Name: "Solo at Clock Tower!" + Targets: ( + { + MobId: 1213 + Count: 30 + }, + ) +}, +{ + Id: 1104 + Name: "Solo at Louyang!" + Targets: ( + { + MobId: 1519 + Count: 20 + }, + ) +}, +{ + Id: 1105 + Name: "Solo at Louyang!" + Targets: ( + { + MobId: 1513 + Count: 50 + }, + ) +}, +{ + Id: 1106 + Name: "Solo at Amatsu Dungeon!" + Targets: ( + { + MobId: 1375 + Count: 20 + }, + ) +}, +{ + Id: 1107 + Name: "Solo at Amatsu Dungeon!" + Targets: ( + { + MobId: 1403 + Count: 40 + }, + ) +}, +{ + Id: 1108 + Name: "Solo at Louyang!" + Targets: ( + { + MobId: 1631 + Count: 20 + }, + ) +}, // Ropewa & Yuridi Quest { Id: 1109 @@ -2809,10 +2900,39 @@ quest_db: ( Id: 4267 Name: "????? ??" }, +// Frog Cap { Id: 5000 Name: "The Crow of the Fate - 7" }, +{ + Id: 5001 + Name: "King Froggie VII's revenge" + Targets: ( + { + MobId: 1037 + Count: 50 + }, + ) +}, +{ + Id: 5002 + Name: "The hero of the frogs" +}, +{ + Id: 5003 + Name: "Frog Hiding Skill" +}, +{ + Id: 5004 + Name: "Food Shortage" + Targets: ( + { + MobId: 1099 + Count: 50 + }, + ) +}, // Researcher's Quest { Id: 5016 |