1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Tutorial PowerMiner [Deleted]

Discussion in 'Bot Support & Feedback' started by SlashnHax, Jan 11, 2015.

Thread Status:
Not open for further replies.
  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    #1 SlashnHax, Jan 11, 2015
    Last edited by a moderator: Oct 26, 2015
  2. Russian

    Joined:
    Apr 24, 2015
    Messages:
    32
    Likes Received:
    10
    Action bar drop doesnt work.
     
  3. ozdev

    Joined:
    Apr 5, 2015
    Messages:
    297
    Likes Received:
    41
    doesnt drop ores w/ action bar. would bue cool to see added.
    Also maybe a proggy/gui whatever its called to show exp/h
     
  4. The Professor

    The Professor Good News Everyone

    Joined:
    May 27, 2015
    Messages:
    223
    Likes Received:
    20
    NVM
     
  5. ozdev

    Joined:
    Apr 5, 2015
    Messages:
    297
    Likes Received:
    41
    nvm?
     
  6. The Professor

    The Professor Good News Everyone

    Joined:
    May 27, 2015
    Messages:
    223
    Likes Received:
    20
    was gonna say i fixed his but than it got deleted so give me a min making a new scrip.t
     
  7. Kyler1994

    Kyler1994 Why have abs when you can have kebabs?

    Joined:
    Sep 16, 2015
    Messages:
    165
    Likes Received:
    36
    Action bar wont drop for me bud
     
  8. Chowie420

    Joined:
    Apr 11, 2016
    Messages:
    65
    Likes Received:
    2
    My suggestion is, quit using bots that aren't updated for spectre.
     
  9. Kyler1994

    Kyler1994 Why have abs when you can have kebabs?

    Joined:
    Sep 16, 2015
    Messages:
    165
    Likes Received:
    36
    the mining works perfect just dropping. how can people update their scripts bots if people don't report errors or issues the scripts bots.
     
  10. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    Okay, so for some reason I've never had any notifications from this topic.
    The item bar dropping was definitely bugged, from the very beginning. The code was
    Code (Text):
    1. for(int attempts = 0; attempts < maxAttempts && !Inventory.contains("Iron ore"); attempts++) {
    where it should have been
    Code (Text):
    1. for(int attempts = 0; attempts < maxAttempts && Inventory.contains("Iron ore"); attempts++) {
    Not getting notifications can be annoying sometimes -__-
     
  11. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
  12. Kyler1994

    Kyler1994 Why have abs when you can have kebabs?

    Joined:
    Sep 16, 2015
    Messages:
    165
    Likes Received:
    36
  13. AlexH666

    AlexH666 Χ Ξ Σ

    Joined:
    Apr 15, 2016
    Messages:
    379
    Likes Received:
    101
    Is banking a thing you have in mind?
    Dwarf mine, 3 iron ores next to lvl 15 dungeon where there is a deposit box.

    Perhaps it's easy to implement?
     
  14. Insomniac

    Joined:
    Jan 27, 2015
    Messages:
    1,557
    Likes Received:
    529
    It's essentially a powerminer, so I doubt that... unless there's an upcoming Alpha miner.
     
    AlexH666 likes this.
  15. Kyler1994

    Kyler1994 Why have abs when you can have kebabs?

    Joined:
    Sep 16, 2015
    Messages:
    165
    Likes Received:
    36
    one of the best scripts bots on here, the times are fast getting ores, action bars reasonable. Was wondering if granite support would ever happen? or seren stones.
     
  16. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    The reason it's a tutorial powerminer is so that others can learn the basic concept of coding for RuneMate with this as a reference, I don't think the bot was intended to be an AIO powerminer. Hey, you should take a crack at making your own, feels pretty good releasing a bot :)
     
  17. Kyler1994

    Kyler1994 Why have abs when you can have kebabs?

    Joined:
    Sep 16, 2015
    Messages:
    165
    Likes Received:
    36
    i did not know this was to start scripting? If this is the case i'm giving it ago! Always something i've been interested in but never really..sat down? could you point me into the right direction i'll certainly give it a shot.
     
  18. Party

    Party Client Developer

    Joined:
    Oct 12, 2015
    Messages:
    3,708
    Likes Received:
    1,606
    You can download the source code for open source bots by filtering in the bot store, and then selecting the "Download source" button next to the "Add to client" button. As far as tutorials etc go, I started writing a series of mini-guides which go pretty in-depth, and Eagles has 2 video tutorials available.

    If you're really planning on getting into it, you should check out the RM Slack and Discord: Join Developer Chat | RuneMate

    [​IMG]
     
    Kyler1994 likes this.
  19. Kyler1994

    Kyler1994 Why have abs when you can have kebabs?

    Joined:
    Sep 16, 2015
    Messages:
    165
    Likes Received:
    36
    Sweet, got alot of free time atm due to health issues atm and learning scripting/basic code knowlage could give me a career once i'm back on my feet. I'll take a look once i've caught up on the latest legends of tomorrow episode.
     
  20. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,198
    Likes Received:
    1,041
    This resource has been removed and is no longer available for download.
     
Thread Status:
Not open for further replies.

Share This Page

Loading...