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.


  • Posts

    • Good evening, I have a problem with the items+ when I enchant, for example, the armors, the weapons, all the stats are normal. When I put them on my inventory, the +4+5 etc. that I have done do not appear. The project is h5 with the salvation protocol. Can any expert help me fix it? Thanks in advance. some screens... this items is +12   https://prnt.sc/fh2i0pjCHDY_ https://prnt.sc/qc1kLl-S4hn6 https://prnt.sc/CTFw3HOdZDPz  
    • GRAND OPENING TODAY !!!  FROM - 10 OCTOBER 2025, FRIDAY, 20:00 +2GMT.
    • Grand Opening On 08/10/2025 Server Rates: Exp: x3 Sp: x3 Adena: x3 Items: x3 Spoil: x4 Quests Drop: x3 Rate in some quests: x2-x6 ENCHANT Weapons / Armor / Jewelry: Safe +3 Max +21/+20/+20 Rates of Enchant: Normal 70% Bless 80%, from +15 Normal 55% Bless 65% Server Commands: .menu .vote .npcinfo Augmentation: NGS : 5% Mid : 8% High: 10% Top: 15% Other: According to the concept of a Olympiad NCSoft. No Donate things affect the game balance. Bonuses for voting on TOP sites. / unstuck 2 minutes. Free Tp until lvl 40. According to the concept of a castle siege NCSoft. The maximum number of windows from one PC is 4 Buffs  Number of slots: 25 Number of debuff slots: 6 Duration of the buffs: Retail RAID/GRAND BOSSES Retail like. Rate Raid Drop Items = x2 Seven Signs: According to the concept of NCSoft. GM Donate Shop All items you need are there One shop all items B-A-S grade for Donation Coins Finery / Misc / Recipes / Quest and much more. Offline Shops Just exit your client when you have shop. Offline Max Days: 7 Offline Place: Only in Peace Zone Custom Vip / Hero for: 3, 10, 30 Days Vip Benefits Exp: x8 Sp: x8 Adena: x8 Items: x8 Spoil: x10 Quests: x8 Raid Drop Items: x3 Rate in some quests: x2-x6 And more in Vip Manager Join us and discover many more features in our server! https://l2doll.com/
    • Results don’t come instantly   Sometimes it feels like nothing is moving. You take small steps, and the results barely show. But it’s exactly these steps that build your tomorrow. Every day, every effort is an investment in yourself and your success. Patience isn’t about sitting and waiting for miracles—it’s about moving forward with confidence. Real victories take time, effort, and your constant determination. Don’t rush the process-the journey itself is valuable, and it’s what shapes results that last.   …The right energy always comes back. 💫 VibeSMS Website: https://vibe-sms.net/ Telegram channel: https://t.me/vibe_sms
    • 10-09-2025 - OUR TOPIC IS RELEVANT! CONTACT US BY THE CONTACTS BELOW
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock