diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-02-21 23:30:50 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-02-21 23:30:50 +0100 |
commit | e351db8c21f5b409483c5cd1db39a1f5a80a5f33 (patch) | |
tree | f92c636ab157c571b91962ce2a4cf98408466297 /npc/003-1 | |
parent | 78809ebba2fd700890e32b450a567167dad0844e (diff) | |
download | serverdata-e351db8c21f5b409483c5cd1db39a1f5a80a5f33.tar.gz serverdata-e351db8c21f5b409483c5cd1db39a1f5a80a5f33.tar.bz2 serverdata-e351db8c21f5b409483c5cd1db39a1f5a80a5f33.tar.xz serverdata-e351db8c21f5b409483c5cd1db39a1f5a80a5f33.zip |
slow guard philip
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 1a4e2fc95..bfccf5324 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -105,25 +105,25 @@ OnInit: initpath "move", 98, 104,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 60, 0,
"move", 84, 100,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 45, 0,
"move", 93, 110,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 70, 0,
"move", 101, 106,
"dir", RIGHT, 0,
- "wait", 1, 0,
+ "wait", 12, 0,
"move", 98, 104,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 68, 0,
"move", 93, 110,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 90, 0,
"move", 111, 109,
"dir", DOWN, 0,
- "wait", 1, 0;
+ "wait", 11, 0;
initialmove;
initnpctimer;
.distance = 5;
|