Page 1 of 2 12 LastLast
Results 1 to 25 of 39

Thread: [OSR][Color] Glitched Granite Miner V1.12 PUBLIC Alpha

  1. #1
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default [OSR][Color] Glitched Granite Miner V0.13 PUBLIC Alpha

    ProphesyOfWolf / ProbablyGlitched presents:

    Glitched Granite Powerminer
    Version 0.131 Public Alpha


    Originally released to SRL Members only, now to the public for testing.

    REQUIRES THE LATEST VERSION OF AEROLIB!




    Current features:
    • Waterskin filling / restocking
    • Near-Perfect Walk-Back for eternal powermining
    • Randomness! We all love randomness
    • Anti random-ness! Because we all hate randoms
    • Fast powermining!
    • ABSOLUTE Anti-Death!
    • Human-Like Powermining and Dropping
    • Experience tracking! (Almost guaranteed 100% effective)
    • Efficient item dropping stuff


    Planned features:
    • Anything you guys point out!


    What you need to do!



    FIX AEROLIB ERROR:

    For some reason, the leveltoxp function in aerolib is one off from being right, so in order to get the xp tracking working correctly, change line 446 in includes/Aerolib/core/Skills.simba to:

    Simba Code:
    {*******************************************************************************
    function ConvertLvlToXP(Xp: Integer): Integer;
    By: Ron
    Description: Returns exp based on level
    *******************************************************************************}

    function convertLvlToXP(Level: Integer): Integer;
    var
      i, exp: Integer;
    begin
      for i := 1 to Level - 1 do //it was only one off, had to - 1
        exp := exp + Trunc(i + 300 * Pow(2.0, i / 7.0));
      Result := exp div 4;
    end;

    SET UP SMART:

    Line 11 is LOADTHESMART = True; You must have it set to true and run it once to load SMART. Then, you target smart by dragging the crosshairs to select the window. You the change line 11 so LOADTHESMART = False; and run it again, the script will work now.


    If you have not completed Prince Ali Rescue:

    Okay, so a workaround for this would be to put a few thousand coins in your third inventory slot, because the script will not interact with that slot. Only 1, 2, and 24-28 need to be reserved for the script.



    BANK:
    • Place Lumbridge teletabs in the first bank slot
    • Place Coins in the second bank slot



    INVENTORY:
    • Equip pickaxe / Have in second inventory slot
    • Get full desert clothes
    • Put 1 Lumbridge teletab in first inventory slot
    • Put full waterskins in slots 2-24 / 3-24 if pickaxe is in inventory
    • Put character in granite mine in the north most patch, in the spot where two rocks touch one square.
    • Bring a healing item just in case you get hurt, and eat it before you...
    • Press play!


    This certainly needs testing, but so far it's looking pretty good! Test and post progress reports - may the best man get a place in first post!

    If you lose ability to track the rocks (due to color shift), change any call of TPAFinder's colors to the colors on your granite rocks. However, do not pick the lightest or the darkest colors on the rocks, because they can cause issues. Usually you won't have problems, but shit happens =P

    Edit: Massive updates, you just gotta look dude.

    UPDATE LIST:

    Code:
    Update 1.3 - Massive overhaul, still a work in progress
    Update 1.31 - Small tweaks to recovery and reinclusion of repositioning procedure. Should be smoother now.
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by Goobs; 03-21-2015 at 03:43 PM.

  2. #2
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by MaxC69 View Post
    I got your first proggy for you Great script, ran it once flawlessly. The time before It logged out and said "almost out of water" when I had a half full inventory, but then I ran it again and it was fantastic. Recommend it!

    Code:
    -------------Glitched Granite Powerminer------------
    ----------------------------------------------------
    - Time running: 2 Hours, 3 Minutes and 27 Seconds
    - Exp gained: 66465
    - 31720 exp/hr
    - Current level: 56(198125)
    ----------------------------------------------------
    Code:
    -------------Glitched Granite Powerminer------------
    ----------------------------------------------------
    - Time running: 2 Hours, 22 Minutes and 25 Seconds
    - Exp gained: 77340
    - 33851 exp/hr
    - Current level: 60(278515)
    ----------------------------------------------------
    First progress reports ^_^ Sorry it took so long for the update
    Last edited by Goobs; 03-18-2015 at 11:36 PM. Reason: Added

  3. #3
    Join Date
    Mar 2013
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Tried using this today and seemed a little big buggy. Instead of standing between two rocks and alternating back and forth it would click any random rock that had the proper color, resulting in my character running around the quarry mining random rocks. If you could make the search only apply to the spaces directly around your character that would be optimal. Mouse movements were also very 'bot like'. Mouse followed straight line with what seemed like a constant speed. You should look in to using some of the mouse movement functions in Flight's aerolib include - they are incredibly human.

    Good luck and will be watching this thread for future updates

  4. #4
    Join Date
    Oct 2012
    Posts
    1,258
    Mentioned
    40 Post(s)
    Quoted
    588 Post(s)

    Default

    I liked the right clicking to be ready to drop.

    does "taking fire gotta logout" mean that it's detected that it's not at full hp and thus assuming it's taking damage? it keeps relogging on my acc that's 43/48 hp (took damage running to the place)

  5. #5
    Join Date
    Dec 2014
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    I got your first proggy for you Great script, ran it once flawlessly. The time before It logged out and said "almost out of water" when I had a half full inventory, but then I ran it again and it was fantastic. Recommend it!

    Code:
    -------------Glitched Granite Powerminer------------
    ----------------------------------------------------
    - Time running: 2 Hours, 3 Minutes and 27 Seconds
    - Exp gained: 66465
    - 31720 exp/hr
    - Current level: 56(198125)
    ----------------------------------------------------
    Oh, and as a side note, you can run the script for 3 hours without needing to fill up waterskins.

    EDIT: got another proggy.

    Code:
    -------------Glitched Granite Powerminer------------
    ----------------------------------------------------
    - Time running: 2 Hours, 22 Minutes and 25 Seconds
    - Exp gained: 77340
    - 33851 exp/hr
    - Current level: 60(278515)
    ----------------------------------------------------
    Last edited by MaxC69; 01-08-2015 at 04:08 PM.

  6. #6
    Join Date
    Jan 2011
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    Main problem I found (may be recent)
    is that the script automatically shuts down if there is a random in the area,
    or another person appears in the area.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.

  7. #7
    Join Date
    Jan 2011
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    23 Post(s)

    Default

    EDIT: i was 1hp down and script bugged out.

    But it keeps spamming "out of water"
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly.

  8. #8
    Join Date
    Mar 2015
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Can you please update, it keeps spamming "out of water"

  9. #9
    Join Date
    Mar 2015
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Getting this error now
    Warning! You passed wrong values to a finder function: xs > xe (340,337). Swapping the values for now.
    Warning! You passed wrong values to a finder function: ys > ye (226,219). Swapping the values for now.

  10. #10
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Sorry for the lack of updates! I was super busy and had no real time to spend on it. But I finally overhauled the whole thing, and it works beautifully. Check first post for the new version!

  11. #11
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by R A G N A R View Post
    Can you please update, it keeps spamming "out of water"
    Check it out bro

  12. #12
    Join Date
    Jun 2007
    Posts
    310
    Mentioned
    0 Post(s)
    Quoted
    84 Post(s)

    Default

    instantly logs out and says out of water, when there are skins in slot 2-24

    it is still v12 posted, you didnt update will give proggy if i can figure it out

  13. #13
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Op, I accidentally removed it when I was editing. Check again for version 1.13 =P

  14. #14
    Join Date
    Feb 2015
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Will be testing this today! Thanks

    Edit:
    -------------Glitched Granite Powerminer------------
    ----------------------------------------------------
    - Time running: 12 Minutes and 16 Seconds
    - Exp gained: 4800
    - 26191 e- Current level: 88(4825667)
    - Exp til level: 520665
    - Estimated time to next level: 19 Hours, 52 Minutes and 45 Seconds
    ----------------------------------------------------

    It has an issue with the current level. I'm only 15k exp away from 89 yet it says 520k

    edit 2:

    Issue here:
    Stops after refilling the water
    Last edited by Curse; 03-20-2015 at 07:27 PM.

  15. #15
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Keep only 1 teletab in your inventory at a time - the script depends on it disappearing lol

    I will make that clearer in the instructions

  16. #16
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Curse View Post
    Will be testing this today! Thanks

    Edit:
    -------------Glitched Granite Powerminer------------
    ----------------------------------------------------
    - Time running: 12 Minutes and 16 Seconds
    - Exp gained: 4800
    - 26191 e- Current level: 88(4825667)
    - Exp til level: 520665
    - Estimated time to next level: 19 Hours, 52 Minutes and 45 Seconds
    ----------------------------------------------------

    It has an issue with the current level. I'm only 15k exp away from 89 yet it says 520k

    edit 2:

    Issue here:
    Stops after refilling the water
    Check for post for an aerolib fix to make the exp tracking work correctly.

  17. #17
    Join Date
    Feb 2015
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Probably Glitched View Post
    Check for post for an aerolib fix to make the exp tracking work correctly.
    @Probably Glitched That issue is resolved however the second issue still exists. I pm'd you.

  18. #18
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Curse View Post
    @Probably Glitched That issue is resolved however the second issue still exists. I pm'd you.
    I also explained that you need to carry only 1 lumbridge teletab at a time - the script relies on that slot being freed when you teleport.

  19. #19
    Join Date
    Feb 2015
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Probably Glitched View Post
    I also explained that you need to carry only 1 lumbridge teletab at a time - the script relies on that slot being freed when you teleport.
    That part is done! Sorry, I misspoke. The issue I have no is that I haven't done Prince Ali's Rescue so I still have to pay the 10 GP to enter the gate. I tried bringing gold and testing it with 0 waterskins but it doesn't move if anything but waterskins and pick is in the inventory. Is gold support possible?
    Last edited by Curse; 03-20-2015 at 11:49 PM.

  20. #20
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by Curse View Post
    That part is done! Sorry, I misspoke. The issue I have no is that I haven't done Prince Ali's Rescue so I still have to pay the 10 GP to enter the gate. I tried bringing gold and testing it with 0 waterskins but it doesn't move if anything but waterskins and pick is in the inventory.
    Okay, so a workaround for this would be to put a few thousand coins in your third inventory slot, because the script will not interact with that slot. Only 1, 2, and 24-28 need to be reserved for the script.

  21. #21
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Everything else still needs to be there during recovery, though - an empty first slot (because teletab disappears), and any item that fills everything else to slot 24 (for you, slot 3 would have a few thousand coins and then slot 4 to 24 would have empty water skins. The script will still withdraw 205 coins from the bank every time to pay for the carpet ride and pass.

  22. #22
    Join Date
    Feb 2015
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Probably Glitched View Post
    Okay, so a workaround for this would be to put a few thousand coins in your third inventory slot, because the script will not interact with that slot. Only 1, 2, and 24-28 need to be reserved for the script.
    Sounds good! The only other issue is that it doesn't go back to the right mining spot and mines at the wrong one. It may be an issue with blindwalking but other than that it works fine so far

  23. #23
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Remember to post progress reports! It helps me, and it lands you in the proggy post =O

  24. #24
    Join Date
    Dec 2007
    Location
    Middle of Here and There
    Posts
    417
    Mentioned
    6 Post(s)
    Quoted
    25 Post(s)

    Default

    Also, if you want to test the repositioning methods (they work, but they're a little crazy sometimes), then comment out the Exit; at 550 (Make it be //Exit; instead)

  25. #25
    Join Date
    Feb 2015
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    13 Post(s)

    Default

    Quote Originally Posted by Probably Glitched View Post
    Also, if you want to test the repositioning methods (they work, but they're a little crazy sometimes), then comment out the Exit; at 550 (Make it be //Exit; instead)
    -------------Glitched Granite Powerminer------------
    ----------------------------------------------------
    - Time running: 2 Hours, 48 Minutes and 27 Seconds
    - Exp gained: 64390
    - 25217 exp/hr
    - Current level: 89(4964127)
    - Exp til level: 938704
    - Estimated time to next level: 37 Hours, 13 Minutes and 31 Seconds
    ----------------------------------------------------

    Legitimate rock found. 45.2769256906871 Angle is 55.4077113124901
    TPACHeck passed.
    Taking fire, teleport away!!
    Begin recovery procedure.
    0
    1

    There is my proggy. 2 Issues. For some reason it goes to the wrong spot when walking back to the granite mine. The bigger issue is that sometimes it doesn't refil waterskins properly and walks south so the fountain is off the screen so it can't refill waterskins.

Page 1 of 2 12 LastLast

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
  •