Download
(9MB)
Download
Updated: 10-09-19 03:49 PM
Compatibility:
Classic (1.13.2)
Updated:10-09-19 03:49 PM
Created:09-30-19 03:39 AM
Downloads:7,703
Favorites:3
MD5:

Roth UI Classic WoW  Popular! (More than 5000 hits)

Version: 1.0.6
by: Galaxy119 [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

* Version 1.0.6
- Combo bar should now function correctly.

* Version 1.0.5
- Removes HealPredition from party frames for real this time

* Version 1.0.4
- Removed Heal Prediction from Pets, Pet Target, Party and Raid frames
- Removed Absorb meter from Party, Pet and Raid frames

* Version 1.0.3
- Fixed nameplates (there's ganna be alot of these I can tell)

* Version 1.0.2
- I fixed the config options, don't hate me plz ><

* Version 1.0.1
- We're not talking about it..
Optional Files (0)


Post A Reply Comment Options
Unread 10-08-19, 02:27 PM  
scullz
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Orbs

I installed it and everything seems to be working fine except there is a "UIplayercAst bar" on the middle of the screen which I will be removing somehow through he text file.

My issue is the Diablo orbs are not dynamically updating my current energy and health.. They are permanently just at 100 any ideas?
Also, I was looking under the embeds but I cant unlock player unit buffs to move them around.


Thanks you.
Last edited by scullz : 10-08-19 at 02:28 PM.
Report comment to moderator  
Reply With Quote
Unread 10-07-19, 07:46 PM  
LAETH08
A Kobold Labourer
 
LAETH08's Avatar

Forum posts: 1
File comments: 53
Uploads: 0
Originally Posted by Galaxy119
Originally Posted by LAETH08
I'm having this happen while in a party
Are you on version 1.0.5, that should be fixed already.

Also you need to set showParty to false in the --RAID settings to get rid of the raid frame while in a non-raid group
Ahh ok it's all fixed now. Thanks
Report comment to moderator  
Reply With Quote
Unread 10-06-19, 05:49 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
Uploads: 10
Originally Posted by LAETH08
I'm having this happen while in a party
Are you on version 1.0.5, that should be fixed already.

Also you need to set showParty to false in the --RAID settings to get rid of the raid frame while in a non-raid group
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-06-19, 04:33 PM  
LAETH08
A Kobold Labourer
 
LAETH08's Avatar

Forum posts: 1
File comments: 53
Uploads: 0
I'm having this happen while in a party

https://www.flickr.com/photos/184847...posted-public/


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,
      },
      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 = false,
        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",
		
      },
      healprediction = {
        show = true,
        texture = (mediapath.."statusbar3"),
        color = {
          myself  = {r = 0, g = 1, b = 0, a = 1 },
          other   = {r = 0, g = 1, b = 0, a = 0.7 },
        },
        maxoverflow = 1.00,
      },
      totalabsorb = {
        show = true,
        texture = (mediapath.."absorb_statusbar_overlay"),
        color = {
          bar  = {r = 0.7, g = 1, b = 1, a = 0.9 },
        },
      },
    },

    --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
        --maximum number of icons displayed at a time = 1
        --this is for important boss mechanics only, this is not for tracking healing HOTs etc
        whitelist = {
          
        },
		blacklist = {
			--these are abilities that should definetly now be shown
			164545,
			164547,
			},
        show            = true,
        disableCooldown = false,
        showBuffType    = true,
        showDebuffType  = true,
		doNotUseCustomFilter = true,
        size            = 13,
        num             = 5,
        spacing         = 3,
        pos = { a1 = "CENTER", x = 0, y = -23},
      },
      attributes = {
        visibility          = "custom [nogroup:party,nogroup:raid] show; [group:party,nogroup:raid] show; [group:raid] show; hide",
        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 raid in party
        showRaid            = true,  --show in raid
	showInArena         = false, --shows this frame while in an arena 
        point               = "TOP",
        yOffset             = 15,
        xoffset             = 0,
        maxColumns          = 4,
        unitsPerColumn      = 10,
        columnSpacing       = -20,
        columnAnchorPoint   = "LEFT",
      },
      healprediction = {
        show = false,
        texture = (mediapath.."statusbar3"),
        color = {
          myself  = {r = 0, g = 1, b = 0, a = 1 },
          other   = {r = 0, g = 1, b = 0, a = 0.7 },
        },
        maxoverflow = 1.05,
      },
      totalabsorb = {
        show = true,
        texture = (mediapath.."absorb_statusbar_overlay"),
        color = {
          bar  = {r = 0.7, g = 1, b = 1, a = 0.9 },
        },
      },
    },
Report comment to moderator  
Reply With Quote
Unread 10-06-19, 12:09 PM  
EzieV
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: Awesome work.

Originally Posted by Galaxy119
Originally Posted by EzieV
First of I love the addon, it makes my wow experience a lot better. I do have an issue though.

I'm a rogue and use a different addon for combo points. How do I remove the combo bar? I tried editing the text and got it so, now, the bar is technically removed it but the back round of the location is just a green wall.
In the config.lua file, line 161 under 'combobar" set "show" to false
Thank you!
Report comment to moderator  
Reply With Quote
Unread 10-05-19, 06:29 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
Uploads: 10
Re: Awesome work.

