Killing Ifrit - a Final Fantasy community: Red Mage, and Spellcast. . - Killing Ifrit - a Final Fantasy community

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Red Mage, and Spellcast. . XML scripting. etc.

#1
User is offline   Sakka_Valefor 

  • AM MB the SC!
  • PipPipPipPip
How do you guys script Convert in spellcast?

Previously, I've just used windower macros for regular events, and spellcast for soloing. I bothered with maxed out convert ratio in events, but during solo I didn't bother because it took too long. However, I'm starting to use spellcast for pretty much every job since I hate having to update ten thousand lines when i get a new piece of gear >.>

How do you guys put Convert into spellcast so it maxes out your HP/MP, or do you not bother? As a taru, I am often around 1:1 ratio.
0

#2
User is offline   Argettio 

  • Shout spammer
  • PipPip

View PostSakka_Valefor, on 10 December 2009 - 09:11 PM, said:

How do you guys script Convert in spellcast?

Previously, I've just used windower macros for regular events, and spellcast for soloing. I bothered with maxed out convert ratio in events, but during solo I didn't bother because it took too long. However, I'm starting to use spellcast for pretty much every job since I hate having to update ten thousand lines when i get a new piece of gear >.>

How do you guys put Convert into spellcast so it maxes out your HP/MP, or do you not bother? As a taru, I am often around 1:1 ratio.


<if spell="Meteor"><!-- convert placeholder -->
			<action type="CancelSpell" />
			<if SubJob="BLM">
				<action type="command">exec spellcast/Convert_BLM.txt</action>
			</if>
			<if SubJob="WHM">
				<action type="command">exec spellcast/Convert_WHM.txt</action>
			</if>
			<if SubJob="SCH">
				<action type="command">exec spellcast/Convert_SCH.txt</action>
			</if>
			<if SubJob="DRK">
				<action type="command">exec spellcast/Convert_DRK.txt</action>
			</if>
			<if SubJob="NIN">
				<action type="command">exec spellcast/Convert_NIN.txt</action>
			</if>
			<action type="Return" />
		</if>


Macro:
/ma "Meteor" <me>

Scripts look something like:

//sc set convert
//sc disable all
JAs (divine seal for /whm, stratigums for /sch etc)
convert
Cure 4
//sc enable all
Cure 4 ( if not /whm)

My convert set is ~1100HP and a little over 1000MP, as a mithra I don't need to increase my HP to convert, but I do have to take care not to lower it too much.
I also have MP locking rules so I don't switch my gear losing all my MP once I convert, examples can be found on the windower forum.

For Tarus I have seen people equip their convert set, then cure, then convert (obviously you need to covert with enough MP left to cure yourself).

My system is hardly elegant, but it works, and it allows me to customise the way I convert for each of the subs.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic


Similar Topics Collapse

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users