[[Utsusemi]]

Utsusemi

This is an excerpt to automatically cancel your Ut shadows only when you are casting Ichi.

Requires the Cancel plugin, and remember to adjust the midcastdelay to account for your personal set of fastcast.

    <variables>
        <var name="Ut">Ichi</var>
    </variables>
    <rules>
            <if spell="Utsusemi:*">
                <if spell="*Ichi">
                    <if advanced='"$Ut"=="Ni"'>
                        <action type="midcastdelay" delay="2.8" />
                        <action type="Command" when="midcast">cancel 66</action>
                    </if>
                    <action type="var" cmd="set Ut Ichi" />
                </if>
                <else>
                    <action type="var" cmd="set Ut Ni" />
                </else>
            </if>
    </rules>
plugins/spellcast/userxml/nin/utsusemi.txt · Last modified: 2009/08/08 14:00 (external edit)
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0