Ankin
Jul 28 2009, 06:32 AM
I am currently working on a Heal Bot macro for AC that does not use Decal (for those instances when Decal is down) and nearly have it completed. The one issue I have not been able to over come is identifying myself on the fellowship panel. Since different spells are required to heal self I need to know if I am looking at myself or another fellowship member no matter which slot on the fellowship tab my toon is in. Does any one have any suggestions as a means to complete this check? (I can provide an excerpt from the code if required). The only thing I can think of is using an object to check for the name on the fellowship list, but then the code becomes character specific and not very flexible.
Ankin
Jul 28 2009, 09:16 AM
I found a means (not sure if there is anyone else that would benifit from this since the number of AC Tool users in AC is fairly low at present). Basically, I noticed that when you have an "Other" spell selected on the spell bar and select yourself the colour of the cast buttom changes. Therefore I simply used LoadRGB of a pixal on the button to check if I had myself or a valid target selected. I am not sure if there is a more effecient means without using decal but this one works.