Well the topic says it all
How could I make Scar find that? (When banking, withdraw X)
I tried FindText, FindChatText, FindNpcChatText (all I knew)
Or do I need to do my own BMP of that?
I would really appreciate help![]()
Well the topic says it all
How could I make Scar find that? (When banking, withdraw X)
I tried FindText, FindChatText, FindNpcChatText (all I knew)
Or do I need to do my own BMP of that?
I would really appreciate help![]()
Alright here:
Tried it on your picture and it worked fine.SCAR Code:program New;
{.include srl/srl.scar}
var
DaMutherfuckingText:Integer;
begin
SetUpSRL;
DaMutherfuckingText:=CreatebitMapMaskFromText('Enter amount',UpChars)
if(FindBitMapMaskTolerance(DaMutherfuckingText,x,y,0,0,MSX2,MSY2,40,45))then
Mouse(x,y,15,5,True)
end.
CreatebitMapMaskFromText('Enter amount',UpChars) Creates the text for bitmapmask using upchars(=font for that text).
also, change the coords (0,0,MSX2,MSY2) in FindBitMapMaskTolerance(DaMutherfuckingText,x,y,0,0,MSX2,MSY2,40,45))
To make it find it faster.![]()
kk, ps. I knew it was UpChars, I surfed in the files finding the "E" letter![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)