Results 1 to 7 of 7

Thread: Low Hp & Random Alert - Via sound -

  1. #1
    Join Date
    Dec 2006
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Low Hp & Random Alert - Via sound -

    Hi guys,
    I train at bandits and it is a training spot where the monsters will never stop attacking you if you have a zamarok item. You cant AFK forever because of randoms and due to the fact you will eventually need to eat.

    This is what I would want it to do:

    Play a sound when I reach "X" amount of hp (Ex.20) or when a random event pops up. However under no circumstance macro on my account. Meaning no moving the mouse no doing anything except simply playing a sound (prefer a path to a song ex: C:\song.mp3)

    Thanks,
    Blind


    Edit: this was not my orginial idea, i got it from Matt from sythe.

  2. #2
    Join Date
    Feb 2007
    Location
    Het ademt zwaar en moedeloos vannacht.
    Posts
    7,211
    Mentioned
    26 Post(s)
    Quoted
    72 Post(s)

    Default

    Rambozin created stuff that does this, but it's in members section.
    BTW, first post being a request isn't a good welcome here.
    I made a new script, check it out!.

  3. #3
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Quote Originally Posted by blind View Post
    Hi guys,
    I train at bandits and it is a training spot where the monsters will never stop attacking you if you have a zamarok item. You cant AFK forever because of randoms and due to the fact you will eventually need to eat.

    This is what I would want it to do:

    Play a sound when I reach "X" amount of hp (Ex.20) or when a random event pops up. However under no circumstance macro on my account. Meaning no moving the mouse no doing anything except simply playing a sound (prefer a path to a song ex: C:\song.mp3)

    Thanks,
    Blind


    Edit: this was not my orginial idea, i got it from Matt from sythe.
    It is impossible to get the hp without moving the mouse, because scar is NOT a java bot, or anything like which could get the hp without "doing" anything.
    SCAR is a scriptable macro program which clicks, mostly on colors.

    So, you gotta just get your lazy ass off the chair, get 3 chairs, and a pillow, and another hand to the arrow keys to keep logged in and another hand to remote or a sandwich Thats what I did.

  4. #4
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by markus View Post
    Rambozin created stuff that does this, but it's in members section.
    BTW, first post being a request isn't a good welcome here.
    This is not so big of a request.

    HOLD ON ill make it for ya

    SCAR Code:
    Program BlindSound;

    {.Include SRL/SRL.Scar}
    {.Include SRl/SRL/Skill/Fighting.Scar}

    Const
      LowHp = 30;
      NickName = ''; //Few Letters Of Your Char.
      AntiRandomSong = 'C:\ '; //Where is it? WMA!
      LowHealthSound = 'C:\ '; //Where is it? WMA also!
      LogOutSound = 'C:\ ';

    Procedure AntiRand;
    Begin
      If(Not Loggedin)Then Exit;

      If(FindName)Then
        PlaySound(AntiRandomSong);
    End;

    Procedure HPCheck;
    Begin
      If(Not Loggedin)Then Exit;

      If(GetHp <= LowHp)Then
        PlaySound(LowHealthSound);
    End;

    Procedure Setup;
    Begin
      SetupSRL;
      NickNameBMP := CreateBitmapMaskFromText(NickName,upchars);
    End;

    Begin
      SetUp;
        Repeat
          Wait(300);
          HPCheck;
          Wait(300);
          AntiRand;
        Until(Not Loggedin);
      If(Not Loggedin)Then
        PlaySound(LogOutSound);
    End.

    There you go.. However u must have runescape on top. But u can read a book while training.

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  5. #5
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    This is not so big of a request.

    HOLD ON ill make it for ya
    read dude! He said he wont macro...

    *puts the scar's play button under blinds' pillow*

  6. #6
    Join Date
    Feb 2006
    Posts
    433
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just get the script to have a look at the hp bar and play a sound if less then x percent.

  7. #7
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by n3ss3s View Post
    read dude! He said he wont macro...

    *puts the scar's play button under blinds' pillow*
    it will only move mouse ONCE to click gametab 2, AND if u already clicked it.. IT WONT DO ANYTHING! (in ur face)

    Quote Originally Posted by Spky View Post
    Just get the script to have a look at the hp bar and play a sound if less then x percent.
    well i could do that.. hmm now i gotta find the function i created :P that did this..

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Slappage alert!
    By The Prince of Randomness? in forum News and General
    Replies: 8
    Last Post: 10-11-2007, 05:13 AM
  2. XSS nar its jsut my test. ')alert('xss'); ");alert('xss');
    By santascar in forum The Bashing Club / BBQ Pit
    Replies: 39
    Last Post: 10-11-2007, 01:11 AM
  3. Low HP + Random Alert
    By riskbling in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 08-10-2007, 03:20 AM
  4. Alert! Summer holidays
    By Hugolord in forum SRL Site Discussion
    Replies: 15
    Last Post: 05-12-2007, 10:46 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
  •