L2JMobius

The Kamael Kamael Soul hound can't tale dye

danalmeida2015 · 2 · 4860

Offline danalmeida2015

  • Vassal
  • *
    • Posts: 3
Kamael Soul hound cant take dye, because <class classId="195" name="Soul Hound" parentClassId="194" />, but when i change on dyes, i take erro. cvc-maxInclusive-valid: the valor '195' does not have a valid aspect in relation to the maxInclusive '189' to tip '#AnonType_classIdhennalist'.


Offline AnsS

  • Heir
  • **
    • Posts: 37
Modify hennaList.xsd will allow you to set class id higher than 189.

Code: [Select]
Index: dist/game/data/xsd/hennaList.xsd
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/dist/game/data/xsd/hennaList.xsd b/dist/game/data/xsd/hennaList.xsd
--- a/dist/game/data/xsd/hennaList.xsd (date 1612042346571)
+++ b/dist/game/data/xsd/hennaList.xsd (date 1612042346571)
@@ -45,7 +45,7 @@
  <xs:simpleType>
  <xs:restriction base="xs:nonNegativeInteger">
  <xs:minInclusive value="0" />
- <xs:maxInclusive value="189" />
+ <xs:maxInclusive value="195" />
  </xs:restriction>
  </xs:simpleType>
  </xs:element>