// Same thing if the Character isn't a Noblesse Blessed L2PlayableInstance
else if (this instanceof L2Playable && ((L2Playable)this).isNoblesseBlessed())
{
((L2Playable)this).stopNoblesseBlessing(null);
if (((L2Playable)this).getCharmOfLuck()) //remove Lucky Charm if player have Nobless blessing buff
((L2Playable)this).stopCharmOfLuck(null);
}
else
and i got this error
[javac] Compiling 1298 source files to C:\L2GateAway\L2JGateway\L2J_CORE\build\classes
[javac] C:\L2GateAway\L2JGateway\L2J_CORE\java\com\it\br\gameserver\model\L2Character.java:1513: 'else' without 'if'
[javac] else if (this instanceof L2PlayableInstance && ((L2PlayableInstance)this).isPhoenixBlessed())
[javac] ^
[javac] 1 error
Question
FDB
i added dont loose your buffs on death code
and i got this error
34 answers to this question
Recommended Posts