diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-17 23:52:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-17 23:52:34 -0300 |
commit | c35966a7eb2466daeef18e469187cacab3a52b5c (patch) | |
tree | 173ed3b2b553c7a310d2b574a30e0cc236470caa /db | |
parent | b252c4e956b952d5fc4b3526aa6100ec3332a9d0 (diff) | |
download | serverdata-c35966a7eb2466daeef18e469187cacab3a52b5c.tar.gz serverdata-c35966a7eb2466daeef18e469187cacab3a52b5c.tar.bz2 serverdata-c35966a7eb2466daeef18e469187cacab3a52b5c.tar.xz serverdata-c35966a7eb2466daeef18e469187cacab3a52b5c.zip |
(Untested) Naem's Quest. You can now acquire the Miner Tank Top.
This tanktop will be the most powerful armor you can get "normally".
Everything else relies on crafting.
Diffstat (limited to 'db')
-rw-r--r-- | db/quest_db.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/db/quest_db.conf b/db/quest_db.conf index 0fabf7bc7..97daf672e 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -502,7 +502,11 @@ quest_db: ( Id: 194 Name: "MineQuest_Pickaxe" }, -// 195~199: Overflow Quests (Unused) +{ + Id: 195 + Name: "MineQuest_Naem" +}, +// 196~199: Overflow Quests (Unused) { Id: 200 Name: "General_MobHunting1" |