Problems With Nin Xml

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » Spellcast Scripting » Ninja » Problems with Nin Xml
Problems with Nin Xml
 Lakshmi.Croixx
Offline
サーバ: Lakshmi
Game: FFXI
user: kooltm
Posts: 9
By Lakshmi.Croixx 2013-04-18 17:50:45  
<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
サーバ: Lakshmi
Game: FFXI
user: kooltm
Posts: 9
By Lakshmi.Croixx 2013-04-18 17:51:51  
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  
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
Online
サーバ: Bahamut
Game: FFXI
user: Lianua
Posts: 11
By Bahamut.Lianua 2013-04-18 18:14:47  
The Blade: Shun line has a misplaced '/' as well.
Log in to post.