Jump to content
  • 0

interlude Need Some Help


Stev0

Question

Hello guys i need some help :
i would like to make this place a pvp zone:

iqcj3AE.png



i would like to make it when some1 dies there and press "To Village" to respawn there again in different spots each time.
(its a big place and a closed area so there is no escape routes so i guess its a good pvp zone)


ALSO   

i'd like to make when some1 dies in my farm zone and press "To village" to spawn in my main town which is Giran and not to the closest town.

if some1 can help i would appreciate it :)
Thanks for your time.
I use l2j frozen interlude

 

Edited by Stev0
Link to comment
Share on other sites

Recommended Posts

  • 0

isnt it possible to do it without java codes??
i have the zone.xml

 

<!-- Boss zone Frintezza -->
  <zone id='12016' type='Town' shape='Cuboid' minZ='-6130' maxZ='-3000'>
  		<stat name='name' val='pvp zone'/>
		<stat name='townId' val='19'/>
		<stat name='taxById' val='8'/>
		<stat name='noPeace' val='true'/>
		<spawn X='10918' Y='-24641' Z='-3645'/>
		<spawn X='9730' Y='-22180' Z='-3698'/>
		<spawn X='8038' Y='-22936' Z='-3719'/>

  </zone>

isnt it possible to edit it here???

Link to comment
Share on other sites

  • 0


<!-- Boss zone Frintezza -->

<zone id='12016' type='FlagZone' shape='Cuboid' minZ='-6130' maxZ='-3000' bossId='29047'>

<stat name='name' val='Last Imperial Tomb'/>

<stat name='Flying' val='false'/>

<stat name='InvadeTime' val='1800000'/>

</zone>

Link to comment
Share on other sites

  • 0
<!-- Boss zone Frintezza -->
  <zone id='12016' type='FlagZone' shape='Cuboid' minZ='-6130' maxZ='-3000' bossId='29047'>
    <stat name='name' val='Last Imperial Tomb'/>
    <stat name='Flying' val='false'/>
    <stat name='InvadeTime' val='1800000'/>
  </zone>

how is this going to help me i dont understand :S (im kinda noob)

Link to comment
Share on other sites

  • 0

intresting for a pvp server,i could help u if i had the correct experience..lets hope someone will help you.

i dont have any experience with java,eclipse

i think is possible to do it in zone.xml

 

try and explain me what i should do maybe i can make it work :)

Link to comment
Share on other sites

  • 0

It is possible to do it without java just with adding the spawn point but its highly recommended to code your own pvp zone with your own conditions.

Link to comment
Share on other sites

  • 0

It is possible to do it without java just with adding the spawn point but its highly recommended to code your own pvp zone with your own conditions.

i tried to do it but for some reason still it spawns me in goddard

i tried it in a different place like in dion i copied some codes from primeval isle added em in dion's code and "vuala" works but when i do it i fritezza for some reason its not working :S

Link to comment
Share on other sites

  • 0

i tried to do it but for some reason still it spawns me in goddard

i tried it in a different place like in dion i copied some codes from primeval isle added em in dion's code and "vuala" works but when i do it i fritezza for some reason its not working :S

 

Maybe frozen have something there that overwrites it.

Edited by Intrepid
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...