Download
(5 Kb)
Download
Updated: 06/12/22 09:56 PM
Pictures
File Info
Compatibility:
High Isle (8.0.0)
Ascending Tide (7.3.5)
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Updated:06/12/22 09:56 PM
Created:09/05/20 04:24 AM
Monthly downloads:165
Total downloads:13,531
Favorites:28
MD5:
Categories:Combat Mods, Casting Bars, Cooldowns
Potion Reminder  Popular! (More than 5000 hits)
Version: 1.2.0
by: Kamaros [More]
Potion Reminder helps you to maintain your potion buff uptimes by reminding you to drink a potion at the start of combat and when a potion cooldown ends. Potion Reminder is active in the following situations:
  • Boss fights (trial, dungeon, world)
  • PvP zone fights (Cyrodiil, Imperial City, Battlegrounds)
  • Dummy parses
In addition, Potion Reminder can be configured to notify during trial/dungeon trash fights, or only in Veteran difficulty.

Dependencies:
LibAddonMenu-2.0


Special thanks to Evandriel for fixing the add-on for High Isle!
v1.2.0
- Fixed for High Isle

v1.1.3
- API version bump for Waking Flame

v1.1.2
- API version bump for Blackwood PTS

v1.1.1
- API version bump for Flames of Ambition PTS

v1.1.0
- Only show potion reminder when alive
- Updated API version for Markarth PTS

v1.0.2
- Fixed potential nil comparison when no item is quickslotted

v1.0.1
- Changed "Lock UI" option in settings menu to "Unlock UI" since the UI is usually locked by default

v1.0.0
- Initial release
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Uploader
Date
1.1.3
5kB
Kamaros
09/07/21 09:10 PM
1.1.2
5kB
Kamaros
04/21/21 03:57 AM
1.1.1
5kB
Kamaros
03/07/21 02:06 AM
1.1.0
5kB
Kamaros
09/23/20 12:03 AM
1.0.2
5kB
Kamaros
09/08/20 02:29 AM
1.0.1
5kB
Kamaros
09/05/20 05:17 PM
1.0.0
5kB
09/05/20 04:24 AM


Post A Reply Comment Options
Unread 09/25/22, 09:16 AM  
ElChoso

Forum posts: 0
File comments: 1
Uploads: 0
Thank you for this marvellous addon! It sure saves my brain from keeping track of potions during challenging boss fights!

One feature I'd love to see added is the option to turn the remainder off in various situations, e.g. PvP, dungeons, world bosses etc.

Once again, thank you for the addon!
Report comment to moderator  
Reply With Quote
Unread 06/19/22, 02:30 PM  
Scav
 
Scav's Avatar

Forum posts: 1
File comments: 23
Uploads: 0
Its working!
Thank you folks, love ya!
Report comment to moderator  
Reply With Quote
Unread 06/15/22, 11:05 PM  
Kamaros
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 2
Originally Posted by Scav
Well, its still not working for me, someone else checked it out? Maybe Im doing something wrong.
Can you try installing it again? I think my update might have still been pending so it wasn't correctly downloading v1.2.0 before.
Report comment to moderator  
Reply With Quote
Unread 06/15/22, 11:23 AM  
Carnego

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by Scav
Well, its still not working for me, someone else checked it out? Maybe Im doing something wrong.
I still needed to change the following lines to get it working again:

File: PotionReminder.lua

58:

from return GetSlotItemCount(GetCurrentQuickslot()) or 0
to return GetSlotItemCount(GetCurrentQuickslot(), HOTBAR_CATEGORY_QUICKSLOT_WHEEL) or 0

and

62:

from local remaining, _, global, _ = GetSlotCooldownInfo(GetCurrentQuickslot())

to local remaining, _, global, _ = GetSlotCooldownInfo(GetCurrentQuickslot(), HOTBAR_CATEGORY_QUICKSLOT_WHEEL)


