Log in

View Full Version : Varrock East Miner and Banker



Pages : 1 [2]

kor
06-08-2008, 09:18 PM
Im going to run this overnight, lets hope i will lvl up alot :) Ill post proggy in the morning.

EDIT: Darn, forgot to copy the proggy :/ But anyways, it ran for 6 hours (one char) mined about 2 k iron ores. Went from lvl 31 to 47 mining ;) Ill run it tonight too.

Drakan
06-09-2008, 09:13 PM
k. be looking for an update sometime this week. =]

mager guy
06-10-2008, 06:21 PM
I don't know how i fixed the problem were my character stopped above the mine. All i did was re download and then i changed Iron to iron and it is working perfectly now. :D

Nice script

Proggy soon

Drakan
06-10-2008, 06:27 PM
heh idk weird :p
Yah try to keep things lowercase but i really doubt that was it.. unless.... OMG (rushes to check something...)

eugenius1
06-10-2008, 06:27 PM
this script is great but i added some wait times
cause i noticed you script doesnt wait after it clicks.
it just clicks instantly after it mines
all my characters were low level miners so i added some wait in there.
thats one thing i changed
and uhh i also made it run from the bank to the mining place and
walk from the mining place to the bank.
i hope you dont mind.

Drakan
06-10-2008, 06:31 PM
that was it. If you had Iron or Copper or Tin instead of iron copper tin then it didnt work because i didnt set a lowercase((Players[CurrentPlayer].Strings[0] = 'tin')) :S

Drakan
06-10-2008, 06:33 PM
this script is great but i added some wait times
cause i noticed you script doesnt wait after it clicks.
it just clicks instantly after it mines
all my characters were low level miners so i added some wait in there.
thats one thing i changed
and uhh i also made it run from the bank to the mining place and
walk from the mining place to the bank.
i hope you dont mind.

are u mad? it ALWAYS waits after it clicks... did u possibly set the max wait time for ur chars? -.-

Drakan
06-10-2008, 07:08 PM
UPDATED! v5.9!
Fixed the problem with it being outside the mine. To prevent any other problems like this in any script, please enter in things in LOWER CASE letters. Like: iron, tin, copper, and any other option. It shouldn't matter now, but just in case always enter in lowercase unless told otherwise. Also added some more antiban :D

dallas574
06-10-2008, 07:32 PM
I got this error

Line 672: [Error] (15861:68): comma (',') expected in script C:\Documents and Settings\Administrator.GVANDERLINDET41\Local Settings\Temporary Internet Files\Content.IE5\6UVS8TQ8\CheesyVEMSmart[5.9].scar

Plz fix

Drakan
06-10-2008, 07:35 PM
hehe look at that line and you'll see. Copy paste error xD replace it with this:
writeln('FIRST AUTOCOLOR FAILED! PLEASE ALERT THE[CHEESE]');
Ill fix it on the server.

dallas574
06-10-2008, 07:39 PM
also got this

Line 680: [Error] (15869:61): Type mismatch in script C:\Documents and Settings\Administrator.GVANDERLINDET41\Local Settings\Temporary Internet Files\Content.IE5\6UVS8TQ8\CheesyVEMSmart[5.9].scar

dallas574
06-10-2008, 07:49 PM
Any idea?

