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
HappyLDE
Posts: 123 Joined: Tue Sep 10, 2013 6:22 pm
Location: Belgium
Contact:
Post
by HappyLDE » Thu Oct 24, 2013 6:45 pm
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
Thank you for making L2JServer happen!
"
If you believe you will fail or succeed, in both ways you are right. " - Henry Ford
UnAfraid
L2j Veteran
Posts: 4199 Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:
Post
by UnAfraid » Thu Oct 24, 2013 7:18 pm
type="PeaceZone"
Make it ArenaZone if u need pvp zone
JMD
Advanced User
Posts: 1440 Joined: Wed Apr 15, 2009 10:07 am
Post
by JMD » Thu Oct 24, 2013 7:54 pm
Its in custom_boss.xml file inside the zones folder.
HappyLDE
Posts: 123 Joined: Tue Sep 10, 2013 6:22 pm
Location: Belgium
Contact:
Post
by HappyLDE » Fri Oct 25, 2013 8:48 am
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!
"
If you believe you will fail or succeed, in both ways you are right. " - Henry Ford
UnAfraid
L2j Veteran
Posts: 4199 Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:
Post
by UnAfraid » Fri Oct 25, 2013 8:50 am
Use this zone just change it to ArenaZone type