This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in
Off-Topic Discussion.
repxl
Posts: 207 Joined: Wed May 20, 2009 8:29 pm
Post
by repxl » Thu Oct 21, 2010 11:26 am
this error
btw i changed the type to ArenaZone and in <!-- Town Peace Zones --> i changed too the town to ArenaZone
all working fine in game its like a arena giran but when i die and pres to village it dont port me i just die .
im miss someting ?
btw and this error is showing in console . idk what it mean,s maybe someone have skil in it and can give tips what is wrong
"Code is exactly like shit - you don't mind cleaning it when its yours, but when it isn't... fuck its annoying." - By the Almighty ZaKaX
ZaKaX
Posts: 357 Joined: Thu Nov 22, 2007 6:28 am
Location: Somewhere in Asia.
Post
by ZaKaX » Thu Oct 21, 2010 12:13 pm
repxl wrote: [img]<!-- Town Peace Zones --> i changed too the town to ArenaZone
Weird, it should work just fine since you've changed this.
Show us your XML...
Last edited by
ZaKaX on Thu Oct 21, 2010 12:14 pm, edited 1 time in total.
¿ Que dice los cojones de la nina ?
_DS_
L2j Veteran
Posts: 3437 Joined: Wed Apr 30, 2008 8:53 am
Location: Russia
Post
by _DS_ » Thu Oct 21, 2010 12:14 pm
You need to change only peace zones, not town zones. For example, HB is one big town zone (but not peace).
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
repxl
Posts: 207 Joined: Wed May 20, 2009 8:29 pm
Post
by repxl » Thu Oct 21, 2010 5:07 pm
_DS_ wrote: You need to change only peace zones, not town zones. For example, HB is one big town zone (but not peace).
so like this ?
Code: Select all
<!-- Town Peace Zones --><zone id="10820" type="ArenaZone" shape="NPoly" minZ="-3654" maxZ="-2654" /> <!-- [22_22] giran_town_peace1 --> <zone id="10821" type="ArenaZone" shape="NPoly" minZ="-3598" maxZ="-1598" /> <!-- [22_22] giran_town_peace2 --> <zone id="10822" type="ArenaZone" shape="NPoly" minZ="-3602" maxZ="-2402" /> <!-- [22_22] giran_town_peace3 --> <zone id="10823" type="ArenaZone" shape="NPoly" minZ="-3636" maxZ="-3036" /> <!-- [22_22] giran_town_peace4 --> <zone id="10824" type="ArenaZone" shape="NPoly" minZ="-3799" maxZ="-2399" /> <!-- [22_22] giran_town_peace5 --> <zone id="10825" type="ArenaZone" shape="NPoly" minZ="-3872" maxZ="-1872" /> <!-- [22_22] giran_town_peace6 --> <zone id="10826" type="ArenaZone" shape="NPoly" minZ="-3810" maxZ="-2110" /> <!-- [22_22] giran_town_peace7 --> <zone id="10827" type="ArenaZone" shape="NPoly" minZ="-3538" maxZ="-3338" /> <!-- [22_22] giran_town_peace8 --> <zone id="10828" type="ArenaZone" shape="NPoly" minZ="-3496" maxZ="-2996" /> <!-- [22_22] giran_town_peace9 --> <zone id="10829" type="ArenaZone" shape="NPoly" minZ="-3599" maxZ="-2999" /> <!-- [22_22] giran_town_peace10 --> <zone id="10830" type="ArenaZone" shape="NPoly" minZ="-3410" maxZ="-3210" /> <!-- [22_22] giran_town_peace11 --> <zone id="10831" type="ArenaZone" shape="NPoly" minZ="-3464" maxZ="-3264" /> <!-- [22_22] giran_town_peace12 -->
and here the town
Code: Select all
<!-- Town Zones --> <zone id="11020" type="TownZone" shape="NPoly" minZ="-3800" maxZ="-3300"> <!-- Giran Castle Town --> <stat name="townId" val="9" /> <stat name="taxById" val="3" /> <spawn X="82480" Y="149087" Z="-3350" /> </zone>
i had it like this
Code: Select all
<!-- Town Zones --> <zone id="11020" type="ArenaZone" shape="NPoly" minZ="-3800" maxZ="-3300"> <!-- Giran Castle Town --> <stat name="townId" val="9" /> <stat name="taxById" val="3" /> <spawn X="82480" Y="149087" Z="-3350" /> </zone>
NO more error in console but when i press to village it nothing do just dissmis the window but it no return me .
also rr and still no only //res from gm work .
dont know how fix that?
"Code is exactly like shit - you don't mind cleaning it when its yours, but when it isn't... fuck its annoying." - By the Almighty ZaKaX
kain13
Posts: 93 Joined: Tue Sep 22, 2009 3:14 pm
Location: UA
Post
by kain13 » Thu Oct 21, 2010 7:10 pm
I have this, and work fine.
Code: Select all
<!-- Town Peace Zones --><zone id="70831" type="ArenaZone" shape="NPoly" minZ="-3700" maxZ="-3320"> <!-- Arena in center of Giran --> <spawn X="83289" Y="149109" Z="-3404" /> </zone>
You must add
<spawn X="83289" Y="149109" Z="-3404" /> if you wont "to village"
i think