LordPanic Posted February 14, 2023 Posted February 14, 2023 (edited) As title says. Note: You can change the colors etc from xml. //EnterWorld.java +PvpColorSystem.getInstance().updateNameColor(player); +PvpColorSystem.getInstance().updateTitleColor(player); player.sendPacket(ActionFailed.STATIC_PACKET); //Player.java +PvpColorSystem.getInstance().updateNameColor(this); setKarma(getKarma() + Formulas.calculateKarmaGain(getPkKills(), target instanceof Summon)); +PvpColorSystem.getInstance().updateTitleColor(this); // Send UserInfo packet to attacker with its Karma and PK Counter endPacket(new UserInfo(this)); //GameServer.java +PvpColorSystem.getInstance(); if (Config.ALLOW_BOAT) { pastebin pass: maxcheaters PvpColorSystem.java XML pvpColors.xml Edited February 14, 2023 by LordPanic 2 1 Quote
Trance Posted February 14, 2023 Posted February 14, 2023 These old features remind me of childhood memories. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.