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.
OPENING ON MARCH 21 AT 18:00 GMT+1
Airin Server — a journey from the classic Chronicle 1 to the epic Chronicle 5, followed by a world merge with the Teon server.
We are creating a unique gaming experience where each era unfolds gradually. From your first steps to battles with epic bosses, from the importance of every equipment grade to the significance of every location.
Progressive Chronicles — your journey through history.
Limits:
1 client per person
Rates:
Epic drop chance: x1
Quest drop chance: x1
Raid drop chance: x2
Adena (dynamic): x3~ (x1 for high-level)
EXP\SP: x2-x3
Drop chance: x2-x3
Spoil chance: x2-x3
Quests A-grade: x1-x3
Quests S-grade: x1-x2
Welcome to Elmorelab.com!
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.