12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- #Length of siege before the count down (in minutes)
- SiegeLength=60
- #Count down length, best to use a multiple of 5 (in minutes)
- CountDownLength=10
- #Max no. flags per clan
- MaxFlags=1
- #Minimum level to register
- SiegeClanMinLevel=4
- #Max no. of clans that can register on each side
- AttackerMaxClans=500
- DefenderMaxClans=500
- #Respawn times in ms
- DefenderRespawn=20000
- AttackerRespawn=0
- #Respawn time penalty for loosing each Control tower
- CTLossPenalty=20000
- # Fortress Commander spawns
- #
- # Commander syntax: NameCommanderN=x,y,z,heading,npc_id
- # Name - fortress name
- # N - number
- # x,y,z - coords
- # heading
- # npc_id - id of template
- # Flag syntax: NameCommanderN=x,y,z,flag_id
- # Name - fortress name
- # N - number
- # x,y,z - coords
- # flag_id - id of comabt flag
- #-------------------------------------------------------------
- # DragonSpine
- #-------------------------------------------------------------
- DragonspineCommander1=9472,94992,-3392,0,36143
- DragonspineCommander2=13184,94928,-3144,0,36144
- DragonspineCommander3=11537,95056,-2496,16384,36153
- DragonspineFlag1=11459,95308,-3264,9819
- DragonspineFlag2=11527,95301,-3264,9819
- DragonspineFlag3=11623,95311,-3264,9819
|