Spellcast Help

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » General » Spellcast Help
Spellcast Help
 Bismarck.Toabea
Offline
Server: Bismarck
Game: FFXI
user: Enygma3
Posts: 101
By Bismarck.Toabea 2010-08-10 17:43:23
Link | Quote | Reply
 
I'm sorry for posting here but ive tried everything and i can't seem to get my blm spellcast to work, all my other 10 job spellcasts work fine, but my BLM spellcast seems to not work at all. When it loads it says 4 sets when i have 8, and no rules or vars. Here's my spellcast, i know im missing something small any help would be appreciated. Btw it did work before, but i added new gear and now it doesn't. I tried looking for a misspell or typo but i can't find it.
Quote:

<?xml version="1.0" ?>
<spellcast>
<config />
<sets>
<group name="shared" default="yes">

<set name="Idle">
<main>Earth Staff</main>
<sub>Thunder Grip</sub>
<head>Sorcerer's Petasos</head>
<neck>Prudence Torque</neck>
<rear>Loquac. Earring</rear>
<lear>Moldavite Earring</lear>
<body>Sorcerer's Coat</body>
<hands>Morrigan's Cuffs</hands>
<lring>Shadow Ring</lring>
<rring>Omega Ring</rring>
<back>Merciful Cape</back>
<waist>Penitent's rope</waist>
<legs>Errant Slops</legs>
<feet>Nashira Crackows</feet>
</set>

<set name="Enfeebling">
<body>Wzd. Coat +1</body>
<neck>Enfeebling Torque</neck>
<legs>Errant Slops</legs>
<head>Igqira Tiara</head>
<back>Altruistic Cape</back>
<hands>Oracle's Gloves</hands>
</set>

<set name="Elemental">
<head>Sorcerer's Petasos</head>
<body>Igqira Weskit</body>
<neck>Elemental Torque</neck>
<legs>Errant Slops</legs>
<waist>Penitent's Rope</waist>
<hands>Morrigan's Cuffs</hands>
<feet>Nashira Crackows</feet>
<back>Merciful Cape</back>
</set>

<set name="Resting">
<main>Dark Staff</main>
<head>Goliard Chapeau</head>
<lear><Relaxing Earring</lear>
<body>Wzd. Coat +1</body>
<waist>Hierarch Belt</waist>
<hands>Oracle's Gloves</hands>
</set>

<set name="SS">
<head>Goliard Chapeau</head>
<body>Errant Hpl.</body>
<neck>Stone Gorget</neck>
<waist>Penitent's rope</waist>
<hands>Mst.Cst. Braclets</hands>
<legs>Errant Slops</legs>
<feet>Errant Pigaches</feet>
<back>Rainbow Cape</back>
<rring>Karka Ring</rring>
</set>

<set name="Stun">
<main>Thunder Staff</main>
<neck>Dark Torque</neck>
<lear>Loquac. Earring</lear>
<back>Merciful Cape</back>
<waist>Swift Belt</waist>
</set>

<set name="Dark">
<neck>Dark Torque</neck>
<lear>Loquac. Earring</lear>
<body>Errant Hpl.</body>
<hands>Morrigan's Cuffs</hands>
<back>Merciful Cape</back>
<waist>Swift Belt</waist>
<feet>Nashira Crackows</feet>
</set>

<set name="Cure">
<main>Light Staff</main>
<neck>Fylgja Torque</neck>
<rear>Loquac. Earring</rear>
<hands>Morrigan's Cuffs</hands>
<back>Merciful Cape</back>
<waist>Penitent's rope</waist>
<feet>Nashira Crackows</feet>
</set>

</group>

</sets>

<rules>

<rule Spell="Bind">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Enfeebling">
<main>Ice Staff</main>
<sub>Ice Grip</sub>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Gravity">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Enfeebling">
<main>Wind Staff</main>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Sleep*">
<action type="equip" when="precast" set="Enfeebling">
<main>Pluto's Staff</main>
<sub>Dark Grip</sub>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Poison*">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Enfeebling">
<main>Water Staff</main>
<sub>Water Grip</sub>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule spell="Stun">
<action type="equip" when="start" set="Stun" />
<action type="equip" when="done" delay="2" set="idle" />
</rule>

<if status="Resting">
<action type="equip" when="Resting" set="Resting"/>
</if>

