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?
Colour of a name in PvP
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- JIV
- L2j Veteran
- Posts: 1882
- Joined: Sun Jan 06, 2008 8:17 pm
- Location: Slovakia
- Contact:
Re: Colour of a name in PvP
client side.
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Colour of a name in PvP
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 30
- Joined: Sun Feb 26, 2006 2:42 pm
Re: Colour of a name in PvP
Hmm... And I can forbid to change colour of a name in mode PvP, on the server party?
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Colour of a name in PvP
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 30
- Joined: Sun Feb 26, 2006 2:42 pm
Re: Colour of a name in PvP
janiii wrote:check UserInfo class forCode: Select all
writeD(_activeChar.getPvpFlag()); // 0-non-pvp 1-pvp = violett name
Thanks, it work!
