Priority list

Need help with a macro you are writing? Ask here!

Moderator: MacroQuest Developers

Hiidan
a ghoul
a ghoul
Posts: 89
Joined: Wed Oct 06, 2004 10:13 pm

Priority list

Post by Hiidan » Sun Oct 10, 2004 8:14 pm

Is there any way to code in a 'priority list.' I.e. Heal tank / Cleric before healing the overnuking almost always afk wizard? Or do you have to code in specific situations?

User avatar
fearless
Not a Psychic
Posts: 2684
Joined: Wed Mar 10, 2004 3:52 pm

Post by fearless » Sun Oct 10, 2004 8:19 pm

look at afcleric's heal routine, it does what you are looking for I believe.
Reading . . . it's not just for me.

[url=http://www.catb.org/~esr/faqs/smart-questions.html]How To Ask Questions The Smart Way[/url]
[quote="Ccomp5950"]Fearless showed me the light, you too shall learn.[/quote]

Neolesh
a hill giant
a hill giant
Posts: 231
Joined: Mon Aug 23, 2004 11:15 am

Post by Neolesh » Sun Oct 10, 2004 8:56 pm

you should be able to do this rather easily by using variables and setting certain class to a certain number, and set up the heal subroutine to heal them last.

User avatar
peach
a hill giant
a hill giant
Posts: 156
Joined: Fri Sep 10, 2004 8:20 pm

Post by peach » Sun Oct 10, 2004 9:19 pm

just have it check the tanks hp before it checks the wizards hp?

Hiidan
a ghoul
a ghoul
Posts: 89
Joined: Wed Oct 06, 2004 10:13 pm

Post by Hiidan » Sun Oct 10, 2004 9:52 pm

Thanks Neo