0 xLeGenD Posted July 21, 2010 Posted July 21, 2010 I think u must add java for that... only clan skills u can add with shift + click
0 xAddytzu Posted July 21, 2010 Posted July 21, 2010 L2RaidbossInstance.java Find doDie method if(killer instanceof L2PlayableInstance) { L2PcInstance player = ((L2PcInstance)killer); if (!player.isInFunEvent() && player.getClan() != null) { player.getClan().setReputationScore(player.getClan().getReputationScore() + 500, true); player.getClan().broadcastToOnlineMembers(new PledgeShowInfoUpdate(player.getClan())); } SystemMessage msg = new SystemMessage(SystemMessageId.RAID_WAS_SUCCESSFUL); broadcastPacket(msg); }
0 Stefoulis15 Posted July 21, 2010 Posted July 21, 2010 Or you can just add the custom rep points item from coyote and make the rb drop it.
0 FDB Posted July 21, 2010 Author Posted July 21, 2010 L2RaidbossInstance.java Find doDie method if(killer instanceof L2PlayableInstance) { L2PcInstance player = ((L2PcInstance)killer); if (!player.isInFunEvent() && player.getClan() != null) { player.getClan().setReputationScore(player.getClan().getReputationScore() + 500, true); player.getClan().broadcastToOnlineMembers(new PledgeShowInfoUpdate(player.getClan())); } SystemMessage msg = new SystemMessage(SystemMessageId.RAID_WAS_SUCCESSFUL); broadcastPacket(msg); } Apply into my l2j pack but anyway i wont use it cause i putted eggs :P
0 Matim Posted July 21, 2010 Posted July 21, 2010 Apply into my l2j pack but anyway i wont use it cause i putted eggs Tongue Locked.
Question
FDB
If yes tell me the way i found id -300 but nothing
5 answers to this question
Recommended Posts