Page 1 of 1

Priority list

Posted: Sun Oct 10, 2004 8:14 pm
by Hiidan
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?

Posted: Sun Oct 10, 2004 8:19 pm
by fearless
look at afcleric's heal routine, it does what you are looking for I believe.

Posted: Sun Oct 10, 2004 8:56 pm
by Neolesh
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.

Posted: Sun Oct 10, 2004 9:19 pm
by peach
just have it check the tanks hp before it checks the wizards hp?

Posted: Sun Oct 10, 2004 9:52 pm
by Hiidan
Thanks Neo