im testing my auto responder and when it should answer, it sometimes goes to quickchat when it starts typing? why?
im testing my auto responder and when it should answer, it sometimes goes to quickchat when it starts typing? why?
I guess it's something in your script that does it?
Post it please.
Had the same problem before..
Just make a CloseQC function.
SCAR Code:{*******************************************************************************
Function ChatIsNormal: Boolean;
By: N1ke!
Description: Checks if chat is normal, without QC open.
*******************************************************************************}
Function ChatIsNormal: Boolean;
var
x, y: Integer;
begin
Result := FindColorTolerance(x, y, 14474460, 5, 456, 192, 471, 4);
end;
{*******************************************************************************
Procedure CloseQC;
By: N1ke!
Description: Closes QC if it's open.
*******************************************************************************}
Procedure CloseQC;
begin
If ChatIsNormal then Exit;
MouseBox(8, 347, 20, 357, 1);
end;
^Works.






Make sure you're not trying to type nothing. ie. TypeSend(''); That will just press enter which opens the quickchat menu. Also SMART won't type certain symbols. So if your response is '...' or '???' for example, those symbols won't be typed and again, pressing enter will open the quickchat menu.
ahh! ok then, it was about '...' then.
crap, can i type them using like #13 and those things?






There are currently 1 users browsing this thread. (0 members and 1 guests)