diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-24 17:58:38 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-24 17:58:38 -0200 |
commit | 25a00984205e7d0603cbddfac3085f8119e6dd8d (patch) | |
tree | cbe3d63dfd0385b2ad2cd90f50c24022862c9329 /db | |
parent | 24b9d55acf3157ec91a2ae6fb380acab5e196bdc (diff) | |
download | serverdata-25a00984205e7d0603cbddfac3085f8119e6dd8d.tar.gz serverdata-25a00984205e7d0603cbddfac3085f8119e6dd8d.tar.bz2 serverdata-25a00984205e7d0603cbddfac3085f8119e6dd8d.tar.xz serverdata-25a00984205e7d0603cbddfac3085f8119e6dd8d.zip |
Lieutenant Paul quest - slay as many monsters as you can!
This is a good quest to aid players level 20~30 get experience and make game
difficulty smoother (they'll be here, Lua send them here).
Each stage is twice as hard as the previous one, though.
Diffstat (limited to 'db')
-rw-r--r-- | db/quest_db.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 56e0fc712..7d3c17ddb 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -269,6 +269,10 @@ quest_db: ( Id: 100 Name: "HurnscaldQuest_Woody" }, +{ + Id: 101 + Name: "HurnscaldQuest_Lieutenant" +}, // ID 111 to 130: Nivalis Quests { |