1234567891011121314151617181920212223 |
- //===== 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
|