Results: 73Comments by: Astromech
File: BucketBags10-19-10
Thanks! I'm glad you're liking it!...
Posted By: Astromech
Thanks! I'm glad you're liking it! You can change those things and more in settings.lua (located in the addon folder). It's really pretty easy, so don't be intimidated by having to edit a lua file. Just open it in NotePad or something similar. Specifically, to change the background color, edit line 16 settings.BackdropColo...
File: oUF AuraWatch10-15-10
New version
Posted By: Astromech
1.3.28-6 actually works with oUF 1.5.x and WoW 4.0.1, but I'm working on a new version which better conforms to oUF's new plugin standard and even gives a little more control to the user. It should be up in a day or two. @Pyrates, I'm sorry for the late response, I thought I already replied! You will need to create an OnUpdate s...
File: oUF AuraWatch08-28-10
Originally posted by Silberbüchse...
Posted By: Astromech
Originally posted by Silberbüchse Hi Astro, i tryed it but it didnt work. Anything i can do with ouf_aurawatch self and bring it in the background? Unfortunately, there isn't a way to get a frame to show between a fontstring and its parent, which is why I had to create the separate "textFrame." You could try manually setti...
File: oUF AuraWatch08-19-10
Silberbüchse, Try this: http://...
Posted By: Astromech
Silberbüchse, Try this: http://pastey.net/139805-1ipq I marked the areas I edited. Hope this helps!
File: oUF AuraWatch08-15-10
Silberbüchse, Oh, the problem is...
Posted By: Astromech
Silberbüchse, Oh, the problem is with your raid frames, right? Without knowing your layout's code, what I would do is create another frame, let's call it the text frame, after you create your AuraWatch icon frames. Use this text frame as the parent of the name and health fontstrings. That way, since the text frame is created af...
File: oUF AuraWatch01-13-10
By default, oUF_AuraWatch only disp...
Posted By: Astromech
By default, oUF_AuraWatch only displays auras which came from you, your pet, or your vehicle. Make sure your layout is not setting the anyUnit field to true. :)
File: oUF AuraWatch01-09-10
oUF_AuraWatch actually doesn't stor...
Posted By: Astromech
oUF_AuraWatch actually doesn't store of aura durations (if you have duration timers its actually coming from OmniCC or some similar addon). So, there isn't an easy way to do this without managing the aura durations yourself or modifying oUF_AuraWatch. What you could do is modify oUF_AuraWatch to store the time remaining for each b...
File: oUF AuraWatch12-08-09
Re: i think i broke it :'(
Posted By: Astromech
One thing I noticed is that you didn't set a point, width, and height for the AuraWatch frame, which makes it invisible. Since the icons are parented to the AuraWatch frame, it could make them hide too! What you actually set for the AuraWatch frame doesn't really matter, since you don't anchor anything to it. You could just do :SetAl...
File: Carousel08-11-09
PM
Posted By: Astromech
Oh no, sorry I should have specified. You can copy and paste the contents of the Lua file into the PM, that will be fine.
File: oUF AuraWatch08-05-09
My apologies for the late replies....
Posted By: Astromech
My apologies for the late replies. berkz, I would recommend posting your question in the oUF section of the forums here. I'm not familiar with Caellian's layout. Kaidroth, you can set most of the options on a per-aura basis if you want. Just set onlyShowPresenton the aura icon instead of the aura table. auras.icons.onlyShowP...
File: Carousel08-05-09
Originally posted by FarseerLolotea...
Posted By: Astromech
Originally posted by FarseerLolotea While this functions with the latest patch, the backdrop is obstinately bright red and opaque. I can't reproduce this problem. Try changing the backdrop color again to see if it fixes it. If that doesn't work, you can upload the Carousel.lua file in your WTF/Account/ACCOUNTNAME/SavedVariab...
File: oUF AuraWatch05-26-09
might you consider adding an option...
Posted By: Astromech
might you consider adding an option to make AuraWatch look at "showDebuffType". i.e. color the AuraWatch borders by type if set to true ? :) This would be pretty easy to do. I'll add it to my TODO list. :) 1. Is it possible to get more rows than just one? 2. Is it possible to set up 2 different rows (different anchor, directio...
File: oUF AuraWatch05-24-09
That first error is very strange! o...
Posted By: Astromech
That first error is very strange! oUF_AW doesn't even look at the "showDebuffType" field. Could you post the complete error? As for setting it up for multiple classes, you're doing it right, except spellIDs must be declared local before the if-then block. local spellIDs if playerClass=="DRUID" then spellIDs = { 2345, }...
File: oUF AuraWatch05-14-09
Outside the Scope
Posted By: Astromech
I like the idea, but it is outside the scope of oUF_AuraWatch. oUF_AW is meant primarily to serve as a "DoT timer" for specific auras, not a general buff sorting display. Sorry :(
File: oUF AuraWatch05-08-09
Thanks, that looks great! Glad it's...
Posted By: Astromech
Thanks, that looks great! Glad it's working out for you :)
File: Carousel05-06-09
Re: Broker_AntiSocial's feed no longer shows up in Data Feeds
Posted By: Astromech
I just looked at Broker_AntiSocial's code, and it doesn't set a type for its broker feed. Carousel only displays plugins which have type "data source" or "launcher." It's an easy fix. The author just needs to add type = "data source", at line 2. This is new behavior introduced in Carousel 2. Previous versions would ignore...
File: oUF AuraWatch05-05-09
Customizing
Posted By: Astromech
Yes, you could use fontstrings to achieve that effect, but you can also customize the AuraWatch icons. :) oUF_AW will create the following things automatically for every icon, unless they are already present: icon: A texture to show. Normally the buff's texture. count: A fontstring to show the aura stack count. cd: A cooldo...
File: oUF AuraWatch05-03-09
Sorry for my late reply. I've been...
Posted By: Astromech
Sorry for my late reply. I've been very busy this weekend. The ignoreCaster option should be easy to implement! I will try to upload a new version tomorrow if I have time. It will be ready by Tuesday at the lastest.
File: oUF AuraWatch04-30-09
Guardix, Oh sorry about that. I...
Posted By: Astromech
Guardix, Oh sorry about that. I changed it so it matches the documentation. I'll release a new version later today. zork, Yeah that looks good! Glad you like it.
File: oUF AuraWatch04-29-09
Re: Re: Question
Posted By: Astromech
I want to filter specific player buffs on units but I still want to keep the bufflook of oUF. That's basically why I wrote this :) Btw, is it possible to decide if the spellid we want to track is from unit = "player" only or from unit = "player" or someone else. (for the case I just want to track for buffs/debuffs active and I...
File: Carousel04-28-09
Karecha, great! No problem. Wyll...
Posted By: Astromech
Karecha, great! No problem. Wyll Oops, looks like I had Carousel marked for the wrong wow version. Don't worry, it should still work correctly. Just leave the load out of date button checked.
File: oUF AuraWatch04-28-09
Question
Posted By: Astromech
Thanks everyone, glad you like it. Zork, You need to code which units for oUF_AW to look at in your layout. Just set self.AuraWatch for any units you want to watch in your layout's setup function. There's an example on how to set this up for the target frame in oUF_AuraWatch.lua. If you want to watch every unit, you could just...
File: Carousel04-27-09
Wimpface, you're welcome! :) Kar...
Posted By: Astromech
Wimpface, you're welcome! :) Karecha, I see what you mean! I think I know how to fix it. I'll try to get a quick new version out later today. EDIT: Just uploaded the new version. It should work how you want now!
File: Carousel Font04-17-09
Fixed
Posted By: Astromech
Oops. Should be fixed now.
File: Carousel04-17-09
Fixed Width
Posted By: Astromech
Thanks for the feedback! I'll add that to my TODO list. :)