nfs-396 Posted February 20, 2009 Posted February 20, 2009 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 Quote
TheEngo Posted July 17, 2009 Posted July 17, 2009 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'); Quote
Recommended Posts
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.