Download
(43 Kb)
Download
Updated: 06/23/20 04:52 PM
Pictures
File Info
Compatibility:
Greymoor (6.0.5)
Harrowstorm (5.3.5)
Dragonhold (5.2.5)
Scalebreaker (5.1.5)
Elsweyr (5.0.5)
Updated:06/23/20 04:52 PM
Created:02/08/17 03:50 PM
Monthly downloads:221
Total downloads:37,953
Favorites:53
MD5:
Categories:Healers, Group, Guild & Friends
Merlin's Heal Helper  Popular! (More than 5000 hits)
Version: 1.2.0
by: Just_Merlin [More]
Merlins Heal Helper [EN]


This addon will help you to heal group members. If there life drops under a specified percent an alert will shown up.

This addon is a fork of the "HyperToxic's Healer Helper"

If you have any problems or wishes you can write me an IG Messange (@Just_Merlin) or leave me a comment on the download page.

What does it

A Heal Helper
  • Shows if a group member needs heal and alerts name
  • If someone is out of range and needs heal, this will also be shown (in a diffrent way)

Settings
  • Option to replace the alert area
  • Define the percentage value at which you want to be notified


Merlins Heal Helper [DE]


Dieses Addon wird dir helfen, Gruppenmitglieder zu heilen.
Wenn das Leben eines Gruppenmitglieds unter einen definierten Prozentwert
sinkt, wird dir dies eine Benachrichtigung anzeigen.

Dieses Addon ist ein Fork von "HyperToxic's Healer Helper"

Falls du auf ein Problem stossen solltest, oder Wünsche zur Verbesserung hast, kannst du dich gerne an mich per IG Nachricht (@Just_Merlin) bei mir melden, oder hier auf der Downloadseite einen Kommentar hinterlassen.

Funktionen


Eine Heilungs-Hilfe
  • Warnt, wenn ein Gruppenmitglied Heilung benötigt
  • Falls jemand ausser Reichweite ist und Heilung benötigt, wird ebenfalls eine (andere) Nachricht angezeigt

Einstellungen
  • Option um den Benachrichtigungsbereich zu verschieben
  • Definiere den Prozentwert, bei welchem du benachrichtigt werden möchtest
1.2.0
===
- Greymoor API update
- Removed obsoled ZO_ReticleContainer

1.1.0
===
- Added a new option to ignore players out of range
- Code refactoring for better performance
- Version bump

1.0.4
===
- LibAddonMenu fix

1.0.3
===
- Morrowind API

1.0.2
===
- small bugfix for reposition of the tooltip area
- kleine Fehlerkorrektur bei der Neupositionierung des Meldebereichs
Archived Files (5)
File Name
Version
Size
Uploader
Date
1.1.0
43kB
Just_Merlin
02/09/20 06:39 PM
1.0.4
43kB
Just_Merlin
07/22/17 01:52 PM
1.0.3
6kB
Just_Merlin
05/24/17 02:54 AM
1.0.2
43kB
Just_Merlin
03/19/17 12:41 PM
1.0.1
138kB
02/08/17 03:50 PM


Post A Reply Comment Options
Unread 06/23/20, 04:56 PM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4999
File comments: 6052
Uploads: 78
Please remove embedded libraries or update them PROPERLY.
Your total "lib" folder is obsolete and should be replaced by standalone libs, OR you must include them in total with their own txt files!
Or you will break other addons

https://www.esoui.com/forums/showthr...hlight=LibStub

Known since Summerset but never changed in many addons
Please update the adddon, especially the libraries (strip embedded old ones and include them updated with their own txt files, or just leave them alone and let users install them seperately only once like an addon), and update the usage of the libs in your addons without LibStub, using the global variables of the libraries (check their description/changelog for the names of the variables and the needed >= AddOnVersion of the libraries, e.g. 31 now for LibAddonMenu-2.0).

Example:

Wrong
Code:
## OptionalDependsOn: LibAddonMenu-2.0

lib\LibStub\LibStub.lua

lib\LibAddonMenu-2.0\LibAddonMenu-2.0.lua
lib\LibAddonMenu-2.0\controls\panel.lua
lib\LibAddonMenu-2.0\controls\submenu.lua
lib\LibAddonMenu-2.0\controls\button.lua
lib\LibAddonMenu-2.0\controls\checkbox.lua
lib\LibAddonMenu-2.0\controls\colorpicker.lua
lib\LibAddonMenu-2.0\controls\custom.lua
lib\LibAddonMenu-2.0\controls\description.lua
lib\LibAddonMenu-2.0\controls\dropdown.lua
lib\LibAddonMenu-2.0\controls\editbox.lua
lib\LibAddonMenu-2.0\controls\header.lua
lib\LibAddonMenu-2.0\controls\slider.lua
lib\LibAddonMenu-2.0\controls\texture.lua
Correct:
Code:
## Title: |c00FF00Merlin's Heal Helper|r
## APIVersion: 100031
## SavedVariables: MerlinsHealHelperSavedVariables
## Version: 1.2.0
## Author: @Just_Merlin
## Description: Shows an alert it group members health drops under a specified percent.
## DependsOn: LibAddonMenu-2.0>=31
Remove the subfolder "libs" in total! Delete it.
If you want to include LibAddonMenu-2.0 then pelase download the zip file of version 2.0r31 and include the total extracted files and folders in your /libs/LibAddonMenu-2.0 folder containign especially the LiBAddonMenu-2.0.txt file!!!
Else the ingame addon manager won't find it properly.


