Page 1 of 1
Freya Zone xml
Posted: Thu Oct 24, 2013 6:45 pm
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?
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

Re: Freya Zone xml
Posted: Thu Oct 24, 2013 7:18 pm
by UnAfraid
type="PeaceZone"
Make it ArenaZone if u need pvp zone
Re: Freya Zone xml
Posted: Thu Oct 24, 2013 7:54 pm
by JMD
Its in custom_boss.xml file inside the zones folder.
Re: Freya Zone xml
Posted: Fri Oct 25, 2013 8:48 am
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?
Re: Freya Zone xml
Posted: Fri Oct 25, 2013 8:50 am
by UnAfraid
Use this zone just change it to ArenaZone type