Results: 5Comments by: Odinlol
File: Roth UI (Diablo)06-04-09
Having a problem with the orb glow....
Posted By: Odinlol
Having a problem with the orb glow. Its really dark no matter how high I set the fog_smoother. :/
File: Roth UI (Diablo)04-12-09
Castbar
Posted By: Odinlol
Hey, just wanted to ask something. I like everything exept the castbar since it dont show time on cast and dissapear each time I start spamming a new spell. I looked into the castbar.lua but dident understand how I could remove just my own castbar and keep the target castbar and everything else? And since I'm not that good in lua...
File: Roth UI (Diablo)03-27-09
Castbar
Posted By: Odinlol
Hey, and thx again for a great UI :) Though I have one question, lets say I am casting steady shot and explosive shot is off cooldown and I start spamming that button, then the castbar for steadyshot dissapear. This dont happen if I'm spamming the same spell over and over, but as soon I am casting something and presses another spell...
File: oUF_Diablo03-20-09
Re: Re: Scaling
Posted By: Odinlol
Originally posted by zork Find: --------------------- -- SCALING --------------------- --if unit ~= "player" and unit ~= "target" then if unit == "player" or unit == "target" or unit == "targettarget" then self:SetScale(myscale) else self:SetScale(myscale*petscale) end M...
File: oUF_Diablo03-20-09
Scaling
Posted By: Odinlol
Hey, thx for a great addon! Love this! :D Though I had a to little place for my actionbars so had to change the scale. That worked out great, but also made my other unitframes bigger aswell. So now target,castbar,ToT and target's castbar is way to big for my taste. Is there any way to change the scale of just these ones? I tried maki...