Download
(5MB)
Download
Updated: 10-17-23 08:03 AM
Compatibility:
WOTLK (3.4.0)
Updated:10-17-23 08:03 AM
Created:04-12-21 01:54 AM
Downloads:3,341
Favorites:3
MD5:
Categories:The Burning Crusade Classic, WOTLK Classic

Roth UI - WOTLK

Version: 3.2.1
by: Joker119 [More]

Same as my current Roth_UI addon, but supports classic wow.

Some things may be broken, please post all CLASSIC WOW related issues here, this is for CLASSIC WOW only. Retail wow issues will not be addressed here.

Original (retail) release here: https://www.wowinterface.com/downloads/info24094-RothUIDiabloGalaxysRevival.html

3.2.0
* Merged versioning with retail branch
* Fixed party frames.

1.2.1
* Fixed Blizzard breaking everything again.

1.2.0

* Fixed an error related to tooltips.
* Fixed blizzard's tinybrain moment of renaming the objective tracker (again)

1.1.0

* Fixed a bug that caused the focus target frame health bar to behave strangely.
* Added a pet happiness icon to the pet frame.
* Fixed various issues with the party frame.

1.0.3

* Fixed a bug that caused a white overlay to appear over raid frames.
* Fixed a bug that caused shaman totems to not be displayed properly.
* Fixed an issue with path names that caused target markers above targets to be a green box.

1.0.2

* Fixed a bug that caused party frames not to load properly.
Optional Files (0)


Archived Files (8)
File Name
Version
Size
Author
Date
3.2.0
5MB
Joker119
10-13-23 09:08 AM
1.2.1
9MB
Joker119
04-13-23 01:49 PM
1.2.0
5MB
Joker119
09-26-22 03:54 AM
1.1.0
5MB
Joker119
06-13-21 06:36 PM
1.0.3
5MB
Joker119
05-19-21 03:22 PM
1.0.2
5MB
Joker119
04-20-21 11:17 PM
1.0.1
5MB
Joker119
04-14-21 03:12 PM
1.0.0
5MB
Joker119
04-12-21 01:54 AM


Post A Reply Comment Options
Unread 04-05-24, 06:47 PM  
LAETH08
A Kobold Labourer
 
LAETH08's Avatar

Forum posts: 1
File comments: 53
Uploads: 0
Re: Re: Party Frames Disabled

Originally Posted by Joker119
Originally Posted by LAETH08
Hello, thanks for the addon. As the title says, when in a party or raid the party frames and raid frames disappear. There's a command I can run to bring back blizzards default frames, but I have to do it every time I run the game. Any way to have this addon's party/raid frames work by default? I have them both set to show as true when in a party/raid respectfully
In theory it should be "just working" by default currently, unless Blizz changed something again, since the last time I was on (about mid-late Oct) it was working fine.

Will look into it this coming week since I need to set aside time to fix the retail version anyways.
I was wondering if you ever found out a fix or reason why this was happening? It does it for me in any version of WoW; retail, classic, sod. I have a macro that I run when I get into a party to enable Blizzard's default frames, which is the work-a-round I use for now, but I prefer the style of this addon's more. Next time I log in, I'll edit this post with the macro I use for reference.
Report comment to moderator  
Reply With Quote
Unread 01-21-24, 11:51 AM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 503
Uploads: 10
Re: Party Frames Disabled

Originally Posted by LAETH08
Hello, thanks for the addon. As the title says, when in a party or raid the party frames and raid frames disappear. There's a command I can run to bring back blizzards default frames, but I have to do it every time I run the game. Any way to have this addon's party/raid frames work by default? I have them both set to show as true when in a party/raid respectfully
In theory it should be "just working" by default currently, unless Blizz changed something again, since the last time I was on (about mid-late Oct) it was working fine.

Will look into it this coming week since I need to set aside time to fix the retail version anyways.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 12-18-23, 06:50 PM  
LAETH08
A Kobold Labourer
 
LAETH08's Avatar

Forum posts: 1
File comments: 53
Uploads: 0
Party Frames Disabled

