Howl3r Posted February 11, 2009 Posted February 11, 2009 Hello there i was search for it if have here but i dont find anything. Now Lets Start: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hmmm what town will take? Hunter Village.. now let take the code if you are using l2jfree i thing is on peace.xml but i will share it for l2j on zone.xml <zone id='11030' type='Town' shape='NPoly' minZ='-2800' maxZ='-1600'> <stat name='name' val='Hunter Village'/> <stat name='townId' val='11'/> <stat name='taxById' val='5'/> <stat name='spawnX' val='117163'/> <stat name='spawnY' val='76511'/> <stat name='spawnZ' val='-2712'/> </zone> Now will add this Line <stat name='isPeaceZone' val='false'/> And our Code will look like this <zone id='11030' type='Town' shape='NPoly' minZ='-2800' maxZ='-1600'> <stat name='name' val='Hunter Village'/> <stat name='townId' val='11'/> <stat name='isPeaceZone' val='false'/> <stat name='taxById' val='5'/> <stat name='spawnX' val='117163'/> <stat name='spawnY' val='76511'/> <stat name='spawnZ' val='-2712'/> </zone> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Lets say you how to make a default respawn Town is very Simple Go to your zone.xml and find your town to be Default respawn (When some1 die ex: in Forge of the God will spawn on That town) Lets Take the Giran Town <zone id='11020' type='Town' shape='NPoly' minZ='-3800' maxZ='-3300'> <stat name='name' val='Giran Castle Town'/> <stat name='townId' val='9'/> <stat name='redirectTownId' val='11'/> <stat name='taxById' val='3'/> <stat name='spawnX' val='81236'/> <stat name='spawnY' val='148638'/> <stat name='spawnZ' val='-3469'/> </zone> We take thoose Lines <stat name='spawnX' val='81236'/> <stat name='spawnY' val='148638'/> <stat name='spawnZ' val='-3469'/> and we add it to all other towns ex: <zone id='11031' type='Town' shape='NPoly' minZ='-2700' maxZ='-1900'> <stat name='name' val='Town of Aden'/> <stat name='townId' val='12'/> <stat name='redirectTownId' val='10'/> <stat name='taxById' val='5'/> (( <stat name='spawnX' val='81236'/> <stat name='spawnY' val='148638'/> <stat name='spawnZ' val='-3469'/> )) </zone> Thats is All sorry for my bad english. and Have Fun Credits to me. ;) and to one friend Quote
Madboy Posted February 11, 2009 Posted February 11, 2009 Can you give more explain? This a event like Infinityskills? 15 min pvp zone ,1 hour pace zone ? or? Quote
Howl3r Posted February 11, 2009 Author Posted February 11, 2009 This is not Event.... This is a Guide how to make a Town Zone to General Field. is not Event.. Quote
Kràtos Posted February 11, 2009 Posted February 11, 2009 Nice guide for newbie :) It would be better if we make it from java with config true or false and enable it for example the giran for 5 minuts pvp zone ! xD p.s: I'll try to make it ^.^ Quote
Howl3r Posted February 11, 2009 Author Posted February 11, 2009 Thanks Cobra. i am trying hard.. to make some good guides... ps: when i make compile ex a .buff .cancel for l2j and then i run the server in game nothing hapen Quote
Kwlotoumpas Posted May 26, 2009 Posted May 26, 2009 But how can i make a location like giran harbor a pvp zone? Quote
Komnis Posted February 23, 2012 Posted February 23, 2012 how can i make differend spawns when someone press to village? Quote
EdenEternal Posted July 21, 2012 Posted July 21, 2012 how to change Mithril coal mines respawn to giran castle? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.