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,457
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 (4)
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


Post A Reply Comment Options
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-26-23, 05:12 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
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 12-18-23, 06:50 PM  
LAETH08
A Kobold Labourer
 
LAETH08's Avatar

Forum posts: 1
File comments: 54
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 01-21-24, 11:51 AM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
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 04-05-24, 06:47 PM  
LAETH08
A Kobold Labourer
 
LAETH08's Avatar

Forum posts: 1
File comments: 54
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.

Code:
/run EnableAddOn("Blizzard_CompactRaidFrames") EnableAddOn("Blizzard_CUFProfiles") EnableAddOn("Blizzard_RaidUI") ReloadUI()
Last edited by LAETH08 : 04-23-24 at 06:30 AM.
Report comment to moderator  
Reply With Quote
Unread 04-24-24, 09:45 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

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

Originally Posted by LAETH08
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.

Code:
/run EnableAddOn("Blizzard_CompactRaidFrames") EnableAddOn("Blizzard_CUFProfiles") EnableAddOn("Blizzard_RaidUI") ReloadUI()

Honestly, I haven't a clue why that would be happening. I just got my sub going again tonight (cata soon yay) so I'm going to try a purely fresh install of the UI and see what's going on.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: