(portal (country 2) (from 0 7102 9954 7107 9960) (to 4 35560 34516 29717))
In this case:You need 2 points (coordinates) to define a spawn rectangle.
Go to the south/west corner of the (virtual) rectangle type /coordinates and write them down, now do thes ame with the north/east corner and write the coordinates down.
Lets say s/w = (257925 276013 16966) and n/e = (258648 276331 16811)
Now how to get (rect x y x2 y2) out of this coordinates?
Easy, take the first number of s/w coord. and divide it by 32 = x
Second number of s/w divided by 32 = y
First number of n/e divided by 32 = x2
Second number of n/e divided by 32 = y2
So the coordinates for the spawn rectangle would be:
(rect 8060 8625 8082 8635)
Easy :
(Country 2) = Country code -_-Code:(portal (country 2) (from 0 7102 9954 7107 9960) (to 4 35560 34516 29717))
(from 0 7102 9954 7107 9960) = Start Square, (from [map] [NW:X/32] [NW:Y/32] [SE:X/32] [SE:Y/32]) its the same as spawning mobs Look further down the post if you dont understand it
(to 4 35560 34516 29717)) = The coardinates to telleport to
In this case:
(from 0 8060 8625 8082 8635)