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!