Well i wanna make one java code for my project and i wanna share it here!!!
Well what is it??
When a char reach (your pvp number) he/she take ''PvP'er Status'' look the following code to understand
*Char name
*PvP/Pk informations
*Pvp flags
*HP/MP/CP Stats
*Farm items ammount
*Online players
-------------
Go to EnterWorld.java
Find
notifyPartner(activeChar,activeChar.getPartnerId());
}
after this add the following code!!
if (activeChar.getPvpKills() >= 200)
{
activeChar.sendMessage("Welcome : "+activeChar.getName());
activeChar.sendMessage("You know that you got your pvp status?";
activeChar.sendMessage("This is coded by EglezakioC-IklesOs-PubliC";
activeChar.sendMessage("Your PvP Kills: " + activeChar.getPvpKills());
activeChar.sendMessage("Your PK Kills: " + activeChar.getPkKills());
activeChar.sendMessage("Your PvP Flags: " + activeChar.getPvpFlag());
activeChar.sendMessage("Your HP, CP, MP: " + activeChar.getMaxHp() + ", " + activeChar.getMaxCp() + ", " + activeChar.getMaxMp());
activeChar.sendMessage("Farm items: " + activeChar.getyourspecial item name());
activeChar.sendMessage("There are: "+L2World.getInstance().getAllPlayers().size()+" players online");
Tested 100%
P.s. you can change if (activeChar.getPvpKills() >= 200) to your pvp ammount and activeChar.sendMessage("Farm items: " + activeChar.getyourspecial item name()); to your special farm item name!!!
Creadits: to me!!!
Coded in Notepad++
Tested in eclipse (no errors)
Compiled
Tested in game!
Gl!
Linkback: https://l2topzone.com/forum/index.php?topic=2858.0