Thats right.
I just ran this script for an hour, worked flawless, I manually stopped it and had NO randoms!!!!![]()
Thats right.
I just ran this script for an hour, worked flawless, I manually stopped it and had NO randoms!!!!![]()
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.
http://www.draynor.net/skill/forest/...drewrox424.png
http://www.draynor.net/skill/glossyb...drewrox424.png
http://www.draynor.net/skill/elegree...drewrox424.png
http://www.stats.srl-forums.com/sigs/4579.png
Click Here to support me in getting rs membership and signing up for Bux3 Earn money yourself while helping me!
---- 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.
http://www.draynor.net/skill/forest/...drewrox424.png
http://www.draynor.net/skill/glossyb...drewrox424.png
http://www.draynor.net/skill/elegree...drewrox424.png
http://www.stats.srl-forums.com/sigs/4579.png
Click Here to support me in getting rs membership and signing up for Bux3 Earn money yourself while helping me!
-------------------------------------
|| 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).
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]
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----------||
-------------------------------------
-------------------------------------
|| 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.
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.
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
Omg...clay price is rising everyone buy for lowest price and sell soft clay for highest!
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.
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.
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![]()
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----------||
-------------------------------------
[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]
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!![]()
i dunno if autocolor isn't working but it doesn't bank the soft clay
lol try re-starting script and tel me what happens..
still messes up ive tried multiple times and now it takes uber logn to find bank booth
Are your colors and brightness right?
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
Version 3.0--Note to all SRL members- use the version in srl members section!
This works flawless.
http://www.draynor.net/skill/forest/...drewrox424.png
http://www.draynor.net/skill/glossyb...drewrox424.png
http://www.draynor.net/skill/elegree...drewrox424.png
http://www.stats.srl-forums.com/sigs/4579.png
Click Here to support me in getting rs membership and signing up for Bux3 Earn money yourself while helping me!
There are currently 1 users browsing this thread. (0 members and 1 guests)