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.
The server is running in l2house.com.ar with C4 mode and in L2Tekila within the same login you can also test it in C5, if you want me to raise another chronicle to test, just let me know.
I have a system where Accounts are saved on login screen for fast login. I am playing a server where this feature is not on the logic screen. How I can try to add this feature to the system?
I don't know what files I would have to touch.
Thanks!!
Question
Malossi
HI gyes... I want someone to tell me where i must put this lines for pvp colour system... i have L2jserver freya
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);
}
5 answers to this question
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.