Killing Ifrit - a Final Fantasy community: 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

Spellcast!!! Dragoon.xml

#1
User is offline   Lilsoulreaver 

  • CFH all night long
  • PipPipPip
Does anyone have or know of someone that has a template for a Dragoon.xml for Spellcast 3.0beta? Looked on 3 different sites, couldn't find one.
0

#2
User is offline   Kleiner 

  • Hot Galkan Love
  • PipPipPipPipPip
Windower's website


http://www.windower....ellcast/userxml
0

#3
User is offline   Lilsoulreaver 

  • CFH all night long
  • PipPipPip

View PostKleiner, on 08 March 2010 - 05:39 PM, said:



Alright, so I picked one, put my gear in, and fixed anything that wasnt working with my current set up. Only problem I have is I can't get my TP gear to re-equip after Healing breath. It puts on my drachen helm, puts on my Saurian helm, but then stays there. I've tried a few things I know, but I can't seem to get it to work. Here's what it looks like:

<if CommandPrefix="/ma|/magic">
<action type="equip" when="PreCast" set="PreHealingBreath" />
<action type="equip" when="Aftercast" set="MidHealingBreath" />
</if>

If anyone knows what command line I need to enter to get it to equip my TP gear, it would be appreciated, thank you.
0

#4
User is offline   Leijiru 

  • Farming crystals
  • Pip

View PostLilsoulreaver, on 09 March 2010 - 12:01 AM, said:

Alright, so I picked one, put my gear in, and fixed anything that wasnt working with my current set up. Only problem I have is I can't get my TP gear to re-equip after Healing breath. It puts on my drachen helm, puts on my Saurian helm, but then stays there. I've tried a few things I know, but I can't seem to get it to work. Here's what it looks like:

<if CommandPrefix="/ma|/magic">
<action type="equip" when="PreCast" set="PreHealingBreath" />
<action type="equip" when="Aftercast" set="MidHealingBreath" />
</if>

If anyone knows what command line I need to enter to get it to equip my TP gear, it would be appreciated, thank you.


The issue is, you have an aftercast set in that rule that will equip MidHealingBreath after the spell is cast.
If you want it to go back to your TP gear, you should have a default aftercast action somewhere, like at the top of your rules, have
<action type="equip" when="AfterCast" set="TP" />


But if you do that, none of your ifs can have an aftercast set, so you'd have to do
<if CommandPrefix="/ma|/magic">
	<action type="equip" when="PreCast" set="PreHealingBreath" />
	<action type="equip" when="MidCast" set="MidHealingBreath" />
</if>


Alternatively you could do
<if CommandPrefix="/ma|/magic">
	<action type="equip" when="PreCast" set="PreHealingBreath" />
	<action type="equip" when="MidCast" set="MidHealingBreath" />
	<action type="equip" when="AfterCast" set="TP" />
</if>


If this is the only time it doesn't switch to your TP gear when you're finished, so it doesn't mess
any of the other rules.

This post has been edited by Leijiru: 19 April 2010 - 07:17 PM

0

#5
User is offline   Lilsoulreaver 

  • CFH all night long
  • PipPipPip

View PostLeijiru, on 19 April 2010 - 07:16 PM, said:

The issue is, you have an aftercast set in that rule that will equip MidHealingBreath after the spell is cast.
If you want it to go back to your TP gear, you should have a default aftercast action somewhere, like at the top of your rules, have
<action type="equip" when="AfterCast" set="TP" />


But if you do that, none of your ifs can have an aftercast set, so you'd have to do
<if CommandPrefix="/ma|/magic">
	<action type="equip" when="PreCast" set="PreHealingBreath" />
	<action type="equip" when="MidCast" set="MidHealingBreath" />
</if>


Alternatively you could do
<if CommandPrefix="/ma|/magic">
	<action type="equip" when="PreCast" set="PreHealingBreath" />
	<action type="equip" when="MidCast" set="MidHealingBreath" />
	<action type="equip" when="AfterCast" set="TP" />
</if>


If this is the only time it doesn't switch to your TP gear when you're finished, so it doesn't mess
any of the other rules.


I had the same Issue. So what I did was I made a Script with my TP gear on it. "DRGTP.txt"
Then, when I make my macro, it looks like this:

/ma Cocoon
/wait 6
/console exec "drgtp.txt"

So It executes Cocoon in normal spellcast fashion, equiping my prehealingbreath, then my Mid Healingbreath.
Then after 6 seconds, kicks in the script and puts my TP gear back on.

the problem with dong an AfterCast is spellcast will requip your TP gear before the execution of healing breath and not allow you to get
the advantage of your Saruian/Wyrm Helm.

With the "/wait 6" before your script kicks in, you get bonus plus goes back to your TP gear.

Hope this helps.
0

Share this topic:


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

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