It's funny how this didn't work for my simba 198 but when I downgraded it did work.
Also nobody is selling chocolate barsis it already a dead trade?
It's funny how this didn't work for my simba 198 but when I downgraded it did work.
Also nobody is selling chocolate barsis it already a dead trade?
Works like a charm, worked for 7 hours here i think it was around 15k choc's.
Just awsome ! Thanks
ANd thanks to drop the price of chocolate. Profit 10 gold per sell very nice guys
[Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
[Error] (131:11): Duplicate identifier 'FREEDTMS' at line 130
Compiling failed.
Keep getting that error when I run the script, any idea what it means?
been using this but there really is no profit in it anymore
what a waste of time, profit is like 10gp lol you guys are desperate as
[Hint] C:\Simba\Includes\SRL/SRL/core/mapwalk.simba(1353:3): Variable 'BOX' never used at line 1352
[Error] (131:11): Duplicate identifier 'FREEDTMS' at line 130
Compiling failed.
Getting this error,
always
^ just as he said geting that freedtms error :/
Great script! The failsafes are a bit too repetitive though. For example:
can be replaced with a loop like this:Simba Code:if FindDTM(chocbar, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
Mouse(x, y, 7, 7, False)
end else
begin
wait(1000);
WriteLn('Could not find Chocolate Bar (invalid DTM). Trying again...');
if FindDTM(chocbar, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
Mouse(x, y, 7, 7, False)
end else
begin
wait(1000);
WriteLn('Could not find Chocolate Bar (invalid DTM). Trying again...');
if FindDTM(chocbar, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
Mouse(x, y, 7, 7, False)
end else
begin
wait(1000);
WriteLn('Could not find Chocolate Bar (invalid DTM). Trying again...');
if FindDTM(chocbar, x, y, MIX1, MIY1, MIX2, MIY2) then
Mouse(x, y, 7, 7, False)
end;
end;
end;
And to perform antiban while crushing, just replace this:Simba Code:for i := 0 to 3 do
begin
if i > 0 then
begin
Wait(1000);
WriteLn('Could not find Chocolate Bar (invalid DTM). Trying again...');
end;
if FindDTM(chocbar, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
Mouse(x, y, 7, 7, False);
Break;
end;
end;
with this:Simba Code:WriteLn('Crushing Chocolate Bars');
Wait(RandomRange(1500, 4000));
Antiban;
AntiRandoms;
Case (Players[currentplayer].Booleans[0]) of
true: Wait(14000 + Random(2000));
false: Wait(29000 + Random(2000));
end;
Anyway, good work!Simba Code:WriteLn('Crushing Chocolate Bars');
MarkTime(t);
AntiRandoms;
if Players[currentplayer].Booleans[0] then
while TimeFromMark(t) < 7000 do
Antiban
else
while TimeFromMark(t) < 22000 do
Antiban;
if Players[currentplayer].Booleans[0] then
while TimeFromMark(t) < 17000 do
Wait(RandomRange(50, 200))
else
while TimeFromMark(t) < 32000 do
Wait(RandomRange(50, 200));![]()
Last edited by Ashley; 05-04-2012 at 03:50 PM.
Thanks for the script works perfectly for me after i edited it a little bit!
Since it died prices have once more risen and its working better than ever bringing me in 189k /hour
Thanks,
Hodsi1
Does anyone know how to fix that DTMs Error? that people above are getting..?
- The bad news is time flies, but the good news is you're the pilot.
I temporarily quit Runescape, but I'm back now.
I'll be fixing this script, and making more improvements to it very shortly. Expect an update on the 9th of May. (I was busy on the 7th, so I moved it to the 9th))
To fix the "FreeDTMs" problem, simply rename the procedure "FreeDTMs" to something else such as FreDTMs.
And @ Ashley, thanks for the suggestions. I'm still a newbie at scripting in pascal. I'm sure I'll get better with a bit of time.![]()
Last edited by Paula_Deen; 05-08-2012 at 06:56 AM.
Paula Deen Scripting
~Because every script is better with butter!
Scripts: Paula's Chocolate Crusher
Upcoming Scrips: Paula's AIO Runespan (10% - Currently collecting colors. School is my current priority.)
Interesting script, looks like I shall try it on my 10 other member accounts and be making 1800k/h with no requirements hopefully.![]()
Sorted the problems, gotta say after I knew how to get it working it works fine
///////////////////////By Paula Deen\\\\\\\\\\\\\\\\\\\\\\\\
Run Time: 2 Minutes and 20 Seconds
Total Loads: 2
Chocolate Dust made: 56
Total Profit made: 2800
Breaks Taken: 0
//////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
1 script run done me good, but just needs to run for a lot longer (y)
Last edited by iHarry; 05-07-2012 at 09:13 PM.
This looks great can't wait for the update!!!
first off, this is a great script. my only problem, as stated in your title, the upTexts are unstable. I've tried multiple times, just after ~5 minutes, it refuses to recognize the bars every time.
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'X' never used at line 256
[Hint] C:\Simba\Includes\SRL/SRL/core/animation.simba(257:3): Variable 'Y' never used at line 256
[Error] (131:11): Duplicate identifier 'FREEDTMS' at line 130
Compiling failed.
what is this?
Thank you ! very good script ! Really nice for first script !
Thannks alot again !![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)