Jump to content
  • 0

Question

Posted

Hello guys i was making a peace zone in Eva Garden Hidden Room 2 but i get litle piece zone only in that 4 location as is it in picture.

 

98666247.jpg

 

Ok i was doing like that

 

with /loc

 

got those locations.

 

sdfdv.jpg

 

and i make a custom in zone.xml

 

   <zone id="120000" type="Town" shape="Cuboid" minZ="-10400" maxZ="-10300">
      <stat name="name" val="My Cool Town" /> 
      <stat name="townId" val="33" /> 
      <stat name="spawnX" val="19495" /> 
      <stat name="spawnY" val="254006" /> 
      <stat name="spawnZ" val="-2026" /> 
   </zone>

 

and in Zone_Vertices.sql i did

 

ID        Order           X             Y
120000	0	90192	247200
120000	1	87331	247214
120000	2	90192	244336
120000	3	87312	244320

 

And i still get General Zone in that area but not everywhere only in 1, 2, 3 Area as showing in first picture, 4 area is Peace zone. Please Help!

2 answers to this question

Recommended Posts

  • 0
Posted

- A cuboid only needs 2 vertices (1 && 4 or 3 && 2).

- The fact you create a zone doesn't mean existing zone is overidden. In fact they add on each other. So if you're in a peace zone and you aren't supposed to be, it means another zone is existing.

- L2J got good admin commands to see such stuff ; as you use sql for vertices, you use old chronicle, but you should add them if you haven't those commands (AdminZone handler).

  • 0
Posted

- A cuboid only needs 2 vertices (1 && 4 or 3 && 2).

- The fact you create a zone doesn't mean existing zone is overidden. In fact they add on each other. So if you're in a peace zone and you aren't supposed to be, it means another zone is existing.

- L2J got good admin commands to see such stuff ; as you use sql for vertices, you use old chronicle, but you should add them if you haven't those commands (AdminZone handler).

 

Fixed Thank you!.

Guest
This topic is now closed to further replies.


×
×
  • Create New...