Download
(15 Kb)
Download
Updated: 11/26/20 09:13 AM
Pictures
File Info
Compatibility:
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:11/26/20 09:13 AM
Created:04/27/16 11:48 AM
Monthly downloads:82
Total downloads:26,408
Favorites:35
MD5:
Hotep® Dinner Bell  Popular! (More than 5000 hits)
Version: 3.34d
by: tomtomhotep, YesImBattman
Have you ever been in a dungeon and you didn't notice that your food buff ran out until you got smacked down by a monster?

Well that's what this little addon is for. It's short, sweet, and simple. All it does is pop up a center-screen-announcement (with sound-effect) about 30 seconds before your current food or drink buff is about to expire.

It also puts a notification in your chat window, in case you are AFK when the announcement pops up.

2.0:
Added an addon settings menu - lets you choose timer value, and lets you choose a favorite buff, from any buff you've had since using the addon.


As an added bonus feature, it also tells you when certain other buffs are expiring, which I, for one, find quite useful.

If there is any particular buff that this addon is reminding you about, and you don't want it to, you can now exclude that buff in the addon settings menu.



---------
Hotep® is a registered trademark of Simple Designs Software LLC. All Rights Reserved.
3.34d - updated API #
3.34c - updated API #
3.34b - updated API #
3.34a - updated API #
3.34 - updated API #
3.33 - updated API #, "un-bundled" LibAddonMenu-2.0 (by now, everyone probably already has it installed stand-alone)
3.32 - updated API #
3.31 - updated API #
3.3 - added option (and ability) to track all XP buffs (like XP scrolls) (thanks to BinaryTB for testing!)
- added options to disable chat messages, because they were "bugging" someone. :)
3.23 - updated API #, updated LibAddonMenu to r26
3.22 - updated API #
3.21.01 - updated my personal internal library of "code tools"
(This has no impact on functionality. I just wanted all my add-ons to have the same version of my "tools".)
3.21 - updated API #
3.2 - Added option to allow addon settings to be Account-Wide or Per-Character
3.11 - updated API #
3.1 - fixed problem with center-screen-announcements caused by last major ZOS update
- updated API #
3.01 - updated API #
3.0 - added ability to exclude buffs from being recognized by addon
2.21 - updated API #
2.2 - excluded "Power Surge" ability/buff from being treated as a drink
2.1 - fixed minor bug
2.0 - added addon settings menu
1.02 - updated API #
1.01 - updated API #
1.0 - Initial Release
Archived Files (25)
File Name
Version
Size
Uploader
Date
3.34c
15kB
tomtomhotep
04/01/20 01:01 PM
3.34b
14kB
tomtomhotep
11/21/19 01:49 PM
3.34b
14kB
tomtomhotep
11/08/19 03:47 PM
3.34a
13kB
tomtomhotep
08/29/19 01:08 PM
3.34
13kB
tomtomhotep
05/25/19 12:14 PM
3.33
14kB
tomtomhotep
03/16/19 08:45 AM
3.32
56kB
tomtomhotep
10/27/18 08:35 AM
3.31
56kB
tomtomhotep
08/25/18 02:42 PM
3.3
56kB
tomtomhotep
06/02/18 08:55 AM
3.23
56kB
tomtomhotep
05/28/18 11:51 AM
3.22
56kB
tomtomhotep
02/17/18 12:23 PM
3.21.01
56kB
tomtomhotep
12/31/17 03:07 PM
3.21
55kB
tomtomhotep
11/05/17 09:15 AM
3.2
55kB
tomtomhotep
09/09/17 11:36 AM
3.11
54kB
tomtomhotep
08/19/17 04:38 PM
3.1
52kB
tomtomhotep
05/26/17 11:05 AM
3.01
52kB
tomtomhotep
02/21/17 12:28 PM
3.0
52kB
tomtomhotep
11/27/16 11:58 AM
2.21
48kB
tomtomhotep
10/11/16 12:06 PM
2.2
48kB
tomtomhotep
09/08/16 05:16 PM
2.1
48kB
tomtomhotep
09/05/16 10:13 AM
2.0
48kB
tomtomhotep
08/31/16 05:40 PM
1.02
9kB
tomtomhotep
08/10/16 02:16 PM
1.01
9kB
tomtomhotep
06/05/16 12:42 PM
1.0
7kB
04/27/16 11:48 AM


Post A Reply Comment Options
Unread 09/04/19, 05:47 PM  
tomtomhotep
 
tomtomhotep's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 217
Uploads: 6
Originally Posted by ralexpdx
First let me say THANK YOU for making this mod! Very useful!
Thanks and You're Welcome!


Originally Posted by ralexpdx
I to want to track my XP boosts
Just turn on the "Track XP Buffs" option, see screenshot:

https://www.screencast.com/t/ahPoIcQt
Report comment to moderator  
Reply With Quote
Unread 09/03/19, 08:56 PM  
ralexpdx

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by tomtomhotep
Originally Posted by BinaryTB
Is it possible to track "Increased Experience" instead of only food? I'd like to track when my xp scroll expires, currently I can't find a way.
Sent you a PM.

First let me say THANK YOU for making this mod! Very useful! I to want to track my XP boosts so if you would be so kind as to echo me on the PM? Most appreciated!
Report comment to moderator  
Reply With Quote
Unread 08/30/19, 05:41 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4903
File comments: 5974
Uploads: 78
Hey tomtomhotep,

LibStub will be removed in teh future as one can use the ZOs implementation ## AddOnVersion: in the manifest files now to assure only the newest vesion of a library is loaded.

Most libraries got a global variable now which can be used instead of loading the library via LibStub.

