View Full Version : RICK 4 SRL - iron mine and banker! (varrock east)
Pages :
1
2
3
[
4]
5
6
7
8
9
10
11
MasterKill
10-12-2007, 05:21 AM
:) thanks all :D
the new version is mostly done but the problem is i'm at my laptop now couse my pc is at a lan party, so i think the release will be this weak
buck cakes
10-12-2007, 09:48 PM
:) thanks all :D
the new version is mostly done but the problem is i'm at my laptop now couse my pc is at a lan party, so i think the release will be this weak
w00t, update coming soon to my favorite script
i'll be waiting with my army to test it out ;)
ChrisGA
10-14-2007, 02:02 AM
not to bad. Great script !! Working great right now. gotta get my army better pick's. Also about to make my 1st trade to my main from my middleman. Wish me luck !
V--> Total loads done = 29
--> Total iron Mined = 687 ore`s
--> Random/trade Items = 96 items
--> Responds made = 19
--> Time running = 4 Hours, 12 Minutes and 54 Seconds
<------------------------------------------------------------------------------>
--> = in the bank, M-lvl = 33, 212 ore`s, active? True
--> = in the Bank, M-lvl = 38, 194 ore`s, active? True
--> = in the bank, M-lvl = 27, 154 ore`s, active? True
--> = in the mine, M-lvl = 26, 127 ore`s, active? True
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 7 |
| Trades Missed : 1 |
| Fights : 4 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
MasterKill
10-14-2007, 11:38 AM
ok thanks all :)
eestirula
10-14-2007, 01:53 PM
allways logout if his mining or walking,whats the problem
MasterKill
10-14-2007, 01:58 PM
it should not do that, you can tell me the problem? (what does the script says when it logs out)
rockman
10-14-2007, 02:57 PM
heres a prog from last night
MasterKill Progress Report.
<------------------------------------------------------------------------------>
--> Total loads done = 59
--> Total iron Mined = 1382 ore`s
--> Random/trade Items = 270 items
--> Responds made = 68
--> Time running = 7 Hours, 49 Minutes and 22 Seconds
<------------------------------------------------------------------------------>
--> xxxx = in the mine, M-lvl = 56, 293 ore`s, active? False
--> xxxx = error B-booth, M-lvl = 53, 211 ore`s, active? False
--> xxxx = error B-booth, M-lvl = 48, 326 ore`s, active? False
--> xxxx = in the mine, M-lvl = 53, 551 ore`s, active? True
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 21 |
| Trades Made : 3 |
| Trades Missed : 6 |
| Boxes Solved : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
eestirula
10-14-2007, 03:17 PM
it mines about 10 rock and logs out and says next player but i dont have next player in scar
and sometimes it says C:\Program Files\SCAR 3.12\includes\SRL\SRL\core\mouse.scar
Goku(z)
10-14-2007, 03:32 PM
it mines about 10 rock and logs out and says next player but i dont have next player in scar
and sometimes it says C:\Program Files\SCAR 3.12\includes\SRL\SRL\core\mouse.scar
Im Pretty sure i know whats the problem u did this
Players[0].Name := 'GUwillneverknow'; // UserName
Players[0].Pass := 'Uwillneverknow'; // Password
Players[0].Nick := 'Goku'; // 3/4 String of Name (example: if accname is 'macroman' then set .nick at 'acro')
Players[0].Active := True; // Use this account? True / False
Players[0].integers[0] := 10; // loads before: logout / nextplayer
Players[0].Strings[0] := 'Addy'; // PickAxe use'ing?! (need for pickhead finder!!!)
//Players[?].Strings[0] :=('Rune' / 'Addy' / 'Mith' / 'Steel' / 'Iron' / 'Bronz')
You see the thing that hlighted in red ":=10:" make the 10 to the number of how many ores u want
Goku(z)
10-14-2007, 03:35 PM
Result:
--> Total loads done = 2
--> Total iron Mined = 54 ore`s
--> Random/trade Items = 0 items
--> Responds made = 0
--> Time running = 12 Minutes and 27 Seconds
But my Axe broke...:( not fell off
Goku(z)
10-14-2007, 03:37 PM
Result:
--> Total iron Mined = 54 ore`s
--> Random/trade Items = 0 items
--> Responds made = 0
--> Time running = 12 Minutes and 27 Seconds
But my Axe broke.. yeah so it stoped .... lol 12 min but oh well :mad:
Does it have something that goes to differnt rock when it like boils...?
MasterKill
10-14-2007, 04:04 PM
it mines about 10 rock and logs out and says next player but i dont have next player in scar
and sometimes it says C:\Program Files\SCAR 3.12\includes\SRL\SRL\core\mouse.scar
erm do you have scar 3.12c with srl 4.0 installed with subversion?
RockMan: nice proggy :)
Does it have something that goes to differnt rock when it like boils...?
some times it's to late with running away and then... BOOM
var
WaitForGasTime : Integer;
Procedure GasFound;
begin
If Not LoggedIn then exit;
WriteLn('* GAS FOUND *');
Mouse(628, 83, 7, 8, True);
case random (7) of
0: TypeSend('i hate gasses')
1: TypeSend('its kinda gassy here')
2: TypeSend('i dont like gasses')
3: TypeSend('some-one boom it plox? =]')
4: TypeSend('make that rock go booom!');
5: TypeSend('Gassss');
6: TypeSend('b00m');
end;
Flag;
WaitForGasTime := 0;
Wait(500 + random(500));
repeat
Wait(1000);
WaitForGasTime := WaitForGasTime + 1;
until(WaitForGasTime > 29)
end;
Procedure FindGas;
begin
If Not LoggedIn then exit;
if (FindColorTolerance (x, y, 10596274, 0, 0, 500, 500, 1)) then
begin
GasFound;
end;
if (FindColorTolerance (x, y, 9806756, 0, 0, 500, 500, 1)) then
begin
GasFound;
end;
if (FindColorTolerance (x, y, 9017755, 0, 0, 500, 500, 1)) then
begin
GasFound;
end;
if (FindColorTolerance (x, y, 8821148, 0, 0, 500, 500, 1)) then
begin
GasFound;
end;
end;
eestirula
10-14-2007, 04:28 PM
yes i have
MasterKill
10-14-2007, 05:13 PM
its an srl error anyways, nothing wrong with my script.
look in 'how to auto' section, maybe you can find the fix there
Goku(z)
10-14-2007, 06:35 PM
Try what i Said... on page 38 : )
eestirula
10-14-2007, 08:02 PM
Im Pretty sure i know whats the problem u did this
Players[0].Name := 'GUwillneverknow'; // UserName
Players[0].Pass := 'Uwillneverknow'; // Password
Players[0].Nick := 'Goku'; // 3/4 String of Name (example: if accname is 'macroman' then set .nick at 'acro')
Players[0].Active := True; // Use this account? True / False
Players[0].integers[0] := 10; // loads before: logout / nextplayer
Players[0].Strings[0] := 'Addy'; // PickAxe use'ing?! (need for pickhead finder!!!)
//Players[?].Strings[0] :=('Rune' / 'Addy' / 'Mith' / 'Steel' / 'Iron' / 'Bronz')
You see the thing that hlighted in red ":=10:" make the 10 to the number of how many ores u want
no its eveytime different,and there is number 200 in my script:(
Dumpin
10-14-2007, 08:17 PM
200 loads? rofl, try make it a little bit less , maybe that works.
darkfire355
10-15-2007, 01:50 AM
this script is awesome!!! it solves randoms and auto talks, can u make one that mines and banks silver or coal-THX email me @ darkfire355@hotmail.com, thx again yahoo: darkfire_355@yahoo.com, aim cg95943:redface:
buck cakes
10-15-2007, 05:12 AM
this script is awesome!!! it solves randoms and auto talks, can u make one that mines and banks silver or coal-THX email me @ darkfire355@hotmail.com, thx again yahoo: darkfire_355@yahoo.com, aim cg95943:redface:
ummm how does this guy have access to the junior member scripts section?
MasterKill
10-15-2007, 05:15 AM
ummm how does this guy have access to the junior member scripts section?
idk >.<
ram help us out? :p
Negaal
10-15-2007, 06:28 AM
wth, registered user here, i don't mind thats hes posting here, but how he did it...
possibly he used just link code, errr don't know how to explain, or it is about vbulleting bug...?
@eestirula, downloadi SRL ja script uuesti, ja vaata et rev# 5 oleks ka, ja kui siis ei tööta siis on setup valesti tehud... teistel ju töötab...
eestirula
10-15-2007, 01:06 PM
rev# 5 mis asi see on
The Claw
10-15-2007, 01:14 PM
this script is awesome!!! it solves randoms and auto talks, can u make one that mines and banks silver or coal-THX email me @ darkfire355@hotmail.com, thx again yahoo: darkfire_355@yahoo.com, aim cg95943:redface:
I have a lumbridge coal miner here: http://www.villavu.com/forum/showthread.php?t=16914
And also a Varrock West miner (can get silver) here: http://www.villavu.com/forum/showthread.php?t=14693
darkfire355
10-15-2007, 05:44 PM
WTF does "Power to tha people in the beats." mean and y id u out it in there, y not have it say nothing twice
darkfire355
10-15-2007, 07:42 PM
it works GREAT with my lvl 51 (with lvl 50 mining) but when i try it on my lvl 4 (about 26 mining) it just makes it go around the fence of the mining area and just keeps going down, can SOMEONE help me PPPLLLLZZZ!!!!
x7 str 7x
10-15-2007, 07:50 PM
ok this happens with all scripts......it says my srl id is invalid but when i go to register it says i am alreedy registered? can some1 help???
buck cakes
10-15-2007, 09:44 PM
@darkfire double post # 1 it is random text to make you not look like you are macroing, you can replace it with any text you like.
@darkfire double post # 2 you should not be macroing on a lvl 4, im pretty sure that there is a combat level checker on the script so unless you tried to BYPASS it, it should not run at all
heres another proggy
MasterKill Progress Report.
<------------------------------------------------------------------------------>
--> Total loads done = 75
--> Total iron Mined = 1963 ore`s
--> Random/trade Items = 89 items
--> Responds made = 20
--> Time running = 9 Hours, 56 Minutes and 48 Seconds
<------------------------------------------------------------------------------>
--> 1= in the mine, M-lvl = 59, 706 ore`s, active? True
--> 2= LOST-NotFoundMine, M-lvl = 59, 620 ore`s, active? False
--> 3 = LOST-NotFoundMine, M-lvl = 61, 0 ore`s, active? False
--> 4= in the mine, M-lvl = 52, 135 ore`s, active? False
--> 5= LOST-NotFoundMine, M-lvl = 56, 314 ore`s, active? False
--> 6= No GameTab, M-lvl = 54, 54 ore`s, active? False
--> 7= error B-booth, M-lvl = 55, 134 ore`s, active? False
chocobolalista
10-15-2007, 10:11 PM
nice script man!! u saved my life lol (i hate mining), ill use this forever!!
--> Total loads done = 9
--> Total iron Mined = 231 ore`s
--> Random/trade Items = 12 items
--> Responds made = 3
--> Time running = 50 Minutes and 59 Seconds
MasterKill
10-16-2007, 07:36 PM
thanks again all :)
darkfire355
10-17-2007, 02:38 AM
ummm how does this guy have access to the junior member scripts section?
ive been a member for longer than a week, and have had more than posts :sasmokin:
MasterKill
10-17-2007, 07:06 AM
than your ban wil hurt lol
Nebuli
10-17-2007, 08:34 PM
wow dude... 681k IRON ORES MINED BY THIS SCRIPT WTF LOL
:confused: :confused: :confused: :confused:
lol Im gonna get a proggy tonight...
buck cakes
10-17-2007, 11:10 PM
this script has a lot of potential but the getting lost glitch keeps it from running for a long period of time.
heres a proggy
MasterKill Progress Report.
<------------------------------------------------------------------------------>
--> Total loads done = 37
--> Total iron Mined = 1050 ore`s
--> Random/trade Items = 3 items
--> Responds made = 13
--> Time running = 6 Hours, 56 Minutes and 43 Seconds
<------------------------------------------------------------------------------>
--> 1= in the Bank, M-lvl = 60, 108 ore`s, active? False
--> 2= in the mine, M-lvl = 60, 324 ore`s, active? False
--> 3= LOST-NotFoundMine, M-lvl = 61, 133 ore`s, active? False
--> 4= in the mine, M-lvl = 53, 350 ore`s, active? True
--> 5error B-booth, M-lvl = 56, 54 ore`s, active? False
--> 6= error B-booth, M-lvl = 55, 27 ore`s, active? False
--> 7= LOST-NotFoundMine, M-lvl = 56, 54 ore`s, active? False
MasterKill
10-18-2007, 05:09 AM
wow dude... 681k IRON ORES MINED BY THIS SCRIPT WTF LOL
:confused: :confused: :confused: :confused:
lol Im gonna get a proggy tonight...
it's true, this script is the number 9 best of all scripts ;) gl mining
Buck: hope next version will be better
Nebuli
10-18-2007, 08:25 AM
Why I'm so unlucky with this script lol I always get lost with every player and only mine like 160 ores :S:S
oops EDIT: i didnt check all the players lol ;D one character mined from 21 mining to 38 mining and got like 600 ores :D so total it got like 1000 ores for me so atleast 2 players didnt get lost lol :D
MasterKill
10-18-2007, 09:05 AM
i got some extra fail saves and a 'after check' bulded in next version :)
Nebuli
10-18-2007, 10:04 AM
cool :) when it's gonna be ready?
MasterKill
10-18-2007, 10:36 AM
idk.
i'm looking if it's done now
Edit: fixed some bugs, i think its done now, just wait a sec.
Eugeniu
10-18-2007, 11:54 AM
<------------------------------------------------------------------------------>
--> Total loads done = 79
--> Total iron Mined = 2105 ore`s
--> Random/trade Items = 28 items
--> Responds made = 24
--> Time running = 7 Hours, 23 Minutes and 48 Seconds
<------------------------------------------------------------------------------>
--> * = in the mine, M-lvl = 51, 432 ore`s, active? False
--> * = LOST-NotFoundMine, M-lvl = 47, 0 ore`s, active? False
--> * = LOST-NotFoundMine, M-lvl = 47, 0 ore`s, active? False
--> * = in the Bank, M-lvl = 5, 485 ore`s, active? True
--> * = in the Bank, M-lvl = 48, 483 ore`s, active? True
--> * = in the bank, M-lvl = 48, 474 ore`s, active? True
--> * = in the Bank, M-lvl = 48, 231 ore`s, active? True
--> * = In the bank, M-lvl = 0, 0 ore`s, active? True
One of my better ones...most of the time, half the accounts can't find the stone color by the gates of varrock right after leaving the bank and log out...
MasterKill
10-18-2007, 12:00 PM
Sweeet nice one :)
MasterKill
10-18-2007, 12:06 PM
VERSION 7.0
some extra fail saves,
if not found the iron then try to return to the bank,
new anti randoms,
after re-set'er,
after report.
Omg!!!!!!!!
I'm using Version 6!!!
Oh well...Here's a progress report for you!
MasterKill Progress Report.
<------------------------------------------------------------------------------>
--> Total loads done = 41
--> Total iron Mined = 972 ore`s
--> Random/trade Items = 135 items
--> Responds made = 17
--> Time running = 4 Hours, 0 Minutes and 43 Seconds
<------------------------------------------------------------------------------>
--> red1 = in the bank, M-lvl = 39, 390 ore`s, active? True
--> ******* = in the mine, M-lvl = 56, 582 ore`s, active? True
Eugeniu
10-18-2007, 01:26 PM
VERSION 7.0
some extra fail saves,
if not found the iron then try to return to the bank,
new anti randoms,
after re-set'er,
after report.
Yess! Hehe...you have no idea how long I've been waiting for the next one ^_^.. *laughs maniacally*.
O M G owns
10-18-2007, 01:49 PM
why the h*ll foes this script stop in the mine and logout ewerytime i check tis logged out and in te mine!:mad:
O M G owns
10-18-2007, 01:50 PM
why the h*ll does this script stop in the mine and logout ewerytime i check its logged out and in the mine!:mad:
Edit1:never mind had old ver
Edit2:sry douple post
Eugeniu
10-18-2007, 01:59 PM
The new version is a bit buggy :fiery:. It logges on to the first player and goes to the mine. When it gets there, it shows the proggy report (0 everything) but starts making a ton of spaces after the proggy. Then it says "Found NickName" a whole ton of times and heads back to the bank. But for some reason, it also banks my pickaxe and heads back to the mine. It keeps on saying "omg where is my pickaxe?!" over and over until it leaves the mine. It heads towards the gates of varrock, goes through them, then randomly starts going north and proceeds to look for the bank...
Hope this helps :(
MasterKill
10-18-2007, 02:03 PM
1. found nickname is anti random
2. is your pickaxe in first slot?
Eugeniu
10-18-2007, 02:19 PM
1. found nickname is anti random
2. is your pickaxe in first slot?
1. But why does it say "Found NickName" hundreds of times per load and do nothing about it? I don't even see my nickname on it.
2. Yes (I have 20 att but was using a rune pic), but the script banked it for some random reason.
MasterKill
10-18-2007, 02:22 PM
hmm i'll run the script 1ce more for myself 1 load.
brb :)
Edit: perfect run, no problems
Eugeniu
10-18-2007, 03:00 PM
hmm i'll run the script 1ce more for myself 1 load.
brb :)
Edit: perfect run, no problems
:fiery:
<------------------------------------------------------------------------------>
--> Total loads done = 2
--> Total iron Mined = 54 ore`s
--> Random/trade Items = 0 items
--> Responds made = 0
--> Time running = 13 Minutes and 49 Seconds
<------------------------------------------------------------------------------>
--> XXXXXX XXXXX = In the bank, M-lvl = 0, 0 ore`s, active? False
--> XXX XXXXXXXX = in the mine, M-lvl = 5, 54 ore`s, active? True
--> XXXXXX XXXX = In the bank, M-lvl = 0, 0 ore`s, active? True
--> XXXXXXXXXX = In the bank, M-lvl = 0, 0 ore`s, active? True
--> XXXXXXXXXX = In the bank, M-lvl = 0, 0 ore`s, active? True
--> XXXXXXXXXXXX = In the bank, M-lvl = 0, 0 ore`s, active? True
--> XXXXXXXXXXXX = In the bank, M-lvl = 0, 0 ore`s, active? True
--> XXXXXX X X X = In the bank, M-lvl = 0, 0 ore`s, active? True
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
did talk/emote
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
Found NickName
It does that to every load...
MasterKill
10-18-2007, 03:31 PM
wierd :)
with evry player of just that one?
eestirula
10-18-2007, 04:08 PM
When I have 1 player than i have to...
1.HowManyPlayers := 0 or 1
2.when i am useing player number 0 than i have to Players[0].Active := True; // Use this account? True / False and palyers 1 to 5 active false
im I right or wrong
MasterKill
10-18-2007, 04:12 PM
1 player:
///////////////////////////////// SETUP ////////////////////////////////////////
var
MiliSecondsToWait, index : Integer;
const
Your_SRL_ID = ''; // don't have this? go to:
Your_SRL_Pass = ''; // http://www.stats.srl-forums.com/
Procedure DeclarePlayers;
begin
HowManyPlayers := 6; // NO MAX <-- SETUP CORRECT
NumberOfPlayers( HowManyPlayers );
CurrentPlayer := 0; // Start Player? <-- SETUP CORRECT
// MAKE SURE THAT PICKAXE IS IN YOUR IVENTORY! NOT WIELD IT
Players[0].Name := 'yourname'; // UserName
Players[0].Pass := 'yourpass'; // Password
Players[0].Nick := 'yournick'; // 3/4 String of Name (example: if accname is 'macroman' then set .nick at 'acro')
Players[0].Active := True; // Use this account? True / False
Players[0].integers[0] := 3; // loads before: logout / nextplayer
Players[0].Strings[0] := 'Addy'; // PickAxe use'ing?! (need for pickhead finder!!!)
//Players[?].Strings[0] :=('Rune' / 'Addy' / 'Mith' / 'Steel' / 'Iron' / 'Bronz')
Players[1].Name := '';
Players[1].Pass := '';
Players[1].Nick := '';
Players[1].Active := False;
Players[1].integers[0] := 3;
Players[1].Strings[0] := 'Addy';
Players[2].Name := '';
Players[2].Pass := '';
Players[2].Nick := '';
Players[2].Active := False;
Players[2].integers[0] := 3;
Players[2].Strings[0] := 'Addy';
Players[3].Name := '';
Players[3].Pass := '';
Players[3].Nick := '';
Players[3].Active := False;
Players[3].integers[0] := 3;
Players[3].Strings[0] := 'Addy';
Players[4].Name := '';
Players[4].Pass := '';
Players[4].Nick := '';
Players[4].Active := False;
Players[4].integers[0] := 3;
Players[4].Strings[0] := 'Addy';
Players[5].Name := '';
Players[5].Pass := '';
Players[5].Nick := '';
Players[5].Active := False;
Players[5].integers[0] := 3;
Players[5].Strings[0] := 'Addy';
MiliSecondsToWait := 3000;
end;
////////////////////////////////////////////////////////////////////////////////
or 1 player:
///////////////////////////////// SETUP ////////////////////////////////////////
var
MiliSecondsToWait, index : Integer;
const
Your_SRL_ID = ''; // don't have this? go to:
Your_SRL_Pass = ''; // http://www.stats.srl-forums.com/
Procedure DeclarePlayers;
begin
HowManyPlayers := 1; // NO MAX <-- SETUP CORRECT
NumberOfPlayers( HowManyPlayers );
CurrentPlayer := 0; // Start Player? <-- SETUP CORRECT
// MAKE SURE THAT PICKAXE IS IN YOUR IVENTORY! NOT WIELD IT
Players[0].Name := ''; // UserName
Players[0].Pass := ''; // Password
Players[0].Nick := ''; // 3/4 String of Name (example: if accname is 'macroman' then set .nick at 'acro')
Players[0].Active := True; // Use this account? True / False
Players[0].integers[0] := 3; // loads before: logout / nextplayer
Players[0].Strings[0] := 'Addy'; // PickAxe use'ing?! (need for pickhead finder!!!)
//Players[?].Strings[0] :=('Rune' / 'Addy' / 'Mith' / 'Steel' / 'Iron' / 'Bronz')
MiliSecondsToWait := 3000;
end;
////////////////////////////////////////////////////////////////////////////////
mat_de_b
10-18-2007, 04:17 PM
<------------------------------------------------------------------------------>
--> Total loads done = 48
--> Total iron Mined = 861 ore`s
--> Random/trade Items = 453 items
--> Responds made = 2
--> Time running = 6 Hours, 8 Minutes and 6 Seconds
<------------------------------------------------------------------------------>
--> leenheed = in the mine, M-lvl = 20, 23 ore`s, active? False
--> mat is crazy = LOST-NotFoundMine, M-lvl = 45, 149 ore`s, active? False
--> Thinslicing = in the mine, M-lvl = 17, 186 ore`s, active? False
--> chickendippr = LOST-NotFoundMine, M-lvl = 17, 285 ore`s, active? False
--> Holypwns = error B-booth, M-lvl = 15, 53 ore`s, active? False
--> allandmore = in the mine, M-lvl = 15, 165 ore`s, active? True
That was my script not sure why there were 300 trades! and it seems to set players to false when they arent? cause i logged into some and they were just in the mine looking normal... not sure why taht is but otherwise very nice work
Congratualtions
Mat
rockman
10-18-2007, 04:19 PM
heres a quick prog to test the new version out
works great
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 6
--> Total iron Mined = 105 ore`s
--> Random/trade Items = 57 items
--> Responds made = 4
--> Time running = 50 Minutes and 22 Seconds
<------------------------------------------------------------------------------>
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 2 |
| Fights : 1 |
| Talks : 1 |
| Old Men : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
MasterKill
10-18-2007, 04:24 PM
heres a quick prog to test the new version out
works great
nice to hear that :)
Eugeniu
10-18-2007, 08:37 PM
No, on all accounts...
Here's another proggy...
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 49
--> Total iron Mined = 1359 ore`s
--> Random/trade Items = 18 items
--> Responds made = 14
--> Time running = 5 Hours, 18 Minutes and 9 Seconds
<------------------------------------------------------------------------------>
--> X = error B-booth, M-lvl = 46, 27 ore`s, active? False
--> X = LOST-NotFoundMine, M-lvl = 5, 349 ore`s, active? False
--> X = LOST-NotFoundMine, M-lvl = 5, 0 ore`s, active? False
--> X = error B-booth, M-lvl = 49, 349 ore`s, active? False
--> X = in the Bank, M-lvl = 47, 538 ore`s, active? True
--> X = LOST-NotFoundMine, M-lvl = 47, 0 ore`s, active? False
--> X = in the mine, M-lvl = 52, 96 ore`s, active? True
--> X = In the bank, M-lvl = 0, 0 ore`s, active? True
But it only happened once where it started randomly traveling north when it got into varrock to look for the bank...
Also it only banked the pick (which was in the first inv spot) once.. strange.
MasterKill
10-19-2007, 05:10 AM
strage yes,
but the script could run much longer,
couse as you see, 2 players have 'error b-booth'. When all players are False, that 2 players will be 'reseted' again and mine.
anywayz, gl :)
Eugeniu
10-19-2007, 05:27 AM
The error b-booth happens when the player is trapped between the bank and the varrock gates and logges out :p.
masteryoda™
10-19-2007, 05:46 AM
VERY good work!! This is the best script I have used.
cheri
10-19-2007, 06:40 AM
If i have 2 acc's and i put both mine 10 runs before log out. When they have mined 10 times does it log onto first acc and start over again?
MasterKill
10-19-2007, 07:57 AM
logout/nextplayer
:D thanks all :D
K Bryant 849
10-19-2007, 08:56 AM
hello, i have recently started using these programs and today came across this script, looks very good with great advice for people new to running scar. I have an out of range error on line 75 when i have entered in everything i need to such as name in the form.
MasterKill
10-19-2007, 09:22 AM
You need to set up the NumberOfPlayers correct in the script setup
gl
vivandi
10-19-2007, 09:26 AM
looks like a great script, almost ran overnight :)
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 9 Hours, 19 Minutes and 19 Seconds
Total ores mined : 1991
Total loads done : 77
Trade[s] made : 3
Respond[s] made : 18
Player reset[s] : 2
<-------------------------------------------------------->
<-------------------------------------------------------->
-->xxx
Location : LOST-NotFoundMine //he was also in the middle of the road between varrock gates and mine
Mining lvl : 35
<-------------------------------------------------------->
-->xxx
Location : in the mine //script stops when only 1 char is left?
Random? :
total ore`s mined : 1271
Mining lvl : 43
<-------------------------------------------------------->
-->xxx
Location : LOST-NotFoundMine //he was just standing in the middle of the road between varrock and mine :s
Random? :
total ore`s mined : 103
Mining lvl : 29
<-------------------------------------------------------->
-->xxx
Location : Surprise Exam
Random? : Surprise Exam
total ore`s mined : 426
Mining lvl : 44
<-------------------------------------------------------->
<---- Thanks for using, plz post this in the topic!! ---->
Successfully executed
NiCbaZ
10-19-2007, 09:33 AM
btw all my 16 miner are lvl 60 mining now thx to this
MasterKill
10-19-2007, 09:34 AM
sweet :)
and no it should not stop when 1 player is active :p
Nicbaz: sweet also :p
NiCbaZ
10-19-2007, 09:37 AM
sweet :)
and no it should not stop when 1 player is active :p
Nicbaz: sweet also :p
i know :p working on any new scripts?
MasterKill
10-19-2007, 09:41 AM
i know :p working on any new scripts?
chicken killer with dumpin, very nice form.
NiCbaZ
10-19-2007, 10:12 AM
chicken killer with dumpin, very nice form.
how about an cooker there is no good cookers i don't know about members section but somebody needs to make a cooker!
Nebuli
10-19-2007, 11:00 AM
how about an cooker there is no good cookers i don't know about members section but somebody needs to make a cooker!
There is Cookerator in the junior member section...
Btw the new version rocks :) I tested it for 3 hours and no players got lost :) thanks MasterKill :D
<------------------------------------------------------------------------------>
--> Total loads done = 32
--> Total iron Mined = 847 ore`s
--> Random/trade Items = 17 items
--> Responds made = 7
--> Time running = 3 Hours, 12 Minutes and 15 Seconds
<------------------------------------------------------------------------------>
--> Zezima = in the bank, M-lvl = 62, 215 ore`s, active? True
--> Your Mom = in the Bank, M-lvl = 61, 215 ore`s, active? True
--> The Old Nite = not in use!, M-lvl = 0, 0 ore`s, active? False
--> N0valyfe = in the bank, M-lvl = 34, 159 ore`s, active? True
--> I Mahatma I = in the Bank, M-lvl = 29, 79 ore`s, active? True
--> Thehate = in the Bank, M-lvl = 38, 131 ore`s, active? True
--> Cheater = in the mine, M-lvl = 22, 48 ore`s, active? True
K Bryant 849
10-19-2007, 11:42 AM
dont worry about my previous concern, all sorted out, it works quite well. However I did get sent to the wizard tower by the old man, is there any way that it stops mining and interacts with random events in order to keep mining?
MasterKill
10-19-2007, 12:34 PM
it's slove-ing randoms most of the times, but very sometimes it misses one wich kick you to places like the wizzy tower :)
Nebuli:
Nice proggy for that time :)
btw, i'm a pait noob 2 :D my siggy is made with paint ;)
Gets lost.....
Here's a progress report tho:
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 2 Hours, 35 Minutes and 54 Seconds
Total ores mined : 701
Total loads done : 25
Trade[s] made : 0
Respond[s] made : 13
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->red1
Location : no GameTab
Random? :
total ore`s mined : 54
Mining lvl : 43
<-------------------------------------------------------->
-->pat
Location : in the mine
Random? : Certer
total ore`s mined : 377
Mining lvl : 57
<-------------------------------------------------------->
-->101
Location : Broken Pickaxe
Random? :
total ore`s mined : 248
Mining lvl : 62
<-------------------------------------------------------->
-->red2
Location : LOST No Bank
Random? :
total ore`s mined : 22
Mining lvl : 26
<-------------------------------------------------------->
Hey, how about adding a procedure that will make the script find an alternative pick that the account has in the bank?So when the fixing the head, or a pick is broken it will still mine with another pick.
MasterKill
10-19-2007, 02:49 PM
Hey, how about adding a procedure that will make the script find an alternative pick that the account has in the bank?So when the fixing the head, or a pick is broken it will still mine with another pick.
I allready got 1000 new idees for next version :)
Nebuli
10-19-2007, 02:56 PM
Gets lost.....
Here's a progress report tho:
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 2 Hours, 35 Minutes and 54 Seconds
Total ores mined : 701
Total loads done : 25
Trade[s] made : 0
Respond[s] made : 13
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->red1
Location : no GameTab
Random? :
total ore`s mined : 54
Mining lvl : 43
<-------------------------------------------------------->
-->pat
Location : in the mine
Random? : Certer
total ore`s mined : 377
Mining lvl : 57
<-------------------------------------------------------->
-->101
Location : Broken Pickaxe
Random? :
total ore`s mined : 248
Mining lvl : 62
<-------------------------------------------------------->
-->red2
Location : LOST No Bank
Random? :
total ore`s mined : 22
Mining lvl : 26
<-------------------------------------------------------->
Hey, how about adding a procedure that will make the script find an alternative pick that the account has in the bank?So when the fixing the head, or a pick is broken it will still mine with another pick.
Wth it gets lost??? I tested it for 3hrs with 7 players and no players got lost... do you have lvl3 players? because it might be something with the giant rat on the way to the mine, because if it attacks your 3lvl guy it will run away and if it attacks again, it runs more and boom your lost...
lostspyda
10-19-2007, 09:23 PM
Masterkill, good script, just tested the recent version, works amazingly, hopefully gonna run overnight now wooo!
Eugeniu
10-19-2007, 10:13 PM
Oh one more thing, if it hasn't been solved on the 7th update, I'd just like to say that when it asks for mining levels, then says, "hihi my mining level is ..." it sees that someone in the mine has said "hi" so it responds by saying like "yo" or something.
K Bryant 849
10-20-2007, 01:29 AM
hi, I have downloaded scar 3.12 divi and have SRL 4.0. This script has worked for me before, but now I get : [Runtime Error] : Out Of Range in line 75 in script
NiCbaZ
10-20-2007, 03:48 AM
hi, I have downloaded scar 3.12 divi and have SRL 4.0. This script has worked for me before, but now I get : [Runtime Error] : Out Of Range in line 75 in script
go away leacher i don't even know how you can acsess junior members
MasterKill
10-20-2007, 08:13 AM
hi, I have downloaded scar 3.12 divi and have SRL 4.0. This script has worked for me before, but now I get : [Runtime Error] : Out Of Range in line 75 in script
:f: setup player correct :f:
lostspyda
10-20-2007, 10:17 AM
As Promised Masterkill
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 2 Hours, 47 Minutes and 21 Seconds
Total ores mined : 783
Total loads done : 28
Trade[s] made : 0
Respond[s] made : 5
Player reset[s] : 1
Got another from lappy coming up :P (forgot to put players to True on this pc lol)
lostspyda
10-20-2007, 10:18 AM
And the other one
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 9 Hours, 16 Minutes and 4 Seconds
Total ores mined : 1757
Total loads done : 70
Trade[s] made : 2
Respond[s] made : 45
Player reset[s] : 2
MasterKill Progress Report.
<------------------------------------------------------------------------------>
--> Total loads done = 43
--> Total iron Mined = 1083 ore`s
--> Random/trade Items = 105 items
--> Responds made = 17
--> Time running = 4 Hours, 43 Minutes and 45 Seconds
<------------------------------------------------------------------------------>
MasterKill
10-20-2007, 01:09 PM
nice both thanks :)
CheetahNub
10-20-2007, 01:42 PM
This script is awesome. I'm absolutely amazed that it's so good... too bad I lost my proggie :P
I love this <33
grimy89098
10-20-2007, 01:48 PM
looks and sounds pretty cool, ill test it out and tell ya if i find any probs:D
Yes...Red2 is a level 3,lol.
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 33
--> Total iron Mined = 846 ore`s
--> Random/trade Items = 45 items
--> Responds made = 19
--> Time running = 3 Hours, 10 Minutes and 49 Seconds
<------------------------------------------------------------------------------>
--> red1 = in the Bank, M-lvl = 43, 364 ore`s, active? True
--> pat = in the mine, M-lvl = 57, 482 ore`s, active? True
--> 101 = In the bank, M-lvl = 0, 0 ore`s, active? True
--> red2 = In the bank, M-lvl = 0, 0 ore`s, active? True
Exist2inspire
10-21-2007, 02:50 AM
nice script, thanks..
Here's my Progress report:
<------------------------------------------------------------------------------>
--> Total loads done = 18
--> Total iron Mined = 472 ore`s
--> Random/trade Items = 41 items
--> Responds made = 4
--> Time running = 2 Hours, 13 Minutes and 33 Seconds
<------------------------------------------------------------------------------>
HayHay89
10-21-2007, 10:10 AM
:sasmokin: umm masterkill ive noticed somethin
when i run it. it will do 1 load
go bak to mining mine little bit then log out
idk wat to do if there something i can do
or is it something to do with computer
im usein scarscape does that matter?
MasterKill
10-21-2007, 10:53 AM
Thanks all again :)
hayhay, idk, i created this with IE runescape
Atomic1221
10-22-2007, 04:16 PM
Hi! Just writing some feedback on an awesome script. I've mined about 4k iron so far with this script and it runs almost flawlessly. Here are some improvements which can be made:
The character only changes direction after it has come to a full stop (i.e. reached the red flag). It would be more efficient for it to change direction before coming to a full stop.
Also, i find that the walking procedure clicks almost the same spot everytime. Anyway to randomize this?
Another thing, why is it that the pickaxe cannot be wielded. It would increase efficiency by 100/26=approx 4%, which adds up in the long run. Is it for anti-random reasons??
In addition, sometimes the walking script misses the bank making my characters end up in the cabbage field south of the bank. This happens about once every 2-3hrs
Last, and most importantly, the walking script almost always overwalks and goes under the mines and then clicks to go back up, causing the script to waste precious time.
Those are the more important things. Here are some minor, which may not be problems at all:
-when banking the script deposits all the iron ore twice. Is there a reason for this (maybe be doubly sure they are deposited??). Also closing the bank menu and restarting mining routine could be faster.
-Can you add the option to use other picks if one is broken? (sorry you might have this already but i can't be bothered to click on the frontpage again :P).
-The script waits for the next ore to be mined instead of actually detecting that the ore has been mined (i.e. change of color) and switching rocks. This causes the script to double click on already mined ores. This is a problem when on mines become crowded.
Overall, amazing script. I'm just giving you the critiques that you are probably looking for.
-
Wizzup?
10-22-2007, 04:52 PM
Procedure FindGas;
begin
If Not LoggedIn then exit;
if (FindColorTolerance (x, y, 10596274, 0, 0, 500, 500, 1)) then
begin
GasFound;
end;
if (FindColorTolerance (x, y, 9806756, 0, 0, 500, 500, 1)) then
begin
GasFound;
end;
if (FindColorTolerance (x, y, 9017755, 0, 0, 500, 500, 1)) then
begin
GasFound;
end;
if (FindColorTolerance (x, y, 8821148, 0, 0, 500, 500, 1)) then
begin
GasFound;
end;
end;
Why don't use use SRL's gascheck? All you have to do is follow the rock you are mining. :)
Also, this also search in the rs-Chat screen, use MSX1, MSY1, MSX2, MSY2?
What do I see here!?
Procedure ClearDebvg;
begin
SRLID := xyi;
SRLPassword := rxy;
end;
rxy := 'pestcontrol';
xyi := '2406';
http://www.villavu.com/forum/showthread.php?t=18988
Take that out, please.
Cleardebvg..
Procedure NoobieLvl;
begin
WriteLn('- Combat lvl = ' + IntToStr(CombatLvl));
If (CombatLvl = 0) then
begin
WriteLn('[error beta version]');
WriteLn('');
exit;
end;
If (CombatLvl < 10) then
begin
WriteLn('');
WriteLn('- ' + Players[CurrentPlayer].Name + ': "NOOO! im a noob! plz train me!" =[');
WriteLn('');
end;
If (CombatLvl > 10) then
begin
WriteLn('- ' + Players[CurrentPlayer].Name + ': "sweet" =D');
WriteLn('');
end;
end;
You might want to terminate if a char is lower than level 10 instead of just write 'I am noobie train me please'?
Also, why can't you equip the pickaxe? SRL has fine Pickheadfinding:
-FindPick;
-FindPickHeadColor;
procedure GetBackInMine;
begin
If Not LoggedIn then exit;
if (FindSymbol(x, y, 'mining spot')) then
begin
Mouse(x, y, 1, 1, True);
Wait(5000);
If FindObjCustom(x, y, ['ock', 'Mine'], [2832993, 2832993], 6) then exit;
Wait(1000);
If FindObjCustom(x, y, ['ock', 'Mine'], [2832993, 2832993], 6) then exit;
Wait(1000);
If FindObjCustom(x, y, ['ock', 'Mine'], [2832993, 2832993], 6) then exit;
Wait(1000);
If FindObjCustom(x, y, ['ock', 'Mine'], [2832993, 2832993], 6) then exit;
Wait(1000);
If FindObjCustom(x, y, ['ock', 'Mine'], [2832993, 2832993], 6) then exit;
Wait(1000);
If (not (FindObjCustom(x, y, ['ock', 'Mine'], [2832993, 2832993], 6))) then
begin
Players[CurrentPlayer].loc := 'Lost';
Logout;
exit;
end;
end;
end;
Why not use a loop instead?
function FindVarrockRoadColor2: Integer;
var
GC, a, l, TestColor, Red, Green, Blue : integer;
var
P:array of Tpoint;
begin
GC := 7304312;
Flag;
FindColorsSpiralTolerance(x, y, P, GC, MMX1, MMY1, MMX2, MMY2, 60);
l:=GetArrayLength(P);
for a:= 0 to l-1 do
begin
TestColor := GetColor(P[a].x, P[a].y);
red := (TestColor mod 256);
green := ((TestColor / 256) mod 256);
blue := ((TestColor / 256) / 256);
if Red - Blue <= 12 then if Red - Blue >= 8 then
if Red - Green <= 6 then if Red - Green >= -1 then
if Green - Blue <= 10 then if Green - Blue >= 4 then
if GetColor(P[a].x + 5, P[a].y + 5) = TestColor then
if GetColor(P[a].x + 3, P[a].y + 3) = TestColor then
if GetColor(P[a].x, P[a].y + 5) = TestColor then
if GetColor(P[a].x + 5, P[a].y) = TestColor then
if GetColor(P[a].x, P[a].y + 3) = TestColor then
if GetColor(P[a].x + 3, P[a].y) = TestColor then
if GetColor(P[a].x + 5, P[a].y + 3) = TestColor then
if GetColor(P[a].x + 3, P[a].y + 5) = TestColor then
begin
Result := TestColor;
//WriteLn('Varrock RoadColor = ' + IntToStr(TestColor));
Exit;
end;
end;
WriteLn('Could not find Varrock Road Color!');
Result := 0;
end;
If it doesn't 100% work, try this one:
function varrockroadcolor: integer;
Var
I, c, time: Integer;
R, G, B: Integer;
H, S, L: Extended;
X, Y, Z: Extended;
Points: TPointArray;
Colors, PossibleColors: TIntegerArray;
begin
time := getsystemtime;
c := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
FindColorsTolerance(Points, 7502203, 555, 3, 745, 160, 20);
ColorToleranceSpeed(c);
Colors := GetColors(Points);
For I := 0 To High(Points) Do
Begin
ColorToRGB(Colors[I], R, G, B);
If (Abs(R - G) <= 5) Then
Begin
ColorToXYZ(Colors[I], X, Y, Z);
If (Abs(X - Y) <= 4) And (Abs(X - Z) <= 4) And (Abs(Y - Z) <= 4) Then
Begin
ColorToHSL(Colors[I], H, S, L);
If (S < 5) And (H < 15) Then
Begin
SetLength(PossibleColors, Length(PossibleColors) + 1);
PossibleColors[High(PossibleColors)] := Colors[I];
End;
End;
End;
End;
WriteLn('Took: ' + inttostr(getsystemtime - time) + ' ms.');
ClearSameIntegers(PossibleColors);
If High(PossibleColors) = 0 Then
Result := PossibleColors[0]
Else
Result := -1;
For I := 0 To High(PossibleColors) Do
WriteLn(IntToStr(I) + ': ' + IntToStr(PossibleColors[I]));
WriteLn('Color: ' + IntToStr(Result));
end;
Just my 2 cents. :)
Thanks, this works excellently!
...Apart from 2 things:
1. Walks to the east a bit too much after banking
2. Does not detect if the ore has been mined
Other than that; excellent!
MasterKill
10-23-2007, 07:03 AM
Just my 2 cents. :)
wizzup, just remember, this WAS my first script. i just updated the not good working things... i'm thinking of making a 100% new one, to make it all work faster. but actualy it's the second script I made, so that's why there is much crap in it.
about the pc account, is that not allowd?, why not?
road color: works 100% for me and all ( i didn't made it, rikjess sended it to me a long time ago)
find gass: my findgass works 100% :) i should make the procedure shorter though. also i should change the coordinates (wich i will do in next version)
Procedure FindGas;
begin
If Not LoggedIn then exit;
if (FindColorTolerance (x, y, 10596274, 0, 0, 500, 500, 1))
or (FindColorTolerance (x, y, 9806756, 0, 0, 500, 500, 1))
or (FindColorTolerance (x, y, 9017755, 0, 0, 500, 500, 1))
or (FindColorTolerance (x, y, 8821148, 0, 0, 500, 500, 1)) then
GasFound;
end;
i'm not a noob but it's just i didn't update it couse it's working fine
--> Total loads done = 13
--> Total iron Mined = 351 ore`s
--> Random/trade Items = 0 items
--> Responds made = 6
--> Time running = 1 Hours, 56 Minutes and 0 Seconds
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Trades Missed : 2 |
| Fights : 8 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Nebuli
10-23-2007, 02:15 PM
w00t now all of my 7 players are 41+ mining :p I'm gonna get a lot iron with this and VM ;)
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 6 Hours, 22 Minutes and 19 Seconds
Total ores mined : 1607
Total loads done : 61
Trade[s] made : 1
Respond[s] made : 10
Player reset[s] : 0
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 7 |
| Trades Made : 1 |
| Fights : 9 |
| Talks : 2 |
| Sandwiches : 1 |
| Certers Solved : 1 |
| Boxes Solved : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
.
vanir 00
10-23-2007, 04:02 PM
Looks like an awesome script - just the thing for me =p
i'l post progie once i've used
Wizzup?
10-23-2007, 05:12 PM
wizzup, just remember, this WAS my first script. i just updated the not good working things... i'm thinking of making a 100% new one, to make it all work faster. but actualy it's the second script I made, so that's why there is much crap in it.
about the pc account, is that not allowd?, why not?
road color: works 100% for me and all ( i didn't made it, rikjess sended it to me a long time ago)
find gass: my findgass works 100% :) i should make the procedure shorter though. also i should change the coordinates (wich i will do in next version)
Procedure FindGas;
begin
If Not LoggedIn then exit;
if (FindColorTolerance (x, y, 10596274, 0, 0, 500, 500, 1))
or (FindColorTolerance (x, y, 9806756, 0, 0, 500, 500, 1))
or (FindColorTolerance (x, y, 9017755, 0, 0, 500, 500, 1))
or (FindColorTolerance (x, y, 8821148, 0, 0, 500, 500, 1)) then
GasFound;
end;
i'm not a noob but it's just i didn't update it couse it's working fine
I never called you a noob.
Your FindGas give falses positives however, I tested it on some pictures. :)
MasterKill
10-23-2007, 05:37 PM
I never called you a noob.
Your FindGas give falses positives however, I tested it on some pictures. :)
ok, just wanted to let you know.
the find gasser only works in the varrock east mine hea? couse the 'back ground color' (the sand/dirt) is playing a part to :)
thanks though.
Might need a different gas detection; few axes damaged and I can't be bothered to get em fixed.
Metagen
10-23-2007, 09:11 PM
MasterKill Progress Report.
<------------------------------------------------------------------------------>
--> Total loads done = 83
--> Total iron Mined = 2248 ore`s
--> Random/trade Items = 20 items
--> Responds made = 39
--> Time running = 9 Hours, 49 Minutes and 55 Seconds
<------------------------------------------------------------------------------>
--> ** = error B-booth, M-lvl = 58, 430 ore`s, active? False
--> ** = No GameTab, M-lvl = 57, 458 ore`s, active? False
--> ** = LOST-NotFoundMine, M-lvl = 55, 135 ore`s, active? False
--> ** = LOST-NotFoundMine, M-lvl = 58, 322 ore`s, active? False
--> ** = in the mine, M-lvl = 58, 718 ore`s, active? True
--> ** = in the mine, M-lvl = 52, 185 ore`s, active? False
EXCELLENT SCRIPT!! very sweet :) made me at least 2 mil so far =]
phinoxrobo
10-24-2007, 06:09 AM
This is a great script, only a few errors it will somtimes miss walking outside the varrock gate >.> and end up walking down to the runestore than it terminates the program cause it cant find the mine :P any way to fix this?
MasterKill
10-24-2007, 06:21 AM
thanks all :D
R1ch4: i need to make it run away faster
HayHay89
10-24-2007, 08:53 AM
may i suggest u get it to get new it pik out bank?
and better gas finder:google: :f:
Here's a much better proggy:
Worked for : 5 Hours, 59 Minutes and 23 Seconds
Total ores mined : 954
Total loads done : 36
Trade[s] made : 0
Respond[s] made : 18
Player reset[s] : 0
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Trades Missed : 1 |
| Fights : 19 |
| Talks : 2 |
| Capn Hand[s] : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Got logged out for some reason, I don't know why.
Otherwise I would have mined for another 4 hours.
S373N
10-24-2007, 07:39 PM
<------------------------------------------------------------------------------>
--> Total loads done = 53
--> Total iron Mined = 1427 ore`s
--> Random/trade Items = 4 items
--> Responds made = 0
--> Time running = 4 Hours, 5 Minutes and 56 Seconds
<------------------------------------------------------------------------------>
woah very nice, left it running and it was smooth as silk.
MasterKill
10-24-2007, 08:08 PM
thanks all :D
rockman
10-24-2007, 08:27 PM
here's a couple progs from a school day...
<------------------------------------------------------------------------------>
--> Total loads done = 67
--> Total iron Mined = 1085 ore`s
--> Random/trade Items = 724 items
--> Responds made = 29
--> Time running = 7 Hours, 57 Minutes and 9 Seconds
<------------------------------------------------------------------------------>
--> xxx = in the mine, M-lvl = 58, 305 ore`s, active? False
--> xxx = LOST-NotFoundMine, M-lvl = 55, 0 ore`s, active? False
--> xxx = in the mine, M-lvl = 52, 356 ore`s, active? True
-->xxx = in the bank, M-lvl = 56, 424 ore`s, active? True
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 24 |
| Trades Made : 3 |
| Fights : 1 |
| Talks : 1 |
| Ricks : 1 |
| Boxes Solved : 2 |
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 69
--> Total iron Mined = 1160 ore`s
--> Random/trade Items = 703 items
--> Responds made = 16
--> Time running = 8 Hours, 27 Minutes and 16 Seconds
<------------------------------------------------------------------------------>
--> xxx = in the mine, M-lvl = 57, 293 ore`s, active? False
--> xxx = in the mine, M-lvl = 55, 332 ore`s, active? True
--> xxx = in the bank, M-lvl = 51, 276 ore`s, active? True
--> xxx = in the bank, M-lvl = 55, 259 ore`s, active? True
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 17 |
| Talks : 1 |
| Ricks : 1 |
| Boxes Solved : 4 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
is there something wrong because i always get almost as many random/trade items as i get ores in the prog, but i really don't have that many
MasterKill
10-25-2007, 07:38 AM
nice rockman looks good :)
about the random/trade items, I realy don't know.
how the counter of the trade items work:
Ironmined - 27 = random/trade items
HayHay89
10-25-2007, 08:56 AM
worked for :2 hours 4 minutes 8 seconds
toal ores mined :619
toal loads done :23
trades made :0
responds made :1
player resets :0
talks:2
old men:1
certers missed:1
:google: :f:
C4rl1t0
10-25-2007, 10:16 AM
Nice script!
it did one load for me but when it went to bank...
i have a bank pin on one is there a way you can add one?
ill post proggy soon
edit:
WOW NICE! what i did is started to be logg on and entered bank pin
have to go to school so i stopped
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 6
--> Total iron Mined = 160 ore`s
--> Random/trade Items = 2 items
--> Responds made = 0
--> Time running = 27 Minutes and 38 Seconds
<------------------------------------------------------------------------------>
--> x= in the mine, M-lvl = 57, 160 ore`s, active? True
- x: "hèhè, lets go back"
- x: "nice bank dtm, lets go to it"
- x= in the Bank
- x: "banking 27 ore`s and 0 trade/random items"
this works legit had randoms and did awsome job,
btw love the comments on the rs page and on the scar part :D
a+
but would like a pin thingy would be nice
MasterKill
10-25-2007, 11:37 AM
thank you very much,
bank pin maybe, when i got to much time :)
Nebuli
10-25-2007, 12:04 PM
just a little proggy when I was in school
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 6 Hours, 23 Minutes and 32 Seconds
Total ores mined : 1792
Total loads done : 66
Trade[s] made : 2
Respond[s] made : 4
Player reset[s] : 0
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 8 |
| Trades Made : 2 |
| Trades Missed : 4 |
| Fights : 12 |
| Boxes Solved : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
MasterKill
10-25-2007, 12:21 PM
nice :)
Eicca
10-25-2007, 01:35 PM
I'll give it a little 3 hours test run (:
MasterKill
10-25-2007, 02:13 PM
oki good luck.
why test run? its like version 7.0 :p
Eicca
10-25-2007, 04:37 PM
oki good luck.
why test run? its like version 7.0 :p
I ment that I test is this better than the others and do I start using this one :P But the answer contains only 3 letters; YES ! :D
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 6 |
| Fights : 1 |
| Talks : 1 |
| Frog Solved : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 25
--> Total iron Mined = 564 ore`s
--> Random/trade Items = 111 items
--> Responds made = 6
--> Time running = 2 Hours, 44 Minutes and 19 Seconds
<------------------------------------------------------------------------------>
Everyone was sitting in the bank and none of them bugged :) Awesome script!
If only some tutorial island runner would work.
Btw one correction: "tryed" -> tried
purelife131
10-25-2007, 04:40 PM
wow, this script has never failed me. Great script:)
MasterKill
10-25-2007, 04:45 PM
I ment that I test is this better than the others and do I start using this one :P But the answer contains only 3 letters; YES ! :D
Everyone was sitting in the bank and none of them bugged :) Awesome script!
If only some tutorial island runner would work.
Btw one correction: "tryed" -> tried
Thank you very much :D
btw, about the correction: i'm dyslexic :) np :)
wow, this script has never failed me. Great script:)
thanks :D
never ever? :p
Eicca
10-25-2007, 06:25 PM
I don't know what dyslexic means. But I like it when people correct my typos :)
MasterKill
10-25-2007, 06:29 PM
I don't know what dyslexic means. But I like it when people correct my typos :)
it's a kinda trubble having thing with the spell of words and with reading ect.
:D
Eicca
10-25-2007, 08:08 PM
it's a kinda trubble having thing with the spell of words and with reading ect.
:D
Oh.. My sister has the same thing :P She finds it hard to do mathematics etc :P
Danteliciouz
10-25-2007, 08:33 PM
Thanks for the script :D i'll post a progress report after i try it out.
MasterKill
10-25-2007, 08:34 PM
oki, good luck with it :)
thebob142
10-26-2007, 01:33 AM
when i dl the script get it setup so on i run it it says v.5 current version is 7 i click the froum toi get the updated version and just wont go anywhere and i get where it walks to museum
C4rl1t0
10-26-2007, 01:42 AM
when i dl the script get it setup so on i run it it says v.5 current version is 7 i click the froum toi get the updated version and just wont go anywhere and i get where it walks to museum
are u on vbright? and low detail?
thebob142
10-26-2007, 04:46 AM
yes thats only obvious with any script on scar unless it says otherwise
Eicca
10-26-2007, 04:48 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 7 Hours, 24 Minutes and 28 Seconds
Total ores mined : 1813
Total loads done : 77
Trade[s] made : 1
Respond[s] made : 16
Player reset[s] : 1
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 25 |
| Trades Made : 1 |
| Trades Missed : 3 |
| Talks : 4 |
| Dwarfs : 1 |
| Old Men : 2 |
| No Sandwiches : 1 |
| Boxes Solved : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Nights proggies :P
Note! If you start for example with players A, B and C and the A is the first, be sure that you log him in, because if you are on the main screen, it logs the B in and makes A unactive.
anonymity
10-26-2007, 05:26 AM
//////////////////////////////////////////////////
First off I would like to thank the writer of this script for spending the time to make an available VarrocEastIronMiner. I send high regards and thanks in your general direction.
/////////////////////////////////////////////////
Memo to all of the leechers out there....
~> These guys spend tons of their time writing scripts for you; they
deserve the thanks that they should have.
~> If you are a leecher ... ... you need to at least take the time to thank
the people who made the script that you are leeching off of; not only
that but you need to give progress reports that count and that will be
useful to the script writer..... ( a 5 minute proggy does nothing for
them)(heck....I can write a script that will work good for five minutes).
/////////////////////////////////////////////////
Hey, I thought I would give this script a try.
~> I am saving this spot for a proggy report.
~> It will take a while, because I run the script for at leas two days
worth of time. ( I do this so I can give a real proggy and be able
to give good input.
Thanks,
anonymity
///////////////////////////// PROGGY BELOW /////////////////////////
~> Script Stats
Worked for: 2days, 10hours, 34minutes, 43seconds
Total Ores Mined: 15,943
Total Loads Done: 589
Total Trades Made: 1
Random/Trade Items: 275
Respond[s] Made: 157
Player Reset[s]: 7
////////////////////////////
~>SRL - Stats
SRL Logs: 309
Fights: 18
Death[s]: 1
Talks: 10
Old Men: 2
Boxes Solved: 12
Dwarfs: 2
Ricks: 2
Sandwiches: 1
Cap'n Hand[s]: 1
Quiz[es]: 1
//////////////////////////////
~>Playing Errors
Picks Broken: 3
Pick Heads Lost: 3
Lost On Way To Mine: 14
//////////////////////////// END OF PROGGY //////////////////////
Thanks,
anonymity
MasterKill
10-26-2007, 07:07 AM
Nights proggies :P
Note! If you start for example with players A, B and C and the A is the first, be sure that you log him in, because if you are on the main screen, it logs the B in and makes A unactive.
Thats kinda wierd, add a wait bitween activate client and login player would help.
not bad proggy thanks
Thanks,
anonymity
thank you to, your 100% right
C4rl1t0
10-26-2007, 10:03 AM
another one :D
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 3 Hours, 41 Minutes and 56 Seconds
Total ores mined : 1320
Total loads done : 49
Trade[s] made : 0
Respond[s] made : 3
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->xx
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 296
Mining lvl : 58
<-------------------------------------------------------->
-->x
Location : in the mine
Random? : Maze
total ore`s mined : 1024
Mining lvl : 56
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 10 |
| Trades Missed : 4 |
| Fights : 3 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Eicca
10-26-2007, 10:08 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 2 Hours, 38 Minutes and 29 Seconds
Total ores mined : 603
Total loads done : 25
Trade[s] made : 0
Respond[s] made : 8
Player reset[s] : 0
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 8 |
| Talks : 1 |
| Old Men : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
-in the mine: was standing in the bank with pickaxe in inventory.
-LOST-notfoundmine: was standing in here (http://i.servut.us/i/lostnotfoundmine.PNG)
-no gametab: was in the quiz
Hope this helps with updating the script somehow :)
Negaal
10-26-2007, 10:33 AM
well, i don't see no leet scripting but this thing is flawless, i repeat flawless, i don't want to say anything bad but wizzy vem got my 5 out of 8 players to false, only 1 had a problem with random(teacher random)other 2 had broken picks and 1 was just standing on road... at least for me...
also you should add some other method how it detects player location, before my player got "lost" because didn't saw mining symbol or something... so you should use your own dtm or a color, like with you bank... also, if it finds gas, it clicks exactly to minimap center, sometimes click doesnt take effect, it wont run away, and it wont stop mining, i tested it... so change the cordinates to move like 2-3 steps away from current location...
results:
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 55
--> Total iron Mined = 1438 ore`s
--> Random/trade Items = 47 items
--> Responds made = 23
--> Time running = 9 Hours, 49 Minutes and 55 Seconds
<------------------------------------------------------------------------------>
--> *** = in the mine, M-lvl = 33, 292 ore`s, active? False
--> d** = in the Bank, M-lvl = 32, 322 ore`s, active? True
--> l** = Broken Pickaxe, M-lvl = 19, 53 ore`s, active? False
--> **1 = in the Bank, M-lvl = 28, 321 ore`s, active? True
--> *** = LOST-NotFoundMine, M-lvl = 23, 0 ore`s, active? False
--> uh***h1 = in the bank, M-lvl = 32, 267 ore`s, active? True
--> e***0 = Broken Pickaxe, M-lvl = 56, 151 ore`s, active? False
--> *** = Broken Pickaxe, M-lvl = 53, 32 ore`s, active? False
- Combat lvl = 32
- u***: "sweet" =D
- u***: "dude, lets go mining"
Successfully executed
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 28 |
| Trades Made : 2 |
| Trades Missed : 5 |
| Fights : 3 |
| Talks : 4 |
| Dwarfs : 1 |
| Old Men : 1 |
| Frog Missed : 2 |
| Capn Hand[s] : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 35
--> Total iron Mined = 942 ore`s
--> Random/trade Items = 3 items
--> Responds made = 8
--> Time running = 5 Hours, 15 Minutes and 13 Seconds
<------------------------------------------------------------------------------>
--> ***tt = in the Bank, M-lvl = 35, 161 ore`s, active? True
--> ***n = in the mine, M-lvl = 35, 134 ore`s, active? True
--> lu****4 = in the Bank, M-lvl = 25, 108 ore`s, active? True
--> t***ns1 = in the Bank, M-lvl = 31, 108 ore`s, active? True
--> t*** = in the bank, M-lvl = 25, 107 ore`s, active? True
--> u*** = in the Bank, M-lvl = 33, 108 ore`s, active? True
--> **** = in the Bank, M-lvl = 56, 108 ore`s, active? True
--> ** = in the bank, M-lvl = 53, 108 ore`s, active? True
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 17 |
| Trades Missed : 1 |
| Fights : 1 |
| Talks : 1 |
| Lamps Solved : 2 |
| Boxes Solved : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
MasterKill
10-26-2007, 11:25 AM
yess i should make a DDTM of the mining place....
maybe do that
looks very good, ive gotta try this!:eek:
ib9ub6
10-26-2007, 09:07 PM
Worked for : 50 Minutes and 49 Seconds
Total ores mined : 134
Total loads done : 5
Trade[s] made : 0
Respond[s] made : 1
Player reset[s] : 0
Great script first good miner in awhile I forgot to post my other progress report but i think it was 1K iron in about 5 and a half hours
moomoo
10-27-2007, 04:25 AM
i tried using version 7 but when i run it overnight one pickaxe broke and 2 of the pickhead came off but it doesnt fix it or pickup the pickhead...
ib9ub6
10-27-2007, 06:27 AM
STARTING
SRL Compiled in 1312 msec
[Runtime Error] : Out Of Range in line 67 in script
Players[0].Name := '******'; // UserName
Anyone no whats wrong?
MasterKill
10-27-2007, 07:39 AM
Anyone no whats wrong?
setup the number of players correct?
Submersal
10-27-2007, 10:02 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 18 Minutes and 30 Seconds
Total ores mined : 25
Total loads done : 2
Trade[s] made : 1
Respond[s] made : 0
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->username
Location : O dear your dead
Random? : Oh Dear You Are in Lumby
total ore`s mined : 25
Mining lvl : 29
<-------------------------------------------------------->
^^^^My proggy, thing is, I wasn't dead. o.O
EDIT: Mighta been, but I wasn't watching. Does it walk back to the mines from lumby?
Loving the script btw.....
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Trades Made : 1 |
| Trades Missed : 2 |
| Talks : 1 |
| Old Men : 1 |
| Death[s] : 1 |
| Quiz[es] Found : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
C4rl1t0
10-27-2007, 10:33 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 1 Hours, 21 Minutes and 59 Seconds
Total ores mined : 457
Total loads done : 17
Trade[s] made : 0
Respond[s] made : 1
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->number1
Location : NO HEAD, walked to bank
Random? :
total ore`s mined : 296
Mining lvl : 59
<-------------------------------------------------------->
-->number2
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 161
Mining lvl : 57
<-------------------------------------------------------->
where were chars?
number1: in bank with no pickaxe head 3 rows before row line of bank
number2: the cabbage almost by other entrance of varrock
MasterKill
10-27-2007, 11:13 AM
for next version i'll try to make and DDTM of the mine, so it never misses it again.
Submersal
10-27-2007, 12:34 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 1 Hours, 29 Minutes and 55 Seconds
Total ores mined : 318
Total loads done : 13
Trade[s] made : 1
Respond[s] made : 9
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->username
Location : O dear your dead
Random? : Oh Dear You Are in Lumby
total ore`s mined : 0
Mining lvl : 33
<-------------------------------------------------------->
-->username
Location : Surprise Exam
Random? : Surprise Exam
total ore`s mined : 318
Mining lvl : 33
Impressive...think I got the surprise exam random.
RudeBoiAlex
10-27-2007, 12:49 PM
Hey rick if you ever need iron ore for your main or autoers just ask me ok!
this if for making a leet script just ask for any amount (well a max of 20k ore :p)
im donate all macroed goods to srl and leet ppl *looks at masterkill* :D
Lol, how comes everyone else's proggy is a lot better than mine? 8-)
MasterKill, got a problem. Whenever is walks down to the mine, the script logs me out and LOST-notfoundmine. I tried to get it to mine about 6 times again, but same thing happened. Know why?
Thanks,
R1ch4
dritar
10-27-2007, 01:46 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 28 Minutes and 36 Seconds
Total ores mined : 135
Total loads done : 5
Trade[s] made : 0
Respond[s] made : 0
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->lot of pizza
Location : in the bank
Random? :
total ore`s mined : 135
Mining lvl : 48
<-------------------------------------------------------->
-->lolzxp
Location : not in use!
Random? :
total ore`s mined : 0
Mining lvl : 0
<-------------------------------------------------------->
-->
Location : not in use!
Random? :
total ore`s mined : 0
Mining lvl : 0
<-------------------------------------------------------->
-->
Location : not in use!
Random? :
total ore`s mined : 0
Mining lvl : 0
<-------------------------------------------------------->
-->
Location : not in use!
Random? :
total ore`s mined : 0
Mining lvl : 0
<-------------------------------------------------------->
-->
Location : not in use!
Random? :
total ore`s mined : 0
Mining lvl : 0
<-------------------------------------------------------->
<---- Thanks for using, plz post this in the topic!! ---->
Successfully executed
i got some problems but its okay...
seal138
10-27-2007, 03:14 PM
orked for : 4 Hours, 28 Minutes and 21 Seconds
Total ores mined : 1391
Total loads done : 51
Trade[s] made : 0
Respond[s] made : 15
Player reset[s] : 0
nice script
Don't worry about my problem. I sorted it, the script had changed to brightness.
See what I mean about me being slow. Seal138 mined 1391 ore in 4.5 hours. I couldn't even mine 1000 in 6 hours.
RudeBoiAlex
10-27-2007, 05:06 PM
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 16
--> Total iron Mined = 457 ore`s
--> Random/trade Items = 2 items
--> Responds made = 2
--> Time running = 1 Hours, 43 Minutes and 19 Seconds
<------------------------------------------------------------------------------>
--> Hairy Geek = in the mine, M-lvl = 57, 215 ore`s, active? True
--> Hairy Noobie = error B-booth, M-lvl = 61, 27 ore`s, active? False
--> Snugh = LOST-NotFoundMine, M-lvl = 59, 134 ore`s, active? False
--> Press Noob = in the bank, M-lvl = 58, 27 ore`s, active? False
--> I Guffed Lol = in the mine, M-lvl = 57, 54 ore`s, active? False
man im getting raped by randoms anywho chewck my other post masterkill :p
richk1693
10-27-2007, 11:38 PM
Is there a problem with your script and srl6? It just mines 1 ore and does nothing after that now.
NiCbaZ
10-28-2007, 01:49 AM
Is there a problem with your script and srl6? It just mines 1 ore and does nothing after that now.
srl6? no such thing not even srl 5 theres srl #4 REV ^6
whitenash
10-28-2007, 02:04 AM
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 9
--> Total iron Mined = 244 ore`s
--> Random/trade Items = -1 items
--> Responds made = 3
--> Time running = 50 Minutes and 24 Seconds
Nice, will make a night run unfortunaly...
Submersal
10-28-2007, 05:09 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 5 Hours, 10 Minutes and 55 Seconds
Total ores mined : 1249
Total loads done : 49
Trade[s] made : 2
Respond[s] made : 22
Player reset[s] : 0
<-------------------------------------------------------->
Best script I've used so far.
VERY impressive.
(49/50 loads completed)
MasterKill
10-28-2007, 08:05 AM
Hey rick if you ever need iron ore for your main or autoers just ask me ok!
this if for making a leet script just ask for any amount (well a max of 20k ore :p)
im donate all macroed goods to srl and leet ppl *looks at masterkill* :D
I love you!
you got a santa for me? :)
jk, jk, I don't need anything thanks, great offer :D
man im getting raped by randoms anywho chewck my other post masterkill :p
sorry but I was sleeping if you don't mind :D (h) :)
<---------------------------------------------------------------------------------->
thanks all
NiCbaZ
10-28-2007, 08:07 AM
I love you!
you got a santa for me? :)
jk, jk, I don't need anything thanks, great offer :D
:f: im always open for donations :f:
MasterKill
10-28-2007, 08:11 AM
:f: im always open for donations :f:
oh ok here is a list:
1. red mask
2. green mask
3. santa
4. 40k yews
5. 500k bow strings
oh nvm, i don't need any of these. THANK U 2
Eicca
10-28-2007, 12:31 PM
Lol, left it for 15 hours and:
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 2 Hours, 12 Minutes and 42 Seconds
Total ores mined : 381
Total loads done : 18
Trade[s] made : 0
Respond[s] made : 9
Player reset[s] : 0
<-------------------------------------------------------->Damn motherboard update screens :D I'll put those off.
RudeBoiAlex
10-28-2007, 12:44 PM
I love you!
you got a santa for me? :)
jk, jk, I don't need anything thanks, great offer :D
sorry but I was sleeping if you don't mind :D (h) :)
<---------------------------------------------------------------------------------->
if your sure :D yes we all have to sleep XD
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 8 Hours, 48 Minutes and 24 Seconds
Total ores mined : 2619
Total loads done : 97
Trade[s] made : 0
Respond[s] made : 21
Player reset[s] : 1
<-------------------------------------------------------->
MasterKill
10-28-2007, 01:32 PM
nice proggy's :D
i'll accept rs cash donations :p (so i can buy my own green mask for my pure :D)
RudeBoiAlex
10-28-2007, 01:39 PM
Ok when i get around to selling some iron ore ill only have 200k cash for you sorry but still better than nothink :p
thebob142
10-28-2007, 04:55 PM
same about 26 randoms in 7 hrs and 15 of them where fights:fiery:
for rude i know how you feel
canu44
10-28-2007, 09:16 PM
um you should make the script make the compass true north
C4rl1t0
10-29-2007, 12:13 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 2 Hours, 9 Minutes and 21 Seconds
Total ores mined : 647
Total loads done : 24
Trade[s] made : 1
Respond[s] made : 11
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->x
Location : in the mine
Random? :
total ore`s mined : 189
Mining lvl : 59
<-------------------------------------------------------->
-->xx
Location : in the mine
Random? : Surprise Exam
total ore`s mined : 458
Mining lvl : 58
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 6 |
| Trades Made : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
it also stopped cuz i had a popup :(
HAVE MY BABIES PL0X! :D
do you have those siggy things that says how much work done so far?
gotten 3.6 iron so far :D
rmn0614
10-29-2007, 01:01 AM
I keep getting [Runtime Error] : Out Of Range in line 123 in script C:\Program Files\SCAR 3.12\includes\SRL/SRL/Core/Login.scar whats wrong?
canu44
10-29-2007, 02:13 AM
umm the gas finder kinda sucked
first there was a gas then it said can someone blow up that for me , then it actually went to the rock and made my rune pick axe broken, kinda funny that it actually knew there was a gas, and tehn went to it to blow it up
C4rl1t0
10-29-2007, 02:24 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 1 Hours, 57 Minutes and 50 Seconds
Total ores mined : 616
Total loads done : 23
Trade[s] made : 0
Respond[s] made : 9
Player reset[s] : 1
<-------------------------------------------------------->
<-------------------------------------------------------->
-->x
Location : Broken Pickaxe
Random? :
total ore`s mined : 347
Mining lvl : 60
<-------------------------------------------------------->
-->xx
Location : O dear your dead
Random? : Oh Dear You Are in Lumby
total ore`s mined : 269
Mining lvl : 58
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 6 |
| Trades Missed : 1 |
| Boxes Solved : 1 |
| Death[s] : 1 |
| Quiz[es] Found : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
chars:
x was found in the bank with broken pick
xx was found in mines said i died
Eicca
10-29-2007, 06:28 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 6 Hours, 53 Minutes and 42 Seconds
Total ores mined : 1665
Total loads done : 66
Trade[s] made : 1
Respond[s] made : 10
Player reset[s] : 0
<-------------------------------------------------------->Hehe, last night :P
MasterKill
10-29-2007, 06:31 AM
sweeet :)
thanks all again! :D
slackjaw7
10-29-2007, 08:05 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 12 Hours, 44 Minutes and 23 Seconds
Total ores mined : 1777
Total loads done : 110
Trade[s] made : 0
Respond[s] made : 52
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->smallpp587
Location : NO HEAD, walked to bank~~forgot to change script when changed picks~~
Random? :
total ore`s mined : 344
Mining lvl : 34
<-------------------------------------------------------->
-->ripcut1
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 417
Mining lvl : 37
<-------------------------------------------------------->
-->sweetnfluffy
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 280
Mining lvl : 57
<-------------------------------------------------------->
-->orionebula
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 179
Mining lvl : 35
<-------------------------------------------------------->
-->wackabilly
Location : NO HEAD, walked to bank ~~forgot to change script when changed picks~~
Random? :
total ore`s mined : 128
Mining lvl : 33
<-------------------------------------------------------->
-->radarcheck
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 429
Mining lvl : 35
<-------------------------------------------------------->
<---- Thanks for using, plz post this in the topic!! ---->
Successfully executed
Nice. Masterkill..... Thanks.
Jonnee
10-29-2007, 10:07 AM
Very nice script and proggy, I can't copy paste at the moment script, but my problem was this.
2 players : maze, 2players: lost and 1 player broke pickaxe.
Well I have to ask should this script change broken one for the new one in the bank?
C4rl1t0
10-29-2007, 10:18 AM
i left this one over the night :D had 2 hours to go to finish the nighter :D
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 6 Hours, 31 Minutes and 56 Seconds
Total ores mined : 2340
Total loads done : 87
Trade[s] made : 0
Respond[s] made : 10
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->x
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 1130
Mining lvl : 61
<-------------------------------------------------------->
-->xx
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 1210
Mining lvl : 60
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 22 |
| Talks : 4 |
| Dwarfs : 1 |
| Ricks : 1 |
| Old Men : 1 |
| Certers Solved : 1 |
| Boxes Solved : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
both lost:
x: east of the mines by the gate
xx: was found south of the mines following the road almost reaching the the horizontal road.
Edit: i think i should stop :D
MasterKill
10-29-2007, 01:41 PM
Woohoo
Thanks All
:D
:)
Eicca
10-29-2007, 02:07 PM
The script is almost flawless, but it annoys me that this happens very usually:
http://i.servut.us/i/lostnotfoundmine.PNG
I hope you can get this fixed (h)
MasterKill
10-29-2007, 02:11 PM
i think i'll make an DDTM in next version to find the mine :)
works great on me, thanks
MasterKill
10-29-2007, 02:49 PM
of course it works rofl
thanks anyways :D
RudeBoiAlex
10-29-2007, 04:20 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 13 Hours, 4 Minutes and 16 Seconds
Total ores mined : 3939
Total loads done : 148
Trade[s] made : 2
Respond[s] made : 17
Player reset[s] : 0
<-------------------------------------------------------->
poonage :p
Sir R. M8gic1an
10-29-2007, 04:20 PM
amazing, just amazing. the mining procedure works great, really fantastic. the walking is a bit bot like, because it waits to reach the flag, but the times i watched it it worked really well.
i stopped manually,
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 48
--> Total iron Mined = 1304 ore`s
--> Random/trade Items = 19 items
--> Responds made = 13
--> Time running = 6 Hours, 18 Minutes and 45 Seconds
<------------------------------------------------------------------------------>
--> *** = LOST-NotFoundMine, M-lvl = 45, 565 ore`s, active? False
--> *** = LOST-NotFoundMine, M-lvl = 43, 189 ore`s, active? False
--> *** = in the mine, M-lvl = 38, 0 ore`s, active? False
--> *** = in the Bank, M-lvl = 39, 176 ore`s, active? True
--> ***= no GameTab, M-lvl = 40, 374 ore`s, active? False
MasterKill
10-29-2007, 05:04 PM
I'M FAMOUS :D
thanks guys! your awesome!
:spot:
^first time i used that smile :rolleyes:
Aw, I died...Lol. Don't care.
Erm, would post proggy, but just realised I've closed SCAR. Lol. :duh:
MasterKill
10-29-2007, 06:14 PM
rofl np
this one is for your siggy: (hope it works with scar tags)
http://monkeystats.freehostia.com/scriptsig/275/Iron+miner+by+Masterkill/2i1i4i3iiiiiii/left/2.png
ssskibum16
10-29-2007, 07:11 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 12 Hours, 55 Minutes and 30 Seconds
Total ores mined : 3503
Total loads done : 132
Trade[s] made : 2
Respond[s] made : 10
Player reset[s] : 0
sick scriped i like it very nice auto talker by the way
MasterKill
10-29-2007, 07:16 PM
thanks :D
nice report
C4rl1t0
10-29-2007, 07:25 PM
how can i work the sigg on the botton.. i dont get it -.-
i put in sig but how does it logg mine things?
MasterKill
10-29-2007, 07:31 PM
it's the status of evryone :)
nice
senrath
10-29-2007, 09:26 PM
Gotta love this script
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 7
--> Total iron Mined = 162 ore`s
--> Random/trade Items = 27 items
--> Responds made = 5
--> Time running = 44 Minutes and 9 Seconds
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 9
--> Total iron Mined = 225 ore`s
--> Random/trade Items = 18 items
--> Responds made = 2
--> Time running = 59 Minutes and 10 Seconds
<------------------------------------------------------------------------------>
C4rl1t0
10-30-2007, 01:13 AM
it's the status of evryone :)
nice
i notice that but i dont have anything logged in or anything or it does it by itself?
Edit: Woohoo! i got it to work!
v8godfather
10-30-2007, 02:07 AM
Hey im back i was awy for a while but heres a proggy for the one
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 110
--> Total iron Mined = 2781 ore`s
--> Random/trade Items = 189 items
--> Responds made = 38
--> Time running = 10 Hours, 5 Minutes and 57 Seconds
<------------------------------------------------------------------------------>
--> ***= LOST-NotFoundMine, M-lvl = 58, 539 ore`s, active? False
--> ***= in the mine, M-lvl = 56, 915 ore`s, active? True
--> ***= LOST-NotFoundMine, M-lvl = 49, 0 ore`s, active? False
--> ***= LOST-NotFoundMine, M-lvl = 53, 241 ore`s, active? False
--> ***= LOST-NotFoundMine, M-lvl = 54, 459 ore`s, active? False
--> ***= LOST-NotFoundMine, M-lvl = 56, 607 ore`s, active? False
--> ***= L/P ERROR, M-lvl = 0, 0 ore`s, active? False
--> ***= LOST No Bank, M-lvl = 50, 20 ore`s, active? False
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 16 |
| Trades Made : 2 |
| Trades Missed : 5 |
| Fights : 7 |
| Talks : 4 |
| Old Men : 1 |
| Sandwiches : 3 |
| Boxes Solved : 2 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
All of my guys that were lost ended up here(links)
http://img512.imageshack.us/img512/7236/screenshotoct29094829pmmx5.th.png (http://img512.imageshack.us/my.php?image=screenshotoct29094829pmmx5.png)
http://img143.imageshack.us/img143/7982/screenshotoct29095013pmxp0.th.png (http://img143.imageshack.us/my.php?image=screenshotoct29095013pmxp0.png)
I was thinking maybe all it would need is to remove the last walk precedure
but i dont know how to do it.... im not good at all when it comes to scripting but ill post how others work all the time
As always NICE EFFING SCRIPT MAN:sasmokin: :(h):
MasterKill
10-30-2007, 06:02 AM
oki thanks. :)
i should defenetly update the tomine procedure :p
eestirula
10-30-2007, 11:45 AM
Worked for : 4 Hours, 0 Minutes and 26 Seconds
Total ores mined : 1157
Total loads done : 43
Trade[s] made : 3
Respond[s] made : 9
Player reset[s] : 0
C4rl1t0
10-30-2007, 07:30 PM
oki thanks. :)
i should defenetly update the tomine procedure :p
didn't know u can perfect the perfected :D
MasterKill
10-30-2007, 07:32 PM
didn't know u can perfect the perfected :D
hell yes of couse :D
thank you :)
*Skiller Feibal*
10-30-2007, 08:02 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 4 Minutes and 25 Seconds
Total ores mined : 0
Total loads done : 0
Trade[s] made : 0
Respond[s] made : 0
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->=P
Location : in the mine
Random? : Surprise Exam
total ore`s mined : 0
Mining lvl : 40
<-------------------------------------------------------->
Stuck at the exam Random :( Btw, It says on the front page that the lastest version is 7? When i press 'Play' on scar it says starting Version 5.0 :S
C4rl1t0
10-30-2007, 08:07 PM
Stuck at the exam Random :( Btw, It says on the front page that the lastest version is 7? When i press 'Play' on scar it says starting Version 5.0 :S
i believe the picture is outdated :D
but i have that also.
Btw, It says on the front page that the lastest version is 7? When i press 'Play' on scar it says starting Version 5.0 :S
i believe the picture is outdated :D
but i have that also.
It is version 7.
MasterKill
10-31-2007, 06:08 AM
rofl I allways forget to change that :p
look at the script name there is the script version
Submersal
10-31-2007, 09:37 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 3 Hours, 27 Minutes and 38 Seconds
Total ores mined : 1128
Total loads done : 41
Trade[s] made : 1
Respond[s] made : 6
Player reset[s] : 1
<-------------------------------------------------------->
<-------------------------------------------------------->
-->submersal
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 1128
Mining lvl : 55
<-------------------------------------------------------->
Loving it once again.
Most trustworthy script I've used.
Great job.
C4rl1t0
10-31-2007, 10:39 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 7 Hours, 33 Minutes and 5 Seconds
Total ores mined : 2671
Total loads done : 99
Trade[s] made : 0
Respond[s] made : 8
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->x
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 1837
Mining lvl : 63
<-------------------------------------------------------->
-->xx
Location : LOST No Bank
Random? :
total ore`s mined : 834
Mining lvl : 62
<-------------------------------------------------------->
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 25 |
| Trades Missed : 2 |
| Fights : 1 |
| Talks : 3 |
| Old Men : 3 |
| Boxes Solved : 3 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
x= the eastr of the mine where many people are getting stuck
xx= teled he is in the lumby basement
Kokosing
10-31-2007, 03:43 PM
very useful. gj
MasterKill
10-31-2007, 04:09 PM
hèhè thanks all :D
:rolleyes:
Mayhem1934
10-31-2007, 04:12 PM
I love it. But I don't like the auto talker XD guess I'm just wierd.
MasterKill
10-31-2007, 04:14 PM
the auto responder or the auto talker?
you can change the auto talking things by yourself :)
gl
RudeBoiAlex
10-31-2007, 04:16 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 8 Hours, 31 Minutes and 37 Seconds
Total ores mined : 2682
Total loads done : 100
Trade[s] made : 2
Respond[s] made : 13
Player reset[s] : 0
<-------------------------------------------------------->
all players inactive :(
MasterKill
10-31-2007, 04:18 PM
all players inactive :(
:( nice amoult of iron's though :p
RudeBoiAlex
10-31-2007, 04:23 PM
:( nice amoult of iron's though :p
Indeed :p zomg i think i got 10k iron ore in 3-4 days i think
Negaal
11-01-2007, 05:33 AM
Haha beat that only 2 players inactive for 9 hours... otherwords flawless... sorry i just hate time clicking but...it's best Iron miner avaibable...:)
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 62
--> Total iron Mined = 1647 ore`s
--> Random/trade Items = 27 items
--> Responds made = 3
--> Time running = 9 Hours, 3 Minutes and 29 Seconds
<------------------------------------------------------------------------------>
--> *** = in the Bank, M-lvl = 39, 269 ore`s, active? True
--> *** = in the Bank, M-lvl = 39, 267 ore`s, active? True
--> *** = Surprise Exam, M-lvl = 32, 145 ore`s, active? False//exam
--> *** = in the Bank, M-lvl = 36, 268 ore`s, active? True
--> *** = in the mine, M-lvl = 28, 0 ore`s, active? False// no sandbitch lady
--> *** = in the Bank, M-lvl = 37, 268 ore`s, active? True
--> *** = in the mine, M-lvl = 57, 215 ore`s, active? True
--> *** = in the Bank, M-lvl = 54, 215 ore`s, active? True
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| SRL Logs : 33 |
| Talks : 7 |
| Dwarfs : 1 |
| Old Men : 2 |
| Sandwiches : 1 |
| No Sandwiches : 1 |
| Lamps Solved : 4 |
| Boxes Solved : 3 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
MasterKill
11-01-2007, 06:09 AM
in next version it'll be beter, with some spotting stuff.
Nice proggy! wiew :D
nice one!
Julza
11-01-2007, 08:53 AM
<------------------------------------------------------------------------------>
--> Total loads done = 2
--> Total iron Mined = 54 ore`s
--> Random/trade Items = 0 items
--> Responds made = 0
--> Time running = 13 Minutes and 37 Seconds
<------------------------------------------------------------------------------>
C4rl1t0
11-01-2007, 10:58 AM
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 106
--> Total iron Mined = 2906 ore`s
--> Random/trade Items = 10 items
--> Responds made = 10
--> Time running = 8 Hours, 3 Minutes and 12 Seconds
<------------------------------------------------------------------------------>
added one more miner :D
they just get better and better
manual stop :D
MasterKill
11-01-2007, 02:34 PM
:D sweet :)
my plans for next version:
* NEW mining procedure (100% chanse)
* Better to mine walking (50% chanse)
* update the walking, make it look more human (20% chanse)
i did not started though, couse i got hell of a lot things to do! :)
C4rl1t0
11-01-2007, 07:25 PM
:D sweet :)
my plans for next version:
* NEW mining procedure (100% chanse)
* Better to mine walking (50% chanse)
* update the walking, make it look more human (20% chanse)
i did not started though, couse i got hell of a lot things to do! :)
:D the best place for more to run longer id say is to fix how it finds the mine :D
and in the pop up where is say start can i fix the background? or its not just a picture that you place in there?
Edit:
i made thing not sure if u like it
http://img357.imageshack.us/img357/2804/masterkilldd6.jpg
edit:
i dont know how u addeded the buttons but the same buttons that u use can still fit in the same spot :D
anonymity
11-02-2007, 12:07 AM
Hey on page 45 I have posted the proggy that I had promised to post.
Thanks again,
anonymity
buck cakes
11-02-2007, 12:19 AM
wow, thats one crazy proggy.
20 player army?
C4rl1t0
11-02-2007, 12:24 AM
wow, thats one crazy proggy.
20 player army?
sheesh i got 3. and get me 9 hours :D
MasterKill
11-02-2007, 06:18 AM
///////////////////////////// PROGGY BELOW /////////////////////////
~> Script Stats
Worked for: 2days, 10hours, 34minutes, 43seconds
Total Ores Mined: 15,943
Total Loads Done: 589
Total Trades Made: 1
Random/Trade Items: 275
Respond[s] Made: 157
Player Reset[s]: 7
////////////////////////////
~>SRL - Stats
SRL Logs: 309
Fights: 18
Death[s]: 1
Talks: 10
Old Men: 2
Boxes Solved: 12
Dwarfs: 2
Ricks: 2
Sandwiches: 1
Cap'n Hand[s]: 1
Quiz[es]: 1
//////////////////////////////
~>Playing Errors
Picks Broken: 3
Pick Heads Lost: 3
Lost On Way To Mine: 14
//////////////////////////// END OF PROGGY ///////////////////
WTF AWESOME
1 word: awesome :D
posted on front page.
Edit:
i made thing not sure if u like it
http://img357.imageshack.us/img357/2804/masterkilldd6.jpg
edit:
i dont know how u addeded the buttons but the same buttons that u use can still fit in the same spot :D
i like the idee :) if you can make it with a "red background" and make it "mine iron" and give the mining man some nice "rune/dragon armor" then i would defenetly use it.
VonKnorring
11-02-2007, 10:45 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 1 Hours, 18 Minutes and 50 Seconds
Total ores mined : 430
Total loads done : 15
Trade[s] made : 0
Respond[s] made : 0
Player reset[s] : 1
<-------------------------------------------------------->
Worked fine but got stuck at prison pete...
C4rl1t0
11-02-2007, 10:54 AM
i like the idee :) if you can make it with a "red background" and make it "mine iron" and give the mining man some nice "rune/dragon armor" then i would defenetly use it.
So just a plain red background?
and having it mine iron :D
i can do that :D
il fill tonight.
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 5 Hours, 16 Minutes and 13 Seconds
Total ores mined : 1728
Total loads done : 64
Trade[s] made : 0
Respond[s] made : 4
Player reset[s] : 1
69 ur mum
11-02-2007, 03:28 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 15 Minutes and 16 Seconds
Total ores mined : 33
Total loads done : 2
Trade[s] made : 0
Respond[s] made : 0
Player reset[s] : 0
did'nt watch soz can't tell ya wht happend left it on whilst going to school obversly summit happend
Bubix
11-02-2007, 06:07 PM
going to test 7.0 version tonight ;)
i haven`t mined long time anithing.. :P
MasterKill
11-02-2007, 07:38 PM
:D gl mining
thanks all for the proggys :)
rsdude20
11-02-2007, 08:42 PM
Thanks for this its amzaing
MasterKill
11-02-2007, 09:36 PM
oh afther the update it would be a lil more amazing ;)
rofl
thanks.
tatootian
11-02-2007, 10:50 PM
Progress Report:
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 162
--> Total iron Mined = 4159 ore`s
--> Random/trade Items = 240 items
--> Responds made = 111
--> Time running = 20 Hours, 16 Minutes and 5 Seconds
<------------------------------------------------------------------------------>
--> xxxxxxxxx = no GameTab, M-lvl = 57, 54 ore`s, active? False
--> xxxxxxxxx = Broken Pickaxe, M-lvl = 60, 290 ore`s, active? False
--> xxxxxxxxx = Surprise Exam, M-lvl = 57, 968 ore`s, active? False
--> xxxxxxxxx = error B-booth, M-lvl = 60, 397 ore`s, active? False
--> xxxxxxxxx = in the bank, M-lvl = 61, 2450 ore`s, active? True
josh81193
11-02-2007, 11:25 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 3 Hours, 12 Minutes and 38 Seconds
Total ores mined : 1499
Total loads done : 53
Trade[s] made : 1
Respond[s] made : 3
Player reset[s] : 1
<-------------------------------------------------------->
your scripting rox MasterKill! :D
anonymity
11-03-2007, 12:08 AM
wow, thats one crazy proggy.
20 player army?
no.. just a 5 man army. It is not a complete nonstop running proggy, it stopped a few times... but not too many.
NiCbaZ
11-03-2007, 02:26 AM
sup rick my 4th army is still doing ess (almost ready for this), btw working on any new scriptz?
MasterKill
11-03-2007, 09:16 AM
not a new one :)
tatoo: very nice.
K Bryant 849
11-03-2007, 09:22 AM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 2 Hours, 5 Minutes and 45 Seconds
Total ores mined : 646
Total loads done : 24
Trade[s] made : 0
Respond[s] made : 1
Player reset[s] : 0
heres one...how bout making it chnage picks when it is broken master?
It'll be tight.
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 72
--> Total iron Mined = 1759 ore`s
--> Random/trade Items = 185 items
--> Responds made = 48
--> Time running = 7 Hours, 35 Minutes and 32 Seconds
<------------------------------------------------------------------------------>
--> pat = Broken Pickaxe, M-lvl = 60, 110 ore`s, active? False
--> red2 = in the Bank, M-lvl = 43, 523 ore`s, active? True
--> 101 = LOST-NotFoundMine, M-lvl = 64, 1126 ore`s, active? False
MasterKill
11-03-2007, 06:37 PM
yea i know. i'll probb. update it in next version.
sweetleaf
11-03-2007, 07:25 PM
really great script. i accidentally exited out of the prggy but it was like 180 or so ores in 30 minutes.
only thing I'd say to change is the autoresponder b/c it seems very botty and non human.
spork985
11-03-2007, 10:11 PM
What combat level would you people recommend for using this script with about 7 bots?
ikbenhet
11-04-2007, 12:05 AM
Worked for : 2 Hours, 4 Minutes and 37 Seconds
Total ores mined : 242
Total loads done : 15
Trade[s] made : 3
Respond[s] made : 15
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->x
Location : no GameTab
Random? :
total ore`s mined : 76
Mining lvl : 43
<-------------------------------------------------------->
-->xx
Location : no GameTab
Random? :
total ore`s mined : 149
Mining lvl : 43
<-------------------------------------------------------->
-->xxx
Location : no GameTab
Random? :
total ore`s mined : 17
Mining lvl : 40
<-------------------------------------------------------->
-->xxx
Location : no GameTab
Random? :
total ore`s mined : 0
Mining lvl : 48
<-------------------------------------------------------->
-->xxxx
Location : no GameTab
Random? :
total ore`s mined : 0
Mining lvl : 40
<-------------------------------------------------------->
<---- Thanks for using, plz post this in the topic!! ---->
Successfully executed
it;s always no Game Tab ,all the the 3 time's i did this script.
because he can't find the game tab,he doesn't run longer then 3 hours.
is that is a problem or normally?
if it is a problem,somebady know how to fix it?
thx ikbenhet
Bubix
11-04-2007, 08:05 AM
Worked for : 5 Hours, 43 Minutes and 27 Seconds
Total ores mined : 1683
Total loads done : 64
Trade[s] made : 0
Respond[s] made : 10
Player reset[s] : 0
MasterKill
11-04-2007, 08:11 AM
What combat level would you people recommend for using this script with about 7 bots?
i would say 20+ at least.
train then with my chicken killer
it;s always no Game Tab ,all the the 3 time's i did this script.
because he can't find the game tab,he doesn't run longer then 3 hours.
is that is a problem or normally?
if it is a problem,somebady know how to fix it?
thx ikbenhet
that stinks. do you have srl rev. 6? i should use the [checkout] buttum and then try again.
RudeBoiAlex
11-04-2007, 10:42 AM
<------------------------------------------------------------------------------>
--> Total loads done = 84
--> Total iron Mined = 2242 ore`s
--> Random/trade Items = 26 items
--> Responds made = 7
--> Time running = 10 Hours, 35 Minutes and 53 Seconds
<------------------------------------------------------------------------------>
--> = LOST-NotFoundMine, M-lvl = 64, 223 ore`s, active? False
--> = O dear your dead, M-lvl = 66, 348 ore`s, active? False
--> = O dear your dead, M-lvl = 61, 351 ore`s, active? False
--> = in the bank, M-lvl = 61, 675 ore`s, active? True
--> = in the bank, M-lvl = 58, 645 ore`s, active? True
not bad im going onto guild mining after the last player hits 60 mining and i train them to 50 + combat
EDIT: i think i found a little dangerous bug if your lagging a bit when its banking it banks your pick then it walks to the mine and keeps clicking rocks and 'hanging'.
MasterKill
11-04-2007, 11:04 AM
hmm next version will have:
* get new pick
* check pick before mining.
thanks for useing agian :)
RudeBoiAlex
11-04-2007, 11:07 AM
Cool and Np funny none of my characters were in lumbridge :|
Also i think next version should check if it is on V-Bright every trip, because it keeps on changing to Dark (not V-Dark) and it can't find mine.
Da Der Der
11-04-2007, 02:42 PM
Very nice script, I'm sure it would have had plenty more iron if my miners had higher mining + rune picks :) But anyways, proggy here:
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 120
--> Total iron Mined = 2931 ore`s
--> Random/trade Items = 309 items
--> Responds made = 50
--> Time running = 16 Hours, 10 Minutes and 44 Seconds
<------------------------------------------------------------------------------>
I actually got 3k iron exactly outta it, and I could have ran it longer, but I manually stopped it. :D
Thanks. This script rocks!
spork985
11-04-2007, 03:03 PM
i would say 20+ at least.
train then with my chicken killer
/me tries the chicken killer
MasterKill
11-04-2007, 03:38 PM
thanks all again :D
Lalaji
11-04-2007, 04:56 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 57 Minutes and 10 Seconds
Total ores mined : 207
Total loads done : 8
Trade[s] made : 0
Respond[s] made : 2
Player reset[s] : 1
<-------------------------------------------------------->
better one coming up
ikbenhet
11-04-2007, 06:34 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 52 Minutes and 5 Seconds
Total ores mined : 82
Total loads done : 5
Trade[s] made : 0
Respond[s] made : 3
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->x
Location : no GameTab
Random? :
total ore`s mined : 0
Mining lvl : 43
<-------------------------------------------------------->
-->xx
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 21
Mining lvl : 43
<-------------------------------------------------------->
-->xxx
Location : no GameTab
Random? :
total ore`s mined : 0
Mining lvl : 40
<-------------------------------------------------------->
-->xxxx
Location : no GameTab
Random? :
total ore`s mined : 22
Mining lvl : 48
<-------------------------------------------------------->
-->xxxxx
Location : LOST-NotFoundMine
Random? :
total ore`s mined : 39
Mining lvl : 40
<-------------------------------------------------------->
<---- Thanks for using, plz post this in the topic!! ---->
Successfully executed
well ,i did checkout ,i got latest scar,latast version of yours and latest srl.
but still doesn't work great.
when i log in all my chars are in the mining place or in the middle of the route from bank to the mining place.
i use just rs ,not ss?
u know how to fix it?
MasterKill
11-04-2007, 07:22 PM
u know how to fix it?
no ...? soz idk, srl bug maybe?
low deteal? sreen bright to the brightest?
ikbenhet
11-04-2007, 07:54 PM
won't be a srl bug,because happens 4 times in a row.
does it need to be unsigged java thingie,i have that
got scar 3.12
mitch123hoff
11-04-2007, 08:51 PM
<------------------------------------------------------------------------------>
--> Total loads done = 1
--> Total iron Mined = 27 ore`s
--> Random/trade Items = 0 items
--> Responds made = 2
--> Time running = 6 Minutes and 49 Seconds
<------------------------------------------------------------------------------>
i woulda went longer but people kept stealing my rocks lol
sweetleaf
11-04-2007, 09:52 PM
<------ Varrock East Mine And Banker By Masterkill ------>
Worked for : 1 Hours, 37 Minutes and 5 Seconds
Total ores mined : 462
Total loads done : 18
Trade[s] made : 0
Respond[s] made : 0
Player reset[s] : 0
<-------------------------------------------------------->
<-------------------------------------------------------->
-->******
Location : Surprise Exam
Random? : Surprise Exam
total ore`s mined : 462
Mining lvl : 52
noobielul
11-04-2007, 09:54 PM
MasterKill Progress Report,
<------------------------------------------------------------------------------>
--> Total loads done = 9
--> Total iron Mined = 146 ore`s
--> Random/trade Items = 97 items
--> Responds made = 3
--> Time running = 1 Hours, 12 Minutes and 13 Seconds
<------------------------------------------------------------------------------>
--> x = in the mine, M-lvl = 35, 146 ore`s, active? True
really need rune pick's :(
nice script (just a test gonna prepare an army for it :D )
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.