Jump to content
  • 0

Change Namecolor On Enter Zone.


Question

Posted (edited)

How to change name color on enter zone ?

 

I tried this, but it works only onExit zone.

 

final L2PcInstance activeChar = (L2PcInstance) character;
activeChar.getAppearance().setTitleColor(Config.CHAOTIC_ENTER_COLOR);

 

EDIT: Please move it to "Server Dev Help" section. Sorry for the wrong place.

Edited by raF

3 answers to this question

Recommended Posts

  • 0
Posted (edited)

As you said. Put in onEnter(), BUT you miss the broadcast.

activeChar.getAppearance().setTitleColor(Config.CHAOTIC_ENTER_COLOR);
activeChar.broadcastTitleInfo();
Edited by SweeTs

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...