blob: b8d36122905d1f3c70be9cfa3ab284a1546b6489 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
//===== Hercules Script ======================================
//= Mapflag: Battleground map setting.
//===== By: ==================================================
//= Epoque
//===== Current Version: =====================================
//= 1.0a
//===== Description: =========================================
//= Defines a Battleground map.
//= Additional parameter '2' shows scoreboard.
//===== Additional Comments: =================================
//= 1.0 - Initial script.
//============================================================
bat_c01 mapflag battleground 2
bat_c02 mapflag battleground 2
bat_c03 mapflag battleground 2
bat_b01 mapflag battleground 2
bat_b02 mapflag battleground
bat_a01 mapflag battleground
bat_a02 mapflag battleground
|