Originally Posted by EzieV
First of I love the addon, it makes my wow experience a lot better. I do have an issue though.

I'm a rogue and use a different addon for combo points. How do I remove the combo bar? I tried editing the text and got it so, now, the bar is technically removed it but the back round of the location is just a green wall.
In the config.lua file, line 161 under 'combobar" set "show" to false
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-05-19, 04:41 PM  
EzieV
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Awesome work.

First of I love the addon, it makes my wow experience a lot better. I do have an issue though.

I'm a rogue and use a different addon for combo points. How do I remove the combo bar? I tried editing the text and got it so, now, the bar is technically removed it but the back round of the location is just a green wall.
Report comment to moderator  
Reply With Quote
Unread 10-05-19, 02:19 PM  
Hullnyx
A Kobold Labourer
 
Hullnyx's Avatar

Forum posts: 1
File comments: 2
Uploads: 0
Re: Re: Target of Target

Originally Posted by Galaxy119
Originally Posted by Hullnyx
Hey there, found your UI from r/classicwow.
Loving it. Just a few things.
Is there a way to seperate my unitframe from my groups? Is there a target of target frame? And are there going to be raid frames?
The player's unit frame is the health and mana orbs, it only shows another unit frame for you when you're in a raid or party.
There are raid frames and a target of target frame, yes.
Alright I found it and I see them, but now my ActionBarBackground is shorter than my bars. And my minimap is different now.

I reinstalled the whole UI over what I had in there.
I mean I could just rescale everything to make it smaller, but how would I go about changing the length of the action bar background.
Also, my micro menu is super tiny as well as my stance bar....but i have 2 now.
Image linked below

And thank you for making this UI and the help.

PS. I love heal preditcion. Why did you take it off?

https://imgur.com/a/Sq9gwGH
Last edited by Hullnyx : 10-05-19 at 04:48 PM.
Report comment to moderator  
Reply With Quote
Unread 10-04-19, 06:26 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
Uploads: 10
Re: Target of Target

Originally Posted by Hullnyx
Hey there, found your UI from r/classicwow.
Loving it. Just a few things.
Is there a way to seperate my unitframe from my groups? Is there a target of target frame? And are there going to be raid frames?
The player's unit frame is the health and mana orbs, it only shows another unit frame for you when you're in a raid or party.
There are raid frames and a target of target frame, yes.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-04-19, 05:02 PM  
Hullnyx
A Kobold Labourer
 
Hullnyx's Avatar

Forum posts: 1
File comments: 2
Uploads: 0
Target of Target

Hey there, found your UI from r/classicwow.
Loving it. Just a few things.
Is there a way to seperate my unitframe from my groups? Is there a target of target frame? And are there going to be raid frames?
Report comment to moderator  
Reply With Quote
Unread 10-04-19, 12:33 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
Uploads: 10
You can change the location of the chat bar and it's size in the config file.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-04-19, 07:53 AM  
sdfadfa
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
The location of the chat bar is very strange and small
Report comment to moderator  
Reply With Quote
Unread 10-03-19, 05:56 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
Uploads: 10
Re: Party pooper

Originally Posted by Zonayati
https://imgur.com/a/X2rA8iW

I cant find out how to make the party horisontal, and remove the raid window when i am not in a raid.
1. The weird bars issue is fixed in the newest version (1.0.5) that I just released.
2. in the config.lua file, change
Lua Code:
  1. visibility          = "custom [nogroup:party,nogroup:raid] show; [group:party,nogroup:raid] show; [group:raid] show; hide",
  2.         showPlayer          = true,  --make this true to show player in party
  3.         showSolo            = false,  --make this true to show while solo (only works if solo is in visiblity aswell
  4.         showParty           = true,  --make this true to show raid in party

to

[highlight="Lua"]
visibility = "custom [nogrouparty,nogroup:raid] show; [grouparty,nogroup:raid] show; [group:raid] show; hide",
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

If somehow that doesn't work, change it to

Lua Code:
  1. visibility          = "custom [nogroup:party,nogroup:raid] show; [group:party,nogroup:raid] hide; [group:raid] show; hide",
  2.         showPlayer          = true,  --make this true to show player in party
  3.         showSolo            = false,  --make this true to show while solo (only works if solo is in visiblity aswell
  4.         showParty           = false,  --make this true to show raid in party
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-03-19, 04:46 PM  
Zonayati
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Party pooper

https://imgur.com/a/X2rA8iW

I cant find out how to make the party horisontal, and remove the raid window when i am not in a raid.

As shown above the horisontal party not only has wierd health bars, but it is colliding with a raid window (note that i am not in a raid at the time of the picture, i am in a party)

How can i fix this? i really love this addon and i think the horisontal party is the best feature. Please help.
Last edited by Zonayati : 10-03-19 at 04:46 PM.
Report comment to moderator  
Reply With Quote
Unread 10-02-19, 08:37 PM  
LAETH08
A Kobold Labourer
 
LAETH08's Avatar

Forum posts: 1
File comments: 53
Uploads: 0
Woot Woot! Looks amazing!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.