ok i can get u and 8 hour one on monday
ok i can get u and 8 hour one on monday
================================================== ===========
FallyCowCruncher has been running for 4 Hours, 9 Minutes and 25 Seconds
~~~~~~~~~~~~~~~~~~~~~~~~
Players have killed 581 Cows
and picked up 474 Cowhides
in a total of 19 Loads
"dbo"(True) has killed 236 Cows
and has picked 195 Hides
"eve"(True) has killed 203 Cows
and has picked 167 Hides
"oba"(True) has killed 80 Cows
and has picked 56 Hides
"b"(True) has killed 62 Cows
and has picked 56 Hides
===========================FallyCowCruncher======= ===================
Hot.
Current Script: Al-Kharid Fighter and Banker
Status : Just Started
if you don't mind me saying --
this is a pretty god damn ftw script.
i've only done about half of a run so far
im not yet sure on the banking or the returning
but its good so far
i never even knew there were cows over there ^_^
i figured 30-58-1 was getting a bit too high for forefeathers![]()
learning and shit... i'll be good eventually
and picked up 1009 Cowhides
in a total of 36 Loads
next time dont use a fake proggy.
unless you meant 1008 then its right
who are you to judge if it's fake or not?
it's not, there are several things that might affect the hides picked, it adds another hide if it clicks "take cowhide" meaning it could disappear from being old, or someone else could pick it up, also there are randoms that will add something to your inventory so the inventory will be full one less cowhide.
don't try to accuse me of posting fake proggies.
EDIT: senrath beat me to it.
Originally Posted by That guy that wrote forefeathers
================================================== ===================
FallyCowCruncher has been running for 5 Hours, 12 Minutes and 5 Seconds
~~~~~~~~~~~~~~~~~~~~~~~~
Players have killed 703 Cows
and picked up 618 Cowhides
in a total of 23 Loads
"dbo"(True) has killed 133 Cows
and has picked 111 Hides
"eve"(True) has killed 43 Cows
and has picked 29 Hides
"b"(True) has killed 527 Cows
and has picked 478 Hides
===========================FallyCowCruncher======= ===================
Successfully executed
Hot(2).
Current Script: Al-Kharid Fighter and Banker
Status : Just Started
================================================== ===================
FallyCowCruncher has been running for 6 Hours, 4 Minutes and 23 Seconds
~~~~~~~~~~~~~~~~~~~~~~~~
Players have killed 860 Cows
and picked up 755 Cowhides
in a total of 26 Loads
"aman"(True) has killed 588 Cows
and has picked 515 Hides
"aman"(True) has killed 272 Cows
and has picked 240 Hides
hah.. best proggy..
got me like 880 hides ish - 58-59 str, ran alll on one char
learning and shit... i'll be good eventually
very nice, i got a 33 hour proggy once thoughbut i lost it because when i was bragging to all my MSN friends, my computer froze :S
also...
====================================
FallyCowCruncher has been running for 8 Hours, 15 Minutes and 6 Seconds
~~~~~~~~~~~~~~~~~~~~~~~~
Players have killed 1079 Cows
and picked up 978 Cowhides
in a total of 34 Loads
"h"(True) has killed 354 Cows
and has picked 304 Hides
"id"(True) has killed 366 Cows
and has picked 337 Hides
"ets"(True) has killed 359 Cows
and has picked 337 Hides
===========================FallyCowCruncher
got it last night
also, there is a bug with it saying all the chars are true/false, i fixed it in the next version, but it's not worth releasing another version for IMO.
EDIT: what's up with scar tags?
Originally Posted by That guy that wrote forefeathers
You have inspired me to de-rust my scripting skills.
Accept that the waters around you have grown.
================================================== ===================
FallyCowCruncher has been running for 6 Hours, 31 Minutes and 53 Seconds
~~~~~~~~~~~~~~~~~~~~~~~~
Players have killed 909 Cows
and picked up 0 Cowhides
in a total of 25 Loads
"dbo"(False) has killed 304 Cows
"eve"(False) has killed 229 Cows
"oba"(False) has killed 78 Cows
"b"(True) has killed 298 Cows
===========================FallyCowCruncher======= ===================
NextPlayer
Another proggy to lift your spirit. Hot(3)
Current Script: Al-Kharid Fighter and Banker
Status : Just Started
thanks for the update it srta screws up because i use the same account for all four
please stop posting so much on my thread saying you will post a proggy, i haven't seen a single one yet, out of like 6 posts, and don't post the proggy after this either i would suggest, just edit the post above me, and leave it at that, it just looks bad otherwise.
ALSO: Big update coming tomorrow, i fixed the whole cow killing/counting bug, i don't know if i posted it yet, i'm also going to experiment with DTM finding the cowhides on the ground, the walking is better, and, well the script is all around better. i will have to reset stats though since the hidecounting got like 15k behind..nah. no i won't, but, expect the big update coming tomorrow around 7:00 EST i would estimate.
Originally Posted by That guy that wrote forefeathers
doesnt work for me
[Runtime Error] : Out Of Range in line 73 in script C:\Program Files\SCAR 3.14\includes\SRL/SRL/Core/Login.scar
using latest version
and yes.. i got scar 3.14 , srl 4, rev 14
Could not find Falador Road Color!
How come? :|
EDIT:
I started it again and worked, lol..
RESERVED FOR PROGGY
...he means you need to read some tuts...
you have to find the procedure that looks like this
and put your player info in the required spacesSCAR Code:procedure DeclarePlayers;
begin
HowManyPlayers := 4;
CurrentPlayer := 0;
NumberOfPlayers(HowManyPlayers);
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := '';
Players[0].Pin := 0000;
Players[0].Integers[1] :=0; //desired attack
Players[0].Integers[2] :=93; //desired strength
Players[0].Integers[3] :=0; //desired defense
Players[0].Integers[4] :=1; //How many loads before logging
Players[0].Integers[7] := 5; //avg seconds to kill a cow
Players[0].Active := True;
Players[1].Name := '';
Players[1].Pass := '';
Players[1].Nick := '';
Players[1].Pin := 0000;
Players[1].Integers[1] :=0; //desired attack
Players[1].Integers[2] :=90; //desired strength
Players[1].Integers[3] :=0; //desired defense
Players[1].Integers[4] :=1;
Players[1].Integers[7] := 5; //avg seconds to kill a cow
Players[1].Active := False;
Players[2].Name := '';
Players[2].Pass := '';
Players[2].Nick := '';
Players[2].Pin := 0000;
Players[2].Integers[1] :=0; //desired attack
Players[2].Integers[2] :=90; //desired strength
Players[2].Integers[3] :=0; //desired defense
Players[2].Integers[4] :=1;
Players[2].Integers[7] := 5; //avg seconds to kill a cow
Players[2].Active := False;
Players[3].Name := '';
Players[3].Pass := '';
Players[3].Nick := '';
Players[3].Pin := 0000;
Players[3].Integers[1] :=0; //desired attack
Players[3].Integers[2] :=0; //desired strength
Players[3].Integers[3] :=0; //desired defense
Players[3].Integers[4] :=1;
Players[3].Integers[7] := 5; //avg seconds to kill a cow
Players[3].Active := False;
end;
EDIT: wtf is up with scar tags?
also, my update is a little late i know..but hopefully, it works well during the time i'm at school, i'll fix a few bugs and this may be the new best cowkiller ever!
Originally Posted by That guy that wrote forefeathers
yes! i love this script!!!!!
sorry for double post but reserved for proggie
uhh..it is working? you just didn't set it up right..and that should have been your error
EDIT: update! download the new version..its really a great improvement.
also, if you find that it's not picking hides, STOP the script, and post about it. it is my biggest worry atm, and i'm talking about not picking the hides at all, not just missed an odd cowhide, and picked it up later
Originally Posted by That guy that wrote forefeathers
updated version - workin solid.
i just started it but ...
i'll post like .. an hour proggy... in.. an hour
and its an hour later, - ish - went to my
student-lead-teacher-confrence.. (fucking ridiculous)
and -
================================================== ===================
FallyCowCruncher has been running for 1 Hours, 8 Minutes and 0 Seconds
~~~~~~~~~~~~~~~~~~~~~~~~
Players have killed 193 Cows
and picked up 140 Cowhides
in a total of 5 Loads
"aman"(True) has killed 193 Cows
and has picked 140 Hides
===========================FallyCowCruncher======= ===================
didnt even go to player 2 - thats where its at.
learning and shit... i'll be good eventually
There are currently 1 users browsing this thread. (0 members and 1 guests)