Results 1 to 6 of 6

Thread: Disconnect alarm?

  1. #1
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default Disconnect alarm?

    Can any one write me script (for non smart), that will play a .wave if my account log?

    I've was away for a good 2 month, then they had a update, so I am not sure my knowledge is to date.
    I don't need login procedure or find random, I just need it to play alarm if it finds my player logs out ^_^.


    Reward: a method to get mage up VERY EASILY and not TOO expensive.
    Oh Hai Dar

  2. #2
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    it shouldnt be to bad, just in your antiban/ failsafes say

    SCAR Code:
    if not loggedin then playsound('filename.wav');

    and wb
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  3. #3
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    More better...
    Here is a site with some free wav sounds: http://www.wav-sounds.com/various_wav_sounds.htm
    SCAR Code:
    program New;

    function LoggedIn: Boolean;
    var
      cx, cy: Integer;
    begin
      Result := FindColor(cx, cy, 16777215, 439, 491, 440, 492);
    end;

    begin
      repeat
        Wait(1000);
      until(not LoggedIn);
      PlaySound('filename.wav');
    end.

  4. #4
    Join Date
    Sep 2007
    Location
    British Columbia, Canada
    Posts
    4,047
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    ty you both
    Oh Hai Dar

  5. #5
    Join Date
    Feb 2009
    Location
    AZ, USA
    Posts
    460
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Is the method to get mage up the zanaris ruby alcher?
    Is your account in an old-school random? Help SRL-OSR solve randoms!

  6. #6
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    nope

Thread Information

Users Browsing this Thread

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

Posting Permissions

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