Results: 45Comments by: sirann
File: bdGrid03-20-16
I was poking through your code and...
Posted By: sirann
I was poking through your code and noticed in core.lua at line 240, you make a local table, colors, that does nothing. At line 266-275 you essentially did what this table was supposed to do with an if, elseif check. You could either a) speed up the if statement at line 263 by using a table look up rather than the pipeline stalls...
File: rNamePlates (Diablo)01-13-15
I ended up just saying fuck it and...
Posted By: sirann
I ended up just saying fuck it and did this: I figured it was due to worldframe being 1366x768 and my monitor being 1920x1080. 768/1080 = 32/45, so I just set all the insets on the backdrop to 32/45 instead of 1. Shitty solution, but effective.
File: rNamePlates (Diablo)01-13-15
I've tried math.floor(x) and math.f...
Posted By: sirann
I've tried math.floor(x) and math.floor(y) on blizzPlate.newPlate:SetPoint('CENTER', WorldFrame, 'BOTTOMLEFT', math.floor(x), math.floor(y)) uiscale in my escape > system > option is OFF, as none of my others addons have this issue (although none of my other addons are parented to WorldFrame lol. The addon's scale is set to 1. I...
File: rNamePlates (Diablo)01-13-15
You sir, are a gentleman and a scho...
Posted By: sirann
You sir, are a gentleman and a scholar. I'll try this out when I get home. Will post back when I get them functioning. If I can get this functioning, I'll probably attempt to implement some threat/target/mouseover coloring with the backdrop, red for threat (revert the name color change), white for target, and blue for mouseover. W...
File: rNamePlates (Diablo)01-12-15
You're probably going to hate me, I...
Posted By: sirann
You're probably going to hate me, I've done some modifications to the code. I play a rogue, so I DO need to know when I have aggro on things, but I didn't really like the healthbarcolor change you have. Additionally, since I am a rogue, assassination at that, I wanted the nameplates to change colors to orange when targets are bel...
File: rNamePlates (Diablo)01-09-15
I see. I'll mess with it more at h...
Posted By: sirann
I see. I'll mess with it more at home, thanks! e: seems to be in functioning order after tweaking the placement. thanks!
File: rNamePlates (Diablo)01-08-15
With the default name plates, it's...
Posted By: sirann
With the default name plates, it's possible to click the name plate itself to target the associated unit, additionally, when mousing over said nameplate, the name text is changed from white to yellow. Is it possible to one, be able to add code to this addon to allow for targeting via left mouse click on name plate or elements ther...
File: tullaCC12-19-14
Any chance of you incorporating the...
Posted By: sirann
Any chance of you incorporating the code from Map Cooldown Fix into this code for release to others? I've gone ahead and done this in my own copy of tcc, but figured it would be nice for others not so lua savy.
File: TinyDPS12-08-14
Does not currently track damage don...
Posted By: sirann
Does not currently track damage done to ko'ragh's http://www.wowhead.com/npc=87445 nullification barrier http://www.wowhead.com/spell=156803
File: rNamePlates (Diablo)10-18-14
Do these nameplates have the rnamep...
Posted By: sirann
Do these nameplates have the rnameplates2 optimized code and the recent fix semlar came up with to remove the 1 frame delay?
File: oUF Skaarj02-22-14
showing party frames as raid frames
Posted By: sirann
Good evening, First I'd like to thank you for this addon, but I am having some trouble figuring out how to essentially never show party frames and only show raid frames. I would like the following, yet can't seem to get the code to do what I want, when solo: no raid/party when in party, all 5 members (including the player)...
File: oUF Skaarj09-12-12
Any chance that you would incorpora...
Posted By: sirann
Any chance that you would incorporate oUF_AuraBars found in ElvUI into this addon? Or at least help me incorporate them :P?
File: FreebTip08-30-12
Is there anyway to have the tooltip...
Posted By: sirann
Is there anyway to have the tooltip update talent information every one second? Currently if I mouse over a player it doesn't show their talents in the tooltip until i leave and reenter. Obviously I don't need it to update Onupdate for increased cpu pooling, but once a second should be nice. If this is unfeasible due to the bliz...
File: rActionBar12-07-11
The bar is appearing for appropriat...
Posted By: sirann
The bar is appearing for appropriate bosses, however it doesn't appear to be going away. Killed ultraxion, bar was up for the next 3 bosses. The button did change to the madness button when we got there. After killing it the bar remained. Upon hearthing to org it disappeared, but when I zoned into baradin hold, the bar popped u...
File: rActionBar12-06-11
I hate to be a nuisance, but is the...
Posted By: sirann
I hate to be a nuisance, but is there any way to get the right two bars (normally vertical) to lay down horizontal (I can get the buttons to line up left to right, but the frame remains vertical), Thanks in advance.
File: rButtonTemplate11-11-11
Don't thank me, you did all the wor...
Posted By: sirann
Don't thank me, you did all the work. I just appreciate the fact that you took the time out to fix the error. Thanks again man, have a great week :)
File: rButtonTemplate11-11-11
The first screen shot is me just mo...
Posted By: sirann
The first screen shot is me just mousing over the small button background, but not over the button itself. The second screenshot is me mousing over the button itself. I was very careful to ensure that I was actually over the frame, and not just hovering over the UIParent. http://i.imgur.com/1Rm86.jpg http://i.imgur.com/0Q...
File: rButtonTemplate11-11-11
I deleted my interface and wtf fold...
Posted By: sirann
I deleted my interface and wtf folder, re downloaded roth ui beta from the link earlier provided. I only enabled the bar and button addon and blew the bars up. Enclosed is the picture I logged into. Always display action bars was unchecked upon login. http://i.imgur.com/KlPPT.jpg
File: rButtonTemplate11-10-11
I hate to bug you, but have you had...
Posted By: sirann
I hate to bug you, but have you had the time to check what's going on?
File: tullaCC11-06-11
Thanks for the update :)
Posted By: sirann
Thanks for the update :)
File: Aurora11-05-11
First of all, let me say thank you...
Posted By: sirann
First of all, let me say thank you for this addon, I was looking for a skinner replacement and this has more than accomplished it :) On the PTR I'm currently getting the following error on reloading and entering world: Message: Interface\AddOns\Aurora\aurora.lua:36: attempt to index local 'f' (a nil value) Time: 11/05/11 13:51...
File: tullaCC11-02-11
So, what's happened is that in 4.3...
Posted By: sirann
So, what's happened is that in 4.3 the core UI delegates some of its ActionButton presentation management code into the C layer, and bypasses the lua API's - which is why you're not seeing the calls to SetCooldown. This is managed by the SetActionUIButton method. Now, none of the events that would normally have triggered these a...
File: tullaCC10-27-11
I'm not sure if this is an issue wi...
Posted By: sirann
I'm not sure if this is an issue with wow api/code that was added in 4.3 but on the ptr currently this addon does some rather wonky things. I play combat (rogue) and one of our talents decreases our cd's by 10s every time we use an offensive finisher. Tullacc doesn't seem to be tracking this update. As in, it'll still show an ab...
File: rButtonTemplate10-27-11
This could be some sort of newly ad...
Posted By: sirann
This could be some sort of newly added blizzard coding to show this button border, or a change in the api or what not. Trying to use bstyle (an addon similar to your own) I get very similar results, main bar and stance bar don't have this but the other bars do.
File: rButtonTemplate10-27-11
:/ thank you for the help and addon...
Posted By: sirann
:/ thank you for the help and addon once again. I apologize for the relatively dumb problem. Edit: I logged on and tested this. Unchecked and restarted the game, still showing the same transparent background around the buttons. link: http://i.imgur.com/uWwnR.jpg