Jump to content
  • 0

PvP Zone


Question

3 answers to this question

Recommended Posts

  • 0
Posted

u need remove the boss area in zone.xml

 

<!-- Boss zone Lair of Antharas -->

  <zone id='12006' type='BossZone' shape='Cuboid' minZ='-8220' maxZ='-4870' bossId='29019'>

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

    <stat name='Flying' val='false'/>

    <stat name='InvadeTime' val='600000'/>

  </zone> Delete it!

 

and

create this

 

<zone id='999' type='Town' shape='Cuboid' minZ='-8220' maxZ='-4870'>

<stat name='name' val='PvP Area'/>

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

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

<stat name='noPeace' val='true'/>

<spawn X='10468' Y='-24569' Z='-3645'/>

<spawn X='10928' Y='-24641' Z='-3643'/>

<spawn X='8480' Y='-23706' Z='-3727'/>

<spawn X='9692' Y='-22160' Z='-3721'/>

</zone>

 

and create the zones in zone_vertices.sql and restart server.

 

 

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
Answer this question...

×   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...