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,739
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-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-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, 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-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-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, 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-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-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-08-19, 03:06 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
Uploads: 10
Re: Orbs

Originally Posted by scullz
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.
The castbar aswell as the health/energy updating is likely caused by a UI error somewhere, enable UI errors (type /console scriptErrors 1) and do a /reload and post any errors you see
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-09-19, 02:10 PM  
scullz
A Kobold Labourer

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

Originally Posted by Galaxy119
Originally Posted by scullz
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.
The castbar aswell as the health/energy updating is likely caused by a UI error somewhere, enable UI errors (type /console scriptErrors 1) and do a /reload and post any errors you see

----Update----
Ok here it is. Thanks for the help. By the way; I went into the text file and set the "castbar" value under player to FALSE - that got rid of it but it also got rid of any other cast bars I had such as herbalism and mounting etc... It just had this massive bar with a health bar tied to it etc..

Also, any tips on what to do for raiding in terms of the raid frames? 40 people with the diablo/roth frames is pretty unmanageable, worse case I just turn them off during raids if you can tell me the command. Thanks

Date: 2019-10-09 16:04:03
ID: 1
Error occured in: Global
Count: 1
Message: ...terface\AddOns\Roth_UI-Classic\embeds\oUF\events.lua line 94:
Attempt to register unknown event "PLAYER_TALENT_UPDATE"
Debug:
[C]: ?
...terface\AddOns\Roth_UI-Classic\embeds\oUF\events.lua:94: RegisterEvent()
...e\AddOns\Roth_UI-Classic\modules\oUF_ComboPoints.lua:82: enable()
Roth_UI-Classic\embeds\oUF\ouf.lua:124: EnableElement()
Roth_UI-Classic\embeds\oUF\ouf.lua:302:
Roth_UI-Classic\embeds\oUF\ouf.lua:222
(tail call): ?
Roth_UI-Classic\embeds\oUF\ouf.lua:656: Spawn()
Roth_UI-Classic\units\player.lua:793: in main chunk
Locals:
(*temporary) = Roth_UIPlayerFrame {
0 = <userdata>
Combat = <unnamed> {
}
__tags = <table> {
}
PLAYER_ENTERING_WORLD = <function> defined @Interface\AddOns\Roth_UI-Classic\embeds\oUF\ouf.lua:190
ComboBar = Roth_UIComboPoints {
}
unit = "player"
Resting = <unnamed> {
}
PvP = <unnamed> {
}
__elements = <table> {
}
UNIT_POWER_FREQUENT = <function> defined @Interface\AddOns\Roth_UI-Classic\modules\oUF_ComboPoints.lua:66
PLAYER_UPDATE_RESTING = <function> defined @Interface\AddOns\Roth_UI-Classic\embeds\oUF\elements\resting.lua:52
DebuffHighlightAlpha = 1
UNIT_DISPLAYPOWER = <function> defined @Interface\AddOns\Roth_UI-Classic\modules\oUF_ComboPoints.lua:66
Power = Roth_UIPowerOrbFill {
}
Reputation = Roth_UIRepBar {
}
dragframe = <unnamed> {
}
DebuffHighlightFilter = false
PLAYER_TALENT_UPDATE = <function> defined @Interface\AddOns\Roth_UI-Classic\modules\oUF_ComboPoints.lua:50
ComboPoints = <table> {
}
ArtifactPower = Roth_UIArtifactPower {
}
style = "diablolayer"
cfg = <table> {
}
defaultPosition = <table> {
}
Experience = Roth_UIExpBar {
}
Health = Roth_UIHealthOrbFill {
}
DebuffHighlight = Roth_UIHealthOrbGlow {
}
}
(*temporary) = "PLAYER_TALENT_UPDATE"

AddOns:
Swatter, v8.2.6377 (SwimmingSeadragon)
AdvancedInterfaceOptions, v1.3.3
Atlas, vv1.45.01.11302
AtlasClassicWoW, vv1.45.00.11302.05
AtlasLootClassic, vv1.2.3
AtlasLootClassicDungeonsAndRaids, vv1.2.3
AucAdvanced, v8.2.6430 (SwimmingSeadragon)
AucFilterBasic, v8.2.6364 (SwimmingSeadragon)
AucStatHistogram, v8.2.6366 (SwimmingSeadragon)
AucStatiLevel, v8.2.6370 (SwimmingSeadragon)
AucStatPurchased, v8.2.6367 (SwimmingSeadragon)
AucStatSimple, v8.2.6399 (SwimmingSeadragon)
AucStatStdDev, v8.2.6369 (SwimmingSeadragon)
AucUtilFixAH, v8.2.6371 (SwimmingSeadragon)
BagBrother, v
Bagnon, v8.2.16
BeanCounter, v8.2.6422 (SwimmingSeadragon)
BiSTracker, v1.4
CharacterStatsClassic, v2.1
DBMCore, v1.13.14
DBMDefaultSkin, v
DBMStatusBarTimers, v
Details, v
DetailsTinyThreat, v
FasterLooting, v1.1.1
GatherMate2, v1.45.5
KuiMedia, v
KuiNameplates, v
KuiNameplatesCore, v
Mapster, v1.8.5
OmniCC, v8.2.5
Questie, v4.1.2 BETA 121 dff5a12
RothUIClassic, v
SlideBar, v8.2.6375 (SwimmingSeadragon)
Stubby, v8.2.6376 (SwimmingSeadragon)
BlizRuntimeLib_enUS v1.13.2.11302 <none>
(ck=471)
Report comment to moderator  
Reply With Quote
Unread 10-09-19, 03:42 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: Orbs

