Support for no PvP zones.
Contributed by Edoo.
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
<xs:enumeration value="NoDropItemZone" />
|
||||
<xs:enumeration value="NoLandingZone" />
|
||||
<xs:enumeration value="NoRestartZone" />
|
||||
<xs:enumeration value="NoPvPZone" />
|
||||
<xs:enumeration value="NoStoreZone" />
|
||||
<xs:enumeration value="NoSummonFriendZone" />
|
||||
<xs:enumeration value="NpcSpawnTerritory" />
|
||||
|
||||
10
L2J_Mobius_7.0_PreludeOfWar/dist/game/data/zones/no_pvp.xml
vendored
Normal file
10
L2J_Mobius_7.0_PreludeOfWar/dist/game/data/zones/no_pvp.xml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/zones.xsd">
|
||||
<!-- No PvP Zones -->
|
||||
<zone name="storm_island" type="NoPvPZone" shape="NPoly" minZ="-4620" maxZ="50"> <!-- [25_23] -->
|
||||
<node X="166552" Y="161325" />
|
||||
<node X="196546" Y="161974" />
|
||||
<node X="198036" Y="195723" />
|
||||
<node X="164904" Y="195931" />
|
||||
</zone>
|
||||
</list>
|
||||
Reference in New Issue
Block a user