"Oh, I'm sorry but we made a new model of your car, the old one has been disabled. What? Yes we know it still ran fine, but you are required to buy a new one. Sorry."
Exactly
A few weeks back, I just decided to kick Fubar out of my UI because it was the only thing running the Rock framework, and I didn't need 3 frameworks (Ace2, Ace3, and Rock) running, when 2 would do that job. So I stopped using the mods that involved Rock.
I'm going to assume you have a modern pc (dual core, 1gb of ram etc) and then I'm going to say removing the rock framework hasn't made a measurable amount of difference to performance. I'm also going to say you didn't do any direct comparison to measure the difference scientifically.
However in your mind you're running less frameworks so it must be better, am I wrong?
So basically you have no idea what the libraries do, you don't code any addons, you don't know lua but have somehow come to the conclusion that you can't live with 2 versions of babble running (even though you don't know what they do)...
Futhermore every addon author should use their free time to continuously update to the new library even if the old one works fine, after all authors have unlimited time.
I can't remember the name of the addon but I just wanted to say spriests (actually neither do most classes) have so few spells in their optimal dps rotation(s) it's not that hard to just remember the order.
Register something like PLAYER_AURAS_CHANGED event
Detect when you gain the buff you want to warn about
Start some form of OnUpdate timer that triggers some logic (warn you about the buff expiring) x seconds later.
As I was saying above blizzard intentionally leaves source and/or dest variables empty/nil/default for some events. They basically don't want addon's doing too much.
For example, I can make a spell alert mod that tells me someone nearby is casting something hostile based on SPELL_CAST_START, but I can't tell/warn that I am the target or a party member is the target of the spell.
0
0
Oh to live in a perfect world...
0
0
Exactly
I'm going to assume you have a modern pc (dual core, 1gb of ram etc) and then I'm going to say removing the rock framework hasn't made a measurable amount of difference to performance. I'm also going to say you didn't do any direct comparison to measure the difference scientifically.
However in your mind you're running less frameworks so it must be better, am I wrong?
0
Futhermore every addon author should use their free time to continuously update to the new library even if the old one works fine, after all authors have unlimited time.
Hilarious..
0
Also paladin only has one l.
0
.. oh wait wrong forums
0
0
0
http://www.opendns.com/start
0
0
Register something like PLAYER_AURAS_CHANGED event
Detect when you gain the buff you want to warn about
Start some form of OnUpdate timer that triggers some logic (warn you about the buff expiring) x seconds later.
0
For example, I can make a spell alert mod that tells me someone nearby is casting something hostile based on SPELL_CAST_START, but I can't tell/warn that I am the target or a party member is the target of the spell.
I believe this is by design.
0
0