Jump to content
  • 0

[Help] PvP Zone Random Respawns.


Question

Posted

I need new zone, custom to be added but i'm not able to see how exacly this happend...

Would someone explain me.... all i read is this....

Cuboid Zones:
-------------

Require 2 nodes (vertices), in order to make a Square, for example:

O . . . .
.       .
.       .
.       .
. . . . O

O = Node (vertice)


NPoly Zones:
------------

Require 3 or more nodes (vertices), in order to make a Polygon or another geometrical model, for example:

    O
   / \
  /   \
/     \
O - - - O

O = Node (vertice)


Cylinder Zones:
---------------

Require 1 node (vertice) and radius, in order to make a Cylinder.

          *  *  *
      *             *
    *                 *
  *                     *
*                       *
*                         *
*                         *
*            O            *
*                         *
*                         *
*                       *
  *                     *
    *                 *
      *             *
          *  *  *

O = Node (vertice)
* = Radius

 

Doesn't help me alot...

 

 

So it needs to be with random respawn location's...

 

Also i use search but every guide i found have verticle_zone.sql... i don't have this... I'm using last rev of Freya...

 

Also there are no ID's in my zone's...

<!-- PVP Zones -->
    <zone name="dion_monster_pvp" type="ArenaZone" shape="NPoly" minZ="-3596" maxZ="0"> <!-- [20_23] -->
        <node X="11947" Y="183019" />
        <node X="12937" Y="183019" />
        <node X="12943" Y="184010" />
        <node X="11941" Y="184010" />
        <!-- TEMP FIX: Hardcoded until RespawnZones done -->
        <spawn X="11817" Y="182897" Z="-3560" />
        <spawn X="12438" Y="182887" Z="-3560" />
        <spawn X="13047" Y="182902" Z="-3560" />
        <spawn X="13061" Y="183518" Z="-3560" />
        <spawn X="13059" Y="184123" Z="-3560" />
        <spawn X="12430" Y="184133" Z="-3560" />
        <spawn X="11822" Y="184143" Z="-3560" />
        <spawn X="11803" Y="183473" Z="-3560" />
        <spawn X="12115" Y="182896" Z="-3560" />
        <spawn X="12740" Y="182901" Z="-3560" />
        <spawn X="13059" Y="183199" Z="-3560" />
        <spawn X="13049" Y="182796" Z="-3560" />
        <spawn X="12740" Y="184138" Z="-3560" />
        <spawn X="12172" Y="184133" Z="-3560" />
        <spawn X="11820" Y="183806" Z="-3560" />
        <spawn X="11811" Y="183209" Z="-3560" />
        <spawn X="11817" Y="182897" Z="-3560" isChaotic="true" />
        <spawn X="12438" Y="182887" Z="-3560" isChaotic="true" />
        <spawn X="13047" Y="182902" Z="-3560" isChaotic="true" />
        <spawn X="13061" Y="183518" Z="-3560" isChaotic="true" />
        <spawn X="13059" Y="184123" Z="-3560" isChaotic="true" />
        <spawn X="12430" Y="184133" Z="-3560" isChaotic="true" />
        <spawn X="11822" Y="184143" Z="-3560" isChaotic="true" />
        <spawn X="11803" Y="183473" Z="-3560" isChaotic="true" />
        <spawn X="12115" Y="182896" Z="-3560" isChaotic="true" />
        <spawn X="12740" Y="182901" Z="-3560" isChaotic="true" />
        <spawn X="13059" Y="183199" Z="-3560" isChaotic="true" />
        <spawn X="13049" Y="182796" Z="-3560" isChaotic="true" />
        <spawn X="12740" Y="184138" Z="-3560" isChaotic="true" />
        <spawn X="12172" Y="184133" Z="-3560" isChaotic="true" />
        <spawn X="11820" Y="183806" Z="-3560" isChaotic="true" />
        <spawn X="11811" Y="183209" Z="-3560" isChaotic="true" />
    </zone>

 

 

Also i tryed

Example: i want to do on primavel island the zone with more spawns at death.

I do like this:

 

       

 

<zone type="ArenaZone" shape="NPoly" minZ="-4290" maxZ="-1290"> <!-- [20_17] primeval_peace1 -->
	<node X="10408" Y="-27395" />
	<node X="12065" Y="-25334" />
	<node X="12223" Y="-23159" />
	<node X="10424" Y="-22340" />
	<node X="9566" Y="-23131" />
	<node X="9290" Y="-24261" />
	<spawn X="9579" Y="-23342" Z="-3710" />
	<spawn X="7053" Y="-23581" Z="-3704" />
	<spawn X="9721" Y="-22087" Z="-3688" />
	<spawn X="10472" Y="-24629" Z="-3656" />
	<spawn X="11146" Y="-24891" Z="-3651" />
</zone>

 

 

Like this the player dont get pvp,flag or pk ...

I tryed to add as : NorestartZone,NoStoreZone,almost every zone,work the flag but dont work the multiple spawn...so could someone say to me how to work the flag and the spawn too?

7 answers to this question

Recommended Posts

  • 0
Posted

Only few zones use multispawn system, such as TownZone. Either use such zone or edit core to extends such system.

 

Yeah, as i see Primeval Isle is one of "TownZone" places....

 

I tried to make like...

Examle:

Cruma Tower to be town zone but it spawn at dion....

And when i make it "ArenaZone" It's working, so my question is... why 1 work, 1 don't and.... is there any way to make "ArenaZone" to be pvp - flag zone... or simple i just need to edit core?... i'm searching for alternative way as you guys see....

 

  • 0
Posted

 

 

Re: [Help] Custom PvP Zone

 

Postby Silv3rMoon » Tue Oct 23, 2012 2:54 am

Ok seeems noone understand what i wanna do....

 

Example:

 

I wanna make Antharas Lair PvP Zone...

 

How to add when die in the zone to spawn there....

 

i search and find alot guides... but noone actualy help me...

I try make it "TownZone" not working... it spawn's at giran no metter what spawnpoint i make...

I try make it "ArenaZone" working spawn but PvP's doesn't count so it's not realy good....

 

c'mon someone gimme clue how can i make it.... i try... search... i don't want stupid autoflag zone's or....

with stupid commands like .res ... i just want simple zone with respawn point's....

 

HELP!!!!

 

 

Also i don't have table "zone_vertical" in my database....

  • 0
Posted

The behavior leading to you teleporting to Dion from CT is handled by MapRegionTable (IL to Freya), renamed MapRegionManager from hi5 I think. It is located on datatable (IL to Freya) or instancemanager (hi5) folder.

 

This map handles respawn points, and will pick the nearest from your death location. Example, on L2JIL, Primeval wasn't added in the map, so when you died on Primeval you were respawning either to Dark Elven Village or Rune Village, following your location.

 

zone_vertice.sql is deprecated, you should take care of the posting date on your tutorial. All is handled on zones XML. New name for "vertice" is "node". From what I remember, zone_vertice.sql wasn't handling random respawn points at all.

Guest
This topic is now closed to further replies.


×
×
  • Create New...