Meister Posted April 1, 2013 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
Emistry Posted April 1, 2013 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
Meister Posted April 1, 2013 Author 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
Emistry Posted April 1, 2013 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
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.
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.