Results: 504Comments by: Galaxy119
File: Roth UI (Diablo)12-18-14
Re: Re: Frequent Update for non-player unitsframes?
Posted By: Galaxy119
@Galaxy Target health. Make this https://code.google.com/p/rothui/source/browse/trunk/wow6.0/oUF_Diablo/units/target.lua#86 become this self.Health.Smooth = false self.Health.frequentUpdates = true Target power. Make this https://code.google.com/p/rothui/source/browse/trunk/wow6.0/oUF_Diablo/units/target.lua#113 become this...
File: Roth UI (Diablo)12-18-14
Frequent Update for non-player unitsframes?
Posted By: Galaxy119
I really like having the frequent update option for the player health and power orbs, and was wondering if there's any way to port that into the target (and other frames) aswell? I'm not a Lua coder, so i wouldn't even know the first place to look to find the poper functions the player orbs use for it, but I have some common sense,...
File: oUF AuraWatch12-13-14
Re: Re: Raid - Icon Frame Level
Posted By: Galaxy119
Oops sorry! I gave you the wrong function. It should be icon:SetFrameStrata("TOOLTIP") I should have known to try that myself.. *facepalm* Working perfectly now. Thanks!!! <3 With your permission I'll forward some of these changes to the developer of ouf_Diablo so he can integrate them if he sees fit.
File: oUF AuraWatch12-11-14
Raid - Icon Frame Level
Posted By: Galaxy119
Ok, after trying the icon:SetFrameLevel("TOOLTIP") I kept getting a blank raid frame with white health/mana bars. http://i24.photobucket.com/albums/c46/megaman_j/Screenshot-WorldofWarcraft-3_zpsab1c1903.png Here is the snippet of code from the raid.lua file in the ouf_Diablo folder. It controls everything for the aurawatch re...
File: oUF AuraWatch12-10-14
Glad it's working! To move the i...
Posted By: Galaxy119
Glad it's working! To move the icons up, change local yOffset = math.floor(i / columns) * yGrowth to local yOffset = math.floor(i / columns) * yGrowth + x just replace x with some number until it's in the right place. To change to the tooltip layer, after local icon = CreateFrame("Frame", nil, self) add ico...
File: oUF AuraWatch12-08-14
I just kind of collapsed the two fo...
Posted By: Galaxy119
I just kind of collapsed the two for loops together. I hope this will fix things for you! PERFECT!!! EXACTLY WHAT I WANTED!!!!! Ok now I have 2 more quick questions. In the above segment, how, other than the "TOPRIGHT" , can I position the icon start point? They are alittle lower than I'd like. http://i24.photobucket.com/alb...
File: rActionBar12-02-14
Am I the only one having the issue...
Posted By: Galaxy119
Am I the only one having the issue with not being able to move the petbar? Showing it is all fine and dandy but it sits underneath half my other bars and is un-movable..
File: rActionBar11-30-14
Pet bar
Posted By: Galaxy119
The pet bar does now show, however it is un-movable. /rabs unlock does show the movebox for all the bars (including the petbar) however moving the move box does not move the actual petbar. I unfortunatly get no LUA errors related to rlib or ractionbarstyler at any point. Also, my extra action button still does not show up on the UI.
File: oUF_Diablo11-19-14
Hi, great addon! Target player deb...
Posted By: Galaxy119
Hi, great addon! Target player debuffs don't show time remaining for me. I'm just curious, is it at my end, or there is something wrong with addon? http://i.imgur.com/qcmpgsc.jpg Are you positive you've updated to the most recent version? They are working fine for me.
File: oUF AuraWatch11-19-14
I had an initial problem with it, b...
Posted By: Galaxy119
I had an initial problem with it, because in ouf_Diablo the icons in the table are refered to as "spellIDs" not "icon" and the table inwhich they are held is reffered to as "sid" not "icons" but I worked that out. I'm having another problem tho. I have the starting position for the icons figured out, however, only 1 icon will show...
File: Roth UI (Diablo)11-13-14
Not sure if you would want this in...
Posted By: Galaxy119
Not sure if you would want this in this comment section or the nameplates specific one but.. is there any way to make the nameplates show all EXCEPT the current target? If not no biggie, would just help clean up my screen a tad
File: oUF AuraWatch11-13-14
I'll look into the duration spiral!...
Posted By: Galaxy119
I'll look into the duration spiral! Thanks for that! I love devs that pay attention to these comments <3 You're one of my favs. Positioning icons is also done in your layout, oUF_Diablo, so you'll need to see how the author handles it. Look for code that says SetPoint - that's where positions are set. I see how it's handle...
File: oUF_Diablo11-11-14
Re: Re: AuraWatch on Raid Frames
Posted By: Galaxy119
@galaxy Not sure what your problem is but the raid.lua has a function called createAuraWatch. https://code.google.com/p/rothui/source/browse/trunk/wow6.0/oUF_Diablo/units/raid.lua#113 Cancel all that. Somehow, i was running on the old version of oUF_Diablo still. Re-updated, working without me "fix" not sure what happened. S...
File: oUF_Diablo11-10-14
AuraWatch on Raid Frames
Posted By: Galaxy119
I believe i have found an error in the lua code. Enabling AuraWatch for the Raid frames (via editing the config.lua file) would break the oUF raid frames. (It would display unnamed healthbars that were solid white and stuck at 100% for each raid group member. Not display buffs/debuffs, ect. Inspecting the LUA errors recieved, I...
File: oUF AuraWatch11-10-14
After all that, I solved the proble...
Posted By: Galaxy119
After all that, I solved the problem myself... It was not an error in your addon, but rather in the parent addon creating the frames. where func.createAuraWatch(self) was present under Party, target, focus, and anything inbetween it was missing the "func." on the raid frames. Adding it has solved the afformentioned problem w...
File: oUF AuraWatch11-10-14
Re: Re: Re: Re: 6.0
Posted By: Galaxy119
Hi Galaxy119, sorry for the long reply time. Had a busy week! But I resubscibed today and managed to fix one problem you may be encountering. Specifically, the Sacred Shield problem. Please let me know if you're still getting that bug. About your raid frames, I don't know why AuraWatch would have problems with them. Maybe it has s...
File: rActionBar11-10-14
Pet action bar
Posted By: Galaxy119
For some reason or another, rabs isn't displaying the pet action bar for me, I've looked through the config.lua and any lua errors I have popping up and nothing seems to be amiss, it just simply doesn't show, not sure why. upon entering combat, the first ability (attack) from the pet actionbar will display over the top of the oUF...
File: PlateBuffs10-14-14
Will we be getting an update in 6.0...
Posted By: Galaxy119
Will we be getting an update in 6.0? I'm getting a platebuffs/core.lua error and the addons broken.
File: oUF AuraWatch10-13-14
Re: Re: 6.0
Posted By: Galaxy119
Icons don't show the shaded icon area for the ability cooldown timers, and one of the sacred shield buffs work normally, but the others are constantly displayed. That is all for 6.0.2 currently on PTR. Any chance for an update? I don't see any LUA errors relating to AuraWatch unfortunatly. Secondly, Any chance for implementing...
File: SmartAuraWatch09-15-14
6.0
Posted By: Galaxy119
This is related to the oUF AuraWatch plugin.. Icons don't show the shaded icon area for the ability cooldown timers, and one of the sacred shield buffs work normally, but the others are constantly displayed. That is all for 6.0.2 currently on PTR. Any chance for an update? I don't see any LUA errors relating to AuraWatch unfort...
File: oUF AuraWatch09-15-14
6.0
Posted By: Galaxy119
Icons don't show the shaded icon area for the ability cooldown timers, and one of the sacred shield buffs work normally, but the others are constantly displayed. That is all for 6.0.2 currently on PTR. Any chance for an update? I don't see any LUA errors relating to AuraWatch unfortunatly. Secondly, Any chance for implementing...
File: oUF_Diablo09-13-14
6.0
Posted By: Galaxy119
Aura watch is having slight issues with the PTR build, it doesn't give the shaded effect over the ability to determine it's time left. Also seems to be keeping certain buffs that I don't even have up (I have 2 tracked for Sacred Shield, only one affects holy spec, both appear on aura watch but the holy one acts normal, the other just...
File: oUF_Diablo09-12-14
Aura Watch
Posted By: Galaxy119
Hey Zork.. Any way of forcing positioning on the aura watch icons? If I get too many spells they just seem to stack vertically in a line, is there a way to force a second row of icons or anything like that? I know it's more advanced stuff, but i'm loving playing around with this addon i just don't know enough about aura watch yet..
File: oUF_Diablo09-11-14
Re: Re: Re: Target and raid frames
Posted By: Galaxy119
How do i revert the raid, target and target of target, as well as focus frames back to default? I want to keep the orb and animation but i just cant get used to the new unit frames. Go into the addon folder and open "config.cfg" in notepad. search (ctrl+f) for --PARTY, --RAID, --TARGET and --TARGETTARGET Under each of those there...
File: oUF_Diablo09-11-14
Re: Target and raid frames
Posted By: Galaxy119
How do i revert the raid, target and target of target, as well as focus frames back to default? I want to keep the orb and animation but i just cant get used to the new unit frames. Go into the addon folder and open "config.cfg" in notepad. search (ctrl+f) for --PARTY, --RAID, --TARGET and --TARGETTARGET Under each of those there...