Auto Remedy

言語: JP EN DE FR
2010-06-21
New Items
users online
Auto Remedy
 Quetzalcoatl.Sanriku
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Sanriku
Posts: 75
By Quetzalcoatl.Sanriku 2013-10-02 23:47:14  
So, I got tired of going into my menu to use a remedy to prevent a vital ability from getting para'd. Not sure if this can be handled any better, but take a look.

Variables:
Code
<var name="AutoRemedy">0</var>
<var name="LastAbility"></var>


Rule:
Code
<!-- Auto Remedy (This gets expensive) -->
		<if advanced='"AutoRemedy" = "1"'>
			<if mode="AND" CommandPrefix="/ja|/jobability|/ma|/pet" BuffActive="Para*">
				<cancelspell />
				<var cmd="set LastAbility %Spell" />
				<command>input /item "Remedy" <me>;wait 3;input "$LastAbility"</command>
			</if>
		</if>


I'd take all the input I can get to clean this up.
Log in to post.