Hello, this feature requested here and I did it for free to this guy.
### Eclipse Workspace Patch 1.0
#P aCis_gameserver
Index: java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 17)
+++ java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (working copy)
@@ -5091,6 +5091,10 @@
// Add karma to attacker and increase its PK counter
setPvpKills(getPvpKills() + 1);
+ PlaySound _snd = new PlaySound(1, "d08_f.ogg", 0, 0, 0, 0, 0);
+ sendPacket(_snd);
+ broadcastUserInfo();
+
if (Config.ALLOW_KILLING_SPREE)
{
killingSpreePvp();
If someone can give feedback, I would be greateful. Thank you!