Originally Posted by scullz
[
That castbar issue is caused by this error you gave me, it seems I missed something when going over the combo point setup. Excpect a fix soon.

As for the Raid UI, it's not really hard to just /roth unlockunits and move the raid groups to where you want them, but if you want to disable them, that process has already been detailed on the original plugin's comments recently, the process is the same.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-09-19, 03:49 PM  
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view AddOns

Forum posts: 113
File comments: 504
Uploads: 10
Version 1.0.6

- Fixed rogue/Druid combo bar errors.

@scullz - You can re-enable the player castbar now without it bugging out.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-09-19, 11:01 PM  
Avyuir
A Kobold Labourer
 
Avyuir's Avatar

Forum posts: 0
File comments: 32
Uploads: 0
Hi Galaxy! I finally got around to installing the addon for classic and I'm having trouble remembering the command to show the exp bar. Since I have the artactionbackground set to not show, my exp bar is missing!

Hopefully with the command I can get it back.

Also in regards to the play.lue file, is it possible change the Health and Mana display from showing 0.0k to a full number of 0000? Like for example I have 1.3k HP but would like it to show 1300 if possible.

Thanks again!
Last edited by Avyuir : 10-09-19 at 11:05 PM.
Report comment to moderator  
Reply With Quote
Unread 10-10-19, 06:44 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 Avyuir
Hi Galaxy! I finally got around to installing the addon for classic and I'm having trouble remembering the command to show the exp bar. Since I have the artactionbackground set to not show, my exp bar is missing!

Hopefully with the command I can get it back.

Also in regards to the play.lue file, is it possible change the Health and Mana display from showing 0.0k to a full number of 0000? Like for example I have 1.3k HP but would like it to show 1300 if possible.

Thanks again!
The exp bar shouldn't be tied to the background, have you enabled lua errors and made sure there's none coming up? My computers down for abit but I should be able to take a look at both of these in a few days and give you an answer.
__________________
My Addons | "If someone says something is impossible, they lack either imagination, or determination."
Report comment to moderator  
Reply With Quote
Unread 10-10-19, 08:52 PM  
Avyuir
A Kobold Labourer
 
Avyuir's Avatar

Forum posts: 0
File comments: 32
Uploads: 0
Originally Posted by Galaxy119
The exp bar shouldn't be tied to the background, have you enabled lua errors and made sure there's none coming up? My computers down for abit but I should be able to take a look at both of these in a few days and give you an answer.
When I enabled LUA errors for classic this was the only one I was getting which does not appear to affect the exp bar (I could be wrong):
Code:
Message: Interface\FrameXML\MultiActionBars.lua:65: attempt to perform arithmetic on a nil value
Time: Thu Oct 10 19:47:54 2019
Count: 1
Stack: Interface\FrameXML\MultiActionBars.lua:65: attempt to perform arithmetic on a nil value
Interface\FrameXML\MultiActionBars.lua:65: in function `MultiActionBar_Update'
Interface\FrameXML\ActionBarController.lua:138: in function `ValidateActionBarTransition'
[string "*:OnFinished"]:4: in function <[string "*:OnFinished"]:1>

Locals: showLeft = nil
showRight = "1"
maxWidth = 84
topLimit = 851.999939
bottomLimit = 8
(*temporary) = nil
(*temporary) = MainMenuBarArtFrame {
 0 = <userdata>
}
(*temporary) = nil
(*temporary) = 1820.444336
(*temporary) = nil
(*temporary) = <userdata>
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to perform arithmetic on a nil value"
UpdateMultiActionBar = <function> defined @Interface\FrameXML\MultiActionBars.lua:34
These are my settings for both the exp bar and the rep bar which both aren't showing. I also tried moving their placement manually in the config file and seeing if they popped up but they did not.

Code:
expbar = { --experience
        show = true,
          pos = { a1 = "BOTTOM", a2 = "BOTTOM", af = "UIParent", x = 0, y = 9 },
          texture = (mediapath.."statusbar2"),
          scale = 1.1,
          color = {r = 0.8, g = 0, b = 0.8, },
          rested = {
            color = {r = 1, g = 0.7, b = 0, },
          },
      },
      repbar = { --reputation
        show = true,
          pos = { a1 = "BOTTOM", a2 = "BOTTOM", af = "UIParent", x = 0, y = 20 },
          texture = (mediapath.."statusbar2"),
          scale = 1.1,
      },
Edit: For kicks I set both to false then reloaded and then back to true and reloaded but that didn't help
Last edited by Avyuir : 10-10-19 at 08:59 PM.
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.