diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 23:29:34 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 23:29:34 -0200 |
commit | 3840b245f98d174c53f3e65e5097480021b44c71 (patch) | |
tree | 1a00cf18b38a31df7b84a5179ad6897957fa85e9 /npc | |
parent | 8c44eb3887549bacbede2026e66e20c7fa624297 (diff) | |
download | serverdata-3840b245f98d174c53f3e65e5097480021b44c71.tar.gz serverdata-3840b245f98d174c53f3e65e5097480021b44c71.tar.bz2 serverdata-3840b245f98d174c53f3e65e5097480021b44c71.tar.xz serverdata-3840b245f98d174c53f3e65e5097480021b44c71.zip |
Fix typos + replace @resync code with an @refresh call
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-10/officer.txt | 2 | ||||
-rw-r--r-- | npc/003-2/lua.txt | 2 | ||||
-rw-r--r-- | npc/commands/resync.txt | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/npc/003-10/officer.txt b/npc/003-10/officer.txt index fad85045a..35675b9c3 100644 --- a/npc/003-10/officer.txt +++ b/npc/003-10/officer.txt @@ -27,7 +27,7 @@ mes ""; select rif(countitem(RawLog) >= 30, l("Here they are!")), - l("Not now..."); + l("Maybe later."); mes ""; if (@menu == 1) { delitem RawLog, 30; diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 0d71b713a..17aae3d06 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -121,7 +121,7 @@ L_Tips: mesn; mesq l("Hit'n'run is not so hard... One hit, one step back... One hit, another step back... One miss, two steps back..."); mesq l("That works with most of monsters. Well, but we all know from @@ that it is better to stay put and let mobs kill us, right?", "Apane"); - mesq l("Heh, there is death penalty indoors and outside the town. You better watch out. The mobs are on a foul mode today, very easy to get killed."); + mesq l("Heh, there is death penalty indoors and outside the town. You better watch out. The mobs are on a foul mood today, very easy to get killed."); close; L_Check: diff --git a/npc/commands/resync.txt b/npc/commands/resync.txt index 5512e5d8c..bd32d320f 100644 --- a/npc/commands/resync.txt +++ b/npc/commands/resync.txt @@ -19,9 +19,12 @@ OnCall: dispbottom l("Not resync'ing to prevent flood."); end; } + /* getmapxy(.@m$, .@x, .@y, 0); slide .@x, .@y; @rsync_delay=gettimetick(2)+rand(6,15); + */ + atcommand("@refresh"); end; OnInit: |