Progress Reports:
SCAR Code:[''''''''''''''''''''''''''''''''''''''''''''']
['''''''''''''''' Fire Frenzy '''''''''''''''']
[''''''''''''''''''''''''''''''''''''''''''''']
[ Ran For 18 Minutes and 34 Seconds.
[ Made 64 Fires Total.
[ Picked Up 16 Ashes.
[ Banked 2 Times.
[''''''''''''''''''''''''''''''''''''''''''''']
Hmm looks ok but a bit short proggy
Blank!
Looks ok, I'm going to test it out and post my proggy
neat uses DDtm and DTMS keep it up will use to get my willows outta my bank!
thanks, it should run for a long time, lots of failsafes![]()
it isn't finding the logs in the bank when i run it. I have it set w/ one player, 75 loads, with willows. I set it to not pick up ashes
-I'm starting w/ inv full of logs & tinderbox in space 1
-it burns that first load fine
-it goes to the bank, opens & closes the window w/o withdrawing
-it goes to the road, finds no logs, goes back to the bank
-opens & closes window w/o withdrawing, repeats until i stop it
also, when it changes worlds, it just stops. (the script doesn't terminate, but it doesn't do anything else, either)
also also, it moved me to a member server
yes, I know my profile name is stupid =P
this is some serious bull. When i fill in declare players i put in all teh information. THen it starts and it logs me out! It says "..." is not in player array!
What is I do?
Wow, dude. Don't flame. Read some tuts.
noidea
Originally Posted by irc
Looks good, I would test if my main had members![]()
Love the world switcher, will really help it get those long proggies.
P.S. There's no more world "15" ,when I checked about 5 minz ago, so you might wana take that world out.
Current Project: All In 1 Falador Script - 20% DONE
Still, what is I to do??? It says "" is not in players array.
-nvm-
Good script. A little slow on the lighting between logs but thats just some tweeking
I'll post proggies later
Edit: Nvm, doesn't solve it, im tweeking the bank procedure trying to get it to work. I think i almost have it. I'll post once its working
Banking fix:
Replace old BankStuff procedure with this. Its really messy and ugly but it works until skilld u does a proper fix.
SCAR Code:procedure BankStuff;
var
x, y, trys : integer;
begin
trys:= 0;
OpenBankFast('vwb');
if(not(BankScreen))then
begin
OpenBank('vwb', false, false);
end;
if FindDTM(Ash, x, y, MIx1, MIy1, MIx2, MIy2) then
begin
Mouse(x, y, 1, 1, false);
ChooseOption('All');
end;
repeat
FindDTM(BLogs, x, y, MSx1, MSy1, MSx2, MSy2);
Mouse(x, y, 3, 3, false);
ChooseOption('All');
Wait(1000 + Random(300));
trys:= trys +1;
until(FindDTM(Log, x, y, MIx1, MIy1, MIx2, MIy2)) or (trys >= 15)
CloseBank;
Report;
Inc(LoadsB);
Inc(LoadsDone);
Inc(ReportVars[2]);
SetRun(False);
end;
STOP PM'ING ME
[''''''''''''''''''''''''''''''''''''''''''''']
['''''''''''''''' Fire Frenzy '''''''''''''''']
[''''''''''''''''''''''''''''''''''''''''''''']
[ Ran For 6 Minutes and 43 Seconds.
[ Made 27 Fires Total.
[ Picked Up 0 Ashes.
[ Banked 1 Times.
[''''''''''''''''''''''''''''''''''''''''''''']
What I noticed;
The mouse did not move enough to be 'human like'. It just clicked the logs...waited...clicked the next. So I didn't feel to safe using this.
The walking was great, I didn't have a problem![]()
The time between burning the logs took a bit far too long I felt.
Other than that, things went smooth!
[''''''''''''''''''''''''''''''''''''''''''''']
['''''''''''''''' Fire Frenzy '''''''''''''''']
[''''''''''''''''''''''''''''''''''''''''''''']
[ Ran For 6 Minutes and 45 Seconds.
[ Made 61 Fires Total.
[ Picked Up 0 Ashes.
[ Banked 2 Times.
[''''''''''''''''''''''''''''''''''''''''''''']
nice script man!!!!
its an ok script, seems like it can never run longer than about 60 fires , and stays for about 7 minutes befor failing, also, its fairly slow and un-human like, you may want to change some waiting times and fix its movment
Don't Steal my Crap, I Won't Steal your's.
ficking grave diggers! this script is outdated!^^^^ look at last post above you!
It must have been the ganja?
Aww, beocusd sum1 gravedigged this topic i try'd out an old script..
But its not bad tbh..
World switching should be changed to make it run for a long time.
edited: walk to staff shop procedure, a bit of the banking procedure.
and the world switch is fixed.
Ty for this base frenzy
nice script, compiles and works very well![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)