L2JMobius

High Five matkspd missing

Neanrakyr · 1 · 321

Offline Neanrakyr

  • Heir
  • **
    • Posts: 21
Hello,

I see the matkspd attribute is missing, them in the items.xsd have 2 matk attribute is it an error ?

   <xs:simpleType name="statType">
      <xs:restriction base="xs:token">
         <xs:enumeration value="mAtk" />
         <xs:enumeration value="mDef" />
         <xs:enumeration value="pAtk" />
         <xs:enumeration value="pDef" />
         <xs:enumeration value="sDef" />
         <xs:enumeration value="mAtk" />
         <xs:enumeration value="pAtkAngle" />
         <xs:enumeration value="pAtkRange" />
         <xs:enumeration value="pAtkSpd" />
         <xs:enumeration value="critRate" />
         <xs:enumeration value="rShld" />
         <xs:enumeration value="rEvas" />
         <xs:enumeration value="accCombat" />
         <xs:enumeration value="darkRes" />
         <xs:enumeration value="earthRes" />
         <xs:enumeration value="fireRes" />
         <xs:enumeration value="holyPower" />
         <xs:enumeration value="holyRes" />
         <xs:enumeration value="maxMp" />
         <xs:enumeration value="waterRes" />
         <xs:enumeration value="windRes" />
         <xs:enumeration value="magicSuccRes" />
      </xs:restriction>
   </xs:simpleType>

I just add this line after pAtkSpd

<xs:enumeration value="mAtkSpd" />

So now you can add the mAtkSpd in your item stat