[Solved]Safe Zone Don't Work

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
HappyLDE
Posts: 123
Joined: Tue Sep 10, 2013 6:22 pm
Location: Belgium
Contact:

[Solved]Safe Zone Don't Work

Post 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!
Last edited by HappyLDE on Mon Oct 21, 2013 9:37 am, edited 2 times in total.
Thank you for making L2JServer happen! :D
"If you believe you will fail or succeed, in both ways you are right." - Henry Ford
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: Safe Zone Don't Work

Post by lion »

PeaceZone
User avatar
HappyLDE
Posts: 123
Joined: Tue Sep 10, 2013 6:22 pm
Location: Belgium
Contact:

Re: Safe Zone Don't Work

Post by HappyLDE »

I was this word away from success! :twisted:

Thanks!
Thank you for making L2JServer happen! :D
"If you believe you will fail or succeed, in both ways you are right." - Henry Ford
User avatar
HappyLDE
Posts: 123
Joined: Tue Sep 10, 2013 6:22 pm
Location: Belgium
Contact:

Re: Safe Zone Don't Work

Post 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. :)
Last edited by HappyLDE on Fri Oct 18, 2013 2:22 pm, edited 1 time in total.
Thank you for making L2JServer happen! :D
"If you believe you will fail or succeed, in both ways you are right." - Henry Ford
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

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

Post by UnAfraid »

That's handled in another place.
Check mapregions folder in data.
Image
Post Reply