Party Mapflag

kyeme

High Council
Messages
500
Points
0
Github
kyeme
Emulator
Hi!  I saw this in aegis files:

ADD_PROPERTY(PREVENT_PARTY_MAKE,TRUE); ADD_PROPERTY(PREVENT_PARTY_JOIN,TRUE); ADD_PROPERTY(PREVENT_PARTY_LEAVE,TRUE); ADD_PROPERTY(PREVENT_PARTY_EXPEL,TRUE);
Do we have commands like this right now? If none, do you have any plans on implementing it?

~kyeme 
default_smile.png


 
Last edited by a moderator:
I think its the same as partylock mapflag
 

Code:
PartylockDescription: Disables Party modificationsFile: npc/mapflag/partylock.txtParameter: <none>usage: <map> mapflag partylock
 
I think its the same as partylock mapflag

PartylockDescription: Disables Party modificationsFile: npc/mapflag/partylock.txtParameter: <none>usage: <map> mapflag partylock
There's a difference in using partylock and the commands from Aegis. Because partylock is a combination of PREVENT_PARTY_MAKE, PREVENT_PARTY_JOIN, PREVENT_PARTY_LEAVE, PREVENT_PARTY_EXPEL

default_smile.png


 
Back
Top