.
.
Nerf BLU
woah spicey, 100k views. YTMND
.
.
I made myself a spreadsheet to check off spells. Would this be of use to the guide? Basic sheet links to the BG-wiki spell pages, and monster family for each. Then did a sheet that color-coded the spells the guide says you can skip.
Also, I'm in eFlooziesXI as Hary.
.
So I just got done skimming through this and I have to say it's a good read. And I want to say something else. I've given you shit about shitposting in General and what not, but dude, you are really great at posting XI stuff. Really great work that you should be proud of. I honestly do not recall anything about you on other forums but here, at least in XI, I don't think I've seen bad posts. Maybe that Drg shit, but lolDrg. Thanks for your contributions.
.
.
.
I have a question that people I've asked in game can't answer. Right now I'm trying to farm Warder of Love. None of my AoE spells (Entomb, Floe, Sub, Crush) are hitting the adds when casted on WoL. If casted on an add, they only hit one add. However, they will hit any surrounding mob like say a clinoid. Any idea why?
.
I forgot to come back to this. I for sure missed that part of how it works with BLU. I adjusted and after some time collected everything I needed off WoL.
.
Recently returned to the game myself and want to get back into BLU. This guide is gonna be a huge help along the way, thanks for making it. <3
.
Recently started using your advanced lua from the pastebin, just wanted to let you know Occultation, White Wind, Battery Charge, and Regeneration weren't swapping to midcast sets. Edited the midcast function to get it to work like so:
if BlueMagic_Buffs:contains(spell.english) or BlueMagic_Healing:contains(spell.english) or BlueMagic_Skill:contains(spell.english) or spell.skill == 'Enhancing Magic' or spell.skill == 'Healing Magic' or spell.skill == 'Blue Magic' then
mc_Magic(spell, act)
Needed to add Blue Magic skill here because those spells aren't mapped like the rest.
.