Page 1 of 1

Buff effect

Posted: Sun May 15, 2011 10:33 pm
by andr3iu7z
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 4618:
L2JDP Revision 8002:

Hello , i was searching for a method that you can search in someone's active buffs like if he is buffed with might/shield etc to return true or false something like haveActiveBuff(skillId)

Thank you

Re: Buff effect

Posted: Mon May 16, 2011 6:46 am
by smuggbg
alt+g ;)

Re: Buff effect

Posted: Mon May 16, 2011 2:09 pm
by UnAfraid
if (player.getFirstEffect(skillId) == null)
player doesn't have such buff/debuff

Re: Buff effect

Posted: Thu May 19, 2011 4:55 pm
by andr3iu7z
ok, thanks unafraid:D