MajiLib is a set of macros for use by druid characters in the game World of Warcraft.
i've stopped development of these macros since I recently (July 2006) quit playing the game. feel free to use them for whatever you want, rip em of, whatever... enjoy!
## Interface: 11100
smart innervate your target and tell a channel about it
/script if( Maji_Innervate("target") ) then
Maji_SendToChan("myChan", "<< Innervated %t >>"); end;
This will not innervate the target if:
use the Zand. Hero Charm (ZHC) and cast rejuvenation
/script Maji_ZHC(); Maji_Rejuvenation("target");
rejuv + swiftmend
/script Maji_RejuvenationSwiftmend("target");
fast (instant) healing touch
/script Maji_FastHealingTouch("target");
smart healing touch
/script Maji_HealingTouch("target");
this macro will check your target's health and cast the appropriate
healing touch.
good for saving mana
known bug: doesn't seem to work with Healing Touch(Rank 11)
always
Copyright (C) 2006, Sheldon Andrews