
Edited a handful separately, as appropriate. Signed-off-by: Euphy <euphy.raliel@rathena.org>
21 lines
777 B
Plaintext
21 lines
777 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Ignore parties.
|
|
//===== By: ==================================================
|
|
//= rAthena Dev Team
|
|
//===== Current Version: =====================================
|
|
//= 1.2
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== 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
|