Okay. Everything is working great except for the healing portion. Here is my script:
notcol;8879338;418;23,u,0,=,25,[no target so find one and do buffs],
nomatch;7237116;197;22;1,n1,[Check hp],
match;10036746;153;40;1,f2,[check mp],
match;16777215;173;111;6,20000,mov;164;240,ldn,50, lup ,stop,
[check if dead, press accept and stop bot after 20 second],
endnot,[end of the no target check],
iscol;8879338;418;23, [we have a target],
lstart,
nomatch;7237116;197;22;1,n1,[Check hp2],
match;10036746;153;40;1,f2,[check mp],
5,1,2,3,4,50,[spam skills],
match;16777215;173;111;6,20000,mov;164;240,ldn,50, lup ,stop,
[dead check again],
match;8879338;418;23;1,lend;i,
nomatch;8879338;418;23;1,lend;1,
endis;[loop until target is gone],
sp,sp,[done now loot and start over]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
No matter what I type for the "check HP" part, my segnale will use the key. Whether it's for a potion or healing spell.
I've tried "match" and "nomatch" with all the different colors in the healthbar location. I mean, nothing will work! So, I played around with the script in the loop (as you can see the check hp is different) still, nothing works. She sits there and uses the heal over and over.
Edit: Oh, It doesn't interrupt the fight really. It just seems to waste more mana than needed. Also, she keeps dying when I am not looking haha. So, just looking for some help!
Also, she keeps switching targets during the fight. I can't seem to fix that either.
Edit2: This is no longer true. With the new script I fixed this issue. Disregard!