<?xml version="1.0"?>
<spellcast>
	<config 
		debug="true"
		hideerrors="false"
		showgearswaps="false"
		showspellinfo="false"
		defaultaftercast="default"
	/>
	<sets>
 
	<group name="NIN" default="yes">
		<set name="precast">
			<rear>Loquac. Earring</rear>
			<lear>Musical Earring</lear>
			<feet>Rostrum Pumps</feet>
			<legs>Byakko's Haidate</legs>
			<head>Bard's Roundlet</head>
			<rring>Minstrel's Ring</rring>
			<body>Sha'ir Manteel</body>
		</set>
 
		<set name="default" baseset="wind-skill">
			<main>Terra's Staff</main>
			<feet>Goliard Clogs</feet>
			<head>Walahra Turban</head>
			<waist>Gleeman's Belt</waist>
			<body>Oracle's Robe</body>
			<legs>Bard's Cannions</legs>
		</set>
 
		<set name="wind-skill">
			<main>Chanter's Staff</main>
			<sub>Bugard Strap +1</sub>
			<range>Mary's Horn</range>
			<head>Bard's Roundlet</head>
			<neck>Wind Torque</neck>
			<lear>Musical Earring</lear>
			<rear>Singing Earring</rear>
			<body>Minstrel's Coat</body>
			<hands>Chl. Cuffs +1</hands>
			<lring>Nereid Ring</lring>
			<rring>Nereid Ring</rring>
			<back>Jester's Cape +1</back>
			<waist>Gleeman's Belt</waist>
			<legs>Choral Cannions</legs>
			<feet>Oracle's Pigaches</feet>
		</set>
 
		<set name="debuff" baseset="wind-skill">
			<body>Errant Hpl.</body>
			<legs>Bard's Cannions</legs>
			<lring>Angel's Ring</lring>
			<feet>Goliard Clogs</feet>
			<rring>Omega Ring</rring>
			<main>Alkalurops</main>
		</set>
 
		<set name="wind-debuff" baseset="debuff">
			<legs>Bard's Cannions</legs>
			<rear>Singing Earring</rear>
			<lring>Nereid Ring</lring>
			<body>Oracle's Robe</body>
		</set>
 
		<set name="string-debuff" baseset="debuff">
			<neck>String Torque</neck>
			<feet>Goliard Clogs</feet>
			<body>Oracle's Robe</body>
			<hands>Chl. Cuffs +1</hands>
			<legs>Bard's Cannions</legs>
			<rear>String Earring</rear>
		</set>
 
		<set name="LightObi">
			<waist>Korin Obi</waist>
		</set>
 
		<set name="utsu">
			<hands>Dusk Gloves</hands>
			<legs>Byakko's Haidate</legs>
			<head>Walahra Turban</head>
			<waist>Quick Belt</waist>
			<feet>Dusk Ledelsens</feet>
			<range>Angel Lyre</range>
			<rear>Loquac. Earring</rear>
			<body>Sha'ir Manteel</body>
		</set>
 
		<set name="hmp">
			<main>Dark Staff</main>
			<neck>Beak Necklace +1</neck>
			<hands>Oracle's Gloves</hands>
			<lring>Ether Ring</lring>
			<rring>Serket Ring</rring>
			<lear>Antivenom Earring</lear>
			<rear>Loquac. Earring</rear>
			<back>Intensifying Cape</back>
			<waist>Mohbwa Sash +1</waist>
			<head>Walahra Turban</head>
			<body>Oracle's Robe</body>
			<legs>Bard's Cannions</legs>
		</set>
 
		<set name="mnd">
			<body>Dalmatica +1</body>
			<hands>Zenith Mitts</hands>
			<legs>Bard's Cannions</legs>
		</set>
 
		<set name="MaxMP" baseset="hmp">
			<hands>Zenith Mitts</hands>
			<rring>Serket Ring</rring>
			<rear>Loquac. Earring</rear>
			<lear>Astral Earring</lear>
			<feet>Rostrum Pumps</feet>
			<main>Terra's Staff</main>
		</set>
 
	</group>
	</sets>
 
	<variables clear="false">
		<var name="EarthStaff">Terra's Staff</var>
		<var name="DarkStaff">Dark Staff</var>
		<var name="LightStaff">Apollo's Staff</var>
 
		<var name="EarthGrip">Earth Grip</var>
		<var name="LightGrip">Light Grip</var>
	</variables>
 
	<rules> 
 
	<if hpplt="75">
		<action type="equip" when="aftercast">
			<lear>Minstrel's Earring</lear>
		</action>
	</if>
 
	<if subjob="NIN">
		<if status="idle">
			<action type="equip"when="aftercast" set="default">
				<body>Oracle's Robe</body>
			</action>
		</if>
	</if>
 
	<if type="BardSong"> 
		<if spell="Horde Lullaby">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="string-debuff">
				<range>Nursemaid's Harp</range>
				<sub>$%SpellElementGrip</sub>
			</action>
		</if>
 
		<elseif spell="Foe Lullaby">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-skill">
				<range>Mary's Horn</range>
				<sub>$%SpellElementGrip</sub>
			</action>
		</elseif>
 
		<elseif spell="Advancing March">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" midcastdelay="2" set="wind-skill">
				<range>Iron Ram Horn</range>
			</action>
		</elseif>
 
		<elseif spell="Victory March">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" midcastdelay="2" set="wind-skill">
				<range>Iron Ram Horn</range>
			</action>
		</elseif>
 
		<elseif spell="Mage's Ballad*|*Mazurka|*Paeon|*Hymnus">
			<action type="equip" when="precast" set="precast"/>
 
 
			<if spell="Mage's Ballad">
				<action type="equip" when="midcast">
					<range>Storm Fife</range>
					<body>Sha'ir Manteel</body>
				</action>
			</if>
 
			<elseif spell="Chocobo Mazurka">
				<action type="equip" when="midcast">
					<range>Harlequin's Horn</range>
				</action>
			</elseif>
 
			<elseif spell="Raptor Mazurka">
				<action type="equip" when="midcast">
					<range>Harlequin's Horn</range>
				</action>
			</elseif>		
 
			<elseif spell="Mage's Ballad II">
				<action type="equip" when="midcast">
					<range>Storm Fife</range>
				</action>
			</elseif>
 
			<elseif spell="*Hymnus">
				<action type="equip" when="midcast">
					<range>Angel Lyre</range>
				</action>
			</elseif>
 
		</elseif>
 
		<elseif spell="*Elegy">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-debuff">
				<range>Horn +1</range>
				<sub>$%SpellElementGrip</sub>
			</action>
		</elseif>
 
		<elseif spell="Magic Finale">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-debuff">
				<range>Oliphant</range>
				<sub>$%SpellElementGrip</sub>
			</action>
		</elseif>
 
		<elseif spell="*Coral">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-skill">
				<range>Crumhorn +1</range>
			</action>
		</elseif>
 
		<elseif spell="Valor Minuet*">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-skill">
				<range>Cornette +1</range>
			</action>
		</elseif> 
 
		<elseif spell="Dragonfoe Mambo">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" midcastdelay="2" set="wind-skill">
				<range>Gemshorn +1</range>
			</action> 
		</elseif>
 
		<elseif spell="Sheepfoe Mambo">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" midcastdelay="2" set="wind-skill">
				<range>Gemshorn +1</range>
			</action>
		</elseif>
 
		<elseif spell="Blade Madrigal">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" midcastdelay="2" set="wind-skill">
				<range>Traversiere +1</range>
			</action>
		</elseif>
 
		<elseif spell="Sword Madrigal">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" midcastdelay="2" set="wind-skill">
				<range>Traversiere +1</range>
			</action>
		</elseif>
 
		<elseif spell="*Requiem*">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-debuff">
				<range>Hamelin Flute</range>
				<main>$%SpellElementStaff</main>
			</action>
		</elseif>
 
		<elseif spell="Army's Paeon*">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast">
				<range>Ebony Harp</range>
			</action>
		</elseif>
 
		<elseif spell="*Prelude">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-skill">
				<range>Angel Flute +1</range>
			</action>
		</elseif>
 
		<elseif spell="*Threnody">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="string-debuff">
				<range>Sorrowful Harp</range>
				<sub>$%SpellElementGrip</sub>
			</action>
		</elseif>
 
		<elseif spell="*Carol">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-skill">
				<range>Crumhorn +1</range>
			</action>
		</elseif>
 
		<elseif spell="*Etude">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-skill">
				<range>Angel Flute +1</range>
			</action>
		</elseif>
 
		<elseif spell="*Dirge">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-skill">
				<range>Oliphant</range>
			</action>
		</elseif>
 
		<elseif spell="*Sirvente">
			<action type="equip" when="precast" set="precast"/>
			<action type="equip" when="midcast" set="wind-skill">
				<range>Oliphant</range>
			</action>
		</elseif>
 
	</if>
 
	<if SubJob="WHM">
		<if status="resting">
			<action type="equip" when="resting" set="hmp"/>
		</if>
 
		<elseif status="idle">
			<action type="equip" when="aftercast|idle" set="MaxMP">
				<body>Dalmatica +1</body>
			</action>
		</elseif>
 
		<if skill="HealingMagic|EnhancingMagic">
			<if spell="Cur*">
				<action type="equip" set="mnd">
					<main>$%SpellElementStaff</main>
				</action>
			</if>
 
			<if spell="*na">
				<action type="equip" when="precast" set="precast"/>
				<action type="equip" when="aftercast" set="maxmp"/>
			</if>
		</if>
 
		<elseif spell="Stoneskin">
			<action type="equip" when="midcast" set="mnd"/>
			<action type="midcastdelay" delay="6" />
			<action type="Command" when="Midcast">cancel 37</action>
		</elseif>
 
 
	</if>
 
	<if spell="Utsu*|Tonko*|Monomi*">
		<action type="equip" when="precast" set="precast"/>
		<action type="equip" when="midcast" set="utsu"/>
		<action type="equip" when="aftercast" set="default"/>
	</if>
 
</rules>
 
</spellcast>
plugins/spellcast/userxml/brd/diemos_s_brd.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