Auto Remedy

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Spellcast Scripting » Other » Auto Remedy
Auto Remedy
 Quetzalcoatl.Sanriku
Offline
Server: Quetzalcoatl
Game: FFXI
user: Sanriku
Posts: 75
By Quetzalcoatl.Sanriku 2013-10-02 23:47:14
Link | Quote | Reply
 
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.