Addition of TimedHuntingZone pvpZone and noPvpZone parameters.

This commit is contained in:
MobiusDevelopment
2022-08-31 11:51:30 +00:00
parent 15c38c6836
commit fdfa144bfc
40 changed files with 938 additions and 100 deletions

View File

@@ -1,16 +0,0 @@
<?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>
<zone name="coal_mines" type="NoPvPZone" shape="NPoly" minZ="-4972" maxZ="3028"> <!-- Coal Mines -->
<node X="131104" Y="-196675" />
<node X="163713" Y="-196681" />
<node X="163713" Y="-163915" />
<node X="130947" Y="-163915" />
</zone>
</list>