Jump to content

Question

Posted

Hello maxcheaters!

 

does anyone know how can i change a place from war zone to peace zone?

 

i want to make Plunderous Plains an EXP Zone so newbies can level up there and to be peacefull (no pvp)

15 answers to this question

Recommended Posts

  • 0
Posted

game/data/zones and look for your zone.xml and change "type" to "type='PeaceZone' or if your zone isn't in a .xml then go ingame take /loc and create your polygon.

Moving it to dev help.

  • 0
Posted

Can you please explain to me a little bit more? 

because i can't understand 

i don't have any town with type=peacezone i only have type=town 

and how can i make a circle to be peace zone? 

yes i know i can see with /loc ingame but i dont know how to make it fit in the zone.xml

  • 0
Posted

Then create a new zone and make it type town.

Take one already created and change the coords, not so difficult.

 

Cuboid Zones:
-------------

Require 2 nodes (vertices), in order to make a Square, for example:

O . . . .
.       .
.       .
.       .
. . . . O

O = Node (vertice)


NPoly Zones:
------------

Require 3 or more nodes (vertices), in order to make a Polygon or another geometrical model, for example:

    O
   / \
  /   \
 /     \
O - - - O

O = Node (vertice)


Cylinder Zones:
---------------

Require 1 node (vertice) and radius, in order to make a Cylinder.

          *  *  *
      *             *
    *                 *
  *                     *
 *                       *
*                         *
*                         *
*            O            *
*                         *
*                         *
 *                       *
  *                     *
    *                 *
      *             *
          *  *  *

O = Node (vertice)
* = Radius
  • 0
Posted


can you please explain me what i need to replace and what everything means?

 

 

<zone id='11034' type='Town' shape="NPoly" minZ="-3800" maxZ="-3400">

<stat name='name' val='Heine'/>

<stat name='townId' val='15'/>

<stat name='redirectTownId' val='16'/>

<stat name='taxById' val='6'/>

<spawn X='111381' Y='219064' Z='-3543'/>

<spawn X='112602' Y='219110' Z='-3569'/>

<spawn X='112588' Y='221228' Z='-3542'/>

<spawn X='109502' Y='221381' Z='-3484'/>

<spawn X='107105' Y='221202' Z='-3640'/>

<spawn X='107088' Y='218203' Z='-3674'/>

<spawn X='109798' Y='217194' Z='-3748'/>

<spawn X='110100' Y='219486' Z='-3505'/>

<spawn X='114554' Y='221408' Z='-3655'/>

<spawn X='115532' Y='219221' Z='-3662'/>

  • 0
Posted

So, get one zone and put your coords and your Z max and min, inside.

 

 <zone id='15000' type='PeaceZone' shape='NPoly' minZ='-4300' maxZ='-2300' />
</zone>
  • 0
Posted

for real?... what can I explain... just read and put your coords... /loc = X, Y, Z, put your X,Y inside coords and take your MAX Z and MIN Z and put it...

 

 <zone id='15000' name='PeaceCustom1' type='PeaceZone' shape='NPoly' minZ='-4300' maxZ='-2300' />
<node X="77170" Y="147420" />
<node X="77170" Y="147420" />
<node X="77170" Y="147420" />
<node X="77170" Y="147420" />
</zone>
  • 0
Posted

Wyatt, would you be so kind and tell me how to write the complete cylinder zone entry for zone.xml? I can't find one anywhere in the files to copy and replace with my coords.

One more question, is it possible to disable pvp worldwide via some config setting? I'm trying to achieve non open pvp environment on the entire server and so, is the only option to create a few huge peace zones?

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