Fosgate Admin replied

767 weeks ago

<?xml version="1.0" ?>
<spellcast>
	<config
		ShowGearSwaps="False"
	/>
	
	<sets>
		<group name="MiscGearCollector" load="Yes">
			<set name="Default">
				
				<item>shihei</item>
				<item store="satchel">shinobi-tabi</item>
				<item store="satchel">sanjaku-tenugui</item>
				<head>Reraise hairpin</head>
				<rring>Emperor Band</rring>
				<sub>Pole grip</sub>
				<main>Shellbuster</main>
				<main>Joyeuse</main>
				<main>Bounty sickle</main>
				<main>Battle Fork</main>
				<main>Greatsword</main>
				<main>Barbarus Bhuj</main>
				<main>Iron Ram Pick</main>
				<main>Terra's staff</main>
															
			</set>
		</group>



		<group name="Warrior" default="yes">
			<set name="TP">
				<head>Walahra turban</head>
				<neck>Ravager's Gorget</neck>
				<body>Hauberk +1</body>
				<hands>Dusk Gloves</hands>
				<legs>Rvg. Cuisses +1</legs>
				<feet>Rvg. calligae +1</feet>
				<back>Forager's mantle</back>
				<waist>Swift belt</waist>
				<lear>Assault earring</lear>
				<rear>Brutal earring</rear>
				<rring>Blitz Ring</rring>
				<lring>Rajas ring</lring>
				<ammo>Ravager's orb</ammo>
						
			</set>

			<set name="Idle" baseset="TP">
				<hands>Heafoc mitts</hands>
				<head>Twilight helm</head>
			
			</set>
			
			<set name="AGGup" baseset="TP">
				<body>Askar Korazin</body>
				<ammo>Bomb core</ammo>
			</set>
						
			<set name="RR" basetset="TP">
				<head>Twilight helm</head>

				<waist>Warwolf Belt</waist>
				<lear>Triumph earring</lear>
				<neck>Snow gorget</neck>
				<hands>Heafoc mitts</hands>
				<body>Hauberk +1</body>
				<feet>Hct. leggings</feet>
				<back>Cavaros mantle</back>
				<rring>Spiral ring</rring>
				<ammo>Ravager's orb</ammo>
			</set>

			<set name="KJ" basetset="TP">
				<head>Twilight helm</head>

				<waist>Warwolf Belt</waist>
				<lear>Triumph earring</lear>
				<hands>Heafoc mitts</hands>
				<body>Hecatomb Harness</body>
				<legs>Warrior's Cuisses</legs>
				<feet>Hct. leggings</feet>
				<rring>Ruby ring</rring>
				<neck>Ravager's gorget</neck>
				<ammo>Ravager's orb</ammo>
			</set>


			<set name="Steel Cyclone" baseset="TP">
				<waist>Warwolf Belt</waist>
				<lear>Triumph earring</lear>
				<neck>Snow gorget</neck>
				<hands>Warrior's Mufflers</hands>
				<head>Twilight helm</head>
				<body>Hecatomb harness</body>
				<legs>Warrior's Cuisses</legs>
				<feet>Hct. leggings</feet>
				<rring>Ruby ring</rring>
				<ammo>Ravager's orb</ammo>
			</set>

			<set name="ichi" baseset="TP">
				<waist>Swift belt</waist>
			</set>

		
		
		
		</group>		





	</sets>
	
	<rules>

		<!-- Lost aggressor trigger from Autoexec -->
		<if spell="Metatron torment">
				<action type="equip" when="engaged" set="TP" />
				<action type="Equip" when="precast" set="TP" />	
						
			<action type="equip" when="idle" set="idle" />
			
			<action type="CancelSpell" />
		</if>
		
		<!-- 75% HP trigger from Autoexec for unicorn boots -->
		<if spell="Catastrophe">
					
			<action type="CancelSpell" />
			<action type="return"/>
		</if>
	
		<if status="engaged" BuffActive="Aggressor">
				<action type="equip" when="engaged" set="AGGup" />
				<action type="Equip" when="precast|aftercast" set="AGGup" />	
			
			
			<action type="equip" when="idle" set="idle" />
		</if>

					
		<elseif status="engaged" NotBuffActive="Aggressor">
				<action type="equip" when="engaged" set="TP" />
				<action type="Equip" when="precast|aftercast" set="TP" />	
						
				<action type="equip" when="idle" set="idle" />
		</elseif>
		
		<if spell="autoset" NotBuffActive="Aggressor">
				<action type="equip" when="engaged" set="TP" />	
			<action type="equip" when="idle" set="idle" />
			<action type="equip" when="resting" set="idle" />
					
		</if>

		<if spell="autoset" BuffActive="Aggressor">
				<action type="equip" when="engaged" set="AGGup" />	
						
			<action type="equip" when="idle" set="idle" />
			<action type="equip" when="resting" set="idle" />
					
		</if>
	
	
		
		<if spell="Aggressor">
				<action type="Equip" when="Aftercast" set="AGGup" />
						
		</if>
		
		

		<elseif type="weaponskill">
			<if TPGT = "99" advanced='%SpellTargetDistance &lt; 5.0'>
					
				<if spell = "Raging Rush">
					<action type = "equip" when = "precast" set = "RR"/>
					<action type="AfterCastDelay" Delay="2.5" />		
										
				</if>
				
				<elseif spell = "King's Justice|Fell Cleave">
					<action type = "equip" when = "precast" set = "KJ"/>
					<action type="AfterCastDelay" Delay="2.5" />	
				</elseif>
		
				<elseif spell="Steel Cyclone">
					<action type="castdelay" delay=".2" />
					<action type="Equip" when="Precast" set="Steel Cyclone" />
					<action type="AfterCastDelay" Delay="0.3" />
				</elseif>
						
				<else>
					<action type="castdelay" delay=".2" />
					<action type="Equip" when="Precast" set="RR" />
					<action type="AfterCastDelay" Delay="0.3" />

				</else>
										
			</if>
					
			<else>
				<action type="cancelspell"/>
			</else>
					
		</elseif>

		<elseif type="Ninjutsu">
			<if spell="Utsusemi*">
				
				<if spell="*Ichi">
					<action type="equip" when="precast" set="ichi"/>
					<action type="midcastdelay" delay="2.5" />
					 <if BuffActive="Copy Image">
						<action type="Command" when="midcast">cancel 66</action>
					</if>
				</if>
				<else>
					<action type="equip" when="precast" set="TP" />
					
				</else>
			</if>
		</elseif>

	</rules>
	
	

</spellcast>

Charlene replied

274 weeks ago

Thanks for sharing this code. I appreciate the effort so in turn, I would recommend some cool games which you can play on your computer. One is called State of Survival. This one is a survival game, as you can deduce from the name. Well, you’re stuck in an island and you have to gather resources in order to survive each day. It’s quite fun to play so click on the link if you want to download this one: https://games.lol/state-of-survival/

Another is for creative minds. The game is called Design Home. You can try this website for free.
Please log in to post a reply.