Results 1 to 4 of 4

Thread: On Event Play Sound Possible?

  1. #1
    Join Date
    Mar 2006
    Location
    Northern Kentucky
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default On Event Play Sound Possible?

    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.

  2. #2
    Join Date
    Apr 2007
    Location
    Australia
    Posts
    4,163
    Mentioned
    9 Post(s)
    Quoted
    19 Post(s)

    Default

    PlaySound('zzzzz.wav');

  3. #3
    Join Date
    Mar 2006
    Location
    Northern Kentucky
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by The Claw View Post
    PlaySound('zzzzz.wav');
    Thank you for the quick response do you have to put path name in aswell?
    C:\ProgramFiles\etc\etc?

  4. #4
    Join Date
    Mar 2006
    Location
    Northern Kentucky
    Posts
    34
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    **Edit**
    i got it thank you : )

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Playing sound
    By Char in forum OSR Help
    Replies: 10
    Last Post: 07-08-2008, 09:08 PM
  2. How does this sound?
    By SonOfSheep in forum RuneScape News and General
    Replies: 10
    Last Post: 06-04-2008, 02:47 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •