Code for pet healing

Meowmix12

New member
Joined
Jul 30, 2014
Messages
2
Reaction score
0
Points
0
Cannot seem to get the code to correctly work to allow for my shaman to heal my mages pet. I followed the wiki code and put in the correct spell names and settings it said to follow to no avail. I have group healing and individual healing just fine, but still not working for me. Any help would be awesome.
 
use the code comment button and post the code you are using currently. That way people can take what you did and show you how to fix it.
 
if using bot plugin, it will do it automatically if you /bot on, or if you have the plugin loaded but not /bot on, then you can still access the TLO:

Code:
/if (${Bot.MinPetHP.PctHPs}<70 && ${Bot.MinPetHP.ID} && ${Me.SpellReady[Heal Spell Name]}) /multiline ; /tar id ${Bot.MinPetHP.ID} ; /timed 2 ; /casting "Heal Spell Name" gem1

Im too lazy to do the normal way.