in a nutshell im botting a Ragnarok online private server and i had hopes of scar being able to play a sound in directory if a color was found.
i have a problem with people wanting to talk and bother my bot >_<
program SoundAlert;
Var x,y : Integer;
Begin
Repeat
X:=500
Y:=300
if (findcolor(x, y, 197560,213, 25,852, 693)) then
PlaySoundHere <---//generic *.wav file
Wait(2000);
Until(False);
End.





Reply With Quote







