From c9d4051012392245ec08e1ee25395bd22555e638 Mon Sep 17 00:00:00 2001 From: skotlex Date: Tue, 14 Nov 2006 14:21:47 +0000 Subject: - Characters with Karma may fight amongst them anywhere. - Added mapflags partylock and guildlock, which lock the state of the parties/guilds on said maps. partylock blocks user party requests to create/invite/leave/kick, while guildlock blocks user guild requests to create/invite/leave/expel/make alliance/make opposition/delete alliance/delete opposition/break git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9216 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 1f31c6303..3f0a3c475 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -5652,6 +5652,10 @@ int atcommand_mapinfo( strcat(atcmd_output, "NoMobLoot | "); if (map[m_id].flag.nomvploot) strcat(atcmd_output, "NoMVPLoot | "); + if (map[m_id].flag.partylock) + strcat(atcmd_output, "PartyLock | "); + if (map[m_id].flag.guildlock) + strcat(atcmd_output, "GuildLock | "); clif_displaymessage(fd, atcmd_output); -- cgit v1.2.3-60-g2f50