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,7 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="xsd/TimedHuntingZoneData.xsd">
<zone id="1" name="Storm Isle">
<enterLocation>194291,176604,-1888</enterLocation>
<enterLocation>194284,176597,-1888</enterLocation>
<exitLocation>110975,220094,-3664</exitLocation>
<initialTime>3600</initialTime> <!-- 1 hour -->
<resetDelay>36000</resetDelay> <!-- 10 hours -->
<maxAddedTime>21600</maxAddedTime> <!-- 6 hours -->
@@ -10,9 +11,12 @@
<entryFee>150000</entryFee>
<minLevel>100</minLevel>
<maxLevel>120</maxLevel>
<soloInstance>false</soloInstance>
<noPvpZone>true</noPvpZone>
</zone>
<zone id="6" name="Primeval Isle">
<enterLocation>9400,-21720,-3634</enterLocation>
<enterLocation>9365,-21407,-3584</enterLocation>
<exitLocation>43792,-48928,-792</exitLocation>
<initialTime>3600</initialTime> <!-- 1 hour -->
<resetDelay>36000</resetDelay> <!-- 10 hours -->
<maxAddedTime>21600</maxAddedTime> <!-- 6 hours -->
@@ -21,5 +25,6 @@
<entryFee>150000</entryFee>
<minLevel>105</minLevel>
<maxLevel>120</maxLevel>
<soloInstance>false</soloInstance>
</zone>
</list>

View File

@@ -16,6 +16,8 @@
<xs:element type="xs:int" name="entryFee" />
<xs:element type="xs:short" name="minLevel" />
<xs:element type="xs:short" name="maxLevel" />
<xs:element type="xs:boolean" name="pvpZone" minOccurs="0" />
<xs:element type="xs:boolean" name="noPvpZone" minOccurs="0" />
<xs:element type="xs:int" name="instanceId" minOccurs="0" />
<xs:element type="xs:boolean" name="soloInstance" minOccurs="0" />
<xs:element type="xs:boolean" name="weekly" minOccurs="0" />

View File

@@ -1,10 +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>
</list>