191192193194195196197198199200201
} if(targetPlayer.isFestivalParticipant()) { continue; } targetPlayer.reviveRequest((L2Player) activeChar, percent, false); } else { continue; }
197198199200201202203204205206207
ReviveAnswerListener reviveAsk = (ask != null) && (ask.getValue() instanceof ReviveAnswerListener) ? (ReviveAnswerListener) ask.getValue() : null; if (reviveAsk != null) { continue; } targetPlayer.reviveRequest((Player) activeChar, percent, false); } else { continue; }