Freya Zone xml

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:

Freya Zone xml

Post by HappyLDE »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5937:
L2JDP Revision 9981:

Hi, in what xml file is this Freya zone?
Image

I added it to zones/peace.xml like so:

Code: Select all

<!-- solo pvp zone -->    <zone name="solo_pvp_zone" type="PeaceZone" shape="Cylinder" minZ="-11000" maxZ="-10800" rad="3000">        <node X="114725" Y="-114795" />    </zone>
But no effect :s

I can't find it in mapregions either :|
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: Freya Zone xml

Post by UnAfraid »

type="PeaceZone"
Make it ArenaZone if u need pvp zone
Image
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

Re: Freya Zone xml

Post by JMD »

Its in custom_boss.xml file inside the zones folder.
User avatar
HappyLDE
Posts: 123
Joined: Tue Sep 10, 2013 6:22 pm
Location: Belgium
Contact:

Re: Freya Zone xml

Post by HappyLDE »

UnAfraid wrote:type="PeaceZone"
Make it ArenaZone if u need pvp zone
Yes. But no difference. Seems like the zone is not taken into account :/
JMD wrote:Its in custom_boss.xml file inside the zones folder.
Thanks, i went to custom_boss.xml file and commented the Freya Zone part.

Like so (zones/custom_boss.xml):

Code: Select all

<!--    <zone id="12015" name="Freya Boss" type="BossZone" shape="NPoly" minZ="-4000" maxZ="-500">        <stat name="oustX" val="115844" />        <stat name="oustY" val="-125602" />        <stat name="oustZ" val="-3352" />        <node X="101744" Y="-130016" />        <node X="111376" Y="-130096" />        <node X="114416" Y="-126128" />        <node X="115246" Y="-125857" />        <node X="115209" Y="-125669" />        <node X="113920" Y="-125669" />        <node X="102400" Y="-121920" />        <node X="99456" Y="-126208" />    </zone>    -->
But no effect. Plus it's not the same minZ/maxZ so there should be no conflict. :?

What to do?
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: Freya Zone xml

Post by UnAfraid »

Use this zone just change it to ArenaZone type
Image
Post Reply