In your code you'd need to change the call to libraries, shown on LibAddonMenu-2.0 as example, like this:

Old: LibStub
Code:
local LAM = LibStub("LibAddonMenu-2.0")
New: Without LibStub
Code:
local LAM = LibAddonMenu2
or New, without LibStub or with LibStub (Hybrid):
Code:
local LAM = LibAddonMenu2
if not LAM and LibStub then LAM = LibStub("LibAddonMenu-2.0") end
Report comment to moderator  
Reply With Quote
Unread 09/02/18, 10:00 AM  
fllsilva
 
fllsilva's Avatar

Forum posts: 0
File comments: 14
Uploads: 0
Originally Posted by tomtomhotep
Originally Posted by fllsilva
Any kind of food that I set as a favorite addon informs that I do not own any food of any kind, even the inventory being full of them.
Because? The function of automatically consuming a food at the end of time is not working?
This addon does not scan your inventory. It does not inform you of weather or not you own any of that food.

This addon also does not automatically make you eat.

It's just a reminder.
Sorry, I thought that by informing the type of buf it would scan and consume automatically. Thanks for the info.
Report comment to moderator  
Reply With Quote
Unread 09/02/18, 07:30 AM  
tomtomhotep
 
tomtomhotep's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 217
Uploads: 6
Originally Posted by fllsilva
Any kind of food that I set as a favorite addon informs that I do not own any food of any kind, even the inventory being full of them.
Because? The function of automatically consuming a food at the end of time is not working?
This addon does not scan your inventory. It does not inform you of weather or not you own any of that food.

This addon also does not automatically make you eat.

It's just a reminder.
Report comment to moderator  
Reply With Quote
Unread 09/01/18, 06:50 PM  
fllsilva
 
fllsilva's Avatar

Forum posts: 0
File comments: 14
Uploads: 0
Any kind of food that I set as a favorite addon informs that I do not own any food of any kind, even the inventory being full of them.

Because? The function of automatically consuming a food at the end of time is not working?
Report comment to moderator  
Reply With Quote
Unread 08/27/18, 12:16 PM  
tomtomhotep
 
tomtomhotep's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 217
Uploads: 6
Originally Posted by BigM
I wonder if there is a way to also add that my poison is running out and need to add more to my weapon? With 100 to 150 in poison stacks, you tend to forget to look.
That would be beyond the scope of this addon. This addon is specific to buffs that show at the bottom of the character window.
Report comment to moderator  
Reply With Quote
Unread 08/26/18, 04:55 AM  
BigM
 
BigM's Avatar

Forum posts: 16
File comments: 371
Uploads: 0
I wonder if there is a way to also add that my poison is running out and need to add more to my weapon? With 100 to 150 in poison stacks, you tend to forget to look.
Report comment to moderator  
Reply With Quote
Unread 06/03/18, 08:57 AM  
tomtomhotep
 
tomtomhotep's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 217
Uploads: 6
Originally Posted by Alessondria
I should thank you because this little mod is very useful. Been using it for a long time. Helps a lot.
Thanks! and You're Welcome!
Report comment to moderator  
Reply With Quote
Unread 06/02/18, 06:05 PM  
Alessondria

Forum posts: 0
File comments: 93
Uploads: 0
Oh! Hey my mistake. I see you updated that and it should be in there now or soon. Thanks for reading the comments and maintaining this. I should thank you because this little mod is very useful. Been using it for a long time. Helps a lot.
Report comment to moderator  
Reply With Quote
Unread 06/01/18, 12:58 PM  
tomtomhotep
 
tomtomhotep's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 217
Uploads: 6
Originally Posted by BinaryTB
Is it possible to track "Increased Experience" instead of only food? I'd like to track when my xp scroll expires, currently I can't find a way.
Sent you a PM.
Report comment to moderator  
Reply With Quote
Unread 06/01/18, 11:34 AM  
tomtomhotep
 
tomtomhotep's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 217
Uploads: 6
Originally Posted by Alessondria
Originally Posted by Alessondria
I'd like to request an option for removing the initial "[HotepDinnerBell] Loaded" message, and buff expires (separate option) please.
This isn't in the options like you mentioned that it would be now. I hope you can release an updated version soon. That really bugs me.
I said I WILL, not that I did already!

I'll get to it when I get to it.
Report comment to moderator  
Reply With Quote
Unread 06/01/18, 11:06 AM  
Alessondria

Forum posts: 0
File comments: 93
Uploads: 0
Originally Posted by Alessondria
I'd like to request an option for removing the initial "[HotepDinnerBell] Loaded" message, and buff expires (separate option) please.
This isn't in the options like you mentioned that it would be now. I hope you can release an updated version soon. That really bugs me.
Report comment to moderator  
Reply With Quote
Unread 05/31/18, 04:55 PM  
tomtomhotep
 
tomtomhotep's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 217
Uploads: 6
Originally Posted by BinaryTB
Is it possible to track "Increased Experience" instead of only food? I'd like to track when my xp scroll expires, currently I can't find a way.
The addon currently does not detect that type of buff, but I'm sure I can add it as an option!

..

Originally Posted by Alessondria
I'd like to request an option for removing the initial "[HotepDinnerBell] Loaded" message, and buff expires (separate option) please.
I'll add this too, while I'm "in there".
Report comment to moderator  
Reply With Quote
Unread 05/31/18, 04:35 PM  
BinaryTB

Forum posts: 0
File comments: 1
Uploads: 0
Is it possible to track "Increased Experience" instead of only food? I'd like to track when my xp scroll expires, currently I can't find a way.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: