Thread Tools Display Modes
03/28/21, 06:22 AM   #1
Elrigh
Join Date: Dec 2015
Posts: 8
Miat's CastIcon Help needed

I recently returned to ESO and trying to get back into the game, I relied heavily on this addon when I was playing but itīs not working fully correct.
It messes up the Addon Menue and canīt be locked because it still uses libstub.
Can someone please look into the Addon and update it?
  Reply With Quote
03/28/21, 07:46 AM   #2
awfuldead
AddOn Author - Click to view addons
Join Date: Mar 2020
Posts: 17
Many different addons now include this feature. eg LUI / BUI / AUI / ADR / Combat metronome etc
  Reply With Quote
03/28/21, 07:54 AM   #3
Elrigh
Join Date: Dec 2015
Posts: 8
Originally Posted by awfuldead View Post
Many different addons now include this feature. eg LUI / BUI / AUI / ADR / Combat metronome etc
Yes, they do.
And a lot of stuff I donīt want or need.
All I need is a casting bar stand alone. If itīs a square one like this even better.
Can you customize any of these Addons to show nothing more then a castbar and leave the rest untouched?

Edit: I already have ADR, have not seen something like I want, take a closer look now, thanks for the tip.
  Reply With Quote
03/28/21, 07:56 AM   #4
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,973
https://www.esoui.com/downloads/file...=1807#comments

Searching the forums for LibAddonMenu and LibStub would provide a lot of similar threads with the information what to change to make those addons work again. Described it in the comments!
Try to understand the needed changes by comparing the original version to the one I linked there, so you are able to fix old addons yourself in the future ;-)
Hope it helps.
  Reply With Quote
03/28/21, 08:02 AM   #5
Elrigh
Join Date: Dec 2015
Posts: 8
Thank you so much, i already tried to change it by myself but messed up somehow. Still trying to figure out where.
I will compare your file to mine to see whatīs different and try to learn from it.
Again, thank you.
  Reply With Quote
03/28/21, 09:07 AM   #6
awfuldead
AddOn Author - Click to view addons
Join Date: Mar 2020
Posts: 17
ok u can download it here

or do this change:

in file MiatCastIcon.txt remove extra lines to make next (And pay attention to the highlighted line, where you need to replace OptionalDependsOn with DependsOn)
Code:
## Title: Miat's CastIcon
## Author: Dorrino
## APIVersion: 100034
## Version: 1.1
## SavedVariables: MiatCastIconSettings
## DependsOn: LibAddonMenu-2.0



MiatCastIcon.xml
MiatCastIcon.lua
then delete folder libs

and in file MiatCastIcon.lua change
Code:
local LAM2 = LibStub("LibAddonMenu-2.0")
to

local LAM2 = LibAddonMenu2

Last edited by awfuldead : 03/29/21 at 09:01 AM.
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » Miat's CastIcon Help needed


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off