Tested my latest release (v0.1.20) thoroughfully and it works like a charm. So, let's make this straight: Use Low-Quality RS, set your screen color depth as 32bits. That should do the trick. Let me know how it turned out.
However, this script doesn't work if you run in when already logged in. It uses SRL's detection routines whether you're logged in or not. Therefore, you need to run it from the start (before logged in). As I said, set your screen's color depth to 32bits and choose low-quality version of RuneScape.
Good luck,
BustingHard
Very Nice and usefull , still a random number is posibbile
Something like :
addPlayer('player_rick', 'player_rick1', 'ick', [ROCK_IRON, ROCK_TIN], 3+Random(5));
Or with a variable like this
Loads = 2 + random(5)
addPlayer('player_rick', 'player_rick1', 'ick', [ROCK_IRON, ROCK_TIN], loads);
Sorry i can`t testit now , i`m at work and forget my USB stick home![]()
PEOPLE PLEASE AUTO PROPERLY
I have only one word. Beautiful.
Maybe you'd like to add a banking procedure to the script?
You did a wonderful job.
Thank you,
Bombo
Ask and you shall receive lol. Here's the report when I ran it last night and checked it in the morning.
Progress report
-------------------------------------------------------------------------------
Mined 393 rocks and gained 13755 experience
Worked 1h 9m 56s
-------------------------------------------------------------------------------
*********** (not active): 306187exp
-------------------------------------------------------------------------------
Rocks mined : 393, 10.5s/rock
Irons : 393, 3.77s/rock (13755exp, 789 rocks to go)
Rocks lost : 34
Time per load : 4m 55s
Experience gained: 13755exp
12% done to next level
27585exp to go
Mining level : 61 (2h 18m to next)
Rnds. encountered: 2
Worked : 1h 8m 56s
-------------------------------------------------------------------------------
I was looking at Charmz's Willow Raper's auto responder, a more developed auto responder like hers might be handy?
Bombo
Hey, this looks like a very good script. And it actually moves (lol) but your script a little confusing to us new folks to SCAR. Mind if you give me a little direction to set it to powermine iron ores? I don;t need all the other fnecy world changing and player changes things. Just 1 player to keep powermining is fine. Please let me know. Thanks alot.
BTW: Can I use this at varrock east mining site? It seems all the reports were from Rimmington.
Greetings,
I advise you to read instructions from the first post. However, here it goes in a nutshell:
Open file btpowerminer.scar. Find procedure initialize. After that, type the following:
SCAR Code:addPlayer('yournickname', 'yourpassword', 'partfromnickname', [ROCK_IRON], 5);
Then you replace yournickname with your player login-name, yourpassword with your account's password and partfromnickname with a part of your account's name. For example, if your account is "myAccount", you would use "yAcco".
This setting only mines iron and five (5) loads per time after it changes the world. You simply remove all the other addPlayers from initialize procedure.
Couldn't be any easier than this.
And, yes. You can use this at Varrock also. However, as I am having a holiday at the moment, the script doesn't recognize Varrock as a place since it needs update. That doesn't matter, it still does the job. I'll fix that as soon as I get home.
Have fun
BustingHard
cheers
Great work!
The only things that don't properly work here:
-It never drops the bottom 2 inventory rows succesfully.
-Logging in doesn't work yet.
But it looks like it works for others..so I'll check what I can do about it.
EDIT:
That bugged it for me.Code://if (p.y = 5) then begin // dy := dy - 18; //end else if (p.y = 6) then begin // dy := dy - 60; //end;
I removed that, and added a little random to the mouse Y: (just to be sure..)
Code:mouse(bp.x - 5 + random(10), dy+random(4)-2, 0, 0, true);
Meep meep !
There are currently 1 users browsing this thread. (0 members and 1 guests)