Jump to content
  • 0

[Help]What I have to edit ?


Question

Posted

I have putted dual Arcana Mace weapon and I want to make it to give 20% cas.speed .. where to edit it.. my code is :

<?xml version='1.0' encoding='utf-8'?>
<list>
<item id='9999' name="Dual Arcana">
  <for>
    <set val='260' order='0x08' stat='pAtk'/>
    <set val='399' order='0x09' stat='mAtk'/>
    <add val='500' order='0x10' stat='maxMp'/>
    <add val='500' order='0x10' stat='maxHp'/>
    <add val='1.20' order='0x50' stat='mAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
  </for>
</item>
</list>

3 answers to this question

Recommended Posts

  • 0
Posted
<?xml version='1.0' encoding='utf-8'?>
<list>
<item id='9999' name="Dual Arcana">
  <for>
    <set val='260' order='0x08' stat='pAtk'/>
    <set val='399' order='0x09' stat='mAtk'/>
    <add val='500' order='0x10' stat='maxMp'/>
    <add val='500' order='0x10' stat='maxHp'/>
    <mul val='1.20' order='0x40' stat='mAtkSpd'/>
    <enchant val='0' order='0x0C' stat='pAtk'/>
    <enchant val='0' order='0x0C' stat='mAtk'/>
  </for>
</item>
</list>

  • 0
Posted

thx ya .. u rocks ;) :)

 

Always Here , To Help People :)

 

W/e

 

Since Your Problem Is Solved I Lock The Topic.

 

IF You Have Problem Again , Tell Me To Unlock It Via PM

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..