SystMfrk Posted May 23, 2011 Posted May 23, 2011 Hello devolopers, so im using l2jequal and have agument stuck i want to be in server only one agument skill useable like L2OFF no stuck agument Quote
0 An4rchy Posted May 23, 2011 Posted May 23, 2011 for (L2Effect e : player.getAllEffects()) { if (e.getSkill.getId() == id) { e.exit(); } } With a bit of modification and if you place it on the right file it could work. I hope i helped. Quote
0 SystMfrk Posted May 23, 2011 Author Posted May 23, 2011 Where i need to put this. after i make this it will non stuck agument ? Quote
Question
SystMfrk
Hello devolopers,
so im using l2jequal and have agument stuck i want to be in server only one agument skill useable
like L2OFF no stuck agument
2 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.
Note: Your post will require moderator approval before it will be visible.