Elin
CustomAIRedux
Showing 1-4 of 4 entries
Update: 6 Sep @ 9:53pm

🔧 Technical Summary (Latest Changes)

Fixed Fallback Toggle UI Update Bug:

* Solution: Switched to UIButton.SetToggle(isOn, callback) method used by Elin's own LayerCraft
* Implementation: Direct visual state update via SetCheck(isOn) without full UI rebuild
* Removed: Useless "Other Characters" popup from preset loading dialogs

Update: 6 Sep @ 7:45pm

NPCSpellFix Nightly Compatibility patch

🔧 COMPATIBILITY UPDATE: Enhanced CustomAI to support NPCSpellFix Nightly's new spell charge system

* Background: NPCSpellFix Nightly now includes spell charges that automatically remove depleted spells from NPC ability lists


* Technical:
* Updated spell lookup system to handle dynamic ability lists
* Added graceful handling when spells are removed due to charge depletion
* NPCs now automatically skip to next CustomAI instruction when targeted spells are unavailable
* Result: Full compatibility with NPCSpellFix Nightly's charge mechanics – CustomAI seamlessly adapts when NPCs run out of spell charges

Update: 4 Sep @ 11:05pm

Fixed a InvalidCastException

Update: 3 Sep @ 1:36am

Inital Creation