Spellcast

Language: JP EN DE FR
2010-09-08
New Items
users online
Forum » FFXI » Jobs » White Mage » Spellcast
Spellcast
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-14 19:23:11
Link | Quote | Reply
 
Trying to write a spellcast for my WHM (first one for WHM)

1) I read a code for <if spell="Cur*........dont remember how to make it differentiate cure from cursna

2)is there a generic code for all -na spells?

3)is there an encompassing code for enhancing spells? (pro shell SS barpsells etc)?

Thanks for the help in advance everyone!
 Fenrir.Leoheart
Offline
Server: Fenrir
Game: FFXI
user: Leoheart
Posts: 3012
By Fenrir.Leoheart 2011-12-14 19:28:58
Link | Quote | Reply
 
I just spell it out as "Cursna".
And use "Cure*|Cura*" for your Cures, Curagas and Curas.
[+]
 Siren.Kalilla
VIP
Offline
Server: Siren
Game: FFXI
user: Kalila
Posts: 14552
By Siren.Kalilla 2011-12-14 19:29:09
Link | Quote | Reply
 
Use the wiki :(

Windower Page
Rules Page
Variables Page
XML Updater Page
User Submitted Spellcast XMLs
 Bahamut.Bekisa
Offline
Server: Bahamut
Game: FFXI
Posts: 596
By Bahamut.Bekisa 2011-12-14 19:30:30
Link | Quote | Reply
 
1)
Code
<if spell="Cur*" notspell="Cursna">


But doing
Code
<if spell="Cure*|Cura*">


is less typing :-)
[+]
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-14 19:36:09
Link | Quote | Reply
 
Kalilla, I have looked at the wiki pages. They confuse the hell out of me unfortunately.
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-15 17:55:40
Link | Quote | Reply
 
Pastebin

That is my pastebin for whm, the windower said it loaded the file. But none of my gear changes, I have tried multiple spells from each gearset. Any suggestions?
 Siren.Kalilla
VIP
Offline
Server: Siren
Game: FFXI
user: Kalila
Posts: 14552
By Siren.Kalilla 2011-12-15 17:59:12
Link | Quote | Reply
 
Please post your debug report too
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-15 18:02:57
Link | Quote | Reply
 
Debug

As requested
 Siren.Kalilla
VIP
Offline
Server: Siren
Game: FFXI
user: Kalila
Posts: 14552
By Siren.Kalilla 2011-12-15 18:07:10
Link | Quote | Reply
 
Sorry, please load your spellcast with debug enabled and cast 1 spell like cure 1, then unload spellcast and post it.
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-15 18:08:10
Link | Quote | Reply
 
Vermithrax_Whm.xml
 Siren.Kalilla
VIP
Offline
Server: Siren
Game: FFXI
user: Kalila
Posts: 14552
By Siren.Kalilla 2011-12-15 18:09:47
Link | Quote | Reply
 
Carbuncle.Vermithrax said: »
Vermithrax_Whm.xml
I ninja edited sorry
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-15 18:12:35
Link | Quote | Reply
 
Ok, I loaded my nin.xml and it loaded and worked, so I checked the format of it against my whm, and i changed the start to look like:

<?xml version="1.0" ?>
<spellcast>
<config>
Debug="true"
Showgearswaps="true"
Requireversion="2.15"
HideErrors="false"
</config>
<variables/>
<sets>
<group name="WHM" Default="true">

and it loaded with

File: Vermithrax_WHM.xml - Group: Whm (previous was Init_load)

And now it works.
 Siren.Kalilla
VIP
Offline
Server: Siren
Game: FFXI
user: Kalila
Posts: 14552
By Siren.Kalilla 2011-12-15 18:13:54
Link | Quote | Reply
 
okie
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-15 18:17:54
Link | Quote | Reply
 
Hmmm, well, it is changing gear to the appropriate gearset for casting, but will not switch back to my idle set aftercast....
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-15 18:32:54
Link | Quote | Reply
 
It is not chaning hands/legs/back to idle set "aftercast"
 Carbuncle.Vermithrax
Offline
Server: Carbuncle
Game: FFXI
user: lselvio
Posts: 91
By Carbuncle.Vermithrax 2011-12-15 18:35:56
Link | Quote | Reply
 
nevermind....spellcheck :-)
Log in to post.