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');

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock