Jump to content

Recommended Posts

Posted

Hi again... I Searched the server and couldn't find smth like this topic so this is my idea for custom server :)

 

go to your server/data/zone

 

there you can find arena.xml

 

and edit or add arena like this :

 

<zone id="1" name="Gludin Arena" type="Arena">

<settings pvp="Arena" />

<restart_owner x="-86979" y="142402" z="-3643" />

<shape type="Poly" zMin="-3752" zMax="-3352">

<point x="-88411" y="141732" />

<point x="-87429" y="141733" />

<point x="-87429" y="142708" />

<point x="-88408" y="142708" />

</shape>

</zone>

 

this is retail arena in Glunin and you have just to change points on this area

 

<restart_owner x="-86979" y="142402" z="-3643" />

<shape type="Poly" zMin="-3752" zMax="-3352">

<point x="-88411" y="141732" />

<point x="-87429" y="141733" />

<point x="-87429" y="142708" />

<point x="-88408" y="142708" />

 

do not forget y - is length; x - is width; and z - is height.

change it to your custom and you can make arena in giran castle town warehouse for example :)

 

 

enjoy

 

Idea By ME

 

  • 4 months later...
Posted

Didn't worked.. I added a new zone into zone.xml and also i added a new row into mysql, but it still doesn't work, any ideas?

 

Zone.xml:

	<zone id='11014' type='Arena' shape='Cuboid' minZ='-10300' maxZ='-10400'>
	<stat name='name' val='Event Arena'/>
	<stat name='spawnX' val='-16383'/>
	<stat name='spawnY' val='-52140'/>
	<stat name='spawnZ' val='-10602'/>
</zone>

 

Zone Database query:

INSERT INTO `zone` VALUES ('5', 'Arena', 'Event Arena', '-17397', '-54962', '-15383', '-52988', '-10448', '0', '0');
INSERT INTO `zone` VALUES ('5', 'Arena Spawn', 'Event Arena', '-16383', '-52140', '0', '0', '-10602', '0', '0');

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...