Colour of a name in PvP

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
INDIGO
Posts: 30
Joined: Sun Feb 26, 2006 2:42 pm

Colour of a name in PvP

Post by INDIGO »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3694:
L2JDP Revision 6774:

Hi.

Where in server source codes there is a function of change of colour of a name when the player is in mode PvP?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Colour of a name in PvP

Post by JIV »

client side.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Colour of a name in PvP

Post by janiii »

you can change only the title.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
INDIGO
Posts: 30
Joined: Sun Feb 26, 2006 2:42 pm

Re: Colour of a name in PvP

Post by INDIGO »

Hmm... And I can forbid to change colour of a name in mode PvP, on the server party?
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Colour of a name in PvP

Post by janiii »

check UserInfo class for

Code: Select all

writeD(_activeChar.getPvpFlag()); // 0-non-pvp  1-pvp = violett name
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
INDIGO
Posts: 30
Joined: Sun Feb 26, 2006 2:42 pm

Re: Colour of a name in PvP

Post by INDIGO »

janiii wrote:check UserInfo class for

Code: Select all

writeD(_activeChar.getPvpFlag()); // 0-non-pvp  1-pvp = violett name

Thanks, it work! :D
Post Reply