Xaver-DaRed

Results 42 comments of Xaver-DaRed

Regarding /vol & /volunteer https://ffxiclopedia.fandom.com/wiki/Command/volunteer Seems like an old/avandoned feature. Its a pretty long list. Some are emotes and some are shortened versions of existing commands.

itemObject.onItemEquip = function(target, item) itemObject.onItemUnequip = function(target, item) in this case: ```lua itemObject.onItemUnequip = function(target, item) if target:hasStatusEffect(X) target:delStatusEffect(X) end end ```

We could just use effect subpower to save the slot of the item used and THEN add a check for the ring slot placement before removing the effect

We've been busy lately. Sorry. We'll get to this as soon as we can.

Ready for review. I leveled a DRK to 96 to know which effects get overriden and which dont

I dont know if this is the correct approach to implement the enhancement to `sic` and `ready` For starters, there are multiple versions of the weapon, meaning, this approach would...

I agree. Please let it as a draft for the time being. And thank you^^

Other than the actual AV script, the rest is awesome. As for AV itself, it could use some cleaning and verbosity BUT the actual logic looks correct. I would say...