Drakan
06-10-2008, 08:28 PM
dang i see what it is. ugh i didnt get to run it for erros before i did this. its simple fix. Change that whole procedure to:
{************************************************* ******************************
function GoInMine: boolean;
By: The[Cheese]
Description: Attempts to walk into the mine using TPA's.
************************************************** *****************************}
function GoInMine: boolean;
var
RockColorTPA: TPointArray;
begin
if not(LoggedIn)then Exit;
if(FindStoneColor2 = 0)then
begin
writeln('FIRST AUTOCOLOR FAILED! PLEASE ALERT THE[CHEESE]');
Exit;
end;
FindColorsSpiralTolerance(x, y, RockColorTPA, FindStoneColor2, MMX1, MMY1, MMX2, MMY2, 10);
if (High(RockColorTPA) > 0)then
begin
MiddleTPAEx(RockColorTPA, x, y);
if lowercase(Players[CurrentPlayer].Strings[0]) = 'copper'then MouseFlag(x-3, y+5, 1, 1);
if lowercase(Players[CurrentPlayer].Strings[0]) = 'iron'then MouseFlag(x-7, y-2, 1, 1);
if lowercase(Players[CurrentPlayer].Strings[0]) = 'tin'then MouseFlag(x-3, y+5, 1, 1);
Writeln('We are in the mine.');
Result := true;
Exit;
end;
if(FindStoneColor3 = 0)then
begin
writeln('FIRST AUTOCOLOR FAILED! PLEASE ALERT THE[CHEESE]');
Exit;
end;
FindColorsSpiralTolerance(x, y, RockColorTPA, FindStoneColor3, MMX1, MMY1, MMX2, MMY2, 10);
if (High(RockColorTPA) > 0)then
begin
MiddleTPAEx(RockColorTPA, x, y);
if lowercase(Players[CurrentPlayer].Strings[0]) = 'copper'then MouseFlag(x-3, y+5, 1, 1);
if lowercase(Players[CurrentPlayer].Strings[0]) = 'iron'then MouseFlag(x-7, y-2, 1, 1);
if lowercase(Players[CurrentPlayer].Strings[0]) = 'tin'then MouseFlag(x-3, y+5, 1, 1);
Writeln('We are in the mine. Used FindStoneColor3');
Result := true;
Exit;
end else
begin
if(FindSymbol(x, y, 'mining spot'))then
begin
if lowercase(Players[CurrentPlayer].Strings[0]) = 'copper'then MouseFlag(x-3, y+2, 1, 1);
if lowercase(Players[CurrentPlayer].Strings[0]) = 'iron'then MouseFlag(x-3, y+1, 1, 1);
if lowercase(Players[CurrentPlayer].Strings[0]) = 'tin'then MouseFlag(x-5, y-2, 1, 1);
Result := true;
Exit;
end;
Writeln('Unable to enter the mine.');
Result := false;
end;
end;

mager guy
06-10-2008, 10:04 PM
I left it running and i found my character with a broken pickaxe and it continues to try to mine even thought the pickaxe is broken. This looks like a botter big time!

Drakan
06-10-2008, 10:09 PM
what version magerguy?

PhantomCode
06-10-2008, 10:14 PM
Hi Cheese!

Great script. I'll try out 5.9 in a sec!


___________________________________________
/-------------Progress Report---------------\
CheesyVEM - By The[Cheese]
Version: 5.8
|-------------------------------------------|
Worked for: 6 Hours, 42 Minutes and 6 Seconds

Total Ores Mined: 1782
Loads Done: 66
Slept: 8
Loads till nap: 0
|-------------------------------------------|
Players:
****: [iron][Mined: 1782][LLeft: 2][LDone: 66[True][Working]
\-------------------------------------------/

(Stopped Manually)

Drakan
06-11-2008, 01:10 AM
Very nice phantom! <3 =]

EDIT:

EVERYONE run the downloader script. =] I fixed the small thing in v5.9 so redownload it if u get an error.

mager guy
06-11-2008, 01:30 AM
I think the problem was that my bank was full

At least i hope it was. Nice script looking forward to new update :D

Drakan
06-11-2008, 02:31 AM
Alright, in 5.9 you guys will also notice more antiban =] I finally got a chance to test and its runs smoothly.

jkmaster
06-11-2008, 11:35 PM
awesome script heres a proggy
/-------------Progress Report---------------\
CheesyVEM - By The[Cheese]
Version: 5.9
|-------------------------------------------|
Worked for: 2 Hours, 10 Minutes and 11 Seconds

