097 Distro SpawnSystem
Posted: Tue Oct 05, 2010 5:16 am
Greetings.
I got two question regarding the 097 Distro Spawn-system
I am currently working on setting up new spawns all around the world, but how does the coordinate-system work? setup-britannia.cfg says:
So that means the coordinates should be set like this or am I all wrong?

Also it seems like you can put more Group entries in the Region element like this:
But does it work to put more Coordinates entries? If not, such thing would be extremely useful if it got implented. Then You would have to create alot of extra Region elements for the basic world-spawn
Thanks!
I got two question regarding the 097 Distro Spawn-system
Code: Select all
#######################################################
#
# Region <Region Name>
# {
# Coords X1 Y1 X2 Y2
# SpawnWait <number of seconds>
# Group <Group Name> <Max Amount>
# }
#
########################################################
Also it seems like you can put more Group entries in the Region element like this:
Code: Select all
Region Britannia-Yew-Forest-NorthEast
{
Coordinates 748 644 1107 983
SpawnWait 1200 // 1 hour
Group ForestAnimals_1 150
Group ForestAnimals_2 45
}
Thanks!