Help

FlaskMinder

Buffs & Debuffs Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 5,398 Downloads
  • Supports: 4.3
  • 0 Average Daily Downloads
  • Comments
  • Created 4/20/2009 1:54:22 PM
  • Updated 12/2/2011 3:56:20 PM
  • 21 Favorites
  • Project Site
  • License: CC BY-NC-SA
  • Release Type: Release
  • Newest File: v0.2.1g_release
or

About FlaskMinder

2011/04/26 v0.2.1e
Don't know where D went... oh well - tested with patch 4.1... all seems well. Updated TOC

2011/01/05 v0.2.1c
Apologies for the multiple quick releases - There was a critical error in esES and exMX localization files that was breaking the addon... I fixed those and then while running an instance with my updated version, I got warned even though I had an elixir that I ~thought~ I had included. Turns out I had use the Item name instead of the spell name. Many flasks and elixirs use same name for both, but dome do not.

Went through a couple rounds of that before I got everything.

Again, sorry, but I think we're good now.

---
2009/11/18 v0.1.1
Localization support enabled for esES, esMX, and deDE

For deDE, it's a combination of help from the user Lesyde, de.wowhead.com, and good ol' google translation

For esES and esMX, there's really no distinction. I made it so that the flasks and elixirs would proc, but all configuration pages currently show in English as I haven't had time to translate anything.

Due to Russian, Chinese, and Korean being completely incomprehensible to me, they may not happen for some time.
---
2009/11/12 **  v0.1.0_beta
Localization support enabled for enUS and frFR.

Granted, it's kind of bad GoogleFrench for the descriptions and such, but the important bit (the part that detects buffs) actually should work with the French client. Hoping to get a few other languages working soon.
---

FlaskMinder is an addon that will remind you when your flask (or elixirs) and (optionally) food buffs about to expire

With the recent changes to flasks (changing from 2 hr to 1 hr) my guildies and I have been noticing a lot more frequent "oops didn't notice my flask ran out"

Make sure to play with the configuration options (Blizzard Config options: FlaskMinder or chat command /fm) to set up how / when you are notified.

By default, it will check your buffs every minute when you are in a raid instance.

If its too spammy, I'm thinking of doing a "don't bother me if in combat", though I LIKE to know that my flask / elixir is up in combat as well. It already doesn't bother you for food buffs in combat since you can't do anything about it then anyway.

DESIGN PHILOSOPHY
This should be really simple and lightweight. Just automatically monitor time left on flask/elixir and food buff and do some complaining if they're about to run out.

FUTURE EXPANSION
Maybe have some kind of option to remind if you enter into a boss fight without a flask buff too, though this would have to be configurable since some folks might not want this distraction. Also, if it's not easy to detect that you're IN boss fight (I know DBM does it, but I don't know how much work it would be to mimic that functionality, or maybe I could make it receive comms from DBM?)

Maybe make it provide a grayed out button for use flask / use food that would ungray 5-10 minutes before buff ran out? Don't know if I could manage all that right now, but might be a way to go in future.

Possibly make a raid leader version that would check food/flask of others and warn them, though this could get spammy and/or annoying.

Maybe add rogue poisons too

FlaskMinder:ChangeLog            v0.2.1g        2011/12/02      DigitalSorceress

v0.2.1g - 2011/12/02
  Tested for patch 4.3
  Updated ToC for 4.3

v0.2.1f - 2011/08/17
  Tested for patch 4.2
  Updated TOC for 4.2
  
v0.2.1e - 2011/04/26
  Tested for patch 4.1
  Updated TOC for 4.1

v0.2.1d - 2011/03/04
  Removed "Flask of Battle" as it actually just provides straight Draconic Mind, winds, Strength, and so-on

v0.2.1c - 2011/01/05
  Updated all locales to fix several elixir procs and to get the wowhead links right

v0.2.1b - 2011/01/05
  Fixed stupid mistake I made in Locale-esMX.lua

v0.2.1a - 2011/01/05
  Fixed stupid mistake I made in Locale-esES.lua

v0.2.1 - 2010/12/28
  Added flask procs from Flask of Enhancement - apparently, each proc (strength, intellect, agility) has its own separate buff tooltip

v0.2.0 - 2010/12/24
  Added new Cata flasks and elixirs for enUS, esES, esMX, frFR, and deDE
  Sorry I didn't do this back in October, but I was more concerned with it not being broken rather than including the new stuff

v0.1.4 - 2010/10/13
  Tested for v4.0
  Updated ToC for 4.0
  
v0.1.3 - 2010/02/05
  Updated ToC page ... 3.3 not properly coming though

v0.1.2 - 2009/12/08
  Updating ToC for 3.3

v0.1.1 - 2009/11/18
  Added deDE locale thanks to Lesyde
  
  Added esES locale for the FUNCTIONAL parts - buff names so they proc properly),
  but not to descriptions... soliciting help to localize fully
  
  Added esMX locale for the FUNCTIONAL parts - buff names so they proc properly),
  but not to descriptions... soliciting help to localize fully

v0.1.0 - 2009/11/12
  Incremented Minor version as this is going to be a pretty big reworking to make localization actually possible
  
  Moved the assembly of the flask and elixir lists into FlaskMinder.lua
  
  Vastly changed flask and elixir descriptsions to be more compatible with internationalization
  
  Built a Locale-frFR.lua and did BAD google translations

v0.0.10 - 2009/11/06
  Added "Flask of the North" to allowable flasks in Locale-enUs.lua
  
  Made Vehicle filter checkbox more clear (checking EVEN WHILE IN VEHICLE)
  
  Fixed a bug in the filterCheck() function that was ignoring status of vehicleFilter  

v0.0.09 - 2009/08/12
  Stubbing in "not when in vehicle"
    Added vehicleFilterFlag to options, and added checkbox in the Filters section of config
    Dry-coded the filter .. this is SOOO not gonna work the first try gonna commit as alpha

v0.0.08 - 2009/08/05
  Updated TOC for patch 3.2
  Please contact me if you find that something isn't working properly
  
v0.0.07 - 2009/04/29
  Fixed a logic error in the "in party" group filter that was preventing checks if you had a 2 member party

v0.0.06 - 2009/04/29
  Added "Ready Check" update option  

v0.0.05 - 2009/04/27
  Added /fm timer  command to show time left on the masterTimer
    
  Cleaned up filter options more as I have a better idea of the direction I'm heading
  
  Created Sound Options config page
  
  Created Timing Options config page
  
  Implemented the group/instance filtering
  
  Implemented a timer option

v0.0.04 - 2009/04/27
  Added Configuration options pane for group / instance filters.. not actually active yet, but it's there
  
  Added all the EN-US localizations to go with the filter options
  
  Added /fm group chat command to test group types (debugging use only really)

v0.0.03 - 2009/04/21
  Got /fm debug flag working
  
  Added /fm check  slash command to force an immediate check
  
  --todo:
    Add a message when all is well and check is forced
    
    consider adding rogue poisions
    
    see about making it less spammy
    
    see about detecting raid/party presense and consider throttling up/down the frequency of checks

v0.0.02 - 2009/04/21
  Fixed (hopefully) the bugs and logic errors from the initial creation
  
  Tested with food buffs, flasks and elixirs
  
  Seems a bit spammy, but then again, maybe you WANT to be spammed

v0.0.01 - 2009/04/20
  Initial creation - totally dry coded - just too many errors to work

Addon Packs Containing This...

Comments

Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!