diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-07 02:07:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-07 02:07:23 -0300 |
commit | 0ebb73fc54e6865886943918e4df446567f428b3 (patch) | |
tree | 954191adb05e9616a422b450df8ed8d0d1ac657d /npc/024-16 | |
parent | ed205aa7188f5947b98445cf561a15aa05726062 (diff) | |
download | serverdata-0ebb73fc54e6865886943918e4df446567f428b3.tar.gz serverdata-0ebb73fc54e6865886943918e4df446567f428b3.tar.bz2 serverdata-0ebb73fc54e6865886943918e4df446567f428b3.tar.xz serverdata-0ebb73fc54e6865886943918e4df446567f428b3.zip |
Add limits to walk speed bonus
Diffstat (limited to 'npc/024-16')
-rw-r--r-- | npc/024-16/king.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 4db7ab8fa..5b28d0ceb 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -10,6 +10,7 @@ nude(); atcommand("#dropall "+strcharinfo(0)); // Evil Exception("FATAL ERROR, PLAYER "+strcharinfo(0)+" NOT ALLOWED TO BE WITHIN FROSTIA'S CASTLE - REASON: SAULC IS A NOOB"); + slide 30, 52; end; } if (.@q >= 13) @@ -57,7 +58,7 @@ L_MainQuest: mesn l("King Gelid Frozenheart"); - mesq l("Anyway, I'll give you @@ Real Estate Credits in advance. Go book yourself a room in the Inn. And then come back to me so we may discuss details."); + mesq l("Anyway, I'll give you @@ Real Estate Credits in advance. Go book yourself a room in the Inn. And then come back to me so we may discuss details.", 5000); next; mesc b(l(".:: Main Quest 4-2 ::.")), 3; |