Radagast's Tarutaru Convert Updated 4/24/09

This snippet will enable Red Mages with lower HP to achieve more efficient convert ratios. Be sure to create your own convert set within your main group. A variable command has been added to increase flexibility. The default variable value “0” swaps in your convert gear and cures hp to full before converting, and uses divine seal for recovering after convert if whm is the active subjob. Changing the variable value to “1” will force convert to activate without curing to full. This value can be changed by using a var command in an in game macro or through the command line.

<?xml version="1.0"?>
<!DOCTYPE spellcast PUBLIC "spellcast" "http://windower.net/plugins/spellcast.dtd">
 
<spellcast>
 
	<config requireversion="2.22" />
 
 
	<variables>
		<var name="ConvertRisk">0</var>
	</variables>
 
	<sets>
		<group name="Main" default="yes">	
			<set name="standing">
			</set>
 
                        <set name="Convert">
			<main lock="t">$LightStaff</main>
			<sub lock="t">Raptor Strap +1</sub>
			<ammo lock="t">Hedgehog Bomb</ammo>
			<head lock="t">Walahra Turban</head>
			<neck lock="t">Uggalepih Pendant</neck>
			<lear lock="t">Enfeebling Earring</lear>
			<rear lock="t">Loquacious Earring</rear>
			<body lock="t">Goliard Saio</body>
			<hands lock="t">Morrigan's Cuffs</hands>
			<lring lock="t">Bomb Queen Ring</lring>
			<rring lock="t">Tamas Ring</rring>
			<back lock="t">Merciful Cape</back>
			<waist lock="t">Hierarch Belt</waist>
			<legs lock="t">Blood Cuisses</legs>
			<feet lock="t">Avocat Pigaches</feet>
			</set>
 
		</group>
	</sets>
 
	<rules>
	<elseif spell="Convert">
			<if advanced='"$ConvertRisk"="0"'>
				<if subjob="whm">
					<action type="equip" when="precast|midcast|aftercast" set="Convert" />
						<if mpgt="46">
							<action type="castdelay" delay="7"/>
							<action type="command" when="precast">input /raw /ma "Cure III" &lt;me&gt;;wait 5.5;input /raw  /ja "Divine Seal" &lt;me&gt;</action>
							<action type="aftercastdelay" delay="0"/>
							<action type="command" when="aftercast">input /raw /ma "Cure IV" &lt;me&gt;;wait 4;input /sc set standing</action>
						</if>
							<else>
								<action type="castdelay" delay="1.2"/>
								<action type="command" when="precast">input /raw  /ja "Divine Seal" &lt;me&gt;</action>
								<action type="aftercastdelay" delay="0"/>
								<action type="command" when="aftercast">input /raw /ma "Cure IV" &lt;me&gt;;wait 4;input /sc set standing</action>
							</else>
				</if>
					<else>
						 <action type="equip" when="precast|midcast|aftercast" set="Convert" />
							<if mpgt="46">
								<action type="castdelay" delay="6"/>
								<action type="command" when="precast">input /raw /ma "Cure III" &lt;me&gt;</action>
								<action type="aftercastdelay" delay="0"/>
								<action type="command" when="aftercast">input /raw /ma "Cure IV" &lt;me&gt;;wait 4;input /sc set standing</action>
							</if>
								<else>
									<action type="aftercastdelay" delay="0"/>
									<action type="command" when="aftercast">input /raw /ma "Cure IV" &lt;me&gt;;wait 4;input /sc set standing</action>
								</else>
					</else>
			</if>
				<elseif advanced='"$ConvertRisk"="1"'>
						<action type="equip" when="precast|midcast|aftercast" set="Convert" />
						<action type="aftercastdelay" delay="0"/>
						<action type="command" when="aftercast">input /raw /ma "Cure IV" &lt;me&gt;;wait 4;input /sc set standing</action>
						<action type="var" when ="aftercast" cmd="set ConvertRisk 0"/>
						<action type="addtochat" when="aftercast" color="121">[Convert Risk Reset To 0]</action>
				</elseif>
 
		</elseif>
 
	</rules>
</spellcast>
plugins/spellcast/userxml/rdm/radagast_convert.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