
Originally Posted by
pall398
It is doing it for me as well. It is typing 1 in chat instead of alching.
Looks like line 584 is sending enter occasionally and the next '1' ends up in your chat.
Question is, why isn't it finding your mouseovertext so it ends up in that part of the code. Maybe you are laggy and need to bump up the 500 on the ismouseovertext call.
Not sure why he had it send enter there but you could comment it out and see if all goes ok.
Simba Code:
tabBackpack.mouseSlot(alchSlot, MOUSE_MOVE);
wait(gaussRangeInt(600, 750));
sendKeys(KEY_BIND, 100, 125);
wait(gaussRangeInt(275,425));
if isMouseOverText(['ast', 'igh', 'lche'], 500) then
begin
fastClick(1);
wait(gaussRangeInt(30, 55));
break;
end else
typeByte(VK_RETURN);