CA Spellcast Help

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » Jobs » Blue Mage » CA Spellcast Help
CA Spellcast Help
 Bismarck.Toabea
Offline
Server: Bismarck
Game: FFXI
user: Enygma3
Posts: 101
By Bismarck.Toabea 2010-10-07 03:17:52
Link | Quote | Reply
 
I'm not too big of a wiz with spellcast rules, but im trying to basically have something like.

If chain affinity is active, always keep mavi head +1 equipped. And if it isn't do str set or w/e set that has maat's cap in it or w/e
 Fenrir.Nightfyre
Offline
Server: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2010-10-07 03:26:49
Link | Quote | Reply
 
Code
<if BuffActive="Chain Affinity">
<equip when="idle|engaged|resting|precast|midcast|aftercast"><head lock="t">Mavi Kavuk +1</head></equip>
</if>
<!-- normal rules follow -->


iirc. Thanks for reminding me, I need to code in additional rules for CA and new rules for Efflux and BA now.
[+]
 Jar
Offline
Posts: 570
By Jar 2010-10-07 03:30:27
Link | Quote | Reply
 
<!-- Spells Rule -->
<if CommandPrefix="/magic|/ninjutsu|/ma|/nin">
<!-- Magic Rules MND/INT/CHR with a precast fastcast-->
<if spell="Pollen|Wild Carrot|Magic Fruit|Plenilune Embrace|Healing breaze">
<action type="equip" when="midcast" set="MND" />
</if>
<if spell="Leafstorm|Blazing bound|Acrid Stream|Sandspin|Cursed Sphere|Blastbomb|Bomb Toss|Death Ray|Blitzstrahl|Ice Break|Maelstrom|Firespit|Corrosive Ooze|Regurgitation|Mysterious Light|Eyes On Me|Magic Hammer|Mind Blast">
<if spell="Magic Hammer|Mind Blast|Leafstorm|Blazing bound|Acrid Stream|Sandspin|Cursed Sphere|Blastbomb|Bomb Toss|Death Ray|Blitzstrahl|Ice Break|Maelstrom|Firespit|Corrosive Ooze|Regurgitation|Mysterious Light|Eyes On Me">
<action type="equip" when="precast" set="FastCast" />
</if>
<if MPPLT="51" Advanced="$UggPendant==1">
<action type="equip" when="precast|midcast" >
<neck lock="Yes">Uggalepih Pendant</neck>
</action>
</if>
<if spell="Magic Hammer|Mind Blast">
<action type="equip" when="midcast" set="MND" />
</if>
<if spell="Leafstorm|Blazing bound|Acrid Stream|Sandspin|Cursed Sphere|Blastbomb|Bomb Toss|Death Ray|Blitzstrahl|Ice Break|Maelstrom|Firespit|Corrosive Ooze|Regurgitation">
<action type="equip" when="midcast" set="INT" />
</if>
<if spell="Mysterious Light|Eyes On Me">
<action type="equip" when="midcast" set="CHR" />
</if>
</if>
<elseif spell="Auroral Drape|Osmosis|MP Drainkiss|Actinic Burst|Soporific|Frightful Roar|Sheep song|Yawn|Chaotic Eye|Sound blast|Blood Saber|Diamondhide|Head butt">
<action type="equip" set="Macc" />
</elseif>
<!-- DD spell rules so long <_____________<;;-->
<if Type="Bluemagic" NOTspell="Head butt|Auroral Drape|Blood Saber|Diamondhide|osmosis|Benthic Typhoon|Vanity Dive|Leafstorm|Blazing bound|Battery charge|Animating wail|Regeneration|Acrid Stream|Refueling|Plenilune Embrace|Actinic burst|Cocoon|Reactor Cool|Warm-up|Plasma Charge|Amplification|Saline coat|Zephyr mantle|Triumphant Roar|Memento mori|Magic Hammer|Mind Blast|Pollen|Wild Carrot|Magic Fruit|Sandspin|Cursed Sphere|Blastbomb|Bomb Toss|Death Ray|Blitzstrahl|Ice Break|Maelstrom|Firespit|Corrosive Ooze|Regurgitation|MP Drainkiss|Soporific|Frightful Roar|Sheep song|Yawn|Chaotic Eye|Sound blast|Mysterious Light|Eyes On Me|*Breath|Hecatomb Wave|Flying hip press" >
<action type="Equip" set="STR" />
</if>
<if spell="Benthic Typhoon">
<action type="equip" set="AGI" />
</if>
<if spell="Vanity Dive|Seedspray">
<action type="equip" set="DEX" />
</if>
<if Type="Bluemagic" NOTspell="Head butt|Auroral Drape|Blood Saber|Diamondhide|osmosis|Benthic Typhoon|Vanity Dive|Leafstorm|Blazing bound|Battery charge|Animating wail|Regeneration|Acrid Stream|Refueling|Plenilune Embrace|Actinic burst|Cocoon|Reactor Cool|Warm-up|Plasma Charge|Amplification|Saline coat|Zephyr mantle|Triumphant Roar|Memento mori|Magic Hammer|Mind Blast|Pollen|Wild Carrot|Magic Fruit|Sandspin|Cursed Sphere|Blastbomb|Bomb Toss|Death Ray|Blitzstrahl|Ice Break|Maelstrom|Firespit|Corrosive Ooze|Regurgitation|MP Drainkiss|Soporific|Frightful Roar|Sheep song|Yawn|Chaotic Eye|Sound blast|Mysterious Light|Eyes On Me|*Breath|Hecatomb Wave|Flying hip press" Buffactive="Chain affinity">
<action type="Equip" when="precast|midcast">
<head></head>
</action>
</if>



