Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: Baggyman
Forum: Lua/XML Help 05-16-17, 11:51 PM
Replies: 2
Views: 1,684
Posted By Baggyman
Well that was obvious, thanks man! The worst part...

Well that was obvious, thanks man! The worst part is I tried that but it didn't work because I tested it on a totem that wasn't included in the file, so of course the totem icon wouldn't show....
Forum: Lua/XML Help 05-16-17, 07:50 PM
Replies: 2
Views: 1,684
Posted By Baggyman
TidyPlates Totem Widget

Hey, I am trying to move the "artwork" icon for the TidyPlates Totem Widget. I've tried editing pretty much everything in the below block of code from the lua file, but have not been able to figure...
Forum: General Authoring Discussion 02-21-17, 06:41 PM
Replies: 0
Views: 1,245
Posted By Baggyman
Buff Location on Raid Frame

I'm trying to make an addon that will redirect my rejuvenations to the top right of my raid frames instead of the bottom right as resto druids have so many hots it can be hard to distinguish them...
Forum: AddOn Help/Support 02-08-17, 08:38 PM
Replies: 0
Views: 1,614
Posted By Baggyman
Buff Location on Raid Frame

I'm trying to make an addon that will redirect my rejuvenations to the top right of my raid frames instead of the bottom right as resto druids have so many hots it can be hard to distinguish them...
Forum: AddOn Search/Requests 01-28-16, 07:27 PM
Replies: 11
Views: 4,000
Posted By Baggyman
Thanks so much man! You are awesome.

Thanks so much man! You are awesome.
Forum: AddOn Search/Requests 01-28-16, 06:22 PM
Replies: 11
Views: 4,000
Posted By Baggyman
Oh I see, somehow I mixed up what you were trying...

Oh I see, somehow I mixed up what you were trying to say. Thanks!

Also, if I could ask you 1 more thing. How could I apply this to the focus frame as well? Simply exchanging "target" with "focus" in...
Forum: AddOn Search/Requests 01-28-16, 06:15 PM
Replies: 11
Views: 4,000
Posted By Baggyman
Ok that makes sense. But does your logic fix...

Ok that makes sense. But does your logic fix that? It seems you just changed out s with self, made line 3 local, and changed line 7.
Forum: AddOn Search/Requests 01-28-16, 05:53 PM
Replies: 11
Views: 4,000
Posted By Baggyman
Thanks for the insight! But I'm not sure I quite...

Thanks for the insight! But I'm not sure I quite fully understand what you are saying. What is the downside or implication if it can not iterate past what buffs are currently displayed?

Also I just...
Forum: AddOn Search/Requests 01-28-16, 04:59 PM
Replies: 11
Views: 4,000
Posted By Baggyman
Alright I figured it out! This is what I used if...

Alright I figured it out! This is what I used if anyone else is interested:

hooksecurefunc("TargetFrame_UpdateAuras", function(s)
for i = 1, MAX_TARGET_BUFFS do
_, _, ic, _, dT = UnitBuff(s.unit,...
Forum: AddOn Search/Requests 01-27-16, 04:55 PM
Replies: 11
Views: 4,000
Posted By Baggyman
Can anyone help me out with the code on this. I...

Can anyone help me out with the code on this.

I tried editing some other peoples existing code but it still isn't working. Are any of these 2 trys close:


UIParent:SetScript("OnUpdate",...
Forum: AddOn Search/Requests 01-27-16, 02:03 PM
Replies: 3
Views: 6,393
Posted By Baggyman
This should do it. Just make your own addon...

This should do it. Just make your own addon folder with this script.

http://pastebin.com/AAcXnm7L
Forum: AddOn Search/Requests 01-27-16, 12:46 PM
Replies: 11
Views: 4,000
Posted By Baggyman
Purge Addon Request

Would it be possible to make an addon that only shows debuffs and purgeable buffs on the enemy unit and focus frames?

So essentially just get rid of all the buffs that I cannot purge.
Showing results 1 to 12 of 12