Spellcast Error Reading End Tag. Help Please!

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » Windower » Spellcast Scripting » White Mage » Spellcast error reading end tag. help please!
Spellcast error reading end tag. help please!
 Bismarck.Yotaru
Offline
Server: Bismarck
Game: FFXI
user: joonyong
Posts: 3
By Bismarck.Yotaru 2013-03-10 17:12:59
Link | Quote | Reply
 
Tried looking for an open tag somewhere but can't find one. Help would be much appreciated.
Code below:
<?xml version="1.0"?>
<spellcast>
<config
RequireVersion="2.20"
HideErrors="false"
ShowGearSwaps="false"
Debug="true"
ShowSpellInfo="false"
/>
<sets>
<group default="yes" name="WhiteMage">

<set name = "idle">
<main>Light Staff</main>
<body>Noble's Tunic</body>
<legs>Orison Pantaln. +1</legs>
<feet>Rostrum Pumps</feet>
<sub>Raptor Strap +1</sub>
<back>Orison Cape</back>
<waist>Hierach's Belt</waist>
<hands>Hlr's Mitts +1</hands>
<head>Orison Cap +1</head>
</set>
<set name = "heal">
<main>Light Staff</main>
<body>Noble's Tunic</body>
<legs>Orison Pantaln. +1</legs>
<feet>Rostrum Pumps</feet>
<sub>Raptor Strap +1</sub>
<back>Orison Cape</back>
<waist>Penitent's Rope</waist>
<hands>Hlr's Mitts +1</hands>
<head>Orison Cap +1</head>
<rring>Tamas Ring</rring>
</set>
<set name ="Haste">
<head>Walahra Turban</head>
<legs>Blessed Trousers</legs>
<feet>Blessed Pumps</feet>
<body>Goliard Saio</body>
<hands>Blessed Mitts</hands>
</set>
<set name ="enfeeb">
<head>Orison Cap+1</head>
<body>Augur's jaseran</body>
<back>Rainbow Cape</back>
<waist>Penitent's Rope</waist>
<legs>Sagacity lappas</legs>
<feet>Rostrum pumps</feet>
<lring>Balrahn's ring</lring>
</set>
<set name ="DC">
<hands>Orison mitts +1</hands>
</set>
<set name = "SS">
<head>Orison Cap+1</head>
<body>Augur's jaseran</body>
<back>Rainbow Cape</back>
<waist>Penitent's Rope</waist>
<legs>Sagacity lappas</legs>
<feet>Rostrum pumps</feet>
</set>
<set name = "buffs">
<head>Walahra Turban</head>
<legs>Blessed Trousers</legs>
<feet>Cleric's duckbills</feet>
<body>Goliard Saio</body>
<hands>Blessed Mitts</hands>
</set>
<set name = "hmp">
<waist>Hierach's belt</waist>
<legs>Sagacity lappas</legs>
<head>Goliard chapeau</head>
<body>Errant Hpl.</body>
<neck>Grandiose Chain</neck>
</set>
</group>
</sets>
<variables>
<variable/>
<rules>
<if job ="WHM">
<equip when="resting" set="hmp" />
<equip when="idle" set="idle" />
</if>
<if Skill="HealingMagic">
<if Spell="Cure*|Cura*">
<equip when ="PreCast" set="heal" />
</if>
<if Spell="*na">
<equip when = "PreCast" set="haste"/>
</if>
</if>
<if Skill="EnhancingMagic">
<if Spell="Protect*|Shell*|Bar*">
<equip when ="PreCast" set ="buffs"/>
</if>
<if Spell="Haste">
<equip when="PreCast" set="Haste"/>
</if>
<if Spell ="Stoneskin">
<equip when="PreCast" set="SS"/>
</if>
</if>
<if Skill="EnfeeblingMagic">
<equip when ="PreCast" set="enfeeb"/>
</if>
</rules>
</spellcast>
 
Offline
Posts:
By 2013-03-10 17:29:35
 Undelete | Edit  | Link | Quote | Reply
 
Post deleted by User.
[+]
 Bismarck.Yotaru
Offline
Server: Bismarck
Game: FFXI
user: joonyong
Posts: 3
By Bismarck.Yotaru 2013-03-10 17:33:04
Link | Quote | Reply
 
thanks just figured it out as i saw this