I'm not sure if it's FFXIAH, Guildwork or FFXI LS Community screwing up, but my FFXIAH profile has me on BLU99/WAR49 with a Lv. 95 Yagrush equiped in my body slot.
I do not own a Yagrush.
It also has my BLU at level 38 and my WAR at 7. And my 99 MNK and THF are listed as 0, while my DRG and PUP are incorrectly listed at level 99. Every other job is also wrong.
I'm not sure if it's FFXIAH, Guildwork or FFXI LS Community screwing up, but my FFXIAH profile has me on BLU99/WAR49 with a Lv. 95 Yagrush equiped in my body slot.
I do not own a Yagrush.
It also has my BLU at level 38 and my WAR at 7. And my 99 MNK and THF are listed as 0, while my DRG and PUP are incorrectly listed at level 99. Every other job is also wrong.
It's wrong on GW, which means it'll be wrong here. Nothing I can do about that, we take GW more or less at face value.
This isn't a "broken plugin" however I do have a question about the auto-echo. Is there a way to make an auto-holy water? I can't tell you how many times I have burned through extra holy water not realizing the effect was gone.
DressUp was still broken until last night. I fixed it on dev, but didn't push it to the live branch yet. I'll do so tonight, with a number of other fixes (Hook, LuaCore, BlinkMeNot, Timers).
DressUp was still broken until last night. I fixed it on dev, but didn't push it to the live branch yet. I'll do so tonight, with a number of other fixes (Hook, LuaCore, BlinkMeNot, Timers).
DressUp was still broken until last night. I fixed it on dev, but didn't push it to the live branch yet. I'll do so tonight, with a number of other fixes (Hook, LuaCore, BlinkMeNot, Timers).
This isn't a "broken plugin" however I do have a question about the auto-echo. Is there a way to make an auto-holy water? I can't tell you how many times I have burned through extra holy water not realizing the effect was gone.
Byrth at some point said they had no plans on letting any more automation into the official addon library. I believe it was actually for this very feature to aecho when I saw it.
This isn't a "broken plugin" however I do have a question about the auto-echo. Is there a way to make an auto-holy water? I can't tell you how many times I have burned through extra holy water not realizing the effect was gone.
Byrth at some point said they had no plans on letting any more automation into the official addon library. I believe it was actually for this very feature to aecho when I saw it.
Fairly certain you could write something into GearSwap to prevent you from using it if you don't have a status effect it can remedy, but I'm not 100% certain. My wife's the GearSwap guru in the house; I just know how to Frankenstein/spaghetti code what I need from what she's already written.
That would be better, really. It's not an automation that way, just a way to stop you from using too many. Especially if you tote hallowed water around, because that ***is precious.
Not sure if this is the best place to mention this, but I've been having a fairly frequent problem of my windower doing a CTD in random intervals, but only when I zone. Might be worth mentioning that I dual box frequently, so that may muck something up when I zone with multiple characters in multiple instances.
I believe boxdestroyer isn't working properly. I'll have to check again, but I attempted to open a box earlier today and got an error and then it posted blank results. I'll write it down next time.
It is, something is definitely off about it. Certain functions not working w/gs after I downloaded the small update.
Edit: Seems to be only with mote's GS files? What would cause that? For example the WHM one doesn't recognize solace being on to swap into AF3 body. Also certain binds are being ignored.
It is, something is definitely off about it. Certain functions not working w/gs after I downloaded the small update.
Edit: Seems to be only with mote's GS files? What would cause that? For example the WHM one doesn't recognize solace being on to swap into AF3 body. Also certain binds are being ignored.
My Councilor's Garb is equipping properly when in Adoulin and that's in my Globals file.
Same thing here, todays luacore/hook downloads broke stuff. Swaps aren't working at all on RDM, several friends also say their RDM stuff stopped working while other jobs are fine. The addon loads just fine, no errors are reported. When I use //gs commands they input successfully...just, nothing swaps.
Working fine on NIN and PLD and WHM, haven't tried other jobs yet.
It is way too late for me to even try and find out why it borked, but removing the check_wearable part of unpack_equip_list is the workaround I have for my alt. Interestingly, all jobs on my own character work fine. Even those that don't work on my alt.
Said code can be found in Windower\addons\GearSwap\equip_processing.lua and changing line 127 from
Code
if type(item_tab) == 'table' and check_wearable(item_tab.id) then
to
Code
if type(item_tab) == 'table' then
meant everything was working again. Possible caveats are that GS now processes things slower and there's no sanity check that prevents user fails like trying to equip gear your job can't wear.
If I still can't fall asleep, I'll try to find out in which way(s) check_wearable broke.
Please post all crashes and errors concerning plugins after an update breaks them. This will prevent a mass amount of new topics containing the same information.
If you know an answer to any questions relating to any plugin that's broken, by all means, answer it. This is what this thread is for.
New topics made about broken plugins after an update will be locked and referred to here.