Jump to content
  • 0

Increase Resistance for Cancel Skill 100% Potion (Help pls)


Question

Posted

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>

1 answer to this question

Recommended Posts

  • 0
Posted

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?

Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock