Page 1 of 1

ArenaZone !!

Posted: Thu Oct 21, 2010 11:26 am
by repxl
Image
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 :P

Re: ArenaZone !!

Posted: Thu Oct 21, 2010 12:13 pm
by ZaKaX
repxl wrote:[img]<!-- Town Peace Zones --> i changed too the town to ArenaZone
Weird, it should work just fine since you've changed this. :D

Show us your XML...

Re: ArenaZone !!

Posted: Thu Oct 21, 2010 12:14 pm
by _DS_
You need to change only peace zones, not town zones. For example, HB is one big town zone (but not peace).

Re: ArenaZone !!

Posted: Thu Oct 21, 2010 5:07 pm
by repxl
_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?

Re: ArenaZone !!

Posted: Thu Oct 21, 2010 7:10 pm
by kain13
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 :)