Results 1 to 5 of 5

Thread: Skill Check

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

    Default Skill Check

    Im trying to get my script to check my skill randomly while burying bones. Im drawing a blank though.. I know I could get it to check after it has burried all the bones but I want it to check randomly for a more humanlike look. Any suggestions?
    SUMMER BREAK be back when I want to

  2. #2
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could do:

    SCAR Code:
    Procedure CheckPrayer;
      MouseBox(576,174,594,196,1);
      GetSkillLevel('prayer');
      CurrentSkillXp('prayer');
      NextLevelAt('prayer');
      XpTilNextLevel('prayer',True);
    End;

    Hope this helped you!

    - Da Der Der
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  3. #3
    Join Date
    Dec 2006
    Location
    Ky
    Posts
    390
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh I know how to check the skill level, I just want to check it randomly... Thanks any ways
    SUMMER BREAK be back when I want to

  4. #4
    Join Date
    Jul 2006
    Location
    NY
    Posts
    371
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this will check randomly
    PHP Code:
     procedure skillchecker;
    begin
     
    case random(10of
     1
    GetSkillLevel('prayer'); //or w.e you want it to be
     
    3GetSkillLevel('prayer'); 
     
    5GetSkillLevel('prayer');
     
    8GetSkillLevel('prayer'); 
     
    10GetSkillLevel('prayer'); 
     
    end;
    end
    that will check it randomly, does that help?

  5. #5
    Join Date
    Dec 2006
    Location
    Ky
    Posts
    390
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok so that will pick a random number between ten and if it is either 1,3,5,8,10, then it will check the skill lvl. Ok thanks that worked but I am gunna get it to check exp also. Thanks for your help you will get credit.
    SUMMER BREAK be back when I want to

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. what is the best skill?
    By Solkrieg in forum NOTA
    Replies: 44
    Last Post: 03-10-2009, 09:51 AM
  2. 99 skill
    By hardman in forum RuneScape News and General
    Replies: 13
    Last Post: 09-16-2007, 09:58 AM

Posting Permissions

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