how to change zones?
Posted: Sun Jan 09, 2011 3:18 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4473
L2JDP Revision Number:7738
I search before i make this post i found a few solutions with that but they didnt help me.
Iwant to change elven fortess into a arena zone. i go to gameserver/data/zones and i import my custom code into the pvp_zones.xml here is my code.
also i insert into the zone_vertices the location cause the gameserver report me that its missing so i decide to insert the locations and here is my sql.
but its not changed to pvp zone and the report in gs still exist.Can you help me to solve this problem or can someone help me to make it pvpzone.
Thanks in advance.
» Find Revision
L2J Revision Number:4473
L2JDP Revision Number:7738
I search before i make this post i found a few solutions with that but they didnt help me.
Iwant to change elven fortess into a arena zone. i go to gameserver/data/zones and i import my custom code into the pvp_zones.xml here is my code.
Code: Select all
<zone name="elven_fort_pvp" type="ArenaZone" shape="Cuboid" minZ="-3457" maxZ="-3685"> <!-- [20_20] --> <node X="5469" Y="67401" /> <node X="31483" Y="90433" /> <node X="30446" Y="68250" /> <node X="6835" Y="91704" /> </zone>
Code: Select all
300731 0 5469 67401300731 1 31483 90433300731 2 30446 68250300731 3 6835 91704
Thanks in advance.