Drasius Posted October 28, 2008 Posted October 28, 2008 Can someone tell full code? Because i cant find where put that code....
mweinz Posted January 15, 2009 Posted January 15, 2009 its very good work men i think is one good idea,i like much
icemanrj Posted January 17, 2009 Posted January 17, 2009 u guys sure this is for l2jfree? and still works?
wizzi Posted January 17, 2009 Posted January 17, 2009 getPvpKills() and activeChar.getAppearance().setNameColor() are probably working since l2j was created lol..
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.
xAddytzu Posted January 4, 2010 Posted January 4, 2010 That is a good shere.Ty man :););):) Someone BAN HIM !
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?
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...
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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now