Jump to content

Recommended Posts

  • 2 months later...
Posted

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.

  • 11 months later...
Posted

  if (activeChar.getPkKills()>= 100)
  {
  activeChar.getAppearance().setTitleColor(99FFFF);
  }

 

Will that change the title color if the guy has 100+ pk's too?

  • 3 months later...
Posted

 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?

  • 6 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock