Dagod's tabula rasa optimisation code

This code will allow you to maximize the usage of tabula rasa. This 2hour can be really powerful, but is hard as hell to use fully, mainly because you have to hit so many maccros, check if you didn't forgot one of the stratagem, etc.

So this is how the code work :

When you hit tabula rasa, it will use the first one of the following that is not already active : -tabula rasa -Parsimony -Ebullience -Celerity (it does the same for lights stratagems if you are under light arts)

Basically, all you have to do after this to maximize your 2hour is one maccro with ”/ja “Tabula Rasa” <me>”. When you use your 2hour all you have to do is hit the same maccro to use all 3 buff in a row, and this for each spell you cast. I would recommend putting in the maccro the equipment of two differents gear for the same slot to allow animation skipping, thus allowing to run while you use all 3 stratagems.

enjoy :)

Any feedback welcome of course


<?xml version="1.0" ?>
<spellcast>
	<config	
		RequireVersion = "2.16"
		Debug="true" 
		ShowGearSwaps="false" />
	<sets>
		<group name="default">
		</group>
	</sets>
	<variables>
	</variables>
	<rules>
	<if spell="Tabula Rasa">
		<if BuffActive="Tabula Rasa">
			<if BuffActive="Penury|Parsimony">
				<if BuffActive="Rapture|Ebullience">
					<if BuffActive="Light Arts|Addendum: White">
						<action type="ChangeSpell" Spell="Celerity" />
					</if>
					<elseif BuffActive="Dark Arts|Addendum: Black">
					<action type="ChangeSpell" Spell="Alacrity" />
					</elseif>
				</if>
				<elseif BuffActive="Light Arts|Addendum: White">
					<action type="ChangeSpell" Spell="Rapture" />
				</elseif>
				<elseif BuffActive="Dark Arts|Addendum: Black">
					<action type="ChangeSpell" Spell="Ebullience" />
				</elseif>
			</if>
			<elseif BuffActive="Light Arts|Addendum: White">
				<action type="ChangeSpell" Spell="Penury" />
			</elseif>
			<elseif BuffActive="Dark Arts|Addendum: Black">
				<action type="ChangeSpell" Spell="Parsimony" />
			</elseif>
		</if>
	</if>
 
	</rules>
</spellcast>
plugins/spellcast/userxml/sch/dagod.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