Thanks Evandriel for the hint!
Last edited by Carnego : 06/15/22 at 11:25 AM.
Report comment to moderator  
Reply With Quote
Unread 06/14/22, 11:25 AM  
Scav
 
Scav's Avatar

Forum posts: 1
File comments: 23
Uploads: 0
Well, its still not working for me, someone else checked it out? Maybe Im doing something wrong.
Report comment to moderator  
Reply With Quote
Unread 06/12/22, 10:01 PM  
Kamaros
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 2
Originally Posted by Evandriel
Originally Posted by Kamaros
Originally Posted by Scav
Hello!
This cool addon is not working after High Isle patch. Can you or someone fix it?
Best regards
Unfortunately, I've stopped playing ESO and consequently haven't installed the new patch to test if my addons still work or why they might now be broken. If an active player/developer wants to take a crack at taking over maintenance of this addon, they're welcome to.
Hi! I have a local patch for this. Can you tell me how I can make that available for everyone?

All GetCurrentQuickslotcall need to be updated with a constant now
GetSlotItemCount(GetCurrentQuickslot(), HOTBAR_CATEGORY_QUICKSLOT_WHEEL)
GetSlotCooldownInfo(GetCurrentQuickslot(), HOTBAR_CATEGORY_QUICKSLOT_WHEEL)
Thanks, I've updated the add-on with your patch and credited you in the listing! For future reference, if anyone has a future patch for this addon and I'm not responsive, you should be able to upload your own patches to https://www.esoui.com/downloads/info...der.html#other, though I'm not sure if those will be available in Minion or not.
Report comment to moderator  
Reply With Quote
Unread 06/12/22, 08:43 PM  
Evandriel

Forum posts: 0
File comments: 1
Uploads: 0
Originally Posted by Kamaros
Originally Posted by Scav
Hello!
This cool addon is not working after High Isle patch. Can you or someone fix it?
Best regards
Unfortunately, I've stopped playing ESO and consequently haven't installed the new patch to test if my addons still work or why they might now be broken. If an active player/developer wants to take a crack at taking over maintenance of this addon, they're welcome to.
Hi! I have a local patch for this. Can you tell me how I can make that available for everyone?

All GetCurrentQuickslotcall need to be updated with a constant now
GetSlotItemCount(GetCurrentQuickslot(), HOTBAR_CATEGORY_QUICKSLOT_WHEEL)
GetSlotCooldownInfo(GetCurrentQuickslot(), HOTBAR_CATEGORY_QUICKSLOT_WHEEL)
Report comment to moderator  
Reply With Quote
Unread 06/10/22, 11:31 PM  
Kamaros
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 2
Originally Posted by Scav
Hello!
This cool addon is not working after High Isle patch. Can you or someone fix it?
Best regards
Unfortunately, I've stopped playing ESO and consequently haven't installed the new patch to test if my addons still work or why they might now be broken. If an active player/developer wants to take a crack at taking over maintenance of this addon, they're welcome to.
Report comment to moderator  
Reply With Quote
Unread 06/09/22, 12:22 PM  
Scav
 
Scav's Avatar

Forum posts: 1
File comments: 23
Uploads: 0
Hello!
This cool addon is not working after High Isle patch. Can you or someone fix it?
Best regards
Report comment to moderator  
Reply With Quote
Unread 11/02/21, 07:07 PM  
Kamaros
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 2
Originally Posted by Asphyxis
We should able to change font size and position.
The position can be adjusted by setting "Unlock UI" to ON in the settings menu then clicking and dragging the notification while the cursor is unlocked from the camera.


Unfortunately, I don't plan on adding an option to adjust the font size in the near future because I'm taking a break from ESO right now.
Report comment to moderator  
Reply With Quote
Unread 11/02/21, 07:56 AM  
Asphyxis

Forum posts: 0
File comments: 51
Uploads: 0
We should able to change font size and position.
Report comment to moderator  
Reply With Quote
Unread 03/20/21, 12:39 PM  
Lulunyaa

Forum posts: 0
File comments: 40
Uploads: 0
thank you for this amazing addon
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: