Results: 8Comments by: jetru
File: Roth UI (Diablo)12-31-11
ihasnoscope
Posted By: jetru
Hey zork. Thanks for the great work. The ihasnoscope addon doesnt seem to be working for me. It seems to be enabled, but the red error messages for spell on cooldown, no target, etc still come. Any idea?
File: Roth UI (Diablo)02-19-11
Could spellstealable buffs be displ...
Posted By: jetru
Could spellstealable buffs be displayed with some shining aura? Is there no way to get the dungeon finder icon appear correctly? I noticed the way it was handled was different because it isnt a static image...but still
File: HideParty02-09-11
LIFE SAVER
Posted By: jetru
LIFE SAVER
File: Roth UI (Diablo)01-20-11
Hey Roth, Noticed a small performa...
Posted By: jetru
Hey Roth, Noticed a small performance issue with rInfoStrings. Turns Calling UpdateAddonMemoryUsage() repeatedly isn't a good idea. I noticed it causes my UI to lag every few seconds. So I put this in the lua replacing the original function. Helps a LOT. local memoryTimer = 0; local memoryUsed = 0; local function rsiMemo...
File: Roth UI (Diablo)01-01-11
bugs
Posted By: jetru
1) On opening containers from inventory, the loot window will be below the bag window( layerwise ). Need to override loot window to be the highest layer 2) Error messages on top in red are gone. Example "Requires 225 Mining" and all such errors are gone. Need it! EDIT: 3) Tooltip does not show quest goals
File: Roth UI (Diablo)12-30-10
Re: Raid frames
Posted By: jetru
In oUF_Diablo/config.lua, set show = false in the "raid" config. :) Originally posted by DeMadsMerrin Hi, thanks for the UI, it`s great! The Raid frames are good, but as I only pvp don`t really need it so much. Iis it possible for me to set it to the chains style &/or not display them? If not, how do I scale them please?
File: Roth UI (Diablo)12-29-10
Originally posted by Sasenna Set...
Posted By: jetru
Originally posted by Sasenna Set Focus 1. Check each addon individually. Likely is not an addon by Roth causing the error. I have not enabled any other addons and this is in a fresh Interface folder. The rror is coming from OUF. How can I debug this and provide some sort of trace to the conflicting function? Edit 2: Message:...
File: Roth UI (Diablo)12-28-10
I'm trying to make a lot of modific...
Posted By: jetru
I'm trying to make a lot of modifications, anyone have any idea? -I want to scale some elements of the UI, particularly the actionbars( bottom and right ). My resolution is 1366x768. Using the UI scale option also scales the text from Objectives, chat, and everything else, I'd prefer to size these the actionbars up separately. -...