Page 1 of 1

Double fist above head

Posted: Tue Oct 06, 2009 11:59 am
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?

Re: Double fist above head

Posted: Wed Oct 07, 2009 5:03 pm
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?

Re: Double fist above head

Posted: Wed Oct 07, 2009 8:09 pm
by JIV
its erased when server send another relation... check L2Pcinstance.getRelation(L2PcInstance target) and modify it there