RUN XML Issues

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » Jobs » Rune Fencer » RUN XML issues
RUN XML issues
 Asura.Eurewyen
Offline
Server: Asura
Game: FFXI
user: Tessy
Posts: 165
By Asura.Eurewyen 2013-11-25 12:03:16
Link | Quote | Reply
 
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
Server: Quetzalcoatl
Game: FFXI
user: Ollette07
Posts: 48
By Quetzalcoatl.Harmless 2013-11-25 12:30:47
Link | Quote | Reply
 
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
Server: Cerberus
Game: FFXI
user: Natsuhiko
Posts: 189
By Cerberus.Natsuhiko 2013-11-25 15:22:51
Link | Quote | Reply
 
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
Server: Sylph
Game: FFXI
user: feary
Posts: 455
By Sylph.Feary 2013-11-25 17:09:56
Link | Quote | Reply
 
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
Server: Asura
Game: FFXI
user: Tessy
Posts: 165
By Asura.Eurewyen 2013-11-25 23:19:35
Link | Quote | Reply
 
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
Log in to post.