Page 13 of 26 FirstFirst ... 3111213141523 ... LastLast
Results 301 to 325 of 627

Thread: Varrock East Iron Miner - By MasterKill

  1. #301
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  2. #302
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [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...?

  3. #303
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    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!

  4. #304
    Join Date
    Nov 2007
    Posts
    184
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    [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

  5. #305
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    557
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  6. #306
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    PickAxe Head Finder

    yeah use reflection it might be a bit better but if your just editing the head finder the problem shud be somewhere here
    SCAR 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;



  7. #307
    Join Date
    Jul 2008
    Location
    Canada
    Posts
    1,612
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by edwardred7 View Post
    is there a way to get it to mine copper instead?

    reasons why copper is better:

    1. easyer to mine
    2. less competition
    3. almost as much valu as iron, thus more $$ per hour



    what you think?
    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~

  8. #308
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by leather cock View Post
    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 ~

  9. #309
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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...?

  10. #310
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by jkmaster View Post
    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 >.>
    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~

  11. #311
    Join Date
    Dec 2007
    Location
    Los Angeles, California
    Posts
    606
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  12. #312
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by heavenzeyez1 View Post
    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~
    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...?

  13. #313
    Join Date
    Jul 2007
    Posts
    85
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Really nice script, MasterKill.
    I'm looking forward to see more scripts from you.

  14. #314
    Join Date
    Oct 2007
    Location
    Michigan
    Posts
    557
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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.

  15. #315
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    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]
    5/8 still active , that's good imo .
    Stopped cuz RS was updated .
    ~Eerik~

  16. #316
    Join Date
    May 2007
    Location
    Netherlands, Amersfoort
    Posts
    2,701
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by heavenzeyez1 View Post
    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]
    5/8 still active , that's good imo .
    Stopped cuz RS was updated .
    ~Eerik~
    sexeh, but where was the player with "not found the bank", couse that's kinda very rare

  17. #317
    Join Date
    Mar 2007
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by MasterKill View Post
    sexeh, but where was the player with "not found the bank", couse that's kinda very rare

    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.

  18. #318
    Join Date
    Nov 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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

  19. #319
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by MasterKill View Post
    sexeh, but where was the player with "not found the bank", couse that's kinda very rare
    Imagehack is busting me atm , so i'll include the picture .
    Some proggy:
    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
    Most of them didn't find mine and 2 were no pick.
    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 :

    Quote Originally Posted by bobbyabreu View Post
    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
    You shouldn't use the new worlds yet .
    Try older ones .
    ~Eerik~

  20. #320
    Join Date
    Jul 2008
    Posts
    110
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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?

  21. #321
    Join Date
    May 2007
    Location
    Vancouver, Canada , eh?
    Posts
    320
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by AgentZero View Post
    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...?

  22. #322
    Join Date
    Jul 2008
    Posts
    110
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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."

  23. #323
    Join Date
    Feb 2007
    Location
    Estonia.
    Posts
    1,938
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by AgentZero View Post
    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."
    Try another world .
    ~Eerik~

  24. #324
    Join Date
    Jun 2007
    Location
    south park
    Posts
    1,160
    Mentioned
    0 Post(s)
    Quoted
    62 Post(s)

    Default

    Logged In Player is not in Players array. ???
    http://www.youtube.com/user/YoHoJoSRL
    Good scripting guides on youtube
    Formerly known as (djcheater)

  25. #325
    Join Date
    Nov 2007
    Posts
    42
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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:

Page 13 of 26 FirstFirst ... 3111213141523 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. RICK 4 SRL - iron mine and banker! (varrock east)
    By MasterKill in forum RS3 Outdated / Broken Scripts
    Replies: 2613
    Last Post: 07-15-2008, 04:53 PM
  2. South East Varrock Iron Miner & Banker
    By Daniel in forum RS3 Outdated / Broken Scripts
    Replies: 18
    Last Post: 03-28-2007, 02:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •