DJFUNK Posted January 5, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Share Posted January 5, 2013 (edited) I need a script sample for: When pass through / near the NPC, show cutin / illust or can be an area cell while passing thank's before Edited January 13, 2013 by DJFUNK Quote Link to comment Share on other sites More sharing options...
Brian Posted January 5, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted January 5, 2013 You can set an OnTouch area in the NPC header. 5,5, in this example (line 1): prontera,155,188,0 script walk_near_me 910,5,5,{ // do nothing when clicked end; OnTouch: cutin "kafra_7",2; sleep2 3000; cutin "",255; end; } Quote Link to comment Share on other sites More sharing options...
DJFUNK Posted January 6, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Author Share Posted January 6, 2013 thank's I need another NPC code except 910. for the Invisible NPC because I set OnTouch in it Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 12, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: 23 hours ago Share Posted January 12, 2013 use 111 as npc sprite...or -1..... 1 Quote Link to comment Share on other sites More sharing options...
DJFUNK Posted January 13, 2013 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 115 Reputation: 4 Joined: 10/25/12 Last Seen: August 31, 2023 Author Share Posted January 13, 2013 thank you Quote Link to comment Share on other sites More sharing options...
Question
DJFUNK
I need a script sample for:
When pass through / near the NPC, show cutin / illust
or can be an area cell while passing
thank's before
Edited by DJFUNKLink 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.