Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Tutorial PowerMiner [Deleted]

Status
Not open for further replies.
Joined
Apr 5, 2015
Messages
297
doesnt drop ores w/ action bar. would bue cool to see added.
Also maybe a proggy/gui whatever its called to show exp/h
 
Why have abs when you can have kebabs?
Joined
Sep 16, 2015
Messages
165
My suggestion is, quit using bots that aren't updated for spectre.
the mining works perfect just dropping. how can people update their scripts if people don't report errors or issues the scripts.
 
Joined
Dec 10, 2014
Messages
3,255
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:
for(int attempts = 0; attempts < maxAttempts && !Inventory.contains("Iron ore"); attempts++) {
where it should have been
Code:
for(int attempts = 0; attempts < maxAttempts && Inventory.contains("Iron ore"); attempts++) {
Not getting notifications can be annoying sometimes -__-
 
Χ Ξ Σ
Joined
Apr 15, 2016
Messages
379
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?
 
Joined
Jan 27, 2015
Messages
1,557
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?
It's essentially a powerminer, so I doubt that... unless there's an upcoming Alpha miner.
 
Why have abs when you can have kebabs?
Joined
Sep 16, 2015
Messages
165
one of the best scripts on here, the times are fast getting ores, action bars reasonable. Was wondering if granite support would ever happen? or seren stones.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
one of the best scripts on here, the times are fast getting ores, action bars reasonable. Was wondering if granite support would ever happen? or seren stones.

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 :)
 
Why have abs when you can have kebabs?
Joined
Sep 16, 2015
Messages
165
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 :)
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.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,760
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

GiCFCeE.png
 
Why have abs when you can have kebabs?
Joined
Sep 16, 2015
Messages
165
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

GiCFCeE.png
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.
 
Joined
Dec 10, 2014
Messages
3,255
This resource has been removed and is no longer available for download.
 
Status
Not open for further replies.
Top