Drasius Posted October 28, 2008 Posted October 28, 2008 Can someone tell full code? Because i cant find where put that code.... Quote
mweinz Posted January 15, 2009 Posted January 15, 2009 its very good work men i think is one good idea,i like much Quote
icemanrj Posted January 17, 2009 Posted January 17, 2009 u guys sure this is for l2jfree? and still works? Quote
wizzi Posted January 17, 2009 Posted January 17, 2009 getPvpKills() and activeChar.getAppearance().setNameColor() are probably working since l2j was created lol.. Quote
Zeronimo Posted January 17, 2009 Posted January 17, 2009 Why do you only add it to enter world ? For better usage, you need to add it to the L2PcInstance aswell, otherwise, you force the users to relog just to get the changes. Quote
xAddytzu Posted January 4, 2010 Posted January 4, 2010 That is a good shere.Ty man :););):) Someone BAN HIM ! Quote
Mitjuh Posted January 5, 2010 Posted January 5, 2010 if (activeChar.getPkKills()>= 100) { activeChar.getAppearance().setTitleColor(99FFFF); } Will that change the title color if the guy has 100+ pk's too? Quote
Tryskell Posted January 5, 2010 Posted January 5, 2010 If u were asking for pvp kills, no. If u were asking for pk, yes, and I must add I didn't understood your question, as the answer is in your question... Quote
Bobi Posted April 30, 2010 Posted April 30, 2010 if (activeChar.getPvpKills()>= 100) { activeChar.getAppearance().setNameColor(99FFFF); } if (activeChar.getPvpKills()>= 500) { activeChar.getAppearance().setNameColor(0099FF); } if (activeChar.getPvpKills()>= 1000) { activeChar.getAppearance().setNameColor(FF00FF); } if (activeChar.getPvpKills()>= 5000) { activeChar.getAppearance().setNameColor(000000); } this is all what i need add if my server don`t have pvp color system? 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.