Page 8 of 8 FirstFirst ... 678
Results 176 to 200 of 200

Thread: [F2P] Iron Man - Mines Outside Resource Dungeon - Good XP and GP [F2P]

  1. #176
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by Roflme View Post
    25?? I'm around the rocks and it seems to be in the 60s?

    EDIT: Runite rocks are in 61 wilderness to be exact
    FUUUUUUU-

    It wasn't like that in beta D:
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  2. #177
    Join Date
    Feb 2012
    Location
    DON'T PM ME ASKING FOR STUFF
    Posts
    2,170
    Mentioned
    38 Post(s)
    Quoted
    423 Post(s)

    Default

    it still works, takes like 2 mins to mine 1 rock

  3. #178
    Join Date
    May 2012
    Location
    Arizona
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Runs like a charm even after all this time. Thank you for posting such a smooth script!

    [==========================================]
    [ Time Running : 54 Minutes And 37 Seconds ]
    [ Loads Done : 13 ]
    [ Ores Mined : 363 ]
    [ Xp Gained : 12705 ]
    [ Xp/H : 10800 ]
    [==========================================]
    I came to cheat
    I stayed to learn

  4. #179
    Join Date
    Feb 2007
    Location
    PA, USA
    Posts
    5,240
    Mentioned
    36 Post(s)
    Quoted
    496 Post(s)

    Default

    Clit, is there a reason why you "click" north all the time? I mean that is EXTREMELY bot like...

    EDIT: Lol, i see that you click north because "anti ban sometimes changes compass angle". Couldn't you just check the compass angle before clicking north?

    This seems to work in theory:
    if not(InRange(Round(rs_GetCompassAngleDegrees), -5, 5)) then ClickNorth(SRL_ANGLE_HIGH); //antiban sometimes changes compass angle

    Also, you have a divide by zero issue if you've gotten no exp when you call Proggy. Simply do a quick check or utilize try/catch.
    This will resole the divide by zero issue:

    Simba Code:
    procedure Proggy;
    begin
      CurrentXP := GetXPBarTotal - StartXp;
      if CurrentXP < 1 then EXIT;
      SMART_ClearCanvas;
      PrintOnSmart(['Iron Man by litoris', 'v. 1.5', 'Time Running: ' + ToStr(TimeRunning), 'Loads Done: ' + ToStr(L),
       'Ores Mined: ' + ToStr(CurrentXP/35), 'Xp Gained: ' + Tostr(CurrentXP), 'Xp/h: '
       + ToStr(Round(((CurrentXP) / (TimeFromMark(t) / 1000)) * 3600))], Point(40, 50), 16777215);
    end;

    It ran for 5 minutes and then i got this: "Exception in Script: Failed to create new thread, code:8"

    I'm done testing this script, not worth risking my main

    Shoot me a PM if this get a substantial update.
    Last edited by footballjds; 01-21-2013 at 06:55 PM.

  5. #180
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Quote Originally Posted by footballjds View Post
    Clit, is there a reason why you "click" north all the time? I mean that is EXTREMELY bot like...

    EDIT: Lol, i see that you click north because "anti ban sometimes changes compass angle". Couldn't you just check the compass angle before clicking north?

    This seems to work in theory:
    if not(InRange(Round(rs_GetCompassAngleDegrees), -5, 5)) then ClickNorth(SRL_ANGLE_HIGH); //antiban sometimes changes compass angle

    Also, you have a divide by zero issue if you've gotten no exp when you call Proggy. Simply do a quick check or utilize try/catch.
    This will resole the divide by zero issue:

    Simba Code:
    procedure Proggy;
    begin
      CurrentXP := GetXPBarTotal - StartXp;
      if CurrentXP < 1 then EXIT;
      SMART_ClearCanvas;
      PrintOnSmart(['Iron Man by litoris', 'v. 1.5', 'Time Running: ' + ToStr(TimeRunning), 'Loads Done: ' + ToStr(L),
       'Ores Mined: ' + ToStr(CurrentXP/35), 'Xp Gained: ' + Tostr(CurrentXP), 'Xp/h: '
       + ToStr(Round(((CurrentXP) / (TimeFromMark(t) / 1000)) * 3600))], Point(40, 50), 16777215);
    end;

    It ran for 5 minutes and then i got this: "Exception in Script: Failed to create new thread, code:8"

    I'm done testing this script, not worth risking my main

    Shoot me a PM if this get a substantial update.
    Thanks for the help! I hope I can have time to script in a week or so...
    IIRC I used a DTM to approach the dungeon door, but it didn't search for rotations. I will make it search with rotations and check whetehr it's already facing north.
    I couldn't find the zero error, will change it with your version surely!
    I could also make it use left-click to speed things up, and I had a plan to add the option to superheat.
    No time now, anyway.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  6. #181
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [=========================================]
    [ Iron Man 1.5 ]
    [ by litoris ]
    [=========================================]
    [ Time Running : 6 Minutes And 18 Seconds ]
    [ Loads Done : 2 ]
    [ Ores Mined : 53 ]
    [ Xp Gained : 1855 ]
    [ Xp/H : 18000 ]
    [=========================================]
    [ Iron Man 1.5 ]
    [=========================================]
    Last edited by waderose; 02-16-2013 at 12:14 AM. Reason: problem solved

  7. #182
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Just another progress report for you. Kudos man, great script.

    [================================================== =]
    [ Iron Man 1.5 ]
    [ by litoris ]
    [================================================== =]
    [ Time Running : 1 Hours, 13 Minutes And 58 Seconds ]
    [ Loads Done : 24 ]
    [ Ores Mined : 663 ]
    [ Xp Gained : 23205 ]
    [ Xp/H : 18000 ]
    [================================================== =]
    [ Iron Man 1.5 ]
    [================================================== =]

    ( I'll post another progress report within the next few hours. I wanna test how long it will stay running )
    Last edited by waderose; 02-15-2013 at 10:13 AM.

  8. #183
    Join Date
    Feb 2013
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    [==================================================]
    [ Iron Man 1.5 ]
    [ by litoris ]
    [==================================================]
    [ Time Running : 3 Hours, 5 Minutes And 16 Seconds ]
    [ Loads Done : 55 ]
    [ Ores Mined : 1527 ]
    [ Xp Gained : 53445 ]
    [ Xp/H : 14400 ]
    [==================================================]
    [ Iron Man 1.5 ]
    [==================================================]

    yea, I'm going to continue to use this script good sir. Amazing

  9. #184
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    There's lot to improve on this script, I guess I'll work on it sometime later. Nice to know it still works.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  10. #185
    Join Date
    Jun 2012
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default


  11. #186
    Join Date
    Jun 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Does it bank?

  12. #187
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    Quote Originally Posted by bilsma View Post
    Does it bank?
    It does bank, that's why the title says
    Good XP and GP

  13. #188
    Join Date
    Feb 2012
    Location
    Canada
    Posts
    1,164
    Mentioned
    26 Post(s)
    Quoted
    433 Post(s)

    Default

    I will say that this script works beautifully.

    It did attack a few scorpions, but other than that, its awesome!

  14. #189
    Join Date
    Feb 2013
    Posts
    303
    Mentioned
    4 Post(s)
    Quoted
    124 Post(s)

    Default

    Awesome script man <3 works wonders

  15. #190
    Join Date
    Apr 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    He dont do anything by my?

    Im standing by the iron rocks but nothing?

  16. #191
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    I don't feel like working on this script... I was going to add an option to mine and superheat, but I don't think anyone will use it. This needs a lot of work to satisfy me (DDTMs, fixed proggy, better work overall) but I'm not interested in it, especially because iron prices are so crap now. I will fix it if this gets broken, but I just can't bother to do anything else. I guess it's fine as it is.

    /public announcement
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

  17. #192
    Join Date
    Apr 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exception in Script: Plugin(libsmartremote32) has not been found

    how can i fix this?

  18. #193
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It appears as though the proggy bugged out a bit - it was showing that in 50 minutes I had mined about 200k ores.
    [==========================================]
    [ Iron Man 1.5 ]
    [ by litoris ]
    [==========================================]
    [ Time Running : 49 Minutes And 28 Seconds ]
    [ Loads Done : 16 ]
    [ Ores Mined : 204522 ]
    [ Xp Gained : 7158299 ]
    [ Xp/H : 8895600 ]
    [==========================================]
    [ Iron Man 1.5 ]
    [==========================================]

    Other than that, the script is working great.
    Last edited by Slides; 04-06-2013 at 05:06 PM.

  19. #194
    Join Date
    May 2012
    Location
    Arizona
    Posts
    52
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Still works!
    [================================================== =]
    [ Iron Man 1.5 ]
    [ by litoris ]
    [================================================== =]
    [ Time Running : 8 Hours, 56 Minutes And 23 Seconds ]
    [ Loads Done : 154 ]
    [ Ores Mined : 4255 ]
    [ Xp Gained : 148925 ]
    [ Xp/H : 14400 ]
    [================================================== =]
    [ Iron Man 1.5 ]
    [================================================== =]
    I came to cheat
    I stayed to learn

  20. #195
    Join Date
    Feb 2012
    Location
    Brazil
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    Could not locate.
    Could not locate.
    Could not locate.
    Could not locate.
    Could not locate.
    Could not locate.
    Could not locate.
    Could not locate.
    Could not locate.
    Could not locate.
    We failed too many times, logging out and back in to change the icons.

    This happens right after I login

  21. #196
    Join Date
    May 2013
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    I like this script but I get the could not locate error often

  22. #197
    Join Date
    Jun 2013
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    My apologies on having a double post here.... One was an old post though and I did not realize.
    Last edited by agent007; 07-05-2013 at 03:50 AM.

  23. #198
    Join Date
    Jun 2013
    Posts
    48
    Mentioned
    0 Post(s)
    Quoted
    30 Post(s)

    Default

    The EXP calculator on this script is messed up. It does not properly calculate the EXP you gain and maxes out at 18k/hour. It does not function over that rate for me.
    Last edited by agent007; 07-05-2013 at 03:49 AM.
    I've got these cheese burgers man!

  24. #199
    Join Date
    Aug 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    "smart cannot spawn clients" whats thsat mean

  25. #200
    Join Date
    May 2012
    Posts
    70
    Mentioned
    0 Post(s)
    Quoted
    21 Post(s)

    Default

    Quote Originally Posted by markpate1992 View Post
    "smart cannot spawn clients" whats thsat mean
    I would try the usual- restart, attempt to update, run as admin, reinstall, etc.

Page 8 of 8 FirstFirst ... 678

Thread Information

Users Browsing this Thread

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

Posting Permissions

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