Results: 3711Comments by: zork
File: Roth UI (Diablo)01-07-13
Re: Re: Re: switching orb style with spec
Posted By: zork
The charspecific is for config values only. By the time the file is called no unit is spawned and you have no access to the unit itself. But what you could do is create yourself a helper frame. Register events to that frame and OnEvent check for the health/power orb. They have global names.
File: Roth UI (Diablo)01-06-13
Re: switching orb style with spec
Posted By: zork
That topic is complicated that's why I have not implemented it yet. There are a lot of things to consider. Should the orb change the model based on spec or stance? Is the orb the health or the power orb? Should the power orb switch models based on the current powertype? (think of druids or vehicles) You need a function that che...
File: rBuffFrame01-06-13
Re: hi, :)
Posted By: zork
Check the config.lua. Set combineBuffsAndDebuffs to false. Save the file and do a /reload ingame. http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rBuffFrameStyler/config.lua#26
File: rBuffFrame01-05-13
Re: Change anchors
Posted By: zork
You can't. Not without changing all the SetPoints.
File: Roth UI (Diablo)01-05-13
dim raid frames Actually that is s...
Posted By: zork
dim raid frames Actually that is strange. Because when disabling the raid frames in the config by settings them to show=false I do not touch the Blizzard raid in any way. error messages Post a screenshot of whatever message you are talkin about. Try /xct for movement. hide raid Open oUF_Diablo/config.lua scroll down to raid...
File: rButtonTemplate01-04-13
How to change the frame framework?...
Posted By: zork
How to change the frame framework? How to make a button as the screenshot number 2? http://www.wowinterface.com/downloads/info12283.html Get the textures from that addon and replace the ones in the download.
File: rButtonTemplate01-03-13
What actionbar addon are you using?
Posted By: zork
What actionbar addon are you using?
File: Roth UI (Diablo)01-03-13
Re: Orb Animation for DK
Posted By: zork
Read the description above the table. You need to disable class coloring. Class coloring overrides the animation type you set.
File: Roth UI (Diablo)01-01-13
Re: Action Bar Background.
Posted By: zork
The texture changed. There is no option to change it. You may replace the texture with the obe from rhe archives though.
File: Roth UI (Diablo)12-24-12
Re: Question
Posted By: zork
Is there any potential solution to this? Thanks so much! There is open oUF_Diablo/config.lua go to the player settings and activate frequentupdates for the power element.
File: Roth UI (Diablo)12-22-12
Spread the word. That is honor enou...
Posted By: zork
Spread the word. That is honor enough. To be honest. I'm doing it for myself in first place. That others like it is a happy coincident. ;)
File: rPetBattleAnnouncer (StreetFighter)12-21-12
Make sure you have updated to the l...
Posted By: zork
Make sure you have updated to the latest version. The toc number has changed and an not updated version is listed under out-of-date. Also make sure the addon is enabled. I checked. It is working fine for me.
File: Roth UI (Diablo)12-20-12
Re: error text...
Posted By: zork
Just look into rError/core.lua. That addon is part of Roth UI. Add whatever error text is missing for you. I think you need to add ERR_OUT_OF_RUNIC_POWER. So just add = true, and it will work.
File: Roth UI (Diablo)12-20-12
Excellent UI! But how do I set keyb...
Posted By: zork
Excellent UI! But how do I set keybinds? Please don't tell me I have to do it through the default keybinding menu... You can try ncHoverBind http://www.wowinterface.com/downloads/info15886-ncHoverBind.html
File: rFilter12-20-12
Ok. The new version supports the ca...
Posted By: zork
Ok. The new version supports the caster attribute. http://i.imgur.com/EWQhX.jpg?1 http://rothui.googlecode.com/svn/trunk/wow5.0/rFilter3/documentation.txt if player_name == "Wolowizard" then cfg.rf3_DebuffList = { { spellid = 33395, --pet spell size = 40, pos = { a1 = "BOTTOM", a2 = "...
File: rFilter12-20-12
Re: Warlock
Posted By: zork
Get a tooltip addon that shows you the "spellid" of a certain aura. Wait until you see the aura applied to whatever aura frame. Hover the aura. Write down the spellid. Depending on buff/debuff create an icon for that aura. If you want to track a debuff applied to the target unit make sure to track it on the target unit. Example:...
File: Roth UI (Diablo)12-20-12
Check /rabs unlock. @All Merry...
Posted By: zork
Check /rabs unlock. @All Merry Christmas, Happy Holidays and a Happy New Year! Frohe Weihnachten, Frohe Feiertage und einen Guten Rutsch ins neue Jahr! :)
File: rButtonTemplate12-17-12
Cooldowntext is OmniCC or TullaCC (...
Posted By: zork
Cooldowntext is OmniCC or TullaCC (or whatever cooldown addon you are using). rActionBarStyler does not add cooldown text. The padding is for the cooldown frame only.
File: rFilter12-15-12
No everything is Ok. You have activ...
Posted By: zork
No everything is Ok. You have activated "show_value = 1". Thus the icon extracts the first tooltip value of the spell. Either make sure to track the correct "show_value". Options are : nil,1,2,3 or just remove the line from the spell definition. Blood Charge only has stacks. No value. Show value is meant to extract Attack Power or...
File: rFilter12-14-12
Would you consider implementing som...
Posted By: zork
Would you consider implementing something akin to `spelllist` for cooldowns? It'd be useful for things like the top-tier talents. Uhhh. Nice catch, I had the same problem using Shockwave/DragonBreath. To make it possible I need to a spellbook check and match the icons in the spellbook. Sounds possible, gonna try it. Ok I fo...
File: Roth UI (Diablo)12-12-12
The bar you have linked is the Drui...
Posted By: zork
The bar you have linked is the Druid eclipse bar. The settings of that bar can be changed in oUF_Diablo/config.lua: http://code.google.com/p/rothui/source/browse/trunk/wow5.0/oUF_Diablo/config.lua#235 You can move the bar ingame. The slash commands are: /diablo unlockbars /diablo lockbars /diablo resetbars
File: Roth UI (Diablo)12-12-12
What is "article blood? Post a scr...
Posted By: zork
What is "article blood? Post a screenshot. I have no clue.
File: rBuffFrame12-11-12
I think nBuffs from NeavUI does thi...
Posted By: zork
I think nBuffs from NeavUI does this. I don't want to tangle with Blizzard code so I say no.
File: Roth UI (Diablo)12-09-12
Upper right corner of the Buff by m...
Posted By: zork
Upper right corner of the Buff by modifying what to change the size and position? Check rBuffFrameStyler/config.lua. You can do lock, unlock and reset commands ingame. Check /rbfs Roth UI doesn't have the latest rBuffFrameStyler yet. That one will be added in the next download. You can get the latest rBuffFrameStyler here: ht...
File: Roth UI (Diablo)12-08-12
First. Wipe your cache folder. Chec...
Posted By: zork
First. Wipe your cache folder. Check if that helps. If it does not...try to repair.