Results: 14Comments by: reigoor
File: Roth UI (Diablo)04-21-11
just wanner help...
Posted By: reigoor
@ravva find the config.lua in the oUF_diablo folder then find castbar in any unit (player, target so on) should looks something like this: castbar = { show = true, latency = true, texture = "Interface\\AddOns\\rTextures\\statusbar5", scale = 1/0.82, --divide 1 by current unit scale if...
File: Roth UI (Diablo)02-16-11
change cast bar colors?
Posted By: reigoor
i have looked around core.lua and i have found the string that tells what color the bg and bar have for all the cast bars, have changed them around and it worked for my own cast bar and my focus cast bar. But for some reson it does not work for my targets cast bar (have been reloading ui, exited the game, etc.) Is there any...
File: Roth UI (Diablo)07-18-10
hmm sorry.
Posted By: reigoor
@wiseainu Have not focused that much on the raid part. Reson beeing im using grid. but i think it req about the same altering just in the Ouf_D3OrbsRaid.lua I have found the same "calls" inside that lua file as in the party frame, so it should work. Edit: trying to make something that works for shaman. local spe...
File: Roth UI (Diablo)07-18-10
Hope this helps allot.
Posted By: reigoor
@ wiseainu Well that is not that complicated here i will show yo uwhat i did for my priest, so yo ushould know what to do with your shaman after this ;P . First of all you need to Tell RothUI what spellsID's it should show (instead of just druid), and for what classes, this is done by altering the following: local spellID...
File: Roth UI (Diablo)07-13-10
Idea!!
Posted By: reigoor
Hey there Roth and thanks for making a UI that was great better (have no idea how you did but you managed some how :) ) I replyed a while agao but it seems you missed it (was kinda short, my bad) The idea im refreing to is: Would it be possible to move the pvp/in combat/resting icons inside the health orb, and show on top of...
File: Roth UI (Diablo)07-08-10
SPAMM!!!
Posted By: reigoor
Ok i know i have posted right before this but i need answer on this one. Is it possible to make the pvp- / in combat- / resting- icon be on top of the health orb, as i would like to move it inside the orb, and it seem not so wise when i can only see them when i have low health ;).
File: Roth UI (Diablo)07-08-10
Yep
Posted By: reigoor
Hmm it seems i have forgotten where you move the tooltip. I did it in the version before this but i just can't remember how? Any can point me in the right direction? NVM it seems I'm blind. I dont know why i thought it was a part of the "rActionButtonStyler" it is ofc a seperate mod called "FreebTip" My bad
File: Roth UI (Diablo)07-07-10
Answer for Otaktay81
Posted By: reigoor
Otaktay81: I actualy told Roth about this bug, but i know exactly what to do to fix it :) It should work like you say, but roth forgot to insert 1 word in the function that gets max mana Find this code in oUF_D3Orbs.lua oUF.Tags"] = function(unit) local string = "" --if UnitPowerType(unit) == 0 then l...
File: Roth UI (Diablo)05-14-10
a mistake?
Posted By: reigoor
Hey Zork and welcome back still love this UI :) one thing i noticed and i dont know if it is a mistake or ment to be like that If you look in oUF_D3Orbs.lua and go down to the code with the code for max mana: oUF.Tags"] = function(unit) local string = "" --if UnitPowerType(unit) == 0 then local v = UnitMana...
File: Roth UI (Diablo)05-07-10
Thanks Fudgeykins it worked :)
Posted By: reigoor
Thanks Fudgeykins it worked :)
File: Roth UI (Diablo)05-05-10
min / max val of mana in power orb
Posted By: reigoor
Have been trying to make the power orb showing min / max mana instead of just min but are having trouble. With my limited amount of lua knowledge i have located the string of code that needs to be altered, but i cant seem to figure out a way to do that, so it shows in the same way as the health orb. self.mpval2:SetText(do_forma...
File: Roth UI (Diablo)04-21-10
invisible block
Posted By: reigoor
There seems to be some sort of invisible bar blocking my target frame, means i cant right click the bar and so forth. I fixed this by alt+shift over it and drag it away to the far corner. Just wondering what bar that is, have seen in on my hunter, priest, shaman and paladin. It is just a bit anoing. what i have mad of ch...
File: Roth UI (Diablo)03-25-10
sorry im a noob
Posted By: reigoor
seems you where right, i just found out i was runnign with some of my spells on my cast bar un macroed. and the other problem have been here before if i can find the anwser some where, since i have a priest healer i cant see the HoTs and my shield and Prayer of mending, but that is cos this ui was made for druid hots not priest on...
File: Roth UI (Diablo)03-25-10
Buffs and mouseover
Posted By: reigoor
Hey there i jsut started using your ui. I have a few questions thou 1. Is it possible to make the party frames show your buffs? 2. I cant seem to get my mouse over macros to work on the party frames? have not tested it in raid yet, and i might seem to be missing something right in front of my eyes with the 2nd question.