Results: 7Comments by: deadwizard
File: Dominos08-08-09
Did anyone notice by fighting the l...
Posted By: deadwizard
Did anyone notice by fighting the last boss in DTK, the pet bar wasnt showing at all? This happens all the time with the latest release. All other vehicul fight show correctly so far but it just doesn't show up on this one :/
File: oUF_Slim06-23-09
Where would i insert the BuffFrame:...
Posted By: deadwizard
Where would i insert the BuffFrame:SetAlpha(0) in the file to remove the default Blizzard buff showing? Also, i'd really like to scale down the unitframes as i find them to be pretty huge. How would it be possible? Thank's and keep up the good work. Amazing looking frames UPDATE: Figured out how to scale the unitframe...
File: Roth UI (Diablo)02-03-09
Re: UI scale
Posted By: deadwizard
Originally posted by JOKER007 i like it but i dont know anything adout Lua files...............and maybe you could put some options for UI scale in future,the minimap is nice also.....:mad: Taken from main page Important, this mod has _zero_ ingame options. Everything has to be done in the lua code if you want changes....
File: Roth UI (Diablo)01-15-09
What would be the easiest way to re...
Posted By: deadwizard
What would be the easiest way to remove the healthbar display in the tooltip when mouse hovering ennemies? Prolly located in stooltip LUA file but not sure what to removed >< Thank's for your help
File: Roth UI (Diablo)11-19-08
Originally posted by zork What? F...
Posted By: deadwizard
Originally posted by zork What? Focus castbar should be no problem. Find the castbar region and just add the "focus" unit. Change: if unit == "player" or unit == "target" then to: if unit == "player" or unit == "target" or unit == "focus" then add the setpoint for focus units: if unit == "player" then ......
File: Roth UI (Diablo)11-18-08
If focus ennemy cast bar can't be d...
Posted By: deadwizard
If focus ennemy cast bar can't be done with RothUI, how can i get to have one with another addon? I tried using Azcastbar with only focus enable but the castbar doesn't show up either.
File: Roth UI (Diablo)11-18-08
Is there anyway to have/show a focu...
Posted By: deadwizard
Is there anyway to have/show a focus ennemy castbar on the side or underneath the focus frame? Also, am having an issue with the Blizzard Buff timer. Whenever i zone in an instance or get out of it, my Buff timer will disappear and the samething happens with all hotkeys displayed on the actionbars. have to reloadui to get them t...