Hello, thanks for the addon. As the title says, when in a party or raid the party frames and raid frames disappear. There's a command I can run to bring back blizzards default frames, but I have to do it every time I run the game. Any way to have this addon's party/raid frames work by default? I have them both set to show as true when in a party/raid respectfully
Code:
--PARTY
    party = {
	  vertical = true,
      show = true,
      alpha = {
        notinrange = 0.5,
      },
      scale = 1,
	  vertwidth = 228,
      vertheight = 64,
	  width = 128,
      height = 64,
      pos = { a1 = "CENTER", a2 = "CENTER", af = "UIParent", x = -335, y = 150 },
      aurawatch = {
        show            = true,
        size            = 18,
      },F--
      auras = {
        show = true,
        size = 22,
        onlyShowPlayerDebuffs = false,
        showDebuffType = true,
        showBuffs = true,
        onlyShowPlayerBuffs = true,
		showBuffType = true,
		number = 5,
      },
      health = {
        texture = (mediapath.."statusbar3"),
        tag = "[diablo:misshp]",
		fontSize = 11,
		point = "RIGHT",
		x = -20,
		y = 0,
      },
      power = {
        texture = (mediapath.."statusbar3"),
      },
	  misc = {
		NameFontSize = 14
	  },
      portrait = {
        show = true,
        use3D = true,
		width = 85,
      },
      attributes = {
        visibility          = "custom [nogroup:party,nogroup:raid] show; [group:party,nogroup:raid] show; hide",  --show this header in party
        showPlayer          = true,     --make this true to show player in party
        showSolo            = false,    --make this true to show while solo (only works if solo is in visiblity aswell
        showParty           = true,    --make this true to show headerin party
        showRaid            = false,    --show in raid
		hideInArena         = false,     --hides the party frame while inside an arena
		VerticalPoint       = "TOP",
		HorizontalPoint     = "LEFT",
      },
    },

    --RAID
    raid = {
      show = true,
      special = {
        chains = false, --should the raidframe include the chain textures?
      },
      alpha = {
        notinrange = 0.4,
      },
      scale = 1,
      pos = { a1 = "TOPLEFT", a2 = "TOPLEFT", af = "UIParent", x = 5, y = -5 },
      health = {
        texture = (mediapath.."statusbar3"),
        tag = "[diablo:misshp]",   --tag for the second line
      },
      power = {
        texture = (mediapath.."statusbar3"),
      },
      aurawatch = {
        show            = true,
      },
      auras = {
        --put every single spellid here that you want to be tracked, be it buff or debuff doesn't matter
        whitelist = {
			223306, -- Bestow Faith
			53563, -- Beacon of Light
			6940, -- Blessing of Sacrifice
			287280, -- Glimmer of Light
			156910, -- Beacon of Faith
			200025, -- Beacon of Virtue
			313255, -- Slow
			344916, -- Tuft of smoldering Plumage
			29203,
			32593,
			32594,
			31956,
			53601,
			66922
        },
		blacklist = {
			--these are abilities that should definetly not be shown
			164545,
			164547,
			54149,
			},
        show            = true,
        disableCooldown = false,
        showBuffType    = true,
        showDebuffType  = true,
		doNotUseCustomFilter = false,
        size            = 12,
        num             = 5,
        spacing         = 3,
		debuffPos = { a1 = "CENTER", x = 0, y = -23},
		buffPos = {a1 = "CENTER", x = 0, y = 12},
      },
      attributes = {
        visibility          = "custom [nogroup:party,nogroup:raid] show; [group:party,nogroup:raid] show; show",  --show this
        showPlayer        = true,  --make this true to show player in party
        showSolo            = false,  --make this true to show while solo (only works if solo is in visiblity aswell
        showParty           = false,  --make this true to show raid in party
        showRaid            = true,  --show in raid
		showInArena      = true, --shows this frame while in an arena
        point               = "TOP",
        yOffset             = 15,
        xoffset             = 0,
        maxColumns          = 4,
        unitsPerColumn      = 10,
        columnSpacing       = -20,
        columnAnchorPoint   = "LEFT",
      },
    },
Report comment to moderator  
Reply With Quote
Unread 11-26-23, 05:12 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 503
Uploads: 10
I have noticed this myself, but have not had the time to figure out what it is to get rid of it.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 11-20-23, 11:45 AM  
Quolyn
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Stuck artwork?

Hi, always been a fan of rothUI and when I picked back up wotlk of course this was the one UI I missed.
After downloading I noticed I had this strange artwork piece stuck below the mana orbs on my screen. Attempted to unlock and move everything (roth, rabs, etc) but it seems to just stay there. I dont have another UI and when I disable roth it disappears so I'm not sure whats causing it.

(also an issue with they keyring being absolutely massive but im sure its just a matter of editing the LUA somewhere)

Appreciate any help or advice in advanced

picture in link
Report comment to moderator  
Reply With Quote
Unread 11-10-23, 11:50 AM  
krelle1
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Minimap

Hi

I get these Lua errors every time i log in. I have tried to solve it myself but without succes so far

Message: Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua:98: attempt to index global 'MiniMapInstanceDifficulty' (a nil value)
Time: Fri Nov 10 18:43:18 2023
Count: 1
Stack: Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua:98: attempt to index global 'MiniMapInstanceDifficulty' (a nil value)
[string "@Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua"]:98: in main chunk

Locals: A = "Roth_UI"
L = <table> {
LoadConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:34
ResetFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:139
AddConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:21
cfg = <table> {
}
StartFadeIn = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:30
UnlockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:107
dragFrames = <table> {
}
UnlockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:121
ResetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:99
LockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:130
GetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:75
LockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:114
ListenForLoaded = <function> defined @Interface/AddOns/Roth_UI/init.lua:35
addonShortcut = "rmm"
addonColor = "00FFAA00"
dragFrameList = <table> {
}
pastebin = Frame {
}
addonName = "Roth_UI"
GetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:64
StartFadeOut = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:44
SkinChats = <function> defined @Interface/AddOns/Roth_UI/embeds/rChat/core/core.lua:136
ResetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:83
ListenForMediaChange = <function> defined @Interface/AddOns/Roth_UI/init.lua:31
oUF = <table> {
}
}
addon = "Roth_UI"
ns = <table> {
LoadConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:34
ResetFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:139
AddConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:21
cfg = <table> {
}
StartFadeIn = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:30
UnlockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:107
dragFrames = <table> {
}
UnlockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:121
ResetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:99
LockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:130
GetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:75
LockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:114
ListenForLoaded = <function> defined @Interface/AddOns/Roth_UI/init.lua:35
addonShortcut = "rmm"
addonColor = "00FFAA00"
dragFrameList = <table> {
}
pastebin = Frame {
}
addonName = "Roth_UI"
GetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:64
StartFadeOut = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:44
SkinChats = <function> defined @Interface/AddOns/Roth_UI/embeds/rChat/core/core.lua:136
ResetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:83
ListenForMediaChange = <function> defined @Interface/AddOns/Roth_UI/init.lua:31
oUF = <table> {
}
}
cfg = <table> {
showXpRep = true
rtooltip = <table> {
}
notSelectedTabColor = <table> {
}
minimap = <table> {
}
backdrop = <table> {
}
chat = <table> {
}
framesLocked = true
font = "Interface\AddOns\Roth_UI\media\Expressway.ttf"
ScrollingEmotes = false
powercolors = <table> {
}
hideChatTabBackgrounds = true
playername = "Dendødehest"
HideCustomCombatLog = true
embeds = <table> {
}
playerclass = "WARLOCK"
Message: ...ace/AddOns/Roth_UI/embeds/rObjectiveTracker/core.lua:24: attempt to index global 'WatchFrame' (a nil value)
Time: Fri Nov 10 18:43:18 2023
Count: 1
Stack: ...ace/AddOns/Roth_UI/embeds/rObjectiveTracker/core.lua:24: attempt to index global 'WatchFrame' (a nil value)
[string "@Interface/AddOns/Roth_UI/embeds/rObjectiveTracker/core.lua"]:24: in main chunk

Locals: A = "Roth_UI"
L = <table> {
LoadConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:34
ResetFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:139
AddConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:21
cfg = <table> {
}
StartFadeIn = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:30
UnlockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:107
dragFrames = <table> {
}
UnlockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:121
ResetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:99
LockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:130
GetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:75
LockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:114
ListenForLoaded = <function> defined @Interface/AddOns/Roth_UI/init.lua:35
addonShortcut = "rot"
addonColor = "00FF00AA"
dragFrameList = <table> {
}
pastebin = Frame {
}
addonName = "Roth_UI"
GetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:64
StartFadeOut = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:44
SkinChats = <function> defined @Interface/AddOns/Roth_UI/embeds/rChat/core/core.lua:136
ResetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:83
ListenForMediaChange = <function> defined @Interface/AddOns/Roth_UI/init.lua:31
oUF = <table> {
}
}
addon = "Roth_UI"
ns = <table> {
LoadConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:34
ResetFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:139
AddConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:21
cfg = <table> {
}
StartFadeIn = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:30
UnlockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:107
dragFrames = <table> {
}
UnlockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:121
ResetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:99
LockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:130
GetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:75
LockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:114
ListenForLoaded = <function> defined @Interface/AddOns/Roth_UI/init.lua:35
addonShortcut = "rot"
addonColor = "00FF00AA"
dragFrameList = <table> {
}
pastebin = Frame {
}
addonName = "Roth_UI"
GetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:64
StartFadeOut = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:44
SkinChats = <function> defined @Interface/AddOns/Roth_UI/embeds/rChat/core/core.lua:136
ResetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:83
ListenForMediaChange = <function> defined @Interface/AddOns/Roth_UI/init.lua:31
oUF = <table> {
}
}
cfg = <table> {
showXpRep = true
rtooltip = <table> {
}
notSelectedTabColor = <table> {
}
minimap = <table> {
}
backdrop = <table> {
}
chat = <table> {
}
framesLocked = true
font = "Interface\AddOns\Roth_UI\media\Expressway.ttf"
ScrollingEmotes = false
powercolors = <table> {
}
hideChatTabBackgrounds = true
playername = "Dendødehest"
HideCustomCombatLog = true
embeds = <table> {
}
playerclass = "WARLOCK"
notSelec
Message: Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua:1 (null)
Time: Fri Nov 10 18:43:19 2023
Count: 1
Message: Interface/AddOns/Roth_UI/embeds/rObjectiveTracker/core.lua:1 (null)
Time: Fri Nov 10 18:43:19 2023
Count: 1
Message: Interface_Vanilla\FrameXML\Bindings.xml:1 Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua:1 (null)
Time: Fri Nov 10 18:43:19 2023
Count: 1
Message: Interface_Vanilla\FrameXML\Bindings.xml:1 Interface/AddOns/Roth_UI/embeds/rObjectiveTracker/core.lua:1 (null)
Time: Fri Nov 10 18:43:19 2023
Count: 1
Message: Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua:93: attempt to index global 'MiniMapInstanceDifficulty' (a nil value)
Time: Fri Nov 10 18:43:24 2023
Count: 4
Stack: Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua:93: attempt to index global 'MiniMapInstanceDifficulty' (a nil value)
[string "@Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua"]:93: in function <Interface/AddOns/Roth_UI/embeds/rMinimap/core.lua:89>

Locals: (*temporary) = nil
(*temporary) = nil
(*temporary) = 0.900000
(*temporary) = "attempt to index global 'MiniMapInstanceDifficulty' (a nil value)"
Report comment to moderator  
Reply With Quote
Unread 10-25-23, 04:19 PM  
Kosmosila
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally Posted by Joker119
Originally Posted by Avyuir
Hey Galaxy! Recently redownloaded WoW Classic to play and updated your addon but it looks like patch 3.4.2 broke the addon again?
Odd, not sure why that's happening. I'll need to re-up my sub so that I can debug and fix this when I have time, am currently loaded down with multiple commissions at the moment.
Hello. Party not working? Just a raid?
Report comment to moderator  
Reply With Quote
Unread 08-26-23, 06:03 AM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 503
Uploads: 10
Originally Posted by Avyuir
Hey Galaxy! Recently redownloaded WoW Classic to play and updated your addon but it looks like patch 3.4.2 broke the addon again?
Odd, not sure why that's happening. I'll need to re-up my sub so that I can debug and fix this when I have time, am currently loaded down with multiple commissions at the moment.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 08-23-23, 11:57 AM  
Raq
A Defias Bandit

Forum posts: 2
File comments: 52
Uploads: 0
Arena Frame bug?

Hey there!

I get this error even though it is set to FALSE to show arena frames.
Thanks for dealing with all of this for everyone to keep things updated on classic as well as retail, gj!

Code:
1x [ADDON_ACTION_BLOCKED] AddOn 'Roth_UI' tried to call the protected function 'ArenaEnemyFrames:SetPoint()'.
[string "@!BugGrabber/BugGrabber.lua"]:481: in function <!BugGrabber/BugGrabber.lua:481>
[string "=[C]"]: in function `SetPoint'
[string "@Interface_Wrath/FrameXML/UIParent.lua"]:2679: in function `UIParentManageFramePositions'
[string "@Interface_Wrath/FrameXML/UIParent.lua"]:1958: in function <Interface_Wrath/FrameXML/UIParent.lua:1945>
[string "=[C]"]: in function `SetAttribute'
[string "@Interface_Wrath/FrameXML/UIParent.lua"]:2714: in function <Interface_Wrath/FrameXML/UIParent.lua:2712>
[string "=[C]"]: ?
[string "=[C]"]: ?
[string "=[C]"]: in function `UIParent_ManageFramePositions'
[string "@FrameXML/BuffFrame.lua"]:379: in function `BuffFrame_UpdateAllBuffAnchors'
[string "@FrameXML/BuffFrame.lua"]:120: in function `BuffFrame_Update'
[string "@FrameXML/BuffFrame.lua"]:53: in function <FrameXML/BuffFrame.lua:49>

Locals:
_ = Frame {
 RegisterEvent = <function> defined @!BugGrabber/BugGrabber.lua:487
 0 = <userdata>
 UnregisterEvent = <function> defined @!BugGrabber/BugGrabber.lua:487
 SetScript = <function> defined @!BugGrabber/BugGrabber.lua:487
}
event = "ADDON_ACTION_BLOCKED"
events = <table> {
 ADDON_ACTION_BLOCKED = <function> defined @!BugGrabber/BugGrabber.lua:553
 ADDON_ACTION_FORBIDDEN = <function> defined @!BugGrabber/BugGrabber.lua:553
 PLAYER_LOGIN = <function> defined @!BugGrabber/BugGrabber.lua:547
 LUA_WARNING = <function> defined @!BugGrabber/BugGrabber.lua:562
 ADDON_LOADED = <function> defined @!BugGrabber/BugGrabber.lua:507
}
Report comment to moderator  
Reply With Quote
Unread 07-22-23, 08:08 PM  
Avyuir
A Kobold Labourer
 
Avyuir's Avatar

Forum posts: 0
File comments: 32
Uploads: 0
Hey Galaxy! Recently redownloaded WoW Classic to play and updated your addon but it looks like patch 3.4.2 broke the addon again?

Getting the following LUA errors:
Code:
Message: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
Time: Sat Jul 22 20:05:39 2023
Count: 1
Stack: bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))
[string "=[C]"]: in function `CreateTexture'
[string "@Interface/AddOns/Roth_UI/units/player.lua"]:601: in function <Interface/AddOns/Roth_UI/units/player.lua:579>
[string "@Interface/AddOns/Roth_UI/units/player.lua"]:652: in function `styleFunc'
[string "@Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua"]:295: in function <Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua:222>
[string "=(tail call)"]: ?
[string "@Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua"]:636: in function `Spawn'
[string "@Interface/AddOns/Roth_UI/units/player.lua"]:720: in main chunk

Locals: (*temporary) = "bad argument #3 to '?' (Usage: local texture = self:CreateTexture([name, drawLayer, templateName, subLevel]))"
Code:
Message: Interface/AddOns/Roth_UI/core/panel.lua:1710: attempt to index field 'player' (a nil value)
Time: Sat Jul 22 20:05:39 2023
Count: 1
Stack: Interface/AddOns/Roth_UI/core/panel.lua:1710: attempt to index field 'player' (a nil value)
[string "@Interface/AddOns/Roth_UI/core/panel.lua"]:1710: in function `updateHealthOrbValueTopTag'
[string "@Interface/AddOns/Roth_UI/core/panel.lua"]:2653: in function `updateOrbView'
[string "@Interface/AddOns/Roth_UI/core/db.lua"]:263: in function `loadCharacterData'
[string "@Interface/AddOns/Roth_UI/core/db.lua"]:215: in function <Interface/AddOns/Roth_UI/core/db.lua:203>

Locals: (*temporary) = <function> defined =[C]:-1
(*temporary) = FontString {
 parent = Roth_UIPlayerFrame {
 }
 UpdateTag = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/elements/tags.lua:601
 0 = <userdata>
}
(*temporary) = <function> defined @Interface/AddOns/Roth_UI/core/tags.lua:400
(*temporary) = nil
(*temporary) = "attempt to index field 'player' (a nil value)"
ns = <table> {
 LoadConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:34
 ResetFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:139
 AddConfig = <function> defined @Interface/AddOns/Roth_UI/embeds/Roth_Config/Roth_Config.lua:21
 cfg = <table> {
 }
 PowerOrb = Roth_UIPowerOrb {
 }
 StartFadeIn = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:30
 UnlockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:107
 dragFrames = <table> {
 }
 HealthOrb = Roth_UIHealthOrb {
 }
 UnlockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:121
 unit = Frame {
 }
 SetFonts = <function> defined @Interface/AddOns/Roth_UI/embeds/RothFont/Addon.lua:56
 ResetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:99
 ResetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:83
 LockFrames = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:130
 GetSize = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:75
 func = Frame {
 }
 LockFrame = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:114
 panel = Roth_UIConfigPanel {
 }
 ListenForLoaded = <function> defined @Interface/AddOns/Roth_UI/init.lua:35
 db = <table> {
 }
 addonShortcut = "rot"
 addonColor = "00FF00AA"
 dragFrameList = <table> {
 }
 addonName = "Roth_UI"
 GetPoint = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/core.lua:64
 StartFadeOut = <function> defined @Interface/AddOns/Roth_UI/embeds/rLib/framefader.lua:44
 pastebin = Frame {
 }
 bars = Frame {
 }
 ListenForMediaChange = <function> defined @Interface/AddOns/Roth_UI/init.lua:31
 oUF = <table> {
 }
}
oUF = <table> {
 DisableBlizzard = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/blizzard.lua:44
 SetActiveStyle = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua:363
 EnableFactory = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/factory.lua:38
 HCYColorGradient = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/colors.lua:134
 ColorGradient = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/colors.lua:155
 SpawnHeader = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua:538
 RegisterStyle = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua:353
 AddElement = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua:644
 useHCYColorGradient = false
 Factory = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/factory.lua:27
 RegisterMetaFunction = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua:342
 Tags = <table> {
 }
 RGBColorGradient = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/colors.lua:71
 DisableFactory = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/factory.lua:42
 objects = <table> {
 }
 colors = <table> {
 }
 RegisterInitCallback = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua
Code:
Message: FontString:SetFormattedText(): Font not set
Time: Sat Jul 22 20:05:39 2023
Count: 1
Stack: FontString:SetFormattedText(): Font not set
[string "=[C]"]: in function `SetFormattedText'
[string "@Interface/AddOns/Roth_UI/embeds/oUF/elements/tags.lua"]:609: in function `UpdateTag'
[string "@Interface/AddOns/Roth_UI/embeds/oUF/elements/tags.lua"]:475: in function `func'
[string "@Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua"]:182: in function `ForceUpdateAllElements'
[string "@Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua"]:192: in function <Interface/AddOns/Roth_UI/embeds/oUF/ouf.lua:190>
[string "=(tail call)"]: ?

Locals: (*temporary) = FontString {
 parent = Roth_UIPlayerFrame {
 }
 UpdateTag = <function> defined @Interface/AddOns/Roth_UI/embeds/oUF/elements/tags.lua:601
 0 = <userdata>
}
(*temporary) = "%s"
(*temporary) = 100
Code:
Message: Interface/AddOns/Roth_UI/units/player.lua:1 (null)
Time: Sat Jul 22 20:05:39 2023
Count: 1
Code:
Message: Interface_Wrath\FrameXML\Bindings.xml:1 Interface/AddOns/Roth_UI/units/player.lua:1 (null)
Time: Sat Jul 22 20:05:39 2023
Count: 1
Any help would be greatly appreciated as always!
Report comment to moderator  
Reply With Quote
Unread 04-13-23, 01:49 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 503
Uploads: 10
Updated.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 03-24-23, 02:58 AM  
Kosmosila
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally Posted by Joker119
I will be updating this version of rothUI in the coming week or so
great news!
Report comment to moderator  
Reply With Quote
Unread 03-20-23, 10:20 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 503
Uploads: 10
I will be updating this version of rothUI in the coming week or so
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 02-16-23, 03:54 AM  
Kosmosila
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally Posted by Dimshun
Hello,

Don't work on WOTLK 3.4.1 ((
Help please
I think the addon will not be updated. Unfortunately
Report comment to moderator  
Reply With Quote
Unread 01-21-23, 08:05 AM  
Dimshun
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hello,

Don't work on WOTLK 3.4.1 ((
Help please
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: