097 Distro SpawnSystem

Get Help on scripting in POL with configurations, config setups, script trouble shooting, etc.
Post Reply
Damien
Adept Poster
Posts: 82
Joined: Sat Apr 15, 2006 11:50 am

097 Distro SpawnSystem

Post by Damien »

Greetings.

I got two question regarding the 097 Distro Spawn-system :D I am currently working on setting up new spawns all around the world, but how does the coordinate-system work? setup-britannia.cfg says:

Code: Select all

#######################################################
#
# Region <Region Name>
# {
#    Coords        X1 Y1 X2 Y2
#    SpawnWait    <number of seconds>
#    Group        <Group Name> <Max Amount>
# }
#
########################################################
So that means the coordinates should be set like this or am I all wrong?

Image

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
}
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 :D

Thanks! :D
Damien
Adept Poster
Posts: 82
Joined: Sat Apr 15, 2006 11:50 am

Re: 097 Distro SpawnSystem

Post by Damien »

I'll answer those questions myself for anyone who might need the information. :D

1. Yes. That is how the spawn-system works.
2. No. You can't have several Coordinates entries in one Region element :(
Post Reply