[EasyUO] Healer and Feeder (Self and Multi-pet)

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Slartibartfast
Master Scribe
Posts: 50
Joined: Wed Dec 01, 2010 9:35 pm

[EasyUO] Healer and Feeder (Self and Multi-pet)

Post by Slartibartfast »

This script prioritizes the healing of yourself first and then up to six pets based on their health percentage.

Here are the other features:
  • The self-heal is based on BlaZin' HealR
  • Set separate health thresholds (percentages) at which to heal yourself and your pet(s)
  • Buttons to force heal yourself or a specific pet next, regardless of priority
  • Options to feed yourself (if you feel the need) and your pets on timers
  • Option to cast a healing spell if your pet is out of bandage range
  • Ability to add a pause to other EUO scripts if you want to prevent them from interfering with healing
I've had a few instances where it doesn't heal my pets and it's always when I'm running another script that includes targeting, so I think that's what causes it. That's why I built in a way for you to pause your other script while this one is performing a heal (if the other script is also EUO) in an effort to reduce the interference.

If you need help with the script, post your question/issue here, AFTER YOU'VE READ THE NOTES BELOW THE HEADER OF THE SCRIPT. :wink:

It's easy to use but does require that you know how to position the pet health bar(s) because it evaluates the color of the health bar(s) to determine each pet's health percentage. READ THE NOTES BELOW THE SCRIPT HEADER to learn how to position them. :D

I hope this script is useful for you!

CHANGES LOG:
12/12/2019 - Version 1.7
  • Fixed a bug in the self-heal that made the "fine tune" timer unreliable (see today's reply below for Christmas event tip)
  • Made the menu colors customizable
  • Slight changes to the menu layout to make it more intuitive (I'd like to completely redo the layout at some point)
10/15/2019 - Version 1.6
  • Fixed a bug caused by the previous fix where auto pet healing didn't work (thanks to Peace for reporting this to me)
10/08/2019 - Version 1.5
  • Fixed a bug where self healing didn't work on startup with certain default settings
Attachments
BB_Heal_n_Feed.zip
(11.75 KiB) Downloaded 550 times
Last edited by Slartibartfast on Thu Dec 12, 2019 3:07 pm, edited 3 times in total.
In Game: Billy Blacksmith

EasyUO:
Journal Spy | Heal n' Feed

ALT + 42
User avatar
Slartibartfast
Master Scribe
Posts: 50
Joined: Wed Dec 01, 2010 9:35 pm

Re: [EasyUO] Healer and Feeder (Self and Multi-pet)

Post by Slartibartfast »

New version 1.5 uploaded with changes log in original post.
In Game: Billy Blacksmith

EasyUO:
Journal Spy | Heal n' Feed

ALT + 42
User avatar
Slartibartfast
Master Scribe
Posts: 50
Joined: Wed Dec 01, 2010 9:35 pm

Re: [EasyUO] Healer and Feeder (Self and Multi-pet)

Post by Slartibartfast »

New version 1.6 uploaded with changes log in original post.
In Game: Billy Blacksmith

EasyUO:
Journal Spy | Heal n' Feed

ALT + 42
rebilacx
Passer by
Posts: 2
Joined: Mon Feb 05, 2018 9:35 pm

Re: [EasyUO] Healer and Feeder (Self and Multi-pet)

Post by rebilacx »

This script crashes my client every time... :x
User avatar
Slartibartfast
Master Scribe
Posts: 50
Joined: Wed Dec 01, 2010 9:35 pm

Re: [EasyUO] Healer and Feeder (Self and Multi-pet)

Post by Slartibartfast »

Can you give me any information?
What settings are you using?
Did you edit the script at all?
What other types of scripts are you running at the same time?
What version of EasyUO are you running?

It's impossible for me to help you if you don't give me any information to go on but I'm happy to look into it for you if you give some.
In Game: Billy Blacksmith

EasyUO:
Journal Spy | Heal n' Feed

ALT + 42
User avatar
Slartibartfast
Master Scribe
Posts: 50
Joined: Wed Dec 01, 2010 9:35 pm

Re: [EasyUO] Healer and Feeder (Self and Multi-pet)

Post by Slartibartfast »

New version 1.7 uploaded with changes log in original post.

This healer can now be used in the Christmas quests that have delayed healing.

To change the heal delay:
  1. Scroll down in the script to below the grey header and find the following line under User Settings >> Program default settings:
    set %fineTune 0
  2. Change the 0 to the delay you want
    1 = 1/20 of a second, so 20 = 1 second
    I changed it to 42 (2 & 1/10 seconds) for the boss fights (with 220+ dex)
    I changed it to 21(1 & 1/20 seconds) for the other areas (with 220+ dex)
  3. Don't forget to set it back to 0 (or your regular delay) outside the Christmas dungeon!
I hoped to include several other updates in this version but since the script wasn't usable in the Christmas quests, I wanted to get this out quickly.
In Game: Billy Blacksmith

EasyUO:
Journal Spy | Heal n' Feed

ALT + 42
Post Reply