Meister Posted April 1, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Share Posted April 1, 2013 Example. If player approaches a NPC and has this particular item. He/she will have a special effect. Visible by the character only.. How to do it? Thank you. Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 1, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Yesterday at 11:27 AM Share Posted April 1, 2013 use OnTouch prontera,147,153,3 script Mary 71,3,3,{ end; OnTouch: getitem 607,1; specialeffect 123,SELF; end; } Quote Link to comment Share on other sites More sharing options...
Meister Posted April 1, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted April 1, 2013 use OnTouch prontera,147,153,3 script Mary 71,3,3,{ end; OnTouch: getitem 607,1; specialeffect 123,SELF; end; } I only have this quest.. why is that 71,3,3? Quote Link to comment Share on other sites More sharing options...
Emistry Posted April 1, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Yesterday at 11:27 AM Share Posted April 1, 2013 I only have this quest.. why is that 71,3,3? <npc sprite>,<x>,<y> where x,y refer to the range that tigger the Label.. 1 Quote Link to comment Share on other sites More sharing options...
Meister Posted April 1, 2013 Group: Members Topic Count: 280 Topics Per Day: 0.06 Content Count: 841 Reputation: 17 Joined: 04/16/12 Last Seen: March 4, 2024 Author Share Posted April 1, 2013 Ty! Quote Link to comment Share on other sites More sharing options...
Question
Meister
Example.
If player approaches a NPC and has this particular item. He/she will have a special effect. Visible by the character only..
How to do it? Thank you.
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.