diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 16:08:03 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 16:08:03 -0200 |
commit | 607cd662085c6dca2664049600c46610bc67f549 (patch) | |
tree | 9184bb0c6d792c90dc5e04da34baa8445b99063f /npc/018-2-1/warps.txt | |
parent | 0673c5af641b2745701cda0cb181d750a3ed4562 (diff) | |
download | serverdata-607cd662085c6dca2664049600c46610bc67f549.tar.gz serverdata-607cd662085c6dca2664049600c46610bc67f549.tar.bz2 serverdata-607cd662085c6dca2664049600c46610bc67f549.tar.xz serverdata-607cd662085c6dca2664049600c46610bc67f549.zip |
Minor rewrite. You have a cap of 25 minutes, and you get exp if you finish the dungeon
Diffstat (limited to 'npc/018-2-1/warps.txt')
-rw-r--r-- | npc/018-2-1/warps.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index 30a0c54b8..e065fecd3 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -33,7 +33,7 @@ OnTouch: .@q=getq2(LoFQuest_HH); mesn l("Heroes Hold"); mes l("This is only for the skilled players. Newbies, KEEP OUT!"); - mes l("Time Limit: 20 minutes on any dungeon."); + mes l("Time Limit: 25 minutes on any dungeon."); mes l("Please select target dungeon:"); mes ""; select @@ -115,11 +115,11 @@ OnTouch: mes l("- Defeat the BOSS on each dungeon!"); mes ""; mes l(".:: Withdraw Conditions ::."); - mes l("- Time runs out (20m)."); + mes l("- Time runs out (25m)."); mes l("- Get killed yourself."); mes l("- Teleport yourself away."); next; - mes l("Dying inside the Heroes Hold Main Dungeon does not have a penalty. However, dying outside have."); + mes l("Dying inside the Heroes Hold Main Dungeon does not have a penalty. However, dying outside the castle have."); break; } |