BLM XML Help

Eorzea Time
 
 
 
Langues: JP EN FR DE
users online
Forum » FFXI » Jobs » Black Mage » BLM XML Help
BLM XML Help
 Fenrir.Tessy
Offline
Serveur: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2011-07-01 05:52:21
Link | Citer | R
 
Hi everyone, I just swapped out my old BLM XML to a new one I found on the web. I have added my gear, but it gives me afail msg on line 381 where it says </else> Any ideas what it shouls stand there I would appriciate the help thank you.

BLM XML here
 Shiva.Maahes
Offline
Serveur: Shiva
Game: FFXI
user: Maahes
Posts: 20
By Shiva.Maahes 2011-07-01 06:06:25
Link | Citer | R
 
looking very briefly (i'm at work so cant really test it) i think 381 should be </elseif> to close the elseif on line 375, as i loaded it into notepad++ and couldn't find a matching pair on that nest to tie up.

cant be 100% sure but that's my first guess :)

GL hunting it!
[+]
 Bismarck.Trow
Offline
Serveur: Bismarck
Game: FFXI
Posts: 40
By Bismarck.Trow 2011-07-01 06:59:28
Link | Citer | R
 
381.
</else>
382.
</elseif>



should be

381.
</elseif>
382.
</else>

381 is closing 219. <else> before 382 closes the <elseif> on your manafont lines. switch them around and it should be gtg
[+]
 Fenrir.Tessy
Offline
Serveur: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2011-07-01 10:43:06
Link | Citer | R
 
Very cool guys, huge thank you that did the trick :) Have a good weekend everyone..
 Fenrir.Tessy
Offline
Serveur: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2011-07-01 14:01:53
Link | Citer | R
 
Okay trying this XML now and I notice this is for version 2.18, and I'm on version 2.40

and I get this failuers, wich u can see on screenshoot, andyone able to help me fix it or able to post a 100% functional BLM xml for me thanks?


 Bismarck.Trow
Offline
Serveur: Bismarck
Game: FFXI
Posts: 40
By Bismarck.Trow 2011-07-01 14:12:44
Link | Citer | R
 
363. <action type="equip" when="midcast" Set="Nuking">

you have no set called Nuking

363. <action type="equip" when="midcast" Set="FullDamage">

will fix it

or i can pm a better one to u
 Fenrir.Krazyrs
Offline
Serveur: Fenrir
Game: FFXI
user: krazyrs
Posts: 716
By Fenrir.Krazyrs 2011-07-01 14:17:50
Link | Citer | R
 
this line 313
Quote:

<if Advanced='(!((regex)%Weather=^.* x2$(/regex) AND "%WeatherElement" = "%SpellElement" AND "$%SpellElementObi" = "1") OR !("%WeatherElement" = "%spellElement")) AND ("%SpellElement" = "%DayElement" AND "$BLMAF2Pants" = "1") AND ("%skill"="ElementalMagic")'>
<action type="equip" when="midcast">
<legs lock="yes">Sorcerer's Tonban</legs>
</action>
</if>

needs to be changed to this
Quote:

<if Advanced='(!((bool)strmatch("* x2","%Weather") AND "%WeatherElement" = "%SpellElement" AND "$%SpellElementObi" = "1") OR !("%WeatherElement" = "%spellElement")) AND ("%SpellElement" = "%DayElement" AND "$BLMAF2Pants" = "1") AND ("%skill"="ElementalMagic")'>
<equip when="midcast">
<legs lock="yes">Sorcerer's Tonban</legs>
<back lock="yes">Twilight Cape</back>
</equip>
</if>

not sure if u got cape or not... can leave it out for just relic legs tho
[+]
 Cerberus.Quipto
Offline
Serveur: Cerberus
Game: FFXI
user: Quipto
Posts: 608
By Cerberus.Quipto 2011-07-01 14:21:14
Link | Citer | R
 
Bismarck.Trow said:
363. <action type="equip" when="midcast" Set="Nuking">

you have no set called Nuking

363. <action type="equip" when="midcast" Set="FullDamage">

will fix it

or i can pm a better one to u
That won't fix it. You need to remove all the "action type" and "/action" lines for it to work with 2.40.
 Fenrir.Tessy
Offline
Serveur: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2011-07-01 14:49:47
Link | Citer | R
 
I see, well I'm not that good with Spellcast writting, but is it possible anyone could be kind enough to post a BLM xml for version 2.40 wich are working, so I just can add in my gear?
 Fenrir.Krazyrs
Offline
Serveur: Fenrir
Game: FFXI
user: krazyrs
Posts: 716
By Fenrir.Krazyrs 2011-07-01 14:53:49
Link | Citer | R
 
my BLM .xml

loling at it since i havent updated t in past 2 updates XD
 Fenrir.Tessy
Offline
Serveur: Fenrir
Game: FFXI
user: Tessy
Posts: 148
By Fenrir.Tessy 2011-07-01 15:32:47
Link | Citer | R
 
Allright I take a look on it, thank you :)