Spellcast Help >.<

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » Jobs » White Mage » spellcast help >.<
spellcast help >.<
 Bismarck.Laylina
Offline
Server: Bismarck
Game: FFXI
user: purrr
Posts: 17
By Bismarck.Laylina 2011-10-28 16:50:09
Link | Quote | Reply
 
I'm trying to get my whm.xml to equip a healing skill set for cursna and I'm not sure how to write it. I'm semi-new to spellcast >.<;

Any suggestions would be greatly appreciated! I should mention that this xml is for my mule, so her gear isn't that great. Thank you so much!
 Lakshmi.Greggles
Offline
Server: Lakshmi
Game: FFXI
user: Greggles
Posts: 728
By Lakshmi.Greggles 2011-10-28 16:56:10
Link | Quote | Reply
 
Code
<if SPell="Cur*" NotSpell="Cursna">
	<action type="Equip" when="Midcast" Set="Healing" />
</if>
<else>
	<action type="Equip" when="Midcast" set="HealingMagic" />
</else>


Replace that with the
<action type="Equip" when="Midcast" Set="Healing" /> line under the HealingMagic if rule and it should work.
 Ragnarok.Sekundes
Offline
Server: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2011-10-28 16:56:49
Link | Quote | Reply
 
I'm pretty sure I read a bit ago that SE confirmed that healing skill has no effect on Cursna. I'll see if I can find a link.
 Fenrir.Niniann
Offline
Server: Fenrir
Game: FFXI
user: Ninian
Posts: 2871
By Fenrir.Niniann 2011-10-28 16:57:10
Link | Quote | Reply
 
Healing skill doesn't affect Cursna. The devs on the official forums have stated this recently. Better off equipping a full haste set for Cursna.
[+]
 Bismarck.Laylina
Offline
Server: Bismarck
Game: FFXI
user: purrr
Posts: 17
By Bismarck.Laylina 2011-10-28 17:00:01
Link | Quote | Reply
 
Oh thank goodness! I'll use Greggles' code sugestion and use a haste set instead. Thanks guys!
 Lakshmi.Greggles
Offline
Server: Lakshmi
Game: FFXI
user: Greggles
Posts: 728
By Lakshmi.Greggles 2011-10-28 17:02:47
Link | Quote | Reply
 
Bismarck.Laylina said: »
Oh thank goodness! I'll use Greggles' code sugestion and use a haste set instead. Thanks guys!

Well, since healing magic doesn't affect cursna, you can just use the original code and just change this:
Code
<else>
<!-- *Raise*/*na -->

<action type="equip" set="standard" />
</else>


to equip a haste set for all of your raise and -na spells instead of the standard set.
Log in to post.