Results: 353Comments by: Asheyla
File: Onyxia Bar for Nefarian Encounter01-23-11
Yeah, that should work, as long as...
Posted By: Asheyla
Yeah, that should work, as long as you also call Hide() when it IS zero.
File: Onyxia Bar for Nefarian Encounter01-21-11
(1) The frame doesn't save its posi...
Posted By: Asheyla
(1) The frame doesn't save its position for me in between sessions. Fix: give the border frame (the one that's being positioned) a name, so that SetUserPlaced() has an effect on it. (2) When Onyxia's power is 0, the bar shows the previous value from the last attempt. Fix: when setting its width, don't let its width be less than...
File: Examiner01-20-11
To fix the annoying disappearing it...
Posted By: Asheyla
To fix the annoying disappearing items bug, do this: * Open up Examiner\core.lua * Go to line 578: function ex:InspectReady(guid) * Add this immediate after that line (so it's the first line of that function): if not guid or guid ~= self.guid then return; end * Save and close. It seems to have solved it for me. Cheers!
File: DoTimer12-28-10
sorry i haven't been reading commen...
Posted By: Asheyla
sorry i haven't been reading comments lately - holidays and actually *playing* the game have taken my time. i've uploaded a new version that should fix the issues regarding strange placement of timers, at the cost of being able to right-click to remove buffs. i've added a (hopefully!) temporary cludge that allows you to cancel buff...
File: DoTimer11-19-10
Good catch, Farmbuyer. Fixing my h...
Posted By: Asheyla
Good catch, Farmbuyer. Fixing my hook when the argument is a string should solve the error, and it should open the proper panel, not DoTimer's, unless some of my other code is interfering as well. The purpose of the hook was to compensate for a Blizzard Interface Options bug that would cause OpenToCategory to fail when the panel be...
File: DoTimer11-10-10
Rayrife, one of the mouseover setti...
Posted By: Asheyla
Rayrife, one of the mouseover settings controls what kinds of timers can be mouseover (helpful, harmful, or both), though I don't know off the top of my head what the setting's called. You'll be able to find it in DoTimer's settings. Kulgan, first I'd like you to verify that it's a DoTimer issue. Install a mod like: http://...
File: DoTimer11-07-10
do you mean, make new timers appear...
Posted By: Asheyla
do you mean, make new timers appear above older ones? Or what?
File: DoTimer11-07-10
Updating to 4.5!
Posted By: Asheyla
Updating to 4.5!
File: TipTop11-06-10
I'd just like to draw attention to...
Posted By: Asheyla
I'd just like to draw attention to a feature request I made for this addon. http://www.wowinterface.com/portal.php?id=275&a=viewfeature&featureid=4274
File: DoTimer11-05-10
Fixed Snake Trap for next version,...
Posted By: Asheyla
Fixed Snake Trap for next version, thanks. I just verified with a hunter ingame that no events occur when traps are triggered, so there's no good way to detect it. If you know of another addon that somehow responds to traps being triggered, let me know and I'll have a look at their code.
File: TravelAgent11-03-10
There's a bug when using this addon...
Posted By: Asheyla
There's a bug when using this addon with Bazooka to display it. I have it in the top bar; if i move my mouse up to the top of my screen, Travel Agent's tooltip disappears. This is because LDB_Anchor:IsMouseOver() is returning false, though, weirdly, GetMouseFocus() still returns LDB_Anchor and it's OnLeave script had not yet fi...
File: Turn In10-30-10
You should update your TOC to 40000!
Posted By: Asheyla
You should update your TOC to 40000!
File: OPie10-30-10
You should update your TOC number t...
Posted By: Asheyla
You should update your TOC number to 40000. I try to have "Load Out of Date AddOns" unchecked, and OPie (updated, but old TOC) is messing with me.
File: DoTimer10-27-10
4.4.9.1 fixes a small lua error, /sigh
Posted By: Asheyla
4.4.9.1 fixes a small lua error, /sigh
File: DoTimer10-27-10
Uploaded 4.4.9! Bug Fixes: -...
Posted By: Asheyla
Uploaded 4.4.9! Bug Fixes: - In rare cases, right-clicking a non-PlayerAuras timer could cancel a real buff. This issue has been fixed. - Added some more checks in an effort to suppress "You are not in a " messages. - Fixed a nasty bug with the GUI that could cause most of your key bindings to become unresponsive until y...
File: DoTimer10-26-10
ChaosInc: does the spam happen in B...
Posted By: Asheyla
ChaosInc: does the spam happen in Battlegrounds, or where? My fix was to never send addon messages when UnitInBattleground("player") returns a non-nil value, so if there are other places where the spam is occurring, I need to add similar checks. Sprud: (1): I'm aware of this limitation; DoTimer scans via UnitAura() and the eve...
File: DoTimer10-21-10
releasing 4.4.8!
Posted By: Asheyla
releasing 4.4.8!
File: DoTimer10-21-10
zhaozhou, it's probably related to...
Posted By: Asheyla
zhaozhou, it's probably related to Cooldowns trying to pick the name of the spell you actually cast. I'll see what I can do. Izzeren, there's a section at the bottom of PlayerAuras called Anchor Customization. You can use this section to move debuffs to another anchor (among several other things).
File: DoTimer10-21-10
Note: I am aware that sometimes tim...
Posted By: Asheyla
Note: I am aware that sometimes timers get stuck to your cursor when dragging. It seems I only fixed the issue halfway. Sorry! I'll fix it after work.
File: DoTimer10-20-10
releasing 4.4.7 to fix a small bug...
Posted By: Asheyla
releasing 4.4.7 to fix a small bug with the options menu.
File: DoTimer10-20-10
I looked through my code, still can...
Posted By: Asheyla
I looked through my code, still can't find anything that could cause that. If anyone else ever reports it, I'll investigate more, but since 4.4.6 fixes your problem (by bringing back Blizz Buffs as a setting), I'm going to ignore the problem for now. 4.4.6 released!
File: DoTimer10-19-10
I'm in ICC25 now; can't duplicate i...
Posted By: Asheyla
I'm in ICC25 now; can't duplicate it. Code-wise, it also makes no sense - when PlayerAuras is disabled, almost no code runs (basically, it sees that it's disabled and then shuts down). In fact, the only change i made for PlayerAuras, going from 4.4.4 to 4.4.5, *added* code when PlayerAuras is enabled, and *removed* code when it's d...
File: DoTimer10-19-10
Thanks for the heads-up; I'll look...
Posted By: Asheyla
Thanks for the heads-up; I'll look into it.
File: DoTimer10-19-10
Re: Interesting...
Posted By: Asheyla
There's actually a bug with the interface options provided by Blizzard. The function we use to open to our options page is InterfaceOptionsFrame_OpenToCategory. Unfortunately, this function fails to work if the frame you're trying to open isn't currently visible on the left-hand side (as in, either you're not scrolled down enough o...
File: DoTimer10-18-10
I got it to happen once; I believe...
Posted By: Asheyla
I got it to happen once; I believe I've fixed it for 4.4.5. Uploading shortly!