That does it and, I tossed in ugg pendant rules for blu as a bonus.
 Bismarck.Toabea
Offline
Server: Bismarck
Game: FFXI
user: Enygma3
Posts: 101
By Bismarck.Toabea 2010-10-07 03:38:10
Link | Quote | Reply
 
<if BuffActive="Chain Affinity">
<equip when="idle|engaged|resting|precast|midcast|aftercast"><head
lock="Yes">Mavi Kavuk +1</head></equip>
</if>

Doesn't work for me, i tried head lock="t" like you had it written too.
 Jar
Offline
Posts: 570
By Jar 2010-10-07 03:41:41
Link | Quote | Reply
 
Bismarck.Toabea said:
<if BuffActive="Chain Affinity">
<equip when="idle|engaged|resting|precast|midcast|aftercast"><head
lock="Yes">Mavi Kavuk +1</head></equip>
</if>

Doesn't work for me, i tried head lock="t" like you had it written too.

MSG your spellcast to me ill put it in
 Fenrir.Nightfyre
Offline
Server: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2010-10-07 03:41:47
Link | Quote | Reply
 
Bismarck.Toabea said:
<if BuffActive="Chain Affinity">
<equip when="idle|engaged|resting|precast|midcast|aftercast"><head
lock="Yes">Mavi Kavuk +1</head></equip>
</if>

Doesn't work for me, i tried head lock="t" like you had it written too.
What version of Spellcast are you using?
[+]
 Bismarck.Toabea
Offline
Server: Bismarck
Game: FFXI
user: Enygma3
Posts: 101
By Bismarck.Toabea 2010-10-07 03:51:00
Link | Quote | Reply
 
2.22
 Jar
Offline
Posts: 570
By Jar 2010-10-07 04:07:19
Link | Quote | Reply
 
Also I thought I would post this here too because windower forums have really bad BLU.xml templates and mines not to terrible after I updated it a few weeks ago

JAR bluxml V V V V
 Fenrir.Nightfyre
Offline
Server: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2010-10-07 04:10:59
Link | Quote | Reply
 
Bismarck.Toabea said:
2.22
What I posted is written for 2.30. You can get the most recent version here, along with a tool to convert your current .xmls into ones that work with 2.30.
[+]
 Cerberus.Sey
Offline
Server: Cerberus
Game: FFXI
user: Sey
Posts: 256
By Cerberus.Sey 2010-10-07 11:01:45
Link | Quote | Reply
 
Maybe I should stop playing on a PS2. =/
 Jar
Offline
Posts: 570
By Jar 2010-10-07 17:27:31
Link | Quote | Reply
 
Cerberus.Sey said:
Maybe I should stop playing on a PS2. =/
you';; never regret switching if thats what your asking lol
 Diabolos.Trangnai
Offline
Server: Diabolos
Game: FFXI
user: Nai
Posts: 103
By Diabolos.Trangnai 2010-10-07 17:31:56
Link | Quote | Reply
 
PS2 > lazy mages :D
 Jar
Offline
Posts: 570
By Jar 2010-10-07 17:47:15
Link | Quote | Reply
 
Diabolos.Trangnai said:
PS2 > lazy mages :D
lazy mage = boted mages

dont just come to insight flame dbag lol
 Fenrir.Nightfyre
Offline
Server: Fenrir
Game: FFXI
user: Nightfyre
Posts: 11680
By Fenrir.Nightfyre 2010-10-07 17:51:40
Link | Quote | Reply
 
Diabolos.Trangnai said:
PS2 > lazy mages :D
[+]
Log in to post.