
* Moved mapflags from conf/mapflag/ to npc/mapflag/. * Split some files into npc/pre-re/mapflag/ and npc/re/mapflag/. * Moved all Renewal maps into the /re/ directory. * Applied Hall of Abyss mapflag changes in the /re/ directory. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17347 54d463be-8e91-2dee-dedb-b68131a5f0ec
21 lines
773 B
Plaintext
21 lines
773 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Ignore parties.
|
|
//===== By: ==================================================
|
|
//= rAthena Dev Team
|
|
//===== Current Version: =====================================
|
|
//= 1.2
|
|
//===== Compatible With: =====================================
|
|
//= rAthena SVN
|
|
//===== Description: =========================================
|
|
//= Ignores party alliances on PvP-enabled maps.
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Initial script.
|
|
//============================================================
|
|
|
|
// GvG Arenas =================
|
|
guild_vs1 mapflag pvp_noparty
|
|
guild_vs2 mapflag pvp_noparty
|
|
guild_vs3 mapflag pvp_noparty
|
|
guild_vs4 mapflag pvp_noparty
|
|
guild_vs5 mapflag pvp_noparty
|