Results 1 to 4 of 4

Thread: Cragholes_Iron_Powerminer [25k+ p/h F2P]

  1. #1
    Join Date
    Jan 2012
    Location
    America
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Cragholes_Iron_Powerminer [25k+ p/h F2P]

    The setup for this script is extremely simple, seeing as it only mines and drops.

    Type in your details in the "Declare Players" Procedure at the top and then hit Start. Make sure you are near iron ore or the script will not find it.

    The optimum area for this script is south of Falador and West of Port Sarim, The script makes use of dropping iron as it is mined instead of mining a full bag and spending all the extra time dropping. It drops iron while the Rocks Respawn, thus allowing for a higher amount of experience p/h.

    NOTE: if you do not (or can not) equip the pickaxe you will be using, put your pickaxe in the very last inventory slot and Delete the "DropAll" In the mainloop. Also, there are no Antiban procedures, as most people do not perform such tasks while Power-mining, it is NOT advised to run the script for extended periods of time in one setting.

    PLEASE let me know what you think, comment any bugs or fixes which might be implemented to improve the functionality of the script!

    HAPPY MINING

    E: Thanks to NexPB, I used his Report Code to base mine. Simple, but effective
    Last edited by craghole; 01-31-2012 at 07:48 AM.

  2. #2
    Join Date
    Jan 2012
    Location
    America
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Stayed up a bit later and got a short proggy for everyone ;D

    ========= Cragholes Iron Powerminer ==========
    |= Player :
    |= Time Running : 1 Hours, 0 Seconds
    |= Xp gained : 26350
    ======================================

  3. #3
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Whats the purpose of this procedure:
    Simba Code:
    procedure DropAll2;
    var i: integer;
    begin
      for i:= 0 to 2 do
      begin
        DropPattern(Random(2) + 1);
        if InvCount = 0 then
          break;
      end;
    end;
    If you use
    Simba Code:
    DropAll;
    in your main loop?

  4. #4
    Join Date
    Jan 2012
    Location
    America
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I probably just left it in there by mistake to be honest... Did the script work well for you?

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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