Page 3 of 5 FirstFirst 12345 LastLast
Results 51 to 75 of 120

Thread: Clay Softener

  1. #51
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Thats right.
    I just ran this script for an hour, worked flawless, I manually stopped it and had NO randoms!!!!

  2. #52
    Join Date
    Feb 2008
    Location
    NSW, Australia
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #53
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by andrewrox424 View Post
    it sometimes misses the withdraw. Maybe you should have it set to colour of the clay? or the symbol of it? That way, it shouldn't miss.
    Umm from i wat i see and i havent tested but maybe if u set more of a waittime
    between opening and actually banking it would fix it buts its just a hunch

    hope i helped
    Being A Boss

  4. #54
    Join Date
    Feb 2008
    Location
    NSW, Australia
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ---- Clay Softener!----
    -------------------------------------
    || Worked For: 1 Hours, 16 Minutes and 26 Seconds||
    || Did 44 Loads! ||
    || -------MADE BY FASTER 789----------||
    -------------------------------------

    w00t. 1000 clays done and softened . Still a bit buggy though.

  5. #55
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    -------------------------------------
    || Worked For: 56 Minutes and 31 Seconds||
    || Did 38 Loads! ||
    || -------MADE BY FASTER 789----------||
    -------------------------------------

    Still going, gtg to school.

    I'm using a modified version of 2.0. I added right clicking and clicking all for depositing and withdrawing, faster finding when it's done filling buckets/softening clay using DTMs, a randomized co-ord click for when it doesn't find the bank using your thing, and my own thing to sleep. Flawless I think (completely human too, except maybe sometimes it's doing an antiban and doesn't notice the clay is softened, and the co-ord clicking sometimes) And I haven't been getting any randoms recently either xD It might run the whole time I'm at school (6k clay).

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

    Default

    Use dtm's for the clay and soft clay plz

    Here are the dtm's, place a clay ore and soft clay in your inventory and run the script.

    You'll see that it finds both dtm's (clay and soft clay)

    Feel free to use

    SCAR Code:
    program New;
    {.include srl/srl.scar}

    var
      Clay, SoftClay: integer;

    procedure LoadDtms;
    begin
      Clay := DTMFromString('78DA63CC62626078C18002167646331801694' +
           '620FE0F048CB94035F719D000231209A44B806A9E1250930D54F3' +
           '86809A64A09AE7F8D50000123D0C64');
      SoftClay := DTMFromString('78DA637464626078C28002B20378198C80342' +
           '310FF070246909ADB0C6880118904D2DE40352F09A87101AA794F' +
           '408D0D116ACC31DD8CAE0600F0460C02');
      Writeln('dtm''s loaded.');
    end;

    procedure FreeDtms;
    begin
      FreeDTM(Clay);
      FreeDTM(SoftClay);
      Writeln('dtm''s free''d.');
    end;

    procedure FindTheDTM(soft: boolean);
    var
      TheDTM, x, y: integer;
      prefix: string;
    begin
      case soft of
        true:  begin
                 TheDTM := SoftClay;
                 prefix := 'soft';
               end;
        false: begin
                 TheDTM := Clay;
                 prefix := '';
               end;
      end;
      if FindDTM(TheDTM, x, y, mix1, miy1, mix2, miy2) then
      begin
        Writeln('Found '+prefix+'clay dtm at ('+inttostr(x)+', '+inttostr(y)+').');
        MMouse(x, y, 0, 0);
      end;
    end;

    begin
      setupsrl;
      LoadDtms;
      FindTheDTM(true);
      Wait(2000);
      FindTheDTM(false);
      FreeDtms;
    end.

    -Tsn.
    [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]

  7. #57
    Join Date
    Dec 2006
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Worked pretty well, on one character it banked my buckets somehow though..

    Please post proggies to the place
    you got this script from!
    ---- Clay Softener!----
    -------------------------------------
    || Worked For: 2 Hours, 11 Minutes and 53 Seconds||
    || Did 83 Loads! ||
    || -------MADE BY FASTER 789----------||
    -------------------------------------

  8. #58
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    -------------------------------------
    || Worked For: 1 Hours, 14 Minutes and 59 Seconds||
    || Did 51 Loads! ||
    || -------MADE BY FASTER 789----------||
    -------------------------------------

    I'm still using a modified version of 2.0.... In your newer versions, did you change anything with the FindFountain procedure? It seems like that's the only thing that's messing it up. I'll try adding a failsafe co-ord click in there.

    EDIT: Muahaha, just thought of an ownage way to increase efficiency. Sorry, I won't be telling the public it, it's too good. (Maybe if faster wants I can tell him it (or just make it and give him the script) and he can put in the SRL Members section )

    I'll make a proggy of what my modified script does, and then what the non-modded script does, we'll compare

    EDIT2: Not sure if you fixed it in the later versions, but here's what I saw just happen. It was going to the bank, it did the radialwalk. So now it was standing in front of the bank, but, instead of clicking in the bank, it clicked north, near the museum. Not exactly sure why it happened.

  9. #59
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Runescapian Rawr! Yay, can you please pm me your idea or script?

    And thanks for the dtms the scar noob.

    Expect an update.

    Edit: I've decided to use the DTMs just like a backup so it knows if there is softclay/clay. Because if I use a DTM for the clicking it wont be good as this one as it will almost all the time click the same inventory spot. But, in this clicking, there is a case random which is more undetectable.

  10. #60
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    PM'ed

    It's ub3r ownage! Over 1 LPM (load per minute)!

    Lookie -

    -------------------------------------
    || Worked For: 11 Minutes and 56 Seconds||
    || Did 12 Loads! ||
    || -------MADE BY FASTER 789----------||
    -------------------------------------

    EDIT: Btw - 100% Flawless (except for that bank bug that happens once every like...few hours that I posted, or rather edited, about in my last post) and like 90% human efficiency

    EDIT: -------------------------------------
    || Worked For: 1 Hours, 4 Minutes and 51 Seconds||
    || Did 62 Loads! ||
    || -------MADE BY FASTER 789----------||
    -------------------------------------

    The walkign bug again... I'm replacing it with a coord click now

  11. #61
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Omg...clay price is rising everyone buy for lowest price and sell soft clay for highest!

  12. #62
    Join Date
    Sep 2007
    Location
    Pennsylvania
    Posts
    3,396
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Clay rose by 2, soft clay rose by 3

    -------------------------------------
    || Worked For: 38 Minutes and 12 Seconds||
    || Did 36 Loads! ||
    || -------MADE BY FASTER 789----------||
    -------------------------------------

    Still running this ownage flawless modded script (and yes, 100% flawless now, I think I got all the bugs xD, and randoms haven't happened in about 4 hours of running this script. My only fear is Da BanHammer!)

    Hows it going editing the one I sent you? When do you think you'll release (to Members)?

    Put in first post (or something liek it)

    Sell Soft Clay for highest and buy Clay for lowest!!! This way we can maximize our profits (price of clay down, soft clay up = more $$$ for us) . If you buy clay for highest and sell soft clay for lowest (the opposite of what you should), eventually, the prices will come too close together to have a decent profit.

  13. #63
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Lol thanks runescapian, its not going so good many bugs as I've changed it A LOT, way more failsafes so it will recover if messed up, all makes sense but script has many problems, so fixing now..hopefully release in next 3 hours.

  14. #64
    Join Date
    Nov 2007
    Location
    The Netherlands
    Posts
    1,490
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i really like your running function...
    ima try to make my own too .. lol
    maybe try to use dtms to find clay, softclay and things like that
    i use it and mine works flawless
    try it

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

    Default

    Ran this while I was at school

    -------------------------------------
    Please post proggies to the place
    you got this script from!
    ---- Clay Softener!----
    -------------------------------------
    || Worked For: 4 Hours, 17 Minutes and 30 Seconds||
    || Did 165 Loads! ||
    || -------MADE BY FASTER 789----------||
    -------------------------------------

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

    Default

    Quote Originally Posted by pvh View Post
    i really like your running function...
    ima try to make my own too .. lol
    maybe try to use dtms to find clay, softclay and things like that
    i use it and mine works flawless
    try it
    What do you think I've posted on the previous page?

    Oh and btw, faster, call me tsn plz Everyone does, and Ilike that instead of "the scar noob", you see?

    -Tsn.
    [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]

  17. #67
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Lol k tsn, and to all members dont use the version I've posted here, go to Members section there is a FLAWLESS version with dtms and sooo many failsafes, it will run flawless till you have no more clay!

  18. #68
    Join Date
    Jul 2007
    Location
    So Cal
    Posts
    410
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    i dunno if autocolor isn't working but it doesn't bank the soft clay

  19. #69
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    lol try re-starting script and tel me what happens..

  20. #70
    Join Date
    Jul 2007
    Location
    So Cal
    Posts
    410
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    still messes up ive tried multiple times and now it takes uber logn to find bank booth

  21. #71
    Join Date
    Nov 2007
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Are your colors and brightness right?

  22. #72
    Join Date
    Dec 2006
    Location
    Boss central
    Posts
    811
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by thebob142 View Post
    still messes up ive tried multiple times and now it takes uber logn to find bank booth
    32 bit

    and rs low detail and highest brightness
    Being A Boss

  23. #73
    Join Date
    Jul 2007
    Location
    So Cal
    Posts
    410
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    hay hay i knwo this i have it all like that already sorry to say

    hopefully 2.4 works better im gonna try a over nighter so about 8 hrs and a half maybe

    well just wait and see

  24. #74
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Version 3.0--Note to all SRL members- use the version in srl members section!

    This works flawless.

  25. #75
    Join Date
    Feb 2008
    Location
    NSW, Australia
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Page 3 of 5 FirstFirst 12345 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Clay Softener
    By Heysus in forum First Scripts
    Replies: 61
    Last Post: 03-12-2009, 02:43 PM
  2. Clay Softener
    By gl3nni in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 10-11-2008, 10:22 PM
  3. Help With Clay Softener
    By xaviar in forum OSR Help
    Replies: 1
    Last Post: 07-05-2008, 07:59 PM
  4. Clay Softener
    By Killerdou in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 02-20-2007, 12:18 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
  •