Sync with L2JServer Jan 12th 2015.

This commit is contained in:
mobius
2015-01-13 09:50:20 +00:00
parent a868d961a3
commit 0a44ad683c
1158 changed files with 59729 additions and 58627 deletions

View File

@@ -14,6 +14,8 @@
<xs:attribute name="int" type="xs:integer" use="required" />
<xs:attribute name="men" type="xs:integer" use="required" />
<xs:attribute name="wit" type="xs:integer" use="required" />
<xs:attribute name="luc" type="xs:integer" use="required" />
<xs:attribute name="cha" type="xs:integer" use="required" />
</xs:complexType>
</xs:element>
<xs:element name="wear" minOccurs="1" maxOccurs="1">
@@ -32,7 +34,7 @@
<xs:simpleType>
<xs:restriction base="xs:nonNegativeInteger">
<xs:minInclusive value="0" />
<xs:maxInclusive value="136" />
<xs:maxInclusive value="189" />
</xs:restriction>
</xs:simpleType>
</xs:element>

View File

@@ -75,7 +75,6 @@
<xs:attribute name="amount" type="xs:positiveInteger" />
<xs:attribute name="heading" type="xs:integer" use="required" />
<xs:attribute name="npcId" type="xs:positiveInteger" use="required" />
<xs:attribute name="onKillDelay" type="xs:nonNegativeInteger" />
<xs:attribute name="respawn" type="xs:nonNegativeInteger" use="required" />
<xs:attribute name="respawnRandom" type="xs:nonNegativeInteger" />
<xs:attribute name="allowRandomWalk" type="xs:boolean" />

View File

@@ -29,7 +29,7 @@
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="remove" minOccurs="0" maxOccurs="unbounded">
<xs:element name="removeSkill" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:attribute name="id" type="xs:positiveInteger" use="required" />
</xs:complexType>

View File

@@ -52,7 +52,7 @@
<xs:attribute type="xs:string" name="canSummonSiegeGolem" use="optional" />
<xs:attribute type="xs:byte" name="invSize" use="optional" />
<xs:attribute type="xs:byte" name="weight" use="optional" />
<xs:attribute type="xs:byte" name="hp" use="optional" />
<xs:attribute type="xs:string" name="hp" use="optional" />
<xs:attribute type="xs:byte" name="cp" use="optional" />
<xs:attribute type="xs:byte" name="mp" use="optional" />
<xs:attribute type="xs:byte" name="souls" use="optional" />
@@ -102,7 +102,7 @@
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute type="xs:short" name="mindistance" use="optional" />
<xs:attribute type="xs:byte" name="abnormal" use="optional" />
<xs:attribute type="xs:string" name="abnormalType" use="optional" />
<xs:attribute type="xs:short" name="active_effect_id" use="optional" />
<xs:attribute type="xs:short" name="active_skill_id" use="optional" />
<xs:attribute type="xs:string" name="class_id_restriction" use="optional" />
@@ -458,6 +458,8 @@
<xs:element name="enchant2selfEffects" type="effectsType" />
<xs:element name="effect" type="effectType" />
<xs:element name="enchant1cond" type="condType" />
<xs:element name="enchant2cond" type="condType" />
<xs:element name="enchant3cond" type="condType" />
<xs:element name="enchant4selfEffects" type="effectsType" />
<xs:element name="pvpEffects" type="effectsType" />
<xs:element name="pveEffects" type="effectsType" />

View File

@@ -15,7 +15,7 @@
<xs:attribute type="xs:int" name="npcStringId" use="optional" />
<xs:attribute type="xs:int" name="x" use="required" />
<xs:attribute type="xs:int" name="y" use="required" />
<xs:attribute type="xs:int" name="z" use="required" />
<xs:attribute type="xs:short" name="z" use="required" />
<xs:attribute type="xs:int" name="feeId" use="optional" />
<xs:attribute type="xs:int" name="feeCount" use="optional" />
</xs:complexType>
@@ -33,7 +33,7 @@
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute type="xs:int" name="id" />
<xs:attribute type="xs:integer" name="id" />
</xs:complexType>
</xs:element>
</xs:sequence>