Results 1 to 5 of 5

Thread: Bone Burier 2.0

  1. #1
    Join Date
    Dec 2006
    Location
    Houston, TX USA
    Posts
    4,791
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Bone Burier 2.0

    Ok I updated this..


    Look at it and tell me what your advice is please. Thank you.
    Last edited by Wanted; 01-27-2010 at 11:39 PM.

  2. #2
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Looks good, but how about making burrybones procedure like this;
    SCAR Code:
    procedure BurryBones;
    begin
    repeat
     If(FindColorSpiral(xx,yy,GrayishBoneColor,494,185,770,507))Then
     Mmouse(xx,yy,2,2);
     If(IsUpText('Bone')) Then
     begin
     Wait(100+random(50));
     Mouse(xx,yy,2,2,true);
     wait(1950+random(200));
     end;
     until(not(FindColorSpiral(xx,yy,GrayishBoneColor,494,185,770,507)))
    end;
    Now it repeats it until it doesn't find bonecolor, and procedure is in smaller size.

    And you didnt count your variable BoneLoadsToComplete, you would do it like this:
    SCAR Code:
    repeat
     FindNormalRandoms;
     GetBones;
     wait(1000+random(250));
     BurryBones;
     wait(1200+random(250));
     BoneLoadsToComplete:=BoneLoadsToComplete+1
    until(BoneLoadsToComplete = NumberOfBoneLoads);
    BoneLoadsToComplete:=BoneLoadsToComplete+1

    But looks good script.

  3. #3
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    yea it looks good when you change like pentti says.
    i also made somekinda like that, but when you make a script a lot of times people look at it but don't post anything, or less and after a time you can't see the script anymore, because it's on the second page
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  4. #4
    Join Date
    Oct 2006
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you could even use this for the bone burying. I personally think its more reliable.

    Code:
    ClickAllItemsBmpMaskTolWait('Bury',bonemask,10,5,300);
    Then use this as the mask

    Code:
    bonemask:= BitmapFromString(37, 36,
        'z78DAED97410E80200C04BFC42BF8FF93BC9A189AAD686DEBCC89' +
        '1050262C55C600000000F82FF3443F2F6F4F0FBB55BB4A0E57767' +
        '67F3653EFAA9491918ED3C43B4B597F8C9DF72DBA759E64EA7B54' +
        'B7665E73A524CD4EE63D62ECBEAD03914F7EDB2EC3F742C9D24E0' +
        '2739ED39D0A9CC74ED9B5BA99CCF0EF81DDB395ADD3FDAEB75DEF' +
        '5B39000054E400819A0FF7'
      );

  5. #5
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    why uou don't use repeat and 1 time
    procedure BurryBones;
    begin
    repeat
    If(FindColorSpiral(xx,yy,GrayishBoneColor,494,185, 770,507))Then
    Mmouse(xx,yy,2,2);
    until(IsUpText('Bone'))
    Wait(100+random(50));
    Mouse(xx,yy,2,2,true);
    wait(1950+random(200));
    ?
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bone Burier
    By hahicx in forum First Scripts
    Replies: 12
    Last Post: 08-09-2008, 04:27 PM
  2. Bone Burier!
    By Lancelot074 in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 03-24-2008, 05:16 PM
  3. A bone picker, and burier
    By cheater95 in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 02-09-2008, 11:25 AM
  4. Bone Burier
    By Infantry001 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 07-06-2006, 04:42 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
  •