Wise Posted April 9, 2013 Posted April 9, 2013 (edited) So I tried to make a walking npc in an instance and it doesnt walk =\ 1@test,151,112,4 script Walking NPC::walkingnpc1 84,{ mes "[Walker]"; mes "It's fun walking around in circles."; close; OnInit: startnpctimer; npcspeed 200; end; OnTimer1000: npcwalkto 140, 116; end; OnTimer6000: npcwalkto 133,111; end; OnTimer11000: npcwalkto 137,101; end; OnTimer16000: npcwalkto 147,101; end; OnTimer21000: npcwalkto 151, 112; end; OnTimer26000: stopnpctimer; initnpctimer; end; } if I go to the map without party which is just (1@test), it walks in circles. and when I go to my instance with party which will look like (0011@test), it stays there. =\ Edited April 9, 2013 by Mavis Quote
Question
Wise
So I tried to make a walking npc in an instance and it doesnt walk =\
if I go to the map without party which is just (1@test), it walks in circles.
and when I go to my instance with party which will look like (0011@test), it stays there. =\
Edited by Mavis1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.