ok.... i got everything in my auto fighter working except that i get a major lagg... when i dont lagg i end up with clicking a million times on lesser.... but not only doese it click a million times IT WONT EVEN RIGHT CLICK AND SELECT ATTACK -.- anyways soz for yelling its kinda annoying me
SCAR Code:Procedure FightMonster;
begin
If(FindColorTolerance(x,y,MonsterColor,MSX1,MSY1,MSX2,MSY2,15))then
Wait(1000+random(500));
Mouse(x,y,0,0,False); /// <--- remove that ";"
ChooseOption(x, y, 'Atta');




Reply With Quote













