Browse Source

BETA: Cleft Zone for future usage.

MELERIX 13 years ago
parent
commit
479f7c1dc0

+ 30 - 0
L2J_DataPack_BETA/data/zones/cleft_zone.xml

@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<list enabled="false" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="zones.xsd">
+	<!-- Cleft Zones -->
+	<zone name="cleft_zone_territory" type="CleftZone" shape="NPoly" minZ="-4274" maxZ="15796">
+		<node X="-217824" Y="235786" />
+		<node X="-210211" Y="235784" />
+		<node X="-204827" Y="241105" />
+		<node X="-204797" Y="248701" />
+		<node X="-210263" Y="254132" />
+		<node X="-217851" Y="254063" />
+		<node X="-223234" Y="248801" />
+		<node X="-223226" Y="241093" />
+		<!-- red_start_point -->
+		<spawn X="-222704" Y="247803" Z="1744" isRedStartPoint="true" />
+		<spawn X="-222649" Y="247945" Z="1728" isRedStartPoint="true" />
+		<spawn X="-222652" Y="247666" Z="1728" isRedStartPoint="true" />
+		<!-- blue_start_point -->
+		<spawn X="-205312" Y="242144" Z="1744" isBlueStartPoint="true" />
+		<spawn X="-205376" Y="241997" Z="1744" isBlueStartPoint="true" />
+		<spawn X="-205376" Y="242276" Z="1744" isBlueStartPoint="true" />
+		<!-- red_banish_point -->
+		<spawn X="-223701" Y="247795" Z="1744" isRedBanishPoint="true" />
+		<spawn X="-223780" Y="247661" Z="1744" isRedBanishPoint="true" />
+		<spawn X="-223776" Y="247914" Z="1744" isRedBanishPoint="true" />
+		<!-- blue_banish_point -->
+		<spawn X="-204350" Y="242148" Z="1744" isBlueBanishPoint="true" />
+		<spawn X="-204284" Y="242288" Z="1744" isBlueBanishPoint="true" />
+		<spawn X="-204288" Y="242026" Z="1728" isBlueBanishPoint="true" />
+	</zone>
+</list>

+ 5 - 0
L2J_DataPack_BETA/data/zones/zones.xsd

@@ -71,8 +71,12 @@
 							<xs:element name="spawn" minOccurs="0" maxOccurs="unbounded">
  								<xs:complexType>
 									<xs:attribute name="isBanish" type="xs:boolean" use="optional" />
+									<xs:attribute name="isBlueBanishPoint" type="xs:boolean" use="optional" />
+									<xs:attribute name="isBlueStartPoint" type="xs:boolean" use="optional" />
 									<xs:attribute name="isChaotic" type="xs:boolean" use="optional" />
 									<xs:attribute name="isOther" type="xs:boolean" use="optional" />
+									<xs:attribute name="isRedBanishPoint" type="xs:boolean" use="optional" />
+									<xs:attribute name="isRedStartPoint" type="xs:boolean" use="optional" />
 									<xs:attribute name="X" type="xs:integer" use="required" />
 									<xs:attribute name="Y" type="xs:integer" use="required" />
 									<xs:attribute name="Z" type="xs:integer" use="required" />
@@ -100,6 +104,7 @@
 									<xs:enumeration value="BossZone" />
 									<xs:enumeration value="CastleZone" />
 									<xs:enumeration value="ClanHallZone" />
+									<xs:enumeration value="CleftZone" />
 									<xs:enumeration value="ConditionZone" />
 									<xs:enumeration value="DamageZone" />
 									<xs:enumeration value="DerbyTrackZone" />