WhiteFace Posted June 12, 2009 Posted June 12, 2009 hi guys,i have a problem with a skill "aegis stance":the problem is that if someone want to use this must be equiped with a shield as we know,but when i am not equiped with a shield i can use it also,with a bow,i found the skill: <skill id="318" levels="1" name="Aegis Stance" enchantLevels1="30" > <table name="#ench1sDef"> 0.61 0.62 0.62 0.63 0.64 0.64 0.65 0.66 0.66 0.67 0.68 0.68 0.69 0.70 0.70 0.71 0.72 0.72 0.73 0.74 0.74 0.75 0.76 0.76 0.77 0.78 0.78 0.79 0.80 0.80 </table> <set name="mpInitialConsume" val="9"/> <set name="target" val="TARGET_SELF"/> <set name="skillType" val="CONT"/> <set name="operateType" val="OP_TOGGLE"/> <set name="castRange" val="-1"/> <set name="effectRange" val="-1"/> <for> <effect count="0x7fffffff" name="ManaDamOverTime" time="2" val="9"> <mul order="0x30" stat="sDef" val="0.6"/> <mul order="0x30" stat="pDef" val="1.35"/> </effect> </for> <enchant1for> <effect count="0x7fffffff" name="ManaDamOverTime" time="2" val="9"> <mul order="0x30" stat="sDef" val="#ench1sDef"/> <mul order="0x30" stat="pDef" val="1.35"/> </effect> </enchant1for> </skill> can someone help me to fix it?
0 ntellos Posted June 12, 2009 Posted June 12, 2009 add this <set name="weaponsAllowed" val="2"/> <!-- Shield -->
0 DANY PUNISHER Posted August 12, 2009 Posted August 12, 2009 hi i have another problem, it work only with sheild for me and this is ok but it didn't give nothing...no pdef...how to fix this ?
Question
WhiteFace
hi guys,i have a problem with a skill "aegis stance":the problem is that if someone want to use this must be equiped with a shield as we know,but when i am not equiped with a shield i can use it also,with a bow,i found the skill:
can someone help me to fix it?
3 answers to this question
Recommended Posts