Results: 6Comments by: Skylin3r
File: AUI 4.1 minimap and actionbar patch08/18/18
Thanks However user:/AddOns...
Posted By: Skylin3r
Thanks However user:/AddOns/AUI/functions/Events.lua:570: attempt to index a nil value stack traceback: user:/AddOns/AUI/functions/Events.lua:570: in function 'AUI.LoadEvents' user:/AddOns/AUI/AUI.lua:134: in function 'AUI_OnLoad' if you need more info, ask. this patch only fixed the 2 mentioned issues, you still nee...
File: AUI - Advanced UI08/18/18
Both fixes as patch
Posted By: Skylin3r
http://www.esoui.com/downloads/info2102.html
File: AUI Advanced UI FIX 4.008/18/18
Minimap fix
Posted By: Skylin3r
Posted this also in the AUI main page, but here you guys can have it here as well in "Documents\Elder Scrolls Online\live\AddOns\AUI\modules\minimap\PinData.lua" between Lines 756 and757 paste the following: = "EsoUI/Art/Compass/quest_icon.dds", = "EsoUI/Art/Compass/quest_icon.dds", = "EsoUI/Art/Compass/quest_icon.dds",...
File: AUI - Advanced UI08/18/18
Re: Map glitch
Posted By: Skylin3r
Maybe this needs to be investigated. good find, here's your FIX :D in "Documents\Elder Scrolls Online\live\AddOns\AUI\modules\minimap\PinData.lua" between Lines 756 and757 paste the following: = "EsoUI/Art/Compass/quest_icon.dds", = "EsoUI/Art/Compass/quest_icon.dds", = "EsoUI/Art/Compass/quest_icon.dds", = "EsoUI/Ar...
File: AUI - Advanced UI08/17/18
Re: Re: Re: Re: Fix for Actionbars errors
Posted By: Skylin3r
You say it works for you but are you then accessing your quickbar menu? The thing is, ZO completely removed all traces of SKILLS_ACTION_BAR_FRAGMENT in the new update's ESO UI(4.1.5). They changed the way the action bar is registered and now use ACTION_BAR_FRAGMENT, and since AUI calls ZO's old actionbar method(SKILLS_ACTION_BAR_...
File: AUI - Advanced UI08/17/18
Fix for Actionbars errors
Posted By: Skylin3r
This fixed both the skills and quickslots errors for me In "Documnets\Elder Scrolls Online\live\AddOns\AUI\modules\actionbar\Actionbar.lua" changed the following: LINE 715 change: SKILLS_ACTION_BAR_FRAGMENT:Show() to: ACTION_BAR_FRAGMENT:Show() LINE 728 change: SKILLS_ACTION_BAR_FRAGMENT:Show() to: ACTION_BAR_FRAGMENT:Show()