
Originally Posted by
Midnightjade
OK, I understand how to install, and I can get hold of xml files for the relevant jobs. I still have one question though, and again it's about macros.
For example, if I am on BLM and want to switch to nuking gear and cast a nuke, how do I macro it using Spellcast? Does the FFXI macro ingame read:
/ma "Stone" <t>
and then Spellcast takes care of the rest? Or does it read:
//sc file <Name of file here>
/ma "Stone" <t>
ie do I need to tell Spellcast to load up the nuking set or does it trigger off the spell name?
Thanks. Spellcast looks very useful (and powerful) but it could really really use a readme.txt file in the download for noncoders. This would help a ton and would probably stop most of these newb questions from being asked by folks like me.
Thanks!
No you load it once when you change jobs.
Spellcast will then monitor all the your actions and each time you do something (rest, cast, ja, engage etc etc) it will check all the rule in the xml to see if it has to do anything.
If you have a rule connected to that action then it will do whatever the rule tells it to do.
To follow your stone example.
You write something like this in your xml.
Code:
<if skill="Elemental" then>
<equip set="Nuking-set">
</if>
then you just type in your ffxi macro (or windower macro) /ma "Stone" <t>
Spellcast will see that you are casting Stone which is an elemental spell and therefore equip the set "Nuking-set".
It even works when you pick spells out of the spell list in the menu.