Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Index: java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java
- ===================================================================
- --- java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java (revision 0)
- +++ java/com/l2jserver/gameserver/model/actor/instance/L2RaidBossInstance.java (revision 0)
- @@ -86,4 +86,8 @@
- if (player != null)
- {
- + int _barakielId = 25325;
- + if (getNpcId() == _barakielId)
- + {
- + if (player.isNoble());
- + player.sendMessage("You are already Noble!");
- + }
- + else
- + player.setNoble(true);
- + player.sendMessage("You have gained Noblesse status by killing Barakiel!");
- + }
- broadcastPacket(new SystemMessage(SystemMessageId.RAID_WAS_SUCCESSFUL));
- if (player.getParty() != null)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement