Fosgate Admin replied

767 weeks ago

<?xml version="1.0" ?>
	<spellcast>
		
		<config
		Debug="true"
		HideErrors="false"
		ShowGearSwaps="false"
		ShowSpellInfo="false" 
		/>
		
		<variables/>
					
		<sets>
            
			<group name = "MiscGearCollector" load="Yes">
			<set name="Default">
				
					<item>shihei</item>
					<item>shinobi-tabi</item>
					<item>sanjaku-tenugui</item>
					<head>Reraise hairpin</head>
					
					<range>Mary's horn</range>
					<range>Horn +1</range>
					<range>Faerie Piccolo</range>
					<range>Traversiere +1</range>
					<range>Harp +1</range>
					<range>Piccolo +1</range>
					<range>Cornette +1</range>
					<range>Flute +1</range>		
					
					<main>Terra's staff</main>
					<main>Apollo's staff</main>
					<sub>Pluto's staff</sub>					
													
				</set>
			</group>
			
			<group name="Main" Default="Yes">
				<set name="Idle">
				
					<sub>Bugard strap +1</sub>
					<head>Walahra Turban</head>
					<neck>Wind torque</neck>
					<body>Yigit Gomlek</body>
					<hands>Chl. Cuffs +1</hands>
					<back>Astute Cape</back>
					<waist>Gleemans belt</waist>	
					<legs>Marduk's Shalwar</legs>	
					<feet>Rostrum pumps</feet>   	
					<lring>Nereid ring</lring>
					<rring>Nereid ring</rring>
					<lear>Musical earring</lear>
					<rear>Loquac. Earring</rear>
									
				</set>
				
				<set name="Haste" baseset="Idle">
					<head>Walahra turban</head>
					<body>Goliard Saio</body>
					<legs>Byakko's Haidate</legs>
					<hands>Dusk gloves</hands>
					<feet>Rostrum pumps</feet>
					<waist>Swift Belt</waist>
				</set>
				
				<set name="Debuff" baseet="Idle">
					<head>Bard's Roundlet</head>
					<feet>Goliard clogs</feet>	
					<body>Errant Hpl.</body>
					<back>Jester's cape +1</back>
					<waist>Gleeman's belt</waist>
				</set>
				
				<set name="Stoneskin" baseset="Idle">
					<head>Goliard chapeau</head>
					<feet>Goliard clogs</feet>	
					<body>Errant Hpl.</body>
				</set>
			
				<set name="Buffs" baseset="Idle">
					<head>Bard's Roundlet</head>
					<back>Astute Cape</back>
					<waist>Swift Belt</waist>
				</set>
				
				<set name="resting" baseset="Idle">
					<feet>Goliard clogs</feet>	
					<head>Goliard chapeau</head>
					<body>Errant Hpl.</body>
					<main>Pluto's staff</main>
					
				</set>
				
			</group>
			
		</sets>
		
		<rules>
			
		<action type="equip" when="aftercast" set="idle" />
		<action type="equip" when="idle" set="idle" />	
		<action type="equip" when="Resting" set="resting" />
			
		<if type="BardSong">
				<if spell="*Madrigal|Valor Minuet*|*March|*Mambo">
					
					<action type="equip" when="precast" set="Buffs"/>
					<action type="MidCastDelay" Delay="3"/>
					
					<if spell="*Madrigal">
						<action type="equip" when="midcast">
							<range>Traversiere +1</range>
						</action>
					</if>
					<elseif spell="Valor Minuet*">
						<action type="equip" when="midcast">
							<range>Cornette +1</range>
						</action>
					</elseif>
					<elseif spell="*March">
						<action type="equip" when="midcast">
							<range>Faerie Piccolo</range>
						</action>
					</elseif>
				</if>
				<if spell="*lullaby|*elegy|*threnody">
					<action type="PreCastDelay" Delay="0.2" />					
					<action type="equip" when="Precast" set="Debuff" />
					
					<if spell="*lullaby">
						<action type="equip" when="midcast">
							<main>Apollo's staff</main>
							<range>Mary's horn</range>
						</action>
					</if>
					<if spell="*elegy">
						<action type="equip" when="midcast">
							<main>Terra's staff</main>
							<range>Horn +1</range>
						</action>
					</if>
					<if spell="*threnody">
						<action type="equip" when="midcast">
							<range>Piccolo +1</range>
						</action>
					</if>
					
					<action type="AfterCastDelay" Delay="1.5" />
					<action type="equip" when="aftercast" set="idle" />
				</if>
				<if spell="*finale">
					<action type="PreCastDelay" Delay="0.2" />
					<action type="equip" when="precast" set="haste" />
					<action type="equip" when="midcast">
						<main>Apollo's staff</main>
					</action>
					<action type="AfterCastDelay" Delay="1.5" />
					<action type="equip" when="aftercast" set="idle" />
				</if>
				
				<if spell="Knight's Minne*">
				
					<action type="MidCastDelay" Delay="3"/>
					<action type="equip" when="midcast">
						<range>Harp +1</range>
					</action>
					
				</if>
			

			</if>
			
			<if spell="Cure*|Curaga*">
				<action type = "equip" when="midcast">
					<main>Apollo's staff</main>
				</action>
			</if>
			
			<if spell="Stoneskin">
				<action type="equip" when="precast" set="Stoneskin"/>
				<if BuffActive="Stoneskin">
					<action type="midcastdelay" delay="5.0" />
					<action type="Command" when="midcast">cancel 37</action>
				</if>
			</if>

		
			<if spell="Utsusemi*">
				<action type="equip" when="midcast" set="Haste"/>
				<if spell="*Ichi" BuffActive="Copy Image">
					<action type="midcastdelay" delay="2.5" />
					<action type="Command" when="midcast">cancel 66</action>
				</if>
			</if>
		
		</rules>
			
			
	</spellcast>
Please log in to post a reply.