Problems With Nin Xml

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Spellcast Scripting » Ninja » Problems with Nin Xml
Problems with Nin Xml
 Lakshmi.Croixx
Offline
Server: Lakshmi
Game: FFXI
user: kooltm
Posts: 9
By Lakshmi.Croixx 2013-04-18 17:50:45
Link | Quote | Reply
 
<if type="WeaponSkill">
<precastdelay delay=".2" />
<aftercastdelay delay="2" />
<if Spell="Blade: Jin">
<equip when="precast" set="Jin" />
<equip when="aftercast" set="$GearType" />
</if>
<elseif Spell="Aeolian Edge">
<equip when="precast" set="AE" />
<equip when="aftercast" set="$GearType" />
</elseif>
</elseif Spell="Blade: Hi">
<equip when="precast" set="Hi" />
<equip when="aftercast" set="$GearType" />
</elseif>
</elseif Spell="Blade: Shun">
<equip when="precast" set="Shun" />
<equip when="aftercast" set="$GearType" />
</elseif>

</if>
 Lakshmi.Croixx
Offline
Server: Lakshmi
Game: FFXI
user: kooltm
Posts: 9
By Lakshmi.Croixx 2013-04-18 17:51:51
Link | Quote | Reply
 
is there anything wrong with my Blade: Hi line? everytime i try to load it, it keeps saying error line 163 column 14 which is Blade Hi line
Offline
Posts: 44
By Caivian 2013-04-18 18:11:21
Link | Quote | Reply
 
What you have:
Lakshmi.Croixx said: »

</elseif Spell="Blade: Hi">


What you should have:
Code
<elseif Spell="Blade: Hi">


(It's the forward slash that's messing you up)
[+]
 Bahamut.Lianua
Offline
Server: Bahamut
Game: FFXI
user: Lianua
Posts: 11
By Bahamut.Lianua 2013-04-18 18:14:47
Link | Quote | Reply
 
The Blade: Shun line has a misplaced '/' as well.
Log in to post.