New Addon: HealersMate
New Addon: HealersMate
Started work on this since Healbot Continued doesn't support buffs in the version for the client turtlewow uses. Intial release version is on github now.
Github LinK: https://github.com/i2ichardt/HealersMate
Github LinK: https://github.com/i2ichardt/HealersMate
Re: New Addon: HealersMate
Great addon, thank you! I would like to have the option to heal what ever im targeting and not just ppl i have in grp. I like healing anyone i see in heed of healing so if that fiture could be added that be so nice ^^
Re: New Addon: HealersMate
I updated the addon with a UI Frame for the players target along with settings to turn it on and off.
I wouldn't have done it if you hadn't asked. :-p
Its at the same location:
Github Link: https://github.com/i2ichardt/HealersMate
I wouldn't have done it if you hadn't asked. :-p
Its at the same location:
Github Link: https://github.com/i2ichardt/HealersMate
Re: New Addon: HealersMate
Hey there, I've picked up where Nullnvoid left off on the development of HealersMate and intend to make it something comparable to modern healing addons like VuhDo or Healbot.
Something of the sort to hide the UI will be present for the 2.0.0 release.
Sure, will probably add that within the next update or two.payia wrote: Tue Oct 22, 2024 7:12 pm Hello, could you please add mouse wheel up / down for binds? Thanks
Last edited by Oldmana on Sun Oct 27, 2024 9:47 am, edited 1 time in total.
Re: New Addon: HealersMate
Apologies, but I've come to find out that this is not possible, or would at least require some hacky solution. If that's extremely desirable to you, I'd recommend looking into making an AutoHotkey script to map the scroll wheel to mouse clicks.payia wrote: Tue Oct 22, 2024 7:12 pm Hello, could you please add mouse wheel up / down for binds? Thanks
Re: New Addon: HealersMate
Hello, OK - what can we do, thanks for trying anyway!Oldmana wrote: Wed Oct 30, 2024 10:28 pmApologies, but I've come to find out that this is not possible, or would at least require some hacky solution. If that's extremely desirable to you, I'd recommend looking into making an AutoHotkey script to map the scroll wheel to mouse clicks.payia wrote: Tue Oct 22, 2024 7:12 pm Hello, could you please add mouse wheel up / down for binds? Thanks
-
- Posts: 29
- Has thanked: 1 time
- Been thanked: 2 times
Re: New Addon: HealersMate
Having issues with targeting in frames after patch, you are looking at checking compatibility with new patch?
Re: New Addon: HealersMate
Everything has been working as expected for me. What is your problem specifically?Wowplayer9 wrote: Sun Nov 03, 2024 9:24 am Having issues with targeting in frames after patch, you are looking at checking compatibility with new patch?
Re: New Addon: HealersMate
For some reason, the Unitframe disappears when joining a Raid and even with Testui active the Raid Unitframes are not showing up. Did i miss something? Cause i really want to get this Addon to work :D
Re: New Addon: HealersMate
Hey, it could be possible that the raid frames went off screen. Try using /hm reset to reset the frames positions.Miasaki wrote: Sat Nov 09, 2024 6:40 pm For some reason, the Unitframe disappears when joining a Raid and even with Testui active the Raid Unitframes are not showing up. Did i miss something? Cause i really want to get this Addon to work :D
Re: New Addon: HealersMate
theres way to not see team pets n the addon, or make a transparency n the names of the party more like healbot? i wish to know
Re: New Addon: HealersMate
Currently, those things are not implemented. However, by the time 2.0.0 is fully finished, it will be possible to customize these things.Faustorgo wrote: Sun Nov 10, 2024 3:57 pm theres way to not see team pets n the addon, or make a transparency n the names of the party more like healbot? i wish to know
As a temporary measure, you can run this command(or create a macro) to hide the pets frame, but it'll need to be ran every time you login: /run HealersMate.HealUIGroups["Pets"].Show = function() end HealersMate.HealUIGroups["Pets"]:Hide()
Or replace "Pets" with "Raid Pets" if you're in a raid.
Re: New Addon: HealersMate
I did try the addon along someone else and we both get an error on login and upon entering a raid the frames wont show.Oldmana wrote: Sat Nov 09, 2024 9:32 pmHey, it could be possible that the raid frames went off screen. Try using /hm reset to reset the frames positions.Miasaki wrote: Sat Nov 09, 2024 6:40 pm For some reason, the Unitframe disappears when joining a Raid and even with Testui active the Raid Unitframes are not showing up. Did i miss something? Cause i really want to get this Addon to work :D
Interface\AddOns\HealersMate\HealUIGroup.lua:275: bad argument #1 to 'pairs' (table expected, got nil)
Re: New Addon: HealersMate
Hey, I'm unable to replicate this bug. Would it be possible for you to test this out without other addons enabled?Bahamutxd wrote: Mon Nov 11, 2024 12:12 amI did try the addon along someone else and we both get an error on login and upon entering a raid the frames wont show.Oldmana wrote: Sat Nov 09, 2024 9:32 pmHey, it could be possible that the raid frames went off screen. Try using /hm reset to reset the frames positions.Miasaki wrote: Sat Nov 09, 2024 6:40 pm For some reason, the Unitframe disappears when joining a Raid and even with Testui active the Raid Unitframes are not showing up. Did i miss something? Cause i really want to get this Addon to work :D
Interface\AddOns\HealersMate\HealUIGroup.lua:275: bad argument #1 to 'pairs' (table expected, got nil)
I've applied a potential fix on the upstream over here: https://github.com/OldManAlpha/HealersMate Let me know if that fixes the errors.
Re: New Addon: HealersMate
It works, thanks mate, your addon looks amazing and works like a charmOldmana wrote: Sun Nov 10, 2024 10:43 pmCurrently, those things are not implemented. However, by the time 2.0.0 is fully finished, it will be possible to customize these things.Faustorgo wrote: Sun Nov 10, 2024 3:57 pm theres way to not see team pets n the addon, or make a transparency n the names of the party more like healbot? i wish to know
As a temporary measure, you can run this command(or create a macro) to hide the pets frame, but it'll need to be ran every time you login: /run HealersMate.HealUIGroups["Pets"].Show = function() end HealersMate.HealUIGroups["Pets"]:Hide()
Or replace "Pets" with "Raid Pets" if you're in a raid.
Re: New Addon: HealersMate
Disabling some addons fixed it (it was different addons for me and for my friend) - also, the new version you posted works too with all addons enabled.Oldmana wrote: Mon Nov 11, 2024 3:33 amHey, I'm unable to replicate this bug. Would it be possible for you to test this out without other addons enabled?Bahamutxd wrote: Mon Nov 11, 2024 12:12 amI did try the addon along someone else and we both get an error on login and upon entering a raid the frames wont show.Oldmana wrote: Sat Nov 09, 2024 9:32 pm
Hey, it could be possible that the raid frames went off screen. Try using /hm reset to reset the frames positions.
Interface\AddOns\HealersMate\HealUIGroup.lua:275: bad argument #1 to 'pairs' (table expected, got nil)
I've applied a potential fix on the upstream over here: https://github.com/OldManAlpha/HealersMate Let me know if that fixes the errors.
Re: New Addon: HealersMate
The addon supports all those keys, plus any combination of the keys. Forward/back is the side mouse buttons if you have those.Ahlen wrote: Mon Nov 18, 2024 8:04 am Does the addon allow to bind SHIFT / CTRL / ALT key binds? What does forward/back mean? Is it a scroll wheel?
Re: New Addon: HealersMate
A new update is out which fixes debuffs not showing up after the latest patch of Turtle WoW. Also adds healing predictions without the use of HealComm and adds role assignments.
Re: New Addon: HealersMate
Really liking this. As I'm a fan of vuhdo, is there any chance you can class color the bars.
Thanks
Thanks
Re: New Addon: HealersMate
This functionality is actually already implemented, the issue is a matter of implementing a UI to configure profiles. You can temporarily see class-colored bars by using this command:Photik wrote: Tue Nov 26, 2024 7:58 pm Really liking this. As I'm a fan of vuhdo, is there any chance you can class color the bars.
Thanks
Code: Select all
/run HMDefaultProfiles["Compact"].HealthBarColor = "Class"
Re: New Addon: HealersMate
This is awesome. Is there any chance there will be a fade out for bars that are not in cast range ? I tried the addon in bg, and this issue really stood outOldmana wrote: Tue Nov 26, 2024 8:24 pmThis functionality is actually already implemented, the issue is a matter of implementing a UI to configure profiles. You can temporarily see class-colored bars by using this command:Photik wrote: Tue Nov 26, 2024 7:58 pm Really liking this. As I'm a fan of vuhdo, is there any chance you can class color the bars.
ThanksAnd replace "Compact" with the name of the style you're using.Code: Select all
/run HMDefaultProfiles["Compact"].HealthBarColor = "Class"
Thanks
Re: New Addon: HealersMate
If you use the SuperWoW and/or UnitXP SP3 mods, you will see precise distances to your team members and faded bars if they're >40 yd away.Photik wrote: Wed Nov 27, 2024 11:28 amThis is awesome. Is there any chance there will be a fade out for bars that are not in cast range ? I tried the addon in bg, and this issue really stood outOldmana wrote: Tue Nov 26, 2024 8:24 pmThis functionality is actually already implemented, the issue is a matter of implementing a UI to configure profiles. You can temporarily see class-colored bars by using this command:Photik wrote: Tue Nov 26, 2024 7:58 pm Really liking this. As I'm a fan of vuhdo, is there any chance you can class color the bars.
ThanksAnd replace "Compact" with the name of the style you're using.Code: Select all
/run HMDefaultProfiles["Compact"].HealthBarColor = "Class"
Thanks
Re: New Addon: HealersMate
Wondered if there's a way to turn off class buffs, e.g. fort/spirit/motw ?. So i can just keep an eye on heals/dots/, shields/thorns and poisons/magic/curses ?. While it is handy, I prefer to keep an eye on my buffs on a seperate addon.
Thx
Thx
Re: New Addon: HealersMate
The tracked buffs/debuffs are currently hardcoded. You can either edit them in the addon's Settings.lua starting around line 120 or run commands to temporarily disable certain buffs like so:Photik wrote: Sun Dec 08, 2024 3:55 pm Wondered if there's a way to turn off class buffs, e.g. fort/spirit/motw ?. So i can just keep an eye on heals/dots/, shields/thorns and poisons/magic/curses ?. While it is handy, I prefer to keep an eye on my buffs on a seperate addon.
Thx
Code: Select all
/run HealersMateSettings.TrackedBuffs["Power Word: Fortitude"] = nil