sirzufall Posted August 13, 2012 Posted August 13, 2012 Hey I am trying to create a potion with 100%Resistance for Cancel skills here is my code but it doesnt work .. <skill id="2011" levels="1" name="Haste Potion"> <set name="isMagic" val="1" /> <!-- Static Skill --> <set name="itemConsumeCount" val="1" /> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="A2" /> <set name="canBeDispeled" val="false" /> <for> <effect name="Buff" abnormalTime="1200" val="0" abnormalLvl="3" abnormalType="resist_debuff_dispel"> <sub order="0x40" stat="cancelVuln" val="100" /> <sub order="0x40" stat="debuffVuln" val="100" /> </effect> </for> </skill>
0 IvanLabonia Posted August 13, 2012 Posted August 13, 2012 Hey I am trying to create a potion with 100%Resistance for Cancel skills here is my code but it doesnt work .. <skill id="2011" levels="1" name="Haste Potion"> <set name="isMagic" val="1" /> <!-- Static Skill --> <set name="itemConsumeCount" val="1" /> <set name="target" val="TARGET_SELF" /> <set name="skillType" val="BUFF" /> <set name="operateType" val="A2" /> <set name="canBeDispeled" val="false" /> <for> <effect name="Buff" abnormalTime="1200" val="0" abnormalLvl="3" abnormalType="resist_debuff_dispel"> <sub order="0x40" stat="cancelVuln" val="100" /> <sub order="0x40" stat="debuffVuln" val="100" /> </effect> </for> </skill> why a potion and not the buff? or if u dont want to change the original buff.. master blessing?
Question
sirzufall
Hey I am trying to create a potion with 100%Resistance for Cancel skills
here is my code but it doesnt work ..
1 answer to this question
Recommended Posts