Welcome!

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

Sign up now!

[OutDated]Exia Miner AIO [Deleted]

Status
Not open for further replies.
Joined
Jan 8, 2015
Messages
1,427
What I have so far;

Java:
Integer[] clay = {7481, 7483, 13456, 13457, 13458};
Integer[] tin = {7484, 7486, 13447, 13448, 13449, 14883, 14864, 14863};
Integer[] copper = {7478, 7479, 7480, 13450, 13451, 13452, 13708, 14884, 14885, 1488};
Integer[] iron = {7487, 7488, 7489, 13444, 13445, 13446, 13710, 13711};
Integer[] silver = {13716, 13717};
Integer[] coal = {13706, 13714, 14860, 14861, 14862};
Integer[] gold = {7490, 7492, 13707, 13715};
Integer[] mithril = {13718, 13719, 14890, 14948, 14949};
Integer[] adamantite = {14168, 13720, 14887, 14889};
 
Joined
Nov 3, 2013
Messages
609
What I have so far;

Java:
Integer[] clay = {7481, 7483, 13456, 13457, 13458};
Integer[] tin = {7484, 7486, 13447, 13448, 13449, 14883, 14864, 14863};
Integer[] copper = {7478, 7479, 7480, 13450, 13451, 13452, 13708, 14884, 14885, 1488};
Integer[] iron = {7487, 7488, 7489, 13444, 13445, 13446, 13710, 13711};
Integer[] silver = {13716, 13717};
Integer[] coal = {13706, 13714, 14860, 14861, 14862};
Integer[] gold = {7490, 7492, 13707, 13715};
Integer[] mithril = {13718, 13719, 14890, 14948, 14949};
Integer[] adamantite = {14168, 13720, 14887, 14889};
Thanks, all of my code is based off the name of the rock and it's location, so ids aren't the problem. It's the actual Positions of the rocks that are different. I would keep making your miner though. Competition breads better scripts.
 
Joined
Nov 3, 2013
Messages
609
TheBat updated Bat Miner AIO with a new update entry:

Bat Miner AIO v1.3.6 Released!

Bat Miner AIO updated to v1.3.6.
1. Major improvement on CPU usage
2. Added some more camera movement
3. New dynamic reflex system
4. Some additional anti-pattern randomization including:
  • Occasionally will mine an ore even if the inventory is full
  • Occasionally will time out early while waiting causing double clicking of rocks
  • Occasionally will right click instead of hovering the next rock
5. Better usage of the player sense system, your player will now close the bank in different ways

No new locations add.

Read the rest of this update entry...
 
Joined
Nov 3, 2013
Messages
609
please implement the iron rocks around rock crabs as it is always empty just need to implement something that dodges the wolf that auto attacks you
Using Peer the Seer to deposit? Or is there a different bank around there?
 
Joined
Dec 17, 2014
Messages
836
That's already guaranteed look back a page............................................

don't care I just power mine for iron ore not worth banking way to slow exp and the gp/ rates are pretty shit

only 25k/hr with powermining
 
Joined
Nov 3, 2013
Messages
609
Here is my next to do list for v1.4.12:
  1. Multi ore support
  2. Power mining
  3. Full support of Al Kharid (iron is still missing)
  4. Rimmington
  5. Pirates' Hideout
  6. Lumbridge West
  7. Lumbridge East
  8. Living Rock Cavern
  9. Coal Trucks
  10. OSRS support
@Jesse I'm not going to specifically add the Relleka iron mine since there is no real bank nearby. Instead, I'm just going to bump up Power mining to this update for you. Also, I think you should know that if you disable DRS, this script can get 28-35k/hr at the dwarven resource dungeon by banking the iron since the deposit box is so close that it is usually faster than dropping, though please note that those rates are on populated worlds where the iron respawn time is VERY low.

PS: In case anyone case, my versioning system is working like this: Major.minor.number of locations. The next update will support 12 unique locations!
 
Joined
Nov 3, 2013
Messages
609
this looks good. how do i download this??
It's on the bot store, simply add it like any script.

