Arena Help !
Ok never had a problem figuring seose out for myself untill now.
i don't understand
" [map12]
{
X1 = 9
Y1 = 8
X2 = 27
Y2 = 26"
I understand the queue and spawn under it though, and have filled that in accordingly.
But i don't understand the first 4 x/y's
Anyone care to explain what these mean ?
16 years, 33 weeks ago
|
|
|
Re: Arena Help !
i think they are basicly what tiles your must be standing on to get warped into the arena.
16 years, 33 weeks ago
|
Apollo
Administrator
Joined: 14th Apr 2009
Posts: 2760
Re: Arena Help !
frolacosta posted: (6th Nov 2009 07:14 pm)
i think they are basicly what tiles your must be standing on to get warped into the arena.
Just curious did you even read his post? The 2 sets of coordinates set the range of the arena. Basically when making your arena you need to have an idea of the area of the map that will be the actual arena area. From there you want the top corner of the arena (lowest x and y values) for the X1 and
Y1 coordinates, and the bottom corner of the arena (highest x and y values) for X2 and Y2. This will define all tiles that are within this area to be a part of the arena and players will be able to combat within that specific map area. Here is a diagram:
X1,Y2---------X1,Y1
| |
| Arena |
| |
X2,Y2---------X2,Y1
Hope that helps.
16 years, 33 weeks ago
| |