croxinuz Posted June 26, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 62 Reputation: 0 Joined: 03/18/12 Last Seen: Saturday at 01:09 PM Share Posted June 26, 2012 That NPC picture. Some information npc but, this npc can move and make a chat for information, if you click at the npc, it will tell you about Some information. sorry for my bad english >.< May Someone Help me ? Quote Link to comment Share on other sites More sharing options...
Euphy Posted June 26, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted June 26, 2012 <map>,<x>,<y>,<facing> script Piya 1894,{ npctalk "This NPC can talk!"; npcwalkto <x>,<y>; // It moves! npcstop; // Stop! // You get the point... c: end; } Quote Link to comment Share on other sites More sharing options...
croxinuz Posted June 26, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 62 Reputation: 0 Joined: 03/18/12 Last Seen: Saturday at 01:09 PM Author Share Posted June 26, 2012 <map>,<x>,<y>,<facing> script Piya 1894,{ npctalk "This NPC can talk!"; npcwalkto <x>,<y>; // It moves! npcstop; // Stop! // You get the point... c: end; } hmm.. thank you For help me sir but,if i want this NPC move more than one cordinat ex: 159,114 ; 164,120; and that npc repeat move again... hehehe Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted June 26, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted June 26, 2012 You can just keep repeating npcwalkto and npcstop. Add a random sleep here and there to make it stop moving. You can also use loops if you know how to do that. Quote Link to comment Share on other sites More sharing options...
croxinuz Posted June 26, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 62 Reputation: 0 Joined: 03/18/12 Last Seen: Saturday at 01:09 PM Author Share Posted June 26, 2012 You can just keep repeating npcwalkto and npcstop. Add a random sleep here and there to make it stop moving. You can also use loops if you know how to do that. oke sir, i will try this thank you for help me... hehe Quote Link to comment Share on other sites More sharing options...
Question
croxinuz
That NPC picture.
Some information npc but, this npc can move and make a chat for information, if you click at the npc, it will tell you about Some information.
sorry for my bad english >.<
May Someone Help me ?
Link to comment
Share on other sites
4 answers 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.