Page 1 of 2

How to change a town into pvp zone?

Posted: Sun Oct 31, 2010 1:43 pm
by blackhaos
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:latest
L2JDP Revision Number:latest
hello ppl can someone explain me how to change a town into pvp zone? i try a few methods but they arent working
for example i want to change hunters village from town to pvp zone (so you ll be able to pk/pvp)
i use search before i make that topic but i didnt find anything cause maybe my english arent good
sorry for my english
thanks for your help.

Re: How to change a town into pvp zone?

Posted: Sun Oct 31, 2010 1:58 pm
by LasTravel
data/zones/zones.xml

<zone id="11030" type="ArenaZone" shape="NPoly" minZ="-2800" maxZ="-1500"> <!-- Hunter Village -->

PS: pvp zone (arena) don't give pvp's/pk, so you want a normal zone?

Re: How to change a town into pvp zone?

Posted: Sun Oct 31, 2010 2:10 pm
by blackhaos
yeap i want to give pvp and pk :)

Re: How to change a town into pvp zone?

Posted: Sun Oct 31, 2010 9:07 pm
by blackhaos
if i change it like that ?
<zone id="11030" type="Dungeon" shape="NPoly" minZ="-2800" maxZ="-1500"> <!-- Hunter Village -->
I didnt test it but if it works and i kill someone there it ll give me pvp/pk?
sorry for my english

Re: How to change a town into pvp zone?

Posted: Mon Nov 01, 2010 2:50 am
by MELERIX
type="Dungeon" ? :?

Re: How to change a town into pvp zone?

Posted: Mon Nov 01, 2010 12:14 pm
by blackhaos
idk i just ask also someone told to make it like that type= pvpstore

Re: How to change a town into pvp zone?

Posted: Mon Nov 01, 2010 12:28 pm
by janiii
why not just delete or comment out that zone? like if the zone is without any zone restriction.

Re: How to change a town into pvp zone?

Posted: Mon Nov 01, 2010 4:34 pm
by blackhaos
thanks janii i just comment it out and it works thanks

Re: How to change a town into pvp zone?

Posted: Wed Nov 03, 2010 5:59 pm
by crazyshock
@janiii ;
Change Type=" " ( correct )?
for city in pvp ?

Re: How to change a town into pvp zone?

Posted: Wed Nov 03, 2010 9:47 pm
by LasTravel
crazyshock wrote:@janiii ;
Change Type=" " ( correct )?
for city in pvp ?
Read the whole topic, already answered

Re: How to change a town into pvp zone?

Posted: Thu Nov 04, 2010 1:12 am
by blackhaos
crazyshock wrote:@janiii ;
Change Type=" " ( correct )?
for city in pvp ?
just remove the type

<zone id="11030" shape="NPoly" minZ="-2800" maxZ="-1500"> <!-- Hunter Village -->

Re: How to change a town into pvp zone?

Posted: Thu Nov 04, 2010 1:54 pm
by Over12
In testing.. :P

Re: How to change a town into pvp zone?

Posted: Sun Nov 07, 2010 5:00 pm
by crazyshock
did not work and was not picked pvp

Re: How to change a town into pvp zone?

Posted: Sun Nov 07, 2010 5:31 pm
by blackhaos
well just remove that line from your zone.xml
for example.

Code: Select all

<zone id="10852" type="PeaceZone" shape="NPoly" minZ="-3200" maxZ="2072" /> <!-- [22_13] schutt_peace1 -->

Re: How to change a town into pvp zone?

Posted: Sun Nov 07, 2010 6:50 pm
by crazyshock
blackhaos;
i need change Heine for Pvp .. where remove?