diff options
author | Asheraf <acheraf1998@gmail.com> | 2016-08-25 13:00:05 +0100 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2016-08-26 21:34:19 +0200 |
commit | 84c253d2b012bc06b25a843c09a60cb28c678e95 (patch) | |
tree | 8af64fb54cd80be5991410d508620b083d90540d /db/quest_db.conf | |
parent | 13067dc118b790e676dc2cecf272279a850c7ce2 (diff) | |
download | hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.gz hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.bz2 hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.tar.xz hercules-84c253d2b012bc06b25a843c09a60cb28c678e95.zip |
Implementation of Ghost palace instance based on iRO
* Added ghost palace instance script
* Add needed monster, item and quest database entries
* Added mapflags for instance map (1@spa)
Diffstat (limited to 'db/quest_db.conf')
-rw-r--r-- | db/quest_db.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 233bc2d4c..5b99bac25 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -585,6 +585,24 @@ quest_db: ( Id: 1228 Name: "Getting back Professor Worm's memory" }, +// Episode 14.2 Eclage, Memorial Dungeon: Ghost Palace +{ + Id: 1260 + Name: "Cursed Swordman" +}, +{ + Id: 1261 + Name: "Cursed Swordman" + TimeLimit: 82800 +}, +{ + Id: 1262 + Name: "Cursed Swordman" +}, +{ + Id: 1263 + Name: "Cursed Swordman" +}, { Id: 2000 Name: "Job Change to Blacksmith" |