diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-21 22:52:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-21 22:52:41 -0300 |
commit | 383bf2a2cf427ef9ca299f6f4d38460d7bc46196 (patch) | |
tree | 0257ae8ab406a8eda67533539f40eb94ec00ac07 /npc | |
parent | 33d7cda82df3fbafa664f29973b2d64d518f73ff (diff) | |
download | serverdata-383bf2a2cf427ef9ca299f6f4d38460d7bc46196.tar.gz serverdata-383bf2a2cf427ef9ca299f6f4d38460d7bc46196.tar.bz2 serverdata-383bf2a2cf427ef9ca299f6f4d38460d7bc46196.tar.xz serverdata-383bf2a2cf427ef9ca299f6f4d38460d7bc46196.zip |
Long Movement is difficult for Hercules Engine.
Rewrite some of Oskari movement path
Diffstat (limited to 'npc')
-rw-r--r-- | npc/020-7-1/oskari.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/npc/020-7-1/oskari.txt b/npc/020-7-1/oskari.txt index 6b27bab4d..8f2504f73 100644 --- a/npc/020-7-1/oskari.txt +++ b/npc/020-7-1/oskari.txt @@ -175,10 +175,13 @@ OnTimer1000: domovestep; OnInit: + // Long Movement is difficult for Hercules Engine initpath "move", 122, 29, "dir", UP, 0, - "wait", 5, 0, + "wait", 15, 0, "dir", LEFT, 0, + "move", 109, 29, + "move", 79, 29, "move", 59, 29, "move", 56, 29, "wait", 3, 0, @@ -202,14 +205,22 @@ OnInit: "wait", 4, 0, "dir", DOWN, 0, "wait", 2, 0, + "move", 26, 57, + "wait", 2, 0, "move", 25, 77, "wait", 3, 0, "dir", RIGHT, 0, "wait", 10, 0, + "move", 26, 57, + "move", 26, 46, + "move", 55, 48, "move", 56, 29, "wait", 3, 0, "dir", RIGHT, 0, - "wait", 1, 0; + "wait", 1, 0, + "move", 59, 29, + "move", 79, 29, + "move", 109, 29; // And go back to Peetu, which is very far away, 'cause I'm lazy initialmove; initnpctimer; |