diff options
author | Reid <reidyaro@gmail.com> | 2015-11-15 00:17:42 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-11-15 00:17:42 +0100 |
commit | 15d29e031663311b16c05a540a4426dd3dd245ca (patch) | |
tree | f5546f4958245cdf5db3f5de17f946b2897594d7 /npc | |
parent | 79e10333970334fb3a79e184a094d0c80bed6692 (diff) | |
download | serverdata-15d29e031663311b16c05a540a4426dd3dd245ca.tar.gz serverdata-15d29e031663311b16c05a540a4426dd3dd245ca.tar.bz2 serverdata-15d29e031663311b16c05a540a4426dd3dd245ca.tar.xz serverdata-15d29e031663311b16c05a540a4426dd3dd245ca.zip |
Fix xilaxa walkpath.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/beuss.txt | 3 | ||||
-rw-r--r-- | npc/001-1/xilaxa.txt | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/npc/001-1/beuss.txt b/npc/001-1/beuss.txt index c6b471a4..f8843500 100644 --- a/npc/001-1/beuss.txt +++ b/npc/001-1/beuss.txt @@ -4,7 +4,7 @@ // Description: // Angry member of the legion of Aemil. -001-1,45,52,0 script Beuss NPC_BEUSS,{ +001-1,45,48,0 script Beuss NPC_BEUSS,{ stopnpctimer; initnpctimer; .dir = 4; @@ -26,4 +26,3 @@ OnInit: .distance = 2; end; } - diff --git a/npc/001-1/xilaxa.txt b/npc/001-1/xilaxa.txt index b1a90da5..458f1201 100644 --- a/npc/001-1/xilaxa.txt +++ b/npc/001-1/xilaxa.txt @@ -12,8 +12,7 @@ OnTimer1000: domovestep; OnInit: - initpath "move", 52, 54, - "move", 57, 82, + initpath "move", 57, 82, "move", 56, 86, "wait", 1, 0, "dir", RIGHT, 0, |