resource refreshing
Posted: Thu Jul 12, 2007 6:28 am
in what cfg file , or in which script i can specify in what time resource will refresh's
thnx
thnx
https://www.forums.polserver.com/
Code: Select all
Global
{
InitialUnits (long number of resource units world has to start)
[LandTile (int landtile ID)]...
[ObjType (int arttile ID)]...
}
Region (string regionname)
{
Range (x-west) (y-north) (x-east) (y-south)
UnitsPerArea (int resource units per tile)
SecondsPerRegrow (int seconds delay between regrows) *** This line
Capacity (int unit capacity for this region)
}
[Region...]
Code: Select all
Region The Whole World
{
UnitsPerArea 10
SecondsPerRegrow 30
Capacity 10000
Range 0 0 5119 4095
}