Results 1 to 13 of 13

Thread: Flamingvenom's [Smart]SoftClay Maker!

  1. #1
    Join Date
    Sep 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Flamingvenom's [Smart]SoftClay Maker!

    Everything works on this its awesome!
    I edited it today to make it into [smart] so I could do other stuffs aswell
    Here's the code enjoy and post proggies

    Code:
    program softclaymaker;
    {              Flamingvenom's First Script
                   [Smart]Soft Clay Maker V1.0
                   Instructions: You Need Clay +
                   Bucket Of Water In Your BANK!
                   Remeber This Script Works In
                   Vorrock East BANK. Then
                   Put The Clay In 4th Row First
                   Slot And Bucket Of Water In
                   4th Row Second Slot..Fill In
                   Your BUCKETCOLOR And Start!
                   Enjoy And Report Bugs And Post
                   Proggies Thanks :)
                   Note: ( No AntiRandoms Yet :P)
    
    
    
    
    }
    {.include srl/srl/misc/smart.scar}
    {.include SRL\SRL.Scar}
    
    Const
    CLAY=6064803;
    BUCKETT=URBUCKETCOLOR;
    
    var
    x, y, h, m , s:integer;
    LoadsDone, LoadsToDo: Integer;
    smartworld : string;
    
    procedure declareplayers;
    begin
      howmanyplayers:=1;  //how many players
      numberofplayers(howmanyplayers);
      players[0].name:='Username';  //your runescape name
      players[0].pass:='Password';  //your runescape pass
      players[0].nick:='US';  //a few letters from your name (use correct capitals)
      players[0].active:=true;
      players[0].worked:=0;
    end;
    
    procedure init;
    begin
      smartworld:='world96';  //the world you want to use
    end;
    
    procedure getclay;
    begin
    repeat
    MakeCompass('n')
    OpenBank('veb',true,true);
    wait(1500);
    DepositAll;
    if (FindColorSpiralTolerance(x, y, CLAY, MSX1, MSY1, MSX2, MSY2, 3)) Then
    Mouse(x, y, 1, 1, false);
    wait(1000);
    mouse(57, 326, 1, 1,true);
    wait(1500);
    TypeSend('14')
    if (FindColorSpiralTolerance(x, y, BUCKETT, MSX1, MSY1, MSX2, MSY2, 3)) Then
    Mouse(x, y, 1, 1, false);
    wait(500);
    mouse(57, 326, 1, 1,true);
    wait(1500);
    TypeSend('14')
    CloseBank;
    mouse(575, 229, 1, 1, true);
    wait(1000);
    mouse(704, 442, 1, 1, true);
    wait(1500);
    mouse(257, 447, 1, 1, false);
    wait(1000);
    mouse(241, 480, 1, 1, true);
    wait(18000);
          LoadsDone := LoadsDone +1;
          wait(1000);
          converttime(gettimerunning,h,m,s);
          writeln('#### progress ####');
          writeln('#### time: ' + inttostr(h) + ':' + inttostr(m) + ':' + inttostr(s));
          writeln('#### loads: ' + inttostr(LoadsDone));
          writeln('#### total claymade: ' + inttostr(LoadsDone * 14 ));
          writeln('##################');
    
    Until LoadsToDo=LoadsDone
     end;
    
    Begin
    cleardebug;
    init;
    smartsetup(smartworld,false,true,false);
    settargetdc(smartgetdc);
    SetupSRL;
    lampskill:='prayer';
    declareplayers;
    currentplayer:=0;
    logout;
    loginplayer;
    getclay;
    LoadsDone:=0;
    End.

  2. #2
    Join Date
    Feb 2007
    Location
    Alberta,Canada
    Posts
    2,358
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ummm hey dude, you don't need 2 threads for the same script, you can just put the updated version on your first thread.

  3. #3
    Join Date
    Dec 2006
    Posts
    908
    Mentioned
    1 Post(s)
    Quoted
    17 Post(s)

    Default

    Its horrible ;l Wheres the DTMS for items! AHH!~

  4. #4
    Join Date
    Sep 2008
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    managed to make a few soft clays for me

  5. #5
    Join Date
    Apr 2008
    Posts
    0
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice loooking forward to more of ur scripts

  6. #6
    Join Date
    Sep 2008
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    #### progress ####
    #### time: 0:11:37
    #### loads: 16
    #### total claymade: 224

    I love the script! Its fast and reliable. Thanks!

    Edit: It cludders a bit in the start (takes kebab insted of clay etc.) but that doesen't take long. When I run out of clay, the script doesen't stop, it just goes on and on like nothing happended, and my char foolishly stands there saying "14" until i stop the script manually (it takes out 14 buckets and clay from the bank, and when there are no clay, the script still write "14" making my char saying it out loud.)

  7. #7
    Join Date
    Oct 2008
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I`ll take it for my pure to make some cash Tnx

  8. #8
    Join Date
    Oct 2008
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script but by any chance could it be altered to make other types of food or items?

  9. #9
    Join Date
    Sep 2008
    Location
    Aussie mate
    Posts
    411
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    just make your own cooker maybe? or request/find one...also put in [SCAR][./SCAR] tags...didn't run all that well...DTM's were abit off...and maybe make a Non-SMART version for them old sckewl scripters
    IM BACK!!!!!!!!!!!!!!!!!

  10. #10
    Join Date
    Oct 2008
    Location
    I Forgot
    Posts
    193
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  11. #11
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    mouse(575, 229, 1, 1, true);
    wait(1000);
    mouse(704, 442, 1, 1, true);
    wait(1500);
    mouse(257, 447, 1, 1, false);
    wait(1000);
    mouse(241, 480, 1, 1, true);
    wait(18000);


    WHAT'S THIS? SACRILEGE!

    You don't use coordinates, try to learn ddtms or RRW/RW. Much more reliable + efficient imo.

  12. #12
    Join Date
    Nov 2008
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice one

  13. #13
    Join Date
    Nov 2008
    Location
    UK
    Posts
    153
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    i get this error
    Line 25: [Error] (16350:9): Unknown identifier '' in script
    Failed when compiling
    what did i do wrong?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SMART]LongBow Ripper-LongBow Maker
    By insanomano in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 04-06-2009, 10:27 PM
  2. Flamingvenom's SoftClay Maker!
    By flamingvenom in forum First Scripts
    Replies: 6
    Last Post: 09-27-2008, 06:10 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
  •