diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:58:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:58:15 -0300 |
commit | 9a9ffc6dc0f6b6c826051820a20309b41a6fc573 (patch) | |
tree | 171d17f3ed7575d92d6c053e10e6b2599ced24aa | |
parent | 12af821d603e7a6798cc738837abf666cc627500 (diff) | |
download | serverdata-9a9ffc6dc0f6b6c826051820a20309b41a6fc573.tar.gz serverdata-9a9ffc6dc0f6b6c826051820a20309b41a6fc573.tar.bz2 serverdata-9a9ffc6dc0f6b6c826051820a20309b41a6fc573.tar.xz serverdata-9a9ffc6dc0f6b6c826051820a20309b41a6fc573.zip |
Bugs, improvements
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/003-1-1/yetiking.txt | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 44d91d97e..819516757 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1582,7 +1582,7 @@ mob_db: ( Dex: 25 Luk: 40 } - ViewRange: 1 + ViewRange: 6 ChaseRange: 12 Size: 0 Race: 2 diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index f8a5abeda..791754faf 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -127,7 +127,9 @@ OnWarper: if (.@q > 2 && .@q < 99) setq HurnscaldQuest_Celestia, 2; - mes col("Warp to the Cave Of Trials? There is no EXP penalty, but if you die, you need to start everything again!",9); + mes col("Warp to the Cave Of Trials?", 9); + mes col("There is no EXP penalty, but you cannot go back without either completing the cave, or dying.", 9); + mes col("If you die, you'll need to start over everything again!",9); if (askyesno() == ASK_YES) { warp "001-6", 27, 180; } |