Spellcast Help >.<

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » White Mage » spellcast help >.<
spellcast help >.<
 Bismarck.Laylina
Offline
サーバ: Bismarck
Game: FFXI
user: purrr
Posts: 17
By Bismarck.Laylina 2011-10-28 16:50:09  
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
サーバ: Lakshmi
Game: FFXI
user: Greggles
Posts: 728
By Lakshmi.Greggles 2011-10-28 16:56:10  
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
サーバ: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2011-10-28 16:56:49  
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
サーバ: Fenrir
Game: FFXI
user: Ninian
Posts: 2871
By Fenrir.Niniann 2011-10-28 16:57:10  
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
サーバ: Bismarck
Game: FFXI
user: purrr
Posts: 17
By Bismarck.Laylina 2011-10-28 17:00:01  
Oh thank goodness! I'll use Greggles' code sugestion and use a haste set instead. Thanks guys!
 Lakshmi.Greggles
Offline
サーバ: Lakshmi
Game: FFXI
user: Greggles
Posts: 728
By Lakshmi.Greggles 2011-10-28 17:02:47  
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.