Page 1 of 1

[Solved]Safe Zone Don't Work

Posted: Thu Oct 17, 2013 1:44 pm
by HappyLDE
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5937: Built from source code
L2JDP Revision 9981:

Hi i want to add safe zon at parnassus but it doesn't work. Here is what i did :
I opened game/data/zone.xml

And inside i added this :

Code: Select all

<!-- new chars start zone -->    <zone name="Start Zone" id="9999999" type="TownZone" shape="Cylinder" minZ="-2657" maxZ="-800" rad="2000">        <node X="149369" Y="173314" />    </zone>
But its still not safe zone. What to do? Thanks!

Re: Safe Zone Don't Work

Posted: Thu Oct 17, 2013 2:04 pm
by lion
PeaceZone

Re: Safe Zone Don't Work

Posted: Thu Oct 17, 2013 5:48 pm
by HappyLDE
I was this word away from success! :twisted:

Thanks!

Re: Safe Zone Don't Work

Posted: Fri Oct 18, 2013 1:09 pm
by HappyLDE
I can't add respawn point if we die in that zone?

Code: Select all

<zone name="Start Zone" type="PeaceZone" shape="Cylinder" minZ="-2657" maxZ="-800" rad="2000">        <node X="149369" Y="173314" />        <spawn X="148879" Y="173138" Z="-919" />        <spawn X="149898" Y="173138" Z="-919" />    </zone>
The Start Zone is at parnassus i made it peace with the code above but if you die there by mobs i get respawned at Hine town. :)

Re: [Solved]Safe Zone Don't Work (but respawn??)

Posted: Fri Oct 18, 2013 2:09 pm
by UnAfraid
That's handled in another place.
Check mapregions folder in data.