i think this would work for you: First you should make a macro on your sparring partner that causes him to say something when his hp drops bellow a certain level. Then you simply make a macro for your other char that heals when ever he sees that message. It would work something like
if system message: sparring toon: heal!
action heal
end if action.
Things that people say to you show up in your journal. because of this I pretty sure they can be utilized by razor macros. just be sure to look at how the journal writes it (regarding syntax, using * or : to separate names from messages) and write your if system message command exactly as it appears in the journal.
|