And in your code change this:
Code:
merlinsHealHelper.LAM2 = LibStub("LibAddonMenu-2.0")
To this:
Code:
merlinsHealHelper.LAM2 = LibAddonMenu2
Last edited by Baertram : 06/23/20 at 05:00 PM.
Report comment to moderator  
Reply With Quote
Unread 06/23/20, 04:57 PM  
Just_Merlin
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 20
Uploads: 2
Let me know if you are still facing problems with the new version 1.2.0

Originally Posted by MagyarVizla
...
Der Healer Helper hatte aber vor ca. 3 Monaten auch im fixiertem Zustand funktioniert, dass ist ja das seltsame.
...
Report comment to moderator  
Reply With Quote
Unread 06/23/20, 05:04 PM  
Just_Merlin
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 20
Uploads: 2
Thanks for pointing this out, I'll check it out next week

Originally Posted by Baertram
Please remove embedded libraries or update them PROPERLY.
...
Report comment to moderator  
Reply With Quote
Unread 06/24/20, 08:20 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4999
File comments: 6052
Uploads: 78
Would be nice if you could remove the libs in Merlins rez Helper as well and let the users install them properly + remove all LibStub usage in that addon as well!
Currently you also got the hardcoded lines in there:

Code:
lib\LibStub\LibStub.lua

lib\LibAddonMenu-2.0\LibAddonMenu-2.0.lua
lib\LibAddonMenu-2.0\controls\panel.lua
lib\LibAddonMenu-2.0\controls\submenu.lua
lib\LibAddonMenu-2.0\controls\button.lua
lib\LibAddonMenu-2.0\controls\checkbox.lua
lib\LibAddonMenu-2.0\controls\colorpicker.lua
lib\LibAddonMenu-2.0\controls\custom.lua
lib\LibAddonMenu-2.0\controls\description.lua
lib\LibAddonMenu-2.0\controls\dropdown.lua
lib\LibAddonMenu-2.0\controls\editbox.lua
lib\LibAddonMenu-2.0\controls\header.lua
lib\LibAddonMenu-2.0\controls\slider.lua
lib\LibAddonMenu-2.0\controls\texture.lua
But your libs folder does not include LibAddonMenu-2.0 anymore, only LibStub.
So you can safely remove the whole /libs/ folder and all these hardcoded lines, change ## OptionalDependsOn: LibAddonMenu-2.0 to ## DependsOn: LibAddonMenu-2.0>=31

AND

if your addon uses other libraries like Lib3d etc. you MUST add these to the ## DependsOn: tag line as well!

In your code remove all LibStub:New or LibStub(...) calls, and replace them with the global library's variable name, e.g. LibAddonMenu, Lib3d, LibMapPins, Lib..... instead
Last edited by Baertram : 06/24/20 at 08:23 AM.
Report comment to moderator  
Reply With Quote
Unread 06/26/20, 09:12 PM  
MagyarVizla

Forum posts: 3
File comments: 15
Uploads: 0
Hi Merlin,

sauber, funktioniert.

Danke dir.

LG
Report comment to moderator  
Reply With Quote
Unread 06/26/20, 11:13 PM  
Just_Merlin
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 20
Uploads: 2
Gerne, wünsche dir ein schönes Wochenende. Lg

Originally Posted by MagyarVizla
Hi Merlin,

sauber, funktioniert.

Danke dir.

LG
Report comment to moderator  
Reply With Quote
Unread 09/03/20, 11:43 AM  
MagyarVizla

Forum posts: 3
File comments: 15
Uploads: 0
Hi Merlin,

falls du Zeit findest, könntest du das Addon bitte für Update27 aktualisieren.

Wäre Super!

LG
Report comment to moderator  
Reply With Quote
Unread 12/08/20, 04:35 PM  
adran06

Forum posts: 5
File comments: 8
Uploads: 0
Options Not Working?

Either I'm looking in the wrong place, or the options for this addon no longer function, making it impossible to customize it. I haven't had a chance to see if the rest of it works or not yet, but I imagine I'll get in a group soon enough to find out. I certainly hope it gets updated, as the functionality is exactly what I wanted as a healer, but no other mod even offers this that I can find.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: