diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-16 23:06:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-16 23:06:26 -0300 |
commit | 2c4ba7583d096e0345fea9222b03d740719b97b7 (patch) | |
tree | 3c4cdb0ab6d2ee95d042eb7ba2cf7ddaa44f8407 | |
parent | d0ed9eba21b93831831ecee13e5fd0e21ea3b985 (diff) | |
download | serverdata-2c4ba7583d096e0345fea9222b03d740719b97b7.tar.gz serverdata-2c4ba7583d096e0345fea9222b03d740719b97b7.tar.bz2 serverdata-2c4ba7583d096e0345fea9222b03d740719b97b7.tar.xz serverdata-2c4ba7583d096e0345fea9222b03d740719b97b7.zip |
Quest ID 132 is now reserved for Player Quest.
It was a difficult decision, mind you.
-rw-r--r-- | db/quest_db.conf | 4 | ||||
-rw-r--r-- | npc/024-16/king.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 2566b8ed7..5614640b7 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -353,6 +353,10 @@ quest_db: ( Id: 131 Name: "FrostiaQuest_WolfNecklace" }, +{ + Id: 132 + Name: "FrostiaQuest_Homunculus" +}, // ID 151 to 170: Artis Quests // ID 171 to 190: Esperia Quests diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 3388b6154..22ff44c1d 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -89,6 +89,7 @@ L_Continue: close; L_Campaign: + .@q=getq(FrostiaQuest_Homunculus); // Endtrail mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; |