Double fist above head

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
laikeriz
Posts: 48
Joined: Sun Feb 01, 2009 8:35 pm

Double fist above head

Post by laikeriz »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3549:
L2JDP Revision 6606:
When player connects I would like everyone to see double fists above his head. I send this packet to all online players:

Code: Select all

Broadcast.toAllOnlinePlayers(new RelationChanged(activeChar, RelationChanged.RELATION_MUTUAL_WAR, true));
But it doesn't work. What i made wrong?
laikeriz
Posts: 48
Joined: Sun Feb 01, 2009 8:35 pm

Re: Double fist above head

Post by laikeriz »

I managed to make so players only could see fists above their heads. They can't see them above other players head. Maby It's client issue?
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Double fist above head

Post by JIV »

its erased when server send another relation... check L2Pcinstance.getRelation(L2PcInstance target) and modify it there
Post Reply