A quick update, I've explored OSRS, and it is definitely plausible to integrate it. There are a few problems however that I'll have to solve first. That is, rocks do not use the name of the rock on the actual object like they do in RS3. This means that my rock validation will need to be a bit rewritten, though that is still pretty trivial. The main issue is data collection, @Geashaw gave me some IDs, and it's a place to start, however location support in OSRS will be limited when compared to RS3, some locations for power mining may not work, and finally the ids can be changed, so the script may stop functioning at anytime after an RS update. Keeping all that in mind, I still do plan to move forward with OSRS and these are the first locations that I plan to add:
  1. Varrock East (OS)
  2. Varrock West (OS)
  3. Al Kharid (OS)
Stay tuned for most updates in the next couple of days.
 
Tiny update today to fix that stupid Camera Yaw exception.
 
Joined
Nov 8, 2014
Messages
14
Here is my next to do list for v1.4.12:
  1. Multi ore support
  2. Power mining
  3. Full support of Al Kharid (iron is still missing)
  4. Rimmington
  5. Pirates' Hideout
  6. Lumbridge West
  7. Lumbridge East
  8. Living Rock Cavern
  9. Coal Trucks
  10. OSRS support
@Jesse I'm not going to specifically add the Relleka iron mine since there is no real bank nearby. Instead, I'm just going to bump up Power mining to this update for you. Also, I think you should know that if you disable DRS, this script can get 28-35k/hr at the dwarven resource dungeon by banking the iron since the deposit box is so close that it is usually faster than dropping, though please note that those rates are on populated worlds where the iron respawn time is VERY low.

PS: In case anyone case, my versioning system is working like this: Major.minor.number of locations. The next update will support 12 unique locations!

Looking good! Thanks for all the hard work.
Quick question:
A little while back you asked if people wanted gem cutting support for Shilo village, not sure if you decided to add it or not. Personally I would love to see gem cutting support for the Gem Mines in Shilo village if its not too late to add. Looks like you have a full plate at the moment with other more important updates so I do not expect it to be added right away, but if you find the time to add that sometime in the next month or two it would be much appreciated. Not a huge priority but maybe sometime in the future if/when you find time would be great.

Thanks again for all the updates/work you put into this and great support provided. This script looks like it has a very promising future, I look forward to using it as it continues to improve and grow.
 
Joined
Nov 3, 2013
Messages
609
Looking good! Thanks for all the hard work.
Quick question:
A little while back you asked if people wanted gem cutting support for Shilo village, not sure if you decided to add it or not. Personally I would love to see gem cutting support for the Gem Mines in Shilo village if its not too late to add. Looks like you have a full plate at the moment with other more important updates so I do not expect it to be added right away, but if you find the time to add that sometime in the next month or two it would be much appreciated. Not a huge priority but maybe sometime in the future if/when you find time would be great.

Thanks again for all the updates/work you put into this and great support provided. This script looks like it has a very promising future, I look forward to using it as it continues to improve and grow.
No problem man, I'll back on the list, but it's gonna be around smelting/wetting on the way to the bank. I'm coming up on finals week for school, so I have a crap ton of papers and programs/projects that I need to do so I've been neglecting this except for things that are show stoppers. I should start going full steam again in about 2-3 weeks, and depending on my homework load, I'll try to sneak in an update here or there.
 
Joined
Nov 8, 2014
Messages
14
No problem man, I'll back on the list, but it's gonna be around smelting/wetting on the way to the bank. I'm coming up on finals week for school, so I have a crap ton of papers and programs/projects that I need to do so I've been neglecting this except for things that are show stoppers. I should start going full steam again in about 2-3 weeks, and depending on my homework load, I'll try to sneak in an update here or there.

Sounds great thanks! School and real-life stuff is always more important, that is completely understandable. Focus on school and get those grades. We can wait a few weeks no problem, your teachers and professors wont wait. :p lol. Good luck with your courses and finals.
 
Joined
Nov 3, 2013
Messages
609
Keeps getting stuck at the bank for some reason. Just stands there.
Which location? If it's Shillo, make sure you start it on the bridge since it uses region paths because I haven't had time to upgrade it to full web walking.
 
Joined
Feb 17, 2015
Messages
112
Which location? If it's Shillo, make sure you start it on the bridge since it uses region paths because I haven't had time to upgrade it to full web walking.
Its happened a few times at shilo and west varrock.
 
Status
Not open for further replies.
Top