R3spawn Posted January 23, 2009 Posted January 23, 2009 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>
0 Stefoulis15 Posted January 23, 2009 Posted January 23, 2009 <?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 Stefoulis15 Posted January 23, 2009 Posted January 23, 2009 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
Question
R3spawn
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 :
3 answers to this question
Recommended Posts