yeah it don't find the heads right ant so i might be looking through and seeing if anythign is wrong MasterKill i'll notify u change some stuff if i see so far flawless though i think.
yeah it don't find the heads right ant so i might be looking through and seeing if anythign is wrong MasterKill i'll notify u change some stuff if i see so far flawless though i think.
[Time Running: 4 Hours, 20 Minutes and 42 Seconds]
[Iron Mined: 947]
[Times Banked: 36]
[Respond[s] made: 0]
[Mining 218.073866349479 Iron a hour]
= [27 Iron Mined] [active? False] [Location: Mining Full Load]
= [0 Iron Mined] [active? False] [Location: In The Bank]
= [920 Iron Mined] [active? False] [Location: Mining Full Load]
I had to change this from my old one...?
If first finnishing an other scripting project with Timer and then i'll add reflection to this script AND a new pickaxe head finder.
~
Thanks all!
~
Thanks for the progress reports!
[Time Running: 3 Hours, 20 Minutes and 13 Seconds]
[Iron Mined: 917]
[Times Banked: 33]
[Respond[s] made: 0]
[Mining 266.221684309404 Iron a hour]
xxxxxxxxxxxxxx = [917 Iron Mined] [active? False] [Location: Not Found Mine]
Progress report saved to: C:\Program Files\SCAR 3.15\MasterKill_Progress_Reports\IronMiner__11-Aug-2008__14-14-30.txt
Varrock east mine and banker version 14.0
created by MasterKill
Last status found in script:
there still where 4 of the 5 players active.
Script Report:
Time Running : 6 Hours, 49 Minutes and 2 Seconds
Iron Mined : 1197
Times Banked : 43
Responds Made : 0
Ended up stopping due to the pic axe error, but other than that I've been having great luck with this script!
Can't wait for the update and certainly can't wait for the PC script Mk.![]()
yeah use reflection it might be a bit better but if your just editing the head finder the problem shud be somewhere hereSCAR Code:Function CheckPickaxe: Boolean;
begin
If Wielded Then
GameTab(5) Else GameTab(4);
If FindDTM(PickaxeStick, x, y, 532, 183, 751, 485) Then
Begin
WriteLn('Noes! your pickhead flyd off!');
Status('[error] no pickaxe head');
Wielding := Wielded;
If Not FindPick Then
Begin
Result := True;
WriteLn('We lost your pickaxe head... moving back to bank...');
Status('[error] pickaxe head lost');
GameTab(5);
Mouse(584, 302, 10, 10, True);
Wielded := False;
Exit;
End;
End;
If FindDTM(BrokenPickaxe, x, y, 532, 183, 751, 485) Then
Begin
Result := True;
WriteLn('Sorry, but ' + Players[CurrentPlayer].Nick + ' broke your pickaxe, not MasterKills foult ;)');
WriteLn('Moving back to the bank...');
Status('[error] broken pickaxe');
GameTab(5);
Mouse(584, 302, 10, 10, True);
Wielded := False;
Exit;
End;
If Not FindDTM(PickaxeD, x, y, 532, 183, 751, 485) Then
Begin
Result := True;
WriteLn('We cant find your pickaxe at all! Back to bank...');
Status('[error] no pickaxe');
Wielded := False;
End;
End;
![]()
Ask MasterKill if u want to know how or just edit the colors etc. inside i believe this area of the script and maybe a few others
SCAR Code:Function FindIron(var xr, yr: Integer): Boolean;
Var
RealIron, IronRock: Array Of TPoint;
CurPoint: TPoint;
TolSpeed, MK, xx, yy: Integer;
Begin
TolSpeed := GetColorToleranceSpeed;
ColorToleranceSpeed(2);
FindColorsSpiralTolerance(x, y, RealIron, 2832989, MSX1, MSY1, MSX2, MSY2, 6);
For MK := 0 To High(RealIron) Do
Begin
CurPoint := RealIron[MK];
FindColorsTolerance(IronRock, 1659234, CurPoint.X - 15, CurPoint.Y - 15, CurPoint.X + 15, CurPoint.Y + 15, 20);
If (High(IronRock) > 15) Then
Begin
MiddleTPAEx(IronRock, xx, yy);
MMouse(xx, yy, 0, 0);
If FindColorTolerance(x, y, 2832989, xx - 15, yy - 15, xx + 15, yy + 15, 6) Then
Begin
Wait(100 + Random(100));
If (Pos('ine', rs_getuptext) <> 0) Then
Begin
xr := xx; yr := yy;
Result := True;
Exit;
End;
End;
End;
End;
ColorToleranceSpeed(TolSpeed);
End;
![]()
![]()
![]()
![]()
![]()
![]()
By the way you guys might think i am spamming on this thread but i don't mean to spam or do anything lol im just trying to help without sscripting lmao~
Well , if you have much to say , or you try to help , you can always edit your last post and not double post .
And changing colors shouldn't be too hard , go read some TuT's and Start learning scripting , i'm sure you can help much more then .
Can be helping .
But what matters is , that you try to give best from you , even if it's not helping atm , Best wishes ,
~Eerik ~
This script is awesome, never really failed for me. But theres so many of varrock east scripts that some of them r a waste. If only someone would put some effort into a guild miner >.>
I had to change this from my old one...?
Well you sure posted this into wrong thread , and there are some Guild Miners around , if you would post a Progress Report from VEIM , MasterKill would get some feedback how HIS script worked .
1.
2.
3.
Not sure if any of them work , but you might want to give a try or you might want to start learning the first basics of scripting .
TuT Island
P1nkys school .
~Eerik~
WOW...
You have really updated this, last time i used it was on your other thread when your posts were at page 75.
I'm going to try it out again.
EDIT:
Lol nice start up music / forum / the MK in the top of smart screen.
EDIT AGAIN:
Wow script is working perfect so far.
heh yea i did post a proggy up there but i also tried the guild miners >.>. but to be frank none of them are really updated, jukkas is not really well updated at this point, 3pic's miner is non-smart so i didnt have time to check that out yet and waddos script is also in early stages and doesnt work really well. As for learning scripting, yea ill check that out![]()
I had to change this from my old one...?
Really nice script, MasterKill.
I'm looking forward to see more scripts from you.![]()
Varrock east mine and banker version 14.0
created by MasterKill
Last status found in script:
there still where 1 of the 5 players active.
Script Report:
Time Running : 9 Hours, 8 Minutes and 44 Seconds
Iron Mined : 1838
Times Banked : 66
Responds Made : 0
The inactive characters were all standing in the mine when I checked on them this morning. So I am clueless as to what happened to make them stop. I am sorry.![]()
5/8 still active , that's good imo .SCAR Code:[Time Running: 12 Hours, 27 Minutes and 28 Seconds]
[Iron Mined: 2603]
[Times Banked: 95]
[Respond[s] made: 0]
[Mining 241,903569515524 Iron a hour]
= [808 Iron Mined] [active? True] [Location: In The Bank]
= [323 Iron Mined] [active? True] [Location: In The Bank]
= [295 Iron Mined] [active? False] [Location: Mining Full Load]
= [323 Iron Mined] [active? True] [Location: In The Bank]
= [323 Iron Mined] [active? True] [Location: In The Bank]
= [335 Iron Mined] [active? True] [Location: In The Bank]
= [84 Iron Mined] [active? False] [Location: Not Found Mine]
= [112 Iron Mined] [active? False] [Location: Not Found The Bank]
Stopped cuz RS was updated .
~Eerik~
Probably got caught in an unsolvable random, like classroom or something on the way to bank..
Varrock east mine and banker version 14.0
created by MasterKill
Last status found in script:
Script succesfully ended. All players False.
Script Report:
Time Running : 4 Hours, 44 Minutes and 2 Seconds
Iron Mined : 1289
Times Banked : 48
Responds Made : 0
Player Report:
Username
Iron Mined : 1289
Location : Mining Full Load
Mining level : 50
_____
Varrock east mine and banker version 14.0
created by MasterKill
Last status found in script:
Script succesfully ended. All players False.
Script Report:
Time Running : 2 Hours, 3 Minutes and 43 Seconds
Iron Mined : 539
Times Banked : 20
Responds Made : 0
Player Report:
Username
Iron Mined : 539
Location : In The Bank
Mining level : 50
_____
edit; so far i've mined over 5k iron with this baby, just a shame the pickhead finder doesn't work at the moment.
Hey MK, I chose the world 161 to auto in, but it gives me a message "wrong world please chose a non-member one". world 161 is nonmemb
Imagehack is busting me atm , so i'll include the picture .
Some proggy:
Most of them didn't find mine and 2 were no pick.SCAR Code:Last status found in script:
there still where 2 of the 8 players active.
Script Report:
Time Running : 5 Hours, 35 Minutes and 36 Seconds
Iron Mined : 1347
Times Banked : 49
Responds Made : 0
But last one was in Molly and crazy , script was repeating 1 line over and over again . The player was ofc offline .. But idk , not your foult , prob. SRL .
~Eerik~
EDIT :
You shouldn't use the new worlds yet .
Try older ones .
~Eerik~
I have a few questions: Does this script require the user not have a bank pin, cuz it doesn't ask for it. And second, does it relogin immediately after log out, or it waits for a few min?
Well if it doesn't ask for the pin, it doesn't take it but u can adjust it to take pins. But IMO, take off ur pin >.> whats the point Also after it logs off it sleeps meaning it waits but thats only if u only have 1 player, if u have multiple players itll just keep switching back and forth.
I had to change this from my old one...?
Ok thanks, I also have another question, lol. I was running it, and the SMART client doesn't open and it says "please check your SMART world prefix."
Logged In Player is not in Players array. ???
http://www.youtube.com/user/YoHoJoSRL
Good scripting guides on youtube
Formerly known as (djcheater)
Hey MK, do you think you can fix this for the new worlds?I like to use w161 because of quick chat so idk if that might help or not. oh and i ended up at wizard tower. maybe a random? not sure. post proggies soon
Varrock east mine and banker version 14.0
created by MasterKill
Last status found in script:
Script succesfully ended. All players False.
Script Report:
Time Running : 1 Hours, 59 Minutes and 43 Seconds
Iron Mined : 402
Times Banked : 15
Responds Made : 0
Player Report:
Iron Mined : 402
Location : Not Found The Bank
Mining level : 48
Respond That Are Made:
There are currently 1 users browsing this thread. (0 members and 1 guests)