Results 1 to 2 of 2

Thread: Mighty's PowerMiner(iron)

  1. #1
    Join Date
    Mar 2012
    Location
    Mightyville
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Mighty's PowerMiner(iron)





    Details

    Just A simple Iron Powerminer for my first script
    i've only used it on east varrock mine so im not sure how
    well it will work on other iron mining spots Also i tested it
    with a Rune Pickaxe so it may be a bit slower until
    i can figure out how to make all the pickaxes work

    Features
    *AntiBan
    *AntiRandom
    *Mines Iron
    *Drops Iron
    *Progress report(trying to fix)
    *Smart

    Up Coming Features
    * Possibly Banking The Ore
    *Better Antiban/AntiRandoms
    *Better detecting of iron ore
    *Fixed Proggy

    Instructions
    Be at iron mining spot(i've only tested varrock east)
    Have Pickaxe Wielded
    Set your Camera Angle To this for the best detection
    Press Play

    Bugs
    Proggy Isn't working
    Has a small chance to pick up copper node


    i would also just like to point out that this is my first script
    so if anyone would like to give me tips or suggestions that would be nice
    Last edited by mightyz; 04-11-2012 at 01:48 AM.

  2. #2
    Join Date
    Feb 2012
    Posts
    212
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Hey buddy, don't know why anybody hasn't given you feedback for this!

    I'll give it a run tomorrow but one thing I did notice was your antiban, you needa put it in the main loop.

    like this
    Simba Code:
    Repeat
        MineIron;
        Antiban;
        If (InvFull) Then
          DropIron;
          Report;
      Until(False);

    instead of this
    Simba Code:
    Repeat
        MineIron;
        If (InvFull) Then
          DropIron;
          Report;
      Until(False);
        Antiban;
    Previously known as sockz
    - Dwarven Stout buyer (F2P MONEYMAKER) http://villavu.com/forum/showthread....45#post1001045
    - G-Altar script, tons of failsafes. (Flawless for me) http://villavu.com/forum/showthread.php?t=79454

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
  •