Hotelsoap Default replied

667 weeks ago

Post any Spellcast wants/needs/desires/questions here.

Kuzuri replied

667 weeks ago

I found a good basic framework for your ninja here:

http://wiki.windower.net/plugins/spellcast/userxml2.3/nin/antonioklaus_nin

Hotelsoap Default replied

667 weeks ago

For Foe and Lily, my Ninja's baby spellcast.

<?xml version="1.0" ?>
<spellcast>
<config
autoloadxml="true"
debug="false"
showgearswaps="false"
requireversion="2.15"/>
<sets>
<group name="Ninja|NIN" default="yes">
<set name="Idle">
<main>Kannagi</main>
<sub>Kamome</sub>
<ammo>Qirmiz Tathlum</ammo>
<head>Iga Zukin +2</head>
<neck>Iga Erimaki</neck>
<lear>Suppanomimi</lear>
<rear>Brutal Earring</rear>
<body>Ninja Chainmail</body>
<hands>Ocelot Gloves</hands>
<lring>Rajas Ring</lring>
<rring>Heed Ring</rring>
<back>Atheling Mantle</back>
<waist>Twilight Belt</waist>
<legs>Iga Hakama +2</legs>
<feet>Danzo Sune-Ate</feet>
<feet>
</set>
<set name="Melee" baseset="Idle">
<feet>Iga Kyahan +2</feet>
</set>
<set name="Hi" baseset="Idle">
<body>Loki's Kaftan</body>
<hands>Iga Tekko +2</hands>
<legs>Ambusher's Hose</legs>
<feet>Lithe Boots</feet>
<neck>Shadow Gorget</neck>
<rring>Breeze Ring</rring>
<waist>Anguinus Belt</waist>
</set>
</group>
</sets>
<rules>
<action when="Idle" type="equip" set="Idle"/>
<action when="Engaged" type="equip" set="Melee"/>


<if type="WeaponSkill" spell="Blade: Hi">
<action type="equip" when="PreCast" set="Hi"/>
<action type="equip" when="AfterCast" set="Melee"/>
</if>
</rules>
</spellcast>
Please log in to post a reply.