Results: 3709Comments by: zork |
File: QuickQuest04-29-12 |
![]() Posted By: zork
Marked. :)
|
File: rButtonTemplate04-29-12 |
![]() Posted By: zork
Add the function call to the updateHotkey function. Basically do this:
local function updateName(self, actionButtonType)
local replace = string.gsub
local ho = _G
local key = ho:GetText()
key = replace(key, '(s%-)', 'S')
key = replace(key, '(a%-)', 'A')
key = replace(key, '(c%-)', 'C')
key = replace(key, '(Mouse Bu...
|
File: rBottomBarStyler04-27-12 |
![]() Posted By: zork
Currently thinking about it.
|
File: Roth UI (Diablo)04-27-12 |
![]() Posted By: zork
The floating text is extremely hard to read due to size and color, how can I change this?
Not sure which floating text you mean. Check the xCT/config.lua. It has all the settings you need. Alternatively you can disable xCT and use any other floating combat text mod you like.
|
File: Roth UI (Diablo)04-25-12 |
![]() Posted By: zork
Marked for later:
http://wowprogramming.com/utils/xmlbrowser/live/FrameXML/UIErrorsFrame.lua
|
File: rBottomBarStyler04-25-12 |
![]() Posted By: zork
Those animations are not yet added to rBBS.
Hmm. I just had a good idea. You probably have to wait 1-2 days to see the actual result.
- Clickable orb preview that makes changing health/power orb possible in game. Settings saved per character.
Options:
Animation (Model, Galaxy, None)
Color (Ignored for models except pe...
|
File: Roth UI (Diablo)04-24-12 |
![]() Posted By: zork
@DarkWizard1983
1) The health orb is your player frame. Just leftclick the health orb to target yourself. (A bit more advanced...you can enable the player portrait in oUF_Diablo/config.lua and move the portrait ingame via /diablo unlockart)
2) Do not heal with the Roth UI raidframes. All the indicators can be done but that is ver...
|
File: Roth UI (Diablo)04-24-12 |
![]() Posted By: zork
@JamesR4494
This can be done by editing the charspecific.lua (an example is given). http://code.google.com/p/rothui/source/browse/trunk/oUF_Diablo/charspecific.lua
You can rewrite specific config settings per character.
Example. If you want to disable the raidframes for your healer but not your DPS you can do that in the charse...
|
File: Roth UI (Diablo)04-24-12 |
![]() Posted By: zork
@Kanmaru
Do not hack code in rDiabloPlates2, that will not work unless you know what you are doing. What you are trying to do may not be possible but you can try to adjust this value and see how it works out.
http://code.google.com/p/rothui/source/browse/trunk/rDiabloPlates2/core.lua#277
Change that line to
local w,h = f.w*cf...
|
File: Roth UI (Diablo)04-23-12 |
![]() Posted By: zork
@JamesR4494
To change all the fonts you just have to copy your font 4 times and rename it to the file names in the FONTS folder. WoW will use those fonts automatically.
Regarding your raid display. Just hover the left side. Open the raid frame manager and disable the Blizzard raid display. Thats it.
|
File: Roth UI (Diablo)04-22-12 |
![]() Posted By: zork
@JamesR4494
You can disable the oUF_Smooth module. That will prevent the smooth health updates.
Make this line (http://code.google.com/p/rothui/source/browse/trunk/oUF_Diablo/oUF_Diablo.toc#12) become:
##modules\oUF_Smooth.lua
Or to only disable smooth updates on the orbs just set this values to false.
http://code.google.com/p/r...
|
File: Roth UI (Diablo)04-21-12 |
![]() Posted By: zork
Hallo ich habe eine frage ich bin heiler und shadow und zwar als shadow möchte ich gern das alle dbuffs nur meine angezeigt werden
Öffne oUF_Diablo/config.lua und aktiviere unter den target-Settings onlyShowPlayerDebuffs.
|
File: Roth UI (Diablo)04-21-12 |
![]() Posted By: zork
can i get a 4th actionbar on horizontal and between my hp/power orbs?
Well, yes. If you can edit the button SetPoints in bar4.lua of rActionBarStyler. Otherwise disable rActionBarStyler and use Dominos instead.
|
File: Roth UI (Diablo)04-19-12 |
![]() Posted By: zork
How can I fix this issue?
Do not use any kind of auto updater and follow the install instructions.
|
File: Roth UI (Diablo)04-19-12 |
![]() Posted By: zork
I have one small problem, the bossframes are always in the middle of my screen.
You can reset all your frame positions by deleting the Layout-Local.txt in your wtf/char folder. By Default all Boss Frames are on the right side. If you want to use the lua positions all the time you could set the userplaced variable to false.
|
File: rButtonTemplate04-19-12 |
![]() Posted By: zork
What actionbar mod are you using? If you are using rActionBarStyler make sure you have the latesr versions of rActionBarStyler and rActionButtonStyler there were some improvements.
|
File: Roth UI (Diablo)04-13-12 |
![]() Posted By: zork
Ald and rThreat only become available in combat and if configured that way only while in party/raid.
|
File: Roth UI (Diablo)04-13-12 |
![]() Posted By: zork
Have you tried doing damage? Alternatively you can toggle view via /ald slash command.
|
File: FoxSmoothUI04-11-12 |
![]() Posted By: zork
I checked your code and found that you are using the first return value of UnitClass() to check stuff. There is another value called englishClass which returns the value in caps. Aka "WARRIOR", "DEATHKNIGHT" etc.
The first value is always translated into the used language thus all your conditions will fail in any language except E...
|
File: Roth UI (Diablo)04-11-12 |
![]() Posted By: zork
CAn install it without the Fonts? :confused:
Sure. Just leave out the Fonts folder.
|
File: Roth UI (Diablo)04-10-12 |
![]() Posted By: zork
Comments stopped floating in. Can I assume that everyone is happy with the UI?
|
File: Roth UI (Diablo)04-06-12 |
![]() Posted By: zork
:) No more to add.
|
File: rFilter04-03-12 |
![]() Posted By: zork
Depends. If the icon is displayed under your player auras you can track it. Otherwise it is a server side effect and you need special holypower addons to track it.
|
File: Amnix UI04-02-12 |
![]() Posted By: zork
I really like the look of the unitframes.
Going to take them as a base of oUF_Simple3. :)
|
File: Roth UI (Diablo)03-31-12 |
![]() Posted By: zork
Sure set this values to true in oUF_Diablo/config.lua
http://code.google.com/p/rothui/source/browse/trunk/oUF_Diablo/config.lua#275
|