- 0
This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
Question
Meikis
I want to add abnormal effect when player is inside xx radius of object, I've tried to use in L2Pcinstance something like -
if(isInsideRadius(objX,objY,objZ,500, false, false)) { startAbnormalEffect(AbnormalEffect.MAGIC_CIRCLE); sendMessage("You have entered artefact area"); }but it doesn't work, how to do it right?
15 answers to this question
Recommended Posts