Results: 12Comments by: orbenn
File: TellMeWhen09-02-10
Sorry I haven't been as active rece...
Posted By: orbenn
Sorry I haven't been as active recently. I haven't been playing WoW, so TellMeWhen hasn't gotten love either. If you are a competent coder and would like to take over this addon to keep it up-to-date going into Cata drop me a line. I'm not sure I'll still be playing when that comes out. That said I wouldn't want the improvme...
File: TellMeWhen07-18-10
@Various Cats/rogues: Sorry TellMeW...
Posted By: orbenn
@Various Cats/rogues: Sorry TellMeWhen is not a combopoint addon. There are many great, lightweight combo point addons out there though. NugComboPoints seems to be popular: NugComboPoints @Shamans: The good news is that real totem support (as opposed to just monitoring the buff) is coming in the next version. The bad news is I'...
File: TellMeWhen04-12-10
@Various Shamans: TellMeWhen does n...
Posted By: orbenn
@Various Shamans: TellMeWhen does not track totems directly. However any totem that gives a buff can be tracked by tracking the buff. Make sure to use the buff name and not the totem name if they are different. I currently use this on my DK to see when a shamman is dropping the strength totem so I know I don't need to keep HoW up.
File: TellMeWhen03-14-10
@bossmansmith If you get field 'Spe...
Posted By: orbenn
@bossmansmith If you get field 'Spec' errors with version 1.2.3 it's because the pre-1.2x settings aren't compatible with the new way settings are saved. The person who changed that included code to upgrade/convert the old settings but it sounds like it's not working anymore. The easiest way to fix this is to uninstall/reinstall...
File: TellMeWhen (Fan Update)03-11-10
New Version. Original Project Reclaimed
Posted By: orbenn
Thanks to the WoWInterface mods after several months of trying to contact the original author (without success) I've been given control of the original project for TellMeWhen. I've added ooze (the guy who created this fan update) to the project managers list there so we can both continue to make updates. The original author lieandswe...
File: TellMeWhen (Fan Update)02-03-10
New version: http://www.mediafir...
Posted By: orbenn
New version: http://www.mediafire.com/file/ytn2ntj2d3q/TellMeWhen1.2.2.rar -Updated for 3.3.2 -timers on buffs should now reset properly when switching targets or looking at a dead target.
File: TellMeWhen (Fan Update)02-03-10
Originally posted by Cassie Hi, i...
Posted By: orbenn
Originally posted by Cassie Hi, i just downloaed 1.2.1 version and would like to know if there's the chance to have bars setted up vertically or if you're planning to update it. Thanks :) You can already make vertical bars. Go into GameMenu->Interface->addons tab->TellMeWhen then change the bar you're interested in to have 1...
File: TellMeWhen (Fan Update)01-25-10
Technically it's not a bug, it's a...
Posted By: orbenn
Technically it's not a bug, it's a feature! =) It's blinking off because your GCD means that it's not pressable. I did this because the only other option is to have buttons continue to enter their usable state 1.5 seconds before their CD ends (because a CD is indistinguishable from a GCD in the code.) I can put it back to how...
File: TellMeWhen (Fan Update)01-15-10
Originally posted by Oxboy555 Dud...
Posted By: orbenn
Originally posted by Oxboy555 Dude. I'm using the latest version off this site and I'm getting this bug as we speak. Evidently it's still broken. The version of this website AND the version off Curse.com are BOTH outdated. If you could read you'd know that the authors have either abandoned the projects or haven't had time t...
File: TellMeWhen (Fan Update)01-12-10
I've finished updating this Addon f...
Posted By: orbenn
I've finished updating this Addon for v3.3. Everything that I've tested works (cooldowns, reactive abilities, buffs) I'm not sure if reactive abilities gray out when you have insufficient mana or not. Mave99's code didn't work for me, so I didn't use it. Note to modders: Variable and property names are case sensitive. This was the...
File: TellMeWhen (Fan Update)12-24-09
patch 3.3 has broken the numeric co...
Posted By: orbenn
patch 3.3 has broken the numeric count down and some other things. Noemore I solved your problem with the code in my earlier post. scroll down.
File: TellMeWhen (Fan Update)12-07-09
I have the same crash on login bug...
Posted By: orbenn
I have the same crash on login bug described below. It seems to occur when any icon is disabled. I didn't take the time to really understand the rest of this addon's code, but I wrapped line 567 in an if statement so it only runs against enabled icons. if ( icon.absentAlpha) then icon:SetAlpha(icon.absentAlpha); en...