blob: 736ce621583c4da2ae5109f2811d0a4d5b8153e6 (
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
|