[question]Auto party system.

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
KuchikiKouga
Posts: 5
Joined: Thu Mar 11, 2010 1:12 am

[question]Auto party system.

Post by KuchikiKouga »

Im trying to make an extension on the party system that exists in the server. Each party can be default party or open party.

An open party , is a party that a leader has created, in which , random players can join without any need of an invitation.

If a leader has an Open party:

1)Select the leaders name ( it will be orange ).
2)Send the auto join command.

The system should put that player in the party automatically without any confirmation needed. My question is the following.

If i create a party object, and reference it to the L2PcInstance player that is creating that open party, without providing a target, will i have any dangerous problems with synchronization ? The addPartyMember function is already threadsafe in L2Party class, im just not experienced enough to visualize if any problem can occur from that implementation.

Thanks.
Post Reply