<rule Spell="Cur*">
<action type="equip" when="precast" set="Cure" />
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Bliz*|Frost|Freeze*" NotDay="Iceday">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Elemental">
<main>Ice Staff</main>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Bliz*|Frost|Freeze*" Day="Iceday">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Elemental">
<main>Ice Staff</main>
<waist>Hyorin Obi</waist>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Thund*|Shock|Burst*" notDay="Lightningsday">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Elemental">
<main>Thunder Staff</main>
<sub>Thunder Grip</sub>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Thund*|Shock|Burst*" Day="Lightningsday">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Elemental">
<main>Jupiter's Staff</main>
<sub>Thunder Grip</sub>
<waist>Rairin Obi</waist>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Fire*|Burn">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Elemental">
<main>Fire Staff</main>
<sub>Fire Grip</sub>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Aero*|Choke|Tornado*">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Elemental">
<main>Wind Staff</main>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Stone*|Rasp" NotSpell="Stoneskin">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Elemental">
<main>Earth Staff</main>
<sub>Earth Grip</sub>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Water*|Drown">
<action type="DefaultTarget" Target="<stnpc>" />
</action>
<action type="equip" when="precast" set="Elemental">
<main>Water Staff</main>
<sub>Water Grip</sub>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="Drain|Aspir">
<action type="equip" when="precast" set="Dark">
<main>Dark Staff</main>
<sub>Dark Grip</sub>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

<rule Spell="stoneskin">
<action type="equip" when="precast" set="SS">
<main>Water Staff</main>
</action>
<action type="equip" when="after" set="Idle" />
</rule>

</rules>

</spellcast>
 
Offline
Posts:
By 2010-08-10 17:46:25
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Bismarck.Toabea
Offline
Server: Bismarck
Game: FFXI
user: Enygma3
Posts: 101
By Bismarck.Toabea 2010-08-10 17:48:40
Link | Quote | Reply
 
yea but
Quote:
<set name="SS">
<head>Goliard Chapeau</head>
<body>Errant Hpl.</body>
<neck>Stone Gorget</neck>
<waist>Penitent's rope</waist>
<hands>Mst.Cst. Braclets</hands>
<legs>Errant Slops</legs>
<feet>Errant Pigaches</feet>
<back>Rainbow Cape</back>
<rring>Karka Ring</rring>
</set>
is my 5th set, and i can't find anything wrong with it there;;
 
Offline
Posts:
By 2010-08-10 17:49:15
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 
Offline
Posts:
By 2010-08-10 17:51:37
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
 Bismarck.Toabea
Offline
Server: Bismarck
Game: FFXI
user: Enygma3
Posts: 101
By Bismarck.Toabea 2010-08-10 17:52:06
Link | Quote | Reply
 
I found it, sorry for post, on 4th set i had an extra < lol
 Bismarck.Toabea
Offline
Server: Bismarck
Game: FFXI
user: Enygma3
Posts: 101
By Bismarck.Toabea 2010-08-10 17:52:25
Link | Quote | Reply
 
thanks seems we found it same time^^ thx for help!
 Phoenix.Crimsontears
Offline
Server: Phoenix
Game: FFXI
Posts: 210
By Phoenix.Crimsontears 2010-08-10 18:24:04
Link | Quote | Reply
 
You know you can open the XML's in Firefox, or IE. It will tell you what Line/Column your error is in. lol

Just for future reference =p
 Bahamut.Zorander
Offline
Server: Bahamut
Game: FFXI
user: Zor
Posts: 2104
By Bahamut.Zorander 2010-08-10 18:46:32
Link | Quote | Reply
 
Damn you SC ppl..I am jealous!

This would make life a whole lot easier in the long run compared to conventional macros that I have to use.
 Cerberus.Irohuro
Offline
Server: Cerberus
Game: FFXI
user: Irohuro
Posts: 6583
By Cerberus.Irohuro 2010-08-10 19:32:30
Link | Quote | Reply
 
i hate it when i have to play on ps2, i had to make a lot of different macros to do what i do on pc =/
 Fenrir.Krazyrs
Offline
Server: Fenrir
Game: FFXI
user: krazyrs
Posts: 716
By Fenrir.Krazyrs 2010-08-10 19:51:33
Link | Quote | Reply
 
selecting the RUN option from the options and choosing
Run in Firefox (or)
Run in IE

will point to the errors faster then trying to find it

also upgrading to spellcast 2.30 would say where a error was in game and tell u fix it rather then loading a faulty .xml like 2.22 does
Log in to post.