RUN XML Issues

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » FFXI » Jobs » Rune Fencer » RUN XML issues
RUN XML issues
 Asura.Eurewyen
Offline
サーバ: Asura
Game: FFXI
user: Tessy
Posts: 165
By Asura.Eurewyen 2013-11-25 12:03:16  
Hi everyone,

I've taken the xml wich was posted her in FFXIAH for my RUN. it works fin until I got a new pair of boots from SoA last night.

When trying to get the feet equipped it simply not work.

Here is the spelclaster I'm talking about. Anyone able to help or explaine what I shall do in advance thanks!

http://pastebin.com/HdCbVM8B
 Quetzalcoatl.Harmless
Offline
サーバ: Quetzalcoatl
Game: FFXI
user: Ollette07
Posts: 48
By Quetzalcoatl.Harmless 2013-11-25 12:30:47  
Everything looks ok to me but I'm no spellcast authority. If I had to guess i would say that you haven't updated your resources in awhile. Try typing //updateresources ingame and see what happens. You may need to reload spellcast after you do that, again, I'm not sure... just throwing ideas at you.
 Cerberus.Natsuhiko
Offline
サーバ: Cerberus
Game: FFXI
user: Natsuhiko
Posts: 189
By Cerberus.Natsuhiko 2013-11-25 15:22:51  
Quote:
<!-- Set: Vallation: A rampart or entrenchment, or the process or technique of constructing ramparts. -->
<set name="Vallation" BaseSet="Standard" />
<body>Runeist Coat</body>

Quote:
<!-- Set: Pflug -->
<set name="Pflug" BaseSet="Standard" />
<feet>Runeist Bottes</feet>

Quote:
<!-- Set: Valiance: Heroism -->
<set name="Valiance" BaseSet="Standard" />
<body>Runeist Coat</body>

Correct me if I'm wrong, but I'm pretty sure you closed the sets off with "/>" and then put a free-floating body tag in there. Might be part of the issue.

Edit: Which feet aren't working?

Edit Edit: Same thing here-
Quote:
<!-- Set: Gambit -->
<set name="Gambit" BaseSet="Standard" />
<hands>Runeist Mitons</hands>
 Sylph.Feary
Offline
サーバ: Sylph
Game: FFXI
user: feary
Posts: 455
By Sylph.Feary 2013-11-25 17:09:56  
Code
 <!-- Set: Gambit -->
      <set name="Gambit" BaseSet="Standard" [b]/[/b]>
      <hands>Runeist Mitons</hands>


i added a bold to what is an alternative to </set> when you have no gear for the set. it ends the set tag so you waste lines.

so change that to this for all the lines that are wrong.
Code
 <set name="Gambit" BaseSet="Standard">
      <hands>Runeist Mitons</hands>
</set>
 Asura.Eurewyen
Offline
サーバ: Asura
Game: FFXI
user: Tessy
Posts: 165
By Asura.Eurewyen 2013-11-25 23:19:35  
Allright thank you everyone will look on it when i get home from work.

The boots is the one from skirmish i got the other day. And i did an updateresources all said ok.

Have a god day