diff options
author | Ridley8819 <ridley8819@gmail.com> | 2016-07-11 11:14:45 +0200 |
---|---|---|
committer | hemagx <hemagx2@gmail.com> | 2016-07-20 05:10:59 +0200 |
commit | 114767ca4d5df9268b87f5d4be0836390209698f (patch) | |
tree | 3abbd3e4540fbd5f7bea0359374d45ae3fcda5ce /db/quest_db.conf | |
parent | 79464d974eda04788f69b1681f4428ad08651d8e (diff) | |
download | hercules-114767ca4d5df9268b87f5d4be0836390209698f.tar.gz hercules-114767ca4d5df9268b87f5d4be0836390209698f.tar.bz2 hercules-114767ca4d5df9268b87f5d4be0836390209698f.tar.xz hercules-114767ca4d5df9268b87f5d4be0836390209698f.zip |
Old Glast Heim and Nightmare Glast Heim implementation
-- adding glast heim Monsters/Items/Quests full entries
-- corrected already existed glast heim items/quest/monsters entries
-- added Old Glast Heim Enchanter
-- Changed .MyMobs to 'MyMobs
-- Added H.U.L.D suppot
Diffstat (limited to 'db/quest_db.conf')
-rw-r--r-- | db/quest_db.conf | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index ce1520100..7a3e2717b 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -10871,13 +10871,17 @@ quest_db: ( }, // Old Glast Heim { + Id: 12316 + Name: "Meet Hugin" +}, +{ Id: 12317 - Name: "Fake Keyblade" + Name: "Trace of Time Travel" TimeLimit: 82800 }, { Id: 12318 - Name: "Upper Cats: annoying guy" + Name: "Corrupted Soul Hunt" Targets: ( { MobId: 2475 @@ -10887,7 +10891,7 @@ quest_db: ( }, { Id: 12319 - Name: "Upper Cats: annoying guy" + Name: "Amdarais Hunt" Targets: ( { MobId: 2476 @@ -10896,6 +10900,18 @@ quest_db: ( ) }, { + Id: 12320 + Name: "Time Traveler" +}, +{ + Id: 12321 + Name: "Time Conqueror" +}, +{ + Id: 12322 + Name: "Space Distortion" +}, +{ Id: 12363 Name: "?????? ?? ??" }, |