Total Ores Mined: 378
Loads Done: 14
Slept: 2
Loads till nap: 3
|-------------------------------------------|
Players:
ean0: [copper][Mined: 162][LLeft: 1][LDone: 6[False][ErrorAtBank]
uick8: [copper][Mined: 54][LLeft: 0][LDone: 2[True][Waiting]
6er82: [copper][Mined: 162][LLeft: 0][LDone: 6[True][Working]
\-------------------------------------------/

ParkaCarl
06-12-2008, 01:02 AM
Who cut the cheese?

Nice Script man. keep up the great work. I noticed though that my computer lags just alittle after it clicks on the iron. Then it clicks again after it is already in my inventory. This wastes a couple seconds each time which means that it doesn't work well with a lot of people around. But it still is very good.

Worked for: 4 Hours, 13 Minutes and 39 Seconds

Total Ores Mined: 648
Loads Done: 24
Slept: 10
Loads till nap: 0

I'll leave it on tonight and see how long it goes =) THe above proggie is stopped manually too.

Drakan
06-12-2008, 01:15 AM
Thanks for the feedback guys! I updated the first post for great tips and hints on setting this up :D

Kold
06-12-2008, 07:53 AM
After I've filled out the form and gone Exit -> Start, the Debug Box tells me to hold because it's loading SMART and then SCAR just closes.

PhantomCode
06-12-2008, 07:59 AM
Great script, Cheese!

I've been using it for a while but I keep stopping and starting it so I don't have any good proggies soz.

I just noticed that when it finds gas and tries to say "Ugh dumb gas" it only says "Ugh".
Any idea what the problem may be? (I'm using the latest ver)

~PhantomCode

supershort3
06-12-2008, 09:40 AM
I like this script :), and i think everyone should give it a try, i used it for 7 hours mined 1.4k copper and 968 tin flawless and it was still going when i looked, i accidently closed scar and lost the proggy but this script worked heaps awsome. good for if you want to level your mining to 60. one thing i could suggest is an auto responder.. but apart from that Very nice. looking forward to more releases from this guy.

Drakan
06-27-2008, 05:05 PM
Great script, Cheese!

I've been using it for a while but I keep stopping and starting it so I don't have any good proggies soz.

I just noticed that when it finds gas and tries to say "Ugh dumb gas" it only says "Ugh".
Any idea what the problem may be? (I'm using the latest ver)

~PhantomCode

What problem? xD
case Random(5) of
0: TypeSend('Ugh dumb gas');
1: TypeSend('omg i hate gas');
2: TypeSend('who passed the gas?');
3: TypeSend('ugh');
4: TypeSend('lol gas is annoying.');
5: TypeSend('ahh gas!');
end;
rofl

And as for your little suggestion supershort, while srl was down i actually did just that ^^ Read next post if u want to get super hard!

Drakan
06-27-2008, 05:08 PM
Prepare yourself for the biggest update since CheesyVEM miner was released...

*suspense*
*more suspense*
*overbearing suspense*

(Dark scary voice)Version six point oh... DUN DUN DUNNNNNN

Version 6.0 is filled with so many updates, upgrades, and new features, a mere list cant contain it, so I've done my best to make a change list followed by the best for last. Here we go!! Please not this list is definitely not all of it. I couldn't remember everything.
{
[================================================== =================]
[ Change Log: ]
[ 1. There is a new pick wielding system I like to call a 'smart' ]
[ pick withdrawing system. It will detect what the best pick you ]
[ can use is, and try to find the picks from best to worst. Its ]
[ faster and shorter than before, yet 5x better :) ]
[ 2. Single player mining is much better now. It will detect if ]
[ there is only one player, then instead of switching players, ]
[ it will take breaks and switch worlds. Very nice feature. ]
[ 3. NEW bank opening procedure. The one in SRL liked to just get ]
[ the farthest one on the left. My new banking procedure is very ]
[ fast and 99% of the time gets the booth u are standing at. ]
[ 4. ***NEW ROCK FINDING*** Now it finds rocks in 10-30ms. Please ]
[ tell me if it seems slower to you :) ]
[ 5. Changed the player form. Now, it will detect on its own if you ]
[ are wielding the pick, and now no matter what it will do ]
[ 5 + Random number of loads before switching player or taking ]
[ a nap. The player form is much shorter now :) ]
[ 6. New pick detection fixed the tab switching back and forth and ]
[ that bot repetitivnesssss. ]
[ 7. Now keeps track of your mining lvl :P ]
[ 8. Updated walking and made it better [if thats even possible :S] ]
[ 9. New lost checking procedure. More accurate than last time :) ]
[ 10.More randomness to everything so theres more antiban. ]
[================================================== =================]
And now the moment u been waiting for...
*suspense*
*more suspense*
*leaves for suspense* *be back later!*

P1nky
06-28-2008, 01:21 AM
a small proggie:

/-------------Progress Report---------------\ CheesyVEM - By The[Cheese] Version: 6.0|-------------------------------------------|Worked for: 6 Hours, 17 Minutes and 16 Seconds Total Ores Mined: 1269Loads Done: 47Slept: 0|-------------------------------------------|Players: iln: [iron][Lvl: 55][Mined: 417][LLeft: 0][LDone: 15[True][Waiting] spi: [iron][Lvl: 55][Mined: 331][LLeft: 0][LDone: 12[True][Working] itt: [tin][Lvl: 55][Mined: 28][LLeft: 5][LDone: 1[True][Working] 3pk: [copper][Lvl: 55][Mined: 0][LLeft: 5][LDone: 4[True][Working] 3pk: [copper][Lvl: 55][Mined: 0][LLeft: 6][LDone: 0[False][LostTM3] ueo: [iron][Lvl: 55][Mined: 245][LLeft: 0][LDone: 9[True][Waiting] ban: [iron][Lvl: 55][Mined: 166][LLeft: 0][LDone: 6[True][Waiting]\-------------------------------------------/
would have gone more but my dad turned of comp
the new version works like a *CHARM*
btw i am The[Cheese] Tester :) :spongebob:

btw the proggie came out wierd (had to copy paste wierd format sorry)

mrpickle
06-28-2008, 01:25 AM
hah the forum is back =)... 2 of m miners got caught and banned using this. maybe because ur script is too good and that's not good, as it attracts fame...

roscomonkey
06-28-2008, 11:15 AM
when is 6.0 coming out, i cant wait the suspence is too much

Drakan
06-28-2008, 01:16 PM
*Returns suspensefully*

The[Cheese]'s Auto Responder Deluxe Pizza Edition!
To see this responder in action, go here: Video! (http://cheesyscripts.com/videos/ResponderInAction.wmv)
This piece of art took me a week to create and perfect. It is a very unique smexy responder. It will respond to many questions and statements, it will yell at people that trade u, and it will yell at people calling people noobs. I've seen it get in flame wars many times and then resolve it by saying "lets all just mine now..." :P It will not (should not) repeat the same question by the same author twice. It wont respond to itself. This responder is not a cheap p0s that spams over and over (or shouldn't :P). So far in testing, it seems like everything is working at 100% level.

If you have problems with the responder (when I release 6.0) PLEASE post here or pm me or msn me, just get in contact with me. irthecheese@gmail.com is my msn!

I hope you all will enjoy version 6.0 as much as I enjoyed making it! (thats a lot btw :)). If you got any suggestions for future versions, please don't be afraid to post here and I will definitely consider them!

Have a great summer,
The[Cheese]
(Drags111)

roscomonkey
06-28-2008, 01:21 PM
gj looking forward to using it, this script is the most updated i love it, i look forward to your like daily updates :)

when is the release?

grox
06-28-2008, 06:20 PM
edit:solved it...

josh81193
06-28-2008, 07:37 PM
i click run and it just exits out of scar. help?

Drakan
06-28-2008, 09:09 PM
release is tonight :) I really do love keeping this script up to date and making u guys happy :)

NightBlade
06-28-2008, 10:28 PM
hey I logged in and my axehead was gone and I was teleported by sandwich lady by the fishing guild

report:


/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Fights : 8 |
| Talks : 2 |
| No Sandwiches : 1 |
| Capn Hand[s] : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

There are 1 players active.
___________________________________________
/-------------Progress Report---------------\
CheesyVEM - By The[Cheese]
Version: 5.9
|-------------------------------------------|
Worked for: 29 Minutes and 12 Seconds

Total Ores Mined: 162
Loads Done: 6
Slept: 0
Loads till nap: 20
|-------------------------------------------|
Players:
onar: [iron][Mined: 162][LLeft: 99996][LDone: 6[True][Working]
\-------------------------------------------/

Drakan
06-28-2008, 10:35 PM
images quite the unnecessity? lol anyway sandwich and pick head are both srl not my script..

Drakan
06-28-2008, 10:54 PM
v 6.0 IS NOW OUT!!!!

skilld u
06-28-2008, 11:05 PM
yay! <3

Drakan
06-29-2008, 02:18 AM
if u encounter anything wrong tell me!

Press Play
06-29-2008, 04:59 AM
I was just looking in previous posts that someone said something about the counting ores...


I have only one suggestion: When you run it with pick equipped it still counts each load as 27 ores (instead of 28).

I was just thinking, in my sript I put in this..

Total:=Total+AmountDTM('inv',OreInv);

after there is a full inv or just before they are about to be dropped; or in your case about to be banked. So instead of putting a defult number in, it is actually counting the ores.

Hope I helped =]

Drakan
06-29-2008, 01:20 PM
i already put new ore counting thanks anyway

Becks
06-29-2008, 11:20 PM
/ Progress Report \
CheesyVEM - By The[Cheese]
Version: 6.0
|-------------------------------------------|
Worked for: 7 Hours, 23 Minutes and 21 Seconds

Total Ores Mined: 1917
Loads Done: 71
Slept: 9
Responded: 49 times!
Yelled at: 2 traders!
|-------------------------------------------|

Reason Stopped: UnSovable

Lee Lok Hin
06-30-2008, 01:40 AM
Well, It managed to reattach my rune pickaxe, but after reattching, it just went maybe lost and nextplayered. Don't know if that is what you meant to do, but just informing you.


/-------------Progress Report---------------\
CheesyVEM - By The[Cheese]
Version: 5.9
|-------------------------------------------|
Worked for: 1 Hours, 37 Minutes and 20 Seconds

Total Ores Mined: 351
Loads Done: 13
Slept: 0
Loads till nap: 900
|-------------------------------------------|
Players:
ydro: [iron][Mined: 81][LLeft: 0][LDone: 3[True][Waiting]
ure: [iron][Mined: 108][LLeft: 2][LDone: 4[True][Working]
gni: [iron][Mined: 81][LLeft: 0][LDone: 3[True][Waiting]
osm: [iron][Mined: 81][LLeft: 0][LDone: 3[True][Waiting]
\-------------------------------------------/

___________________________________________
/-------------Progress Report---------------\
CheesyVEM - By The[Cheese]
Version: 5.9
|-------------------------------------------|
Worked for: 3 Hours, 6 Minutes and 41 Seconds

Total Ores Mined: 756
Loads Done: 28
Slept: 0
Loads till nap: 600
|-------------------------------------------|
Players:
ydro: [iron][Mined: 162][LLeft: 0][LDone: 6[True][Waiting]
ure: [iron][Mined: 243][LLeft: 0][LDone: 9[True][Waiting]
gni: [iron][Mined: 189][LLeft: 2][LDone: 7[True][Working]
osm: [iron][Mined: 162][LLeft: 0][LDone: 6[True][Waiting]
\-------------------------------------------/

___________________________________________
/-------------Progress Report---------------\
CheesyVEM - By The[Cheese]
Version: 5.9
|-------------------------------------------|
Worked for: 4 Hours, 20 Minutes and 25 Seconds

Total Ores Mined: 972
Loads Done: 36
Slept: 0
Loads till nap: 900
|-------------------------------------------|
Players:
ydro: [iron][Mined: 189][LLeft: 2][LDone: 7[False][Prison Pete.]
ure: [iron][Mined: 297][LLeft: 1][LDone: 11[True][Working]
gni: [iron][Mined: 243][LLeft: 0][LDone: 9[True][Waiting]
osm: [iron][Mined: 243][LLeft: 0][LDone: 9[True][Waiting]
\-------------------------------------------/

___________________________________________
/-------------Progress Report---------------\
CheesyVEM - By The[Cheese]
Version: 5.9
|-------------------------------------------|
Worked for: 1 Hours, 49 Minutes and 21 Seconds

Total Ores Mined: 405
Loads Done: 15
Slept: 0
Loads till nap: 263907
|-------------------------------------------|
Players:
ydro: [iron][Mined: 81][LLeft: 0][LDone: 3[True][Waiting]
ure: [iron][Mined: 108][LLeft: 0][LDone: 4[True][Waiting]
gni: [iron][Mined: 108][LLeft: 3][LDone: 4[False][Working] //Molly
osm: [iron][Mined: 108][LLeft: 3][LDone: 4[True][Working]
\-------------------------------------------/




YOUR 6.0 MINER. It's a lot faster, and manged to beat this level 73. Very nice.
Only problem is that.. Nope. No problems. A recommendation is to add a world switcher after every nextplayer or something.

/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 25 |
| Fights : 3 |
| Talks : 3 |
| Old Men : 1 |
| No Sandwiches : 1 |
| Lamps Solved : 2 |
| Boxes Solved : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
___________________________________________
/-------------Progress Report---------------\
CheesyVEM - By The[Cheese]
Version: 5.9
|-------------------------------------------|
Worked for: 8 Hours, 59 Minutes and 16 Seconds

Total Ores Mined: 2160
Loads Done: 80
Slept: 0
Loads till nap: 263907
|-------------------------------------------|
Players:
ydro: [iron][Mined: 324][LLeft: 2][LDone: 12[False][Working] //School
ure: [iron][Mined: 27][LLeft: 4][LDone: 1[False][Sandwhich lady.] //AND broken pickaxe
osm: [iron][Mined: 1296][LLeft: 1][LDone: 48[True][Working]
gni: [iron][Mined: 513][LLeft: 1][LDone: 19[False][Working] //Bloody Hell! School again.
\-------------------------------------------/

spork985
06-30-2008, 12:40 PM
Very nice! I stopped it in the morning when I woke up. I was training 5 bots that I'm going to add to my iron army.


|-------------------------------------------|
Worked for: 8 Hours, 24 Minutes and 42 Seconds

Total Ores Mined: 1701
Loads Done: 62
Slept: 0
Responded: 40 times!
Yelled at: 0 traders!
|-------------------------------------------|
Players:
lanc: [Copper][Lvl: 27][Mined: 513][LLeft: 0][LDone: 19[True][Waiting]
agi: [Copper][Lvl: 23][Mined: 378][LLeft: 0][LDone: 14[True][Waiting]
agi: [Copper][Lvl: 22][Mined: 324][LLeft: 0][LDone: 12[True][Waiting]
pea: [Copper][Lvl: 17][Mined: 189][LLeft: 4][LDone: 6[False][Inactive]
ot: [Copper][Lvl: 20][Mined: 297][LLeft: 1][LDone: 11[True][Working]
\___________________________________________/

ConneX
06-30-2008, 05:25 PM
I dont have progs but i trainet 15-75 mining using this scripts.
Very good!

i was god
06-30-2008, 07:43 PM
Total Ores Mined: 1188
Loads Done: 44
Slept: 5
Responded: 138 times!
Yelled at: 2 traders!
|-------------------------------------------|
Players:
*: [Iron][Lvl: 82][Mined: 1188][LLeft: 1][LDone: 44[True][Working]
\___________________________________________/
We are in the mine.
Starting to mine the load!
Info: [Msg: actually only ****][Auth: zagz77][Line: 2]
Responding
Unable to find the rock!
Unable to find the rock!
Info: [Msg: and my fishing and smithing are both 40][Auth: jeronami][Line: 8]
Responding
Info: [Msg: omgzorz **** :l][Auth: t1d4lw4v4][Line: 7]
Responding
Info: [Msg: and if you were 63 mining at level 3, you wouldnt be a noob.][Auth: jeronami][Line: 8]
Responding
Info: [Msg: im noyt a noob anyway lmao][Auth: t1d4lw4v4][Line: 8]
Responding
Info: [Msg: ur the noob][Auth: **** ][Line: 7]
Responding
Info: [Msg: lol ok no noob calling][Auth: **** ][Line: 2]
Responding
Info: [Msg: jero just shut up and mine plz][Auth: t1d4lw4v4][Line: 7]
Responding
Info: [Msg: ****, say a name.][Auth: jeronami][Line: 7]
Responding
Info: [Msg: if you say "ur the noob"][Auth: jeronami][Line: 3]
Responding
Info: [Msg: but if you say - mcnuggets you're a noob][Auth: jeronami][Line: 6]
Responding
Info: [Msg: lol ok no noob calling][Auth: ****][Line: 1]
Responding
** Warning in GameTab: 4 does not exist**
** Warning in GameTab: 4 does not exist**
** Warning in GameTab: 4 does not exist**
** Warning in GameTab: 4 does not exist**
** Warning in GameTab: 4 does not exist**

This is my proggy when I came back from work, but when I got back I was stuck in the frog place and there was roughly 8000 lines of this in the debug screen:

** Warning in GameTab: 4 does not exist**

: don't know if this is with SRL or the script, just letting you know. Great script though.

Drakan
07-01-2008, 03:58 AM
Its SRL. The frog random sometimes doesnt complete the last Click to Continue :/

@ spork: Nice proggie :)
@ ConneX nice :) My

dallas574
07-16-2008, 01:25 PM
This script when it first came out was soooo popular
I love this script The[Cheese]
I got 25 hours with it in one run
I haven't been using it because my computer crashed
so now I'm using a different computer
But I can't auto on it

Drakan
07-16-2008, 04:06 PM
Alright guys I'm almost done fixing up the script since the update! Its working so far =] Doing some last minute changes.

___________________________________________
/ Progress Report \
CheesyVEM - By The[Cheese]
Version: 6.0
|-------------------------------------------|
Worked for: 1 Hours, 18 Minutes and 52 Seconds

Total Ores Mined: 351
Loads Done: 13
Slept: 1
Responded: 11 times!
Yelled at: 0 traders!
|-------------------------------------------|
Players:
***: [iron][Lvl: 47][Mined: 351][LLeft: 0][LDone: 13[True][Working]
\___________________________________________/

msh4k3
07-17-2008, 01:39 AM
thank gawd i've been waiting =]

playah8tah
07-17-2008, 06:33 PM
cheesy's site where he has the scripts is down.... :(

test
07-18-2008, 07:58 PM
Why can't this use member's worlds?

jose89
07-18-2008, 10:27 PM
=\ Can't download the latest version. It says allow scar to connect!

P1nky
07-18-2008, 11:12 PM
choose to allow it...

dallas574
07-22-2008, 12:48 PM
chessy your site is down it says

...[Retrieving News]
HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
Couldn't check version or news or download! Allow scar to connect!
Successfully executed

zorander123
07-25-2008, 06:05 PM
actually site is down cuz i changed firewall settings to allow all connections, im sure it will be up soon, cant wait >:]

Rizzelet
07-26-2008, 04:28 AM
Confirmed, it is down
Get the same exact error while letting everything connect.

Zuassi
07-29-2008, 10:02 AM
Would someone post files here..

luke
07-29-2008, 08:00 PM
could anyone tell me if this miner is better than masterkills version?

thanks


luke

jose89
07-30-2008, 11:54 PM
Well is not working so I guess is not better <_<

edwardred7
08-01-2008, 01:38 AM
...[Retrieving News]
HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
Couldn't check version or news or download! Allow scar to connect!
Successfully executed

j035m03
08-02-2008, 01:43 AM
fix your site CHEESY!

vanir 00
08-04-2008, 12:23 PM
Anyone know when cheesy is getting his site up again? or if it has been found and banned or something? its been offline for about a month now....

livewrong811
08-06-2008, 07:19 PM
Can I get a direct download, or copy/paste, of the script? Because the downloader that you attached isn't working. The debug log turns this up, along with a bunch of file/web access windows:

...[Retrieving News]
HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
HTTP/1.1 404 Not Found
Couldn't check version or news or download! Allow scar to connect!
Successfully executed

I dun't understand it, can you please post the script?

Edit: Read up a few posts, other people have this problem too. lol, that sucks.

Smarter Child
08-08-2008, 03:44 PM
When i try it always fails to connect everything allowed and connection good whats the problem


Edit: yeah his site is down anyways MasterKill's version is much better~

TheSantaMan
08-18-2008, 04:05 AM
my uncle died in England (im from canada) :( :(
but thrz a good side to this! both my parentz are going to england tommorow for two weeks!
this means i can let your script run for EVER! expect a SEXIER proggy from me :D :D !


FAIL

Mr.Klean
08-18-2008, 06:23 AM
The[cheese] is on holiday until near the start of school. (late august, early september probably)

Lock until he returns?

Hobbit
08-18-2008, 06:34 AM
Agreed, I will send him a PM to notify me when he comes back.