How to change a town into pvp zone?

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
blackhaos
Posts: 49
Joined: Thu Feb 18, 2010 7:26 pm

How to change a town into pvp zone?

Post 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.
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: How to change a town into pvp zone?

Post 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?
blackhaos
Posts: 49
Joined: Thu Feb 18, 2010 7:26 pm

Re: How to change a town into pvp zone?

Post by blackhaos »

yeap i want to give pvp and pk :)
blackhaos
Posts: 49
Joined: Thu Feb 18, 2010 7:26 pm

Re: How to change a town into pvp zone?

Post 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
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: How to change a town into pvp zone?

Post by MELERIX »

type="Dungeon" ? :?
blackhaos
Posts: 49
Joined: Thu Feb 18, 2010 7:26 pm

Re: How to change a town into pvp zone?

Post by blackhaos »

idk i just ask also someone told to make it like that type= pvpstore
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: How to change a town into pvp zone?

Post by janiii »

why not just delete or comment out that zone? like if the zone is without any zone restriction.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
blackhaos
Posts: 49
Joined: Thu Feb 18, 2010 7:26 pm

Re: How to change a town into pvp zone?

Post by blackhaos »

thanks janii i just comment it out and it works thanks
crazyshock
Posts: 118
Joined: Thu Mar 26, 2009 9:53 pm

Re: How to change a town into pvp zone?

Post by crazyshock »

@janiii ;
Change Type=" " ( correct )?
for city in pvp ?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: How to change a town into pvp zone?

Post by LasTravel »

crazyshock wrote:@janiii ;
Change Type=" " ( correct )?
for city in pvp ?
Read the whole topic, already answered
blackhaos
Posts: 49
Joined: Thu Feb 18, 2010 7:26 pm

Re: How to change a town into pvp zone?

Post 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 -->
Over12
Posts: 10
Joined: Tue Aug 05, 2008 6:19 pm

Re: How to change a town into pvp zone?

Post by Over12 »

In testing.. :P
crazyshock
Posts: 118
Joined: Thu Mar 26, 2009 9:53 pm

Re: How to change a town into pvp zone?

Post by crazyshock »

did not work and was not picked pvp
blackhaos
Posts: 49
Joined: Thu Feb 18, 2010 7:26 pm

Re: How to change a town into pvp zone?

Post 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 -->
crazyshock
Posts: 118
Joined: Thu Mar 26, 2009 9:53 pm

Re: How to change a town into pvp zone?

Post by crazyshock »

blackhaos;
i need change Heine for Pvp .. where remove?
Post Reply