You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
958 B
Plaintext
24 lines
958 B
Plaintext
//===== rAthena Script =======================================
|
|
//= Mapflag: Guild versus Guild mode.
|
|
//===== By: ==================================================
|
|
//= rAthena Dev Team
|
|
//===== Current Version: =====================================
|
|
//= 1.0
|
|
//===== Compatible With: =====================================
|
|
//= rAthena Project
|
|
//===== Description: =========================================
|
|
//= Players can attack other guilds, and will have their guild
|
|
//= icons shown. WoE damage reductions will also take place.
|
|
//= gvg: Turns on GvG mode.
|
|
//= gvg_castle: Describes castle maps for WoE.
|
|
//= gvg_dungeon: Describes dungeon maps for WoE.
|
|
//===== Additional Comments: =================================
|
|
//= 1.0 Renewal split. [Euphy]
|
|
//============================================================
|
|
|
|
// Guild Dungeons =========
|
|
gld_dun01 mapflag gvg_dungeon
|
|
gld_dun02 mapflag gvg_dungeon
|
|
gld_dun03 mapflag gvg_dungeon
|
|
gld_dun04 mapflag gvg_dungeon
|