PDA

View Full Version : [SRL] Power Miner



Pages : [1] 2

Dynamite
01-26-2010, 09:55 PM
Power Miner

HERE IS MY PRESENT TO YOU SRL! Merry Christmas!

Current Status: Working

Current Version: 5.0

Script History

v1.0 - Released - 1 view
v1.1 - 9 views
v1.2 - 31 views
[S]Fixed Ore Counting.
Fixed Double Clicking.
Fixed Stats.
Fixed Proggy.
Fixed Finding Ores.
v2.0 - Fixed lots
v3.0 - Added emailing reports and Compiling issues
v4.0 COMPLETE REBUILD - views: 65
v4.1 - Fixed counting ores
v4.2 - compatible with SRL 5 - 1200+ views
v5 - Rebuild.

Features:
Super Fast Ore Detection!
Power Mines ANYWHERE!
Multi Player
SMART
Safe - AntiRandoms and AntiBan
Stats!


Bugs/Suggestions/To Do List:

Add Dragon Pickaxe compatibility


Instructions:
You need SMART8

{
| .:Ores Available:.
| ¤ tin
| ¤ copper
| ¤ iron
| ¤ coal
|
|
}

const
TooManyPlayers = 10; // How many players is too crowded till we move world?
Version = 'Christmas'; // Leave
ScriptName = '[SRL] Power Miner'; // Leave
SmartMembers = False; // Are you a member?
SmartWorld = 123; // What SmartWorld?
DependClick = 5; // 1 in how many clicks is a right click option. (Mining)
DoDebug = True; // Do you want the script to debug?
SRLStats_UserID = ''; // Your SRL Stats username.
SRLStats_Password = ''; // Your SRL Stats Password.
Fill in Declare Players including Stats User and Pass.
Hit run!


SRL is THE MOST trustable of all runescape cheating communities, I guarantee this script will not steal your password silly, look at how many people are using it!


Please post Progress reports otherwise I will move to Members.

If you would like to donate, to keep me updating this script please use this button:
https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TGV5NNK94ZSPA&lc=GB&item_name=Boom%20Scripting&currency_code=GBP&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonH osted)

If you do not have the funds to donate then can I suggest Rep+ me? :)

Have Fun!
-Boom

Dynamite
01-26-2010, 09:56 PM
Longest Proggy



/---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 5 Hours, 24 Minutes and 47 Seconds |
| Ores Mined: 2689 |
| Loads: 101 |
| EXP Gained 94115
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

Frement
01-26-2010, 10:02 PM
You could have added them to main post.

Also ill test tomorrow.

Bionicle
01-26-2010, 10:09 PM
Hmm...one thing i see
I may be wrong, because i never use GetSystemTime, I always use MarkTime, and I'm just guessing how it works, but GetSystemTime gets the time running from the start of the script, right? Or am i just an idiot :p.

Dynamite
01-26-2010, 10:10 PM
You are right Bionicle.

Bionicle
01-26-2010, 10:12 PM
You are right Bionicle.

OK, so if thats right, then in your MineOre function,
//stuff
T := GetSystemTime;
while (not FindOre(which, x, y)) do
begin
AntiRandoms;
Case Random(2) Of
0: Wait(200 + Random(500));
1: SleepAndMoveMouse(400 + Random(1000));
End;
If (GetSystemTime - T > 60000) Then
begin
writeln('couldn''t find ore?'); //lol lol lol lol
Result := false;
exit;
end;
Wouldn't that mean that every time after a minute from the start of the script it would say it couldn't find the ore?

EDIT: Oh wait, i didn't see the GetSystemTime - T aha, my bad nvm :p

Dynamite
01-26-2010, 10:13 PM
Wait, no, it gets the time from when you called AFAIK.

TRiLeZ
01-26-2010, 10:14 PM
Hmm...one thing i see
I may be wrong, because i never use GetSystemTime, I always use MarkTime, and I'm just guessing how it works, but GetSystemTime gets the time running from the start of the script, right? Or am i just an idiot :p.


procedure MarkTime(var TimeMarker: Integer);
begin
TimeMarker := GetSystemTime;
end;




Or am i just an idiot :p.

Your just an idiot. :p

Dynamite
01-26-2010, 10:30 PM
Update to 1.1
- Disguise fix.

Left pass in :p
Changed already though.

Frement
01-26-2010, 11:04 PM
offtopic: is double posting allowed these days?

MylesMadness
01-26-2010, 11:48 PM
offtopic: is double posting allowed these days?I see what you did there... Calling him out without saying it ;)

Frement
01-26-2010, 11:53 PM
Well i was just thinking because everyones doing it and no-one mentions :/

Dynamite
01-27-2010, 12:03 AM
No people arent supposed to, but if someone does ot every so often, who cares?
It is a post on a forum...

Frement
01-27-2010, 12:13 AM
Btw, your scripts stats wont work properly, you have gained xp but no ores mined.

Dynamite
01-27-2010, 12:15 AM
Yeh, will fix tomorrow.

YoHoJo
01-27-2010, 12:46 AM
Uggh wtf dude :( You stole my script intro design it's exactly the same!
:) I'm flattered you like it.

Dynamite
01-27-2010, 07:52 AM
Sorry YoHoJo, I am rubbish with stuff like that :p
Has anyone tested yet?

Huge Update: 1.2
Fixed Ore Counting.
Fixed Double Clicking.
Fixed Stats.
Fixed Proggy.
Fixed Finding Ores.
New AutoColors.

Please test and report back.
The Proggy saves itself so there is no excuse that you lost it :P

Also got stats sigs!

T~M

Bionicle
01-28-2010, 09:59 PM
Also got stats sigs!

T~M

Hmm this looks familiar :p

Dynamite
01-28-2010, 11:24 PM
Haha, can people please test this!
It is fast and pretty much flawless

Blumblebee
01-28-2010, 11:26 PM
can I ask why you copied the exact design of YoJoHo's script all the way down to his stats signature? Just seems kind of weird to do.

Frement
01-28-2010, 11:28 PM
can I ask why you copied the exact design of YoJoHo's script all the way down to his stats signature? Just seems kind of weird to do.

Its actually my design, and i made the signatures. Im thinking of using it on the signature system i make. And ill add more templates too ofcourse.

Dynamite
01-29-2010, 07:17 AM
//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 1.0 |
\\---------------------------------------//
//-- Multiplayer (2)--
| Player[0] Active: True|
| Time Running: 9 Hours, 34 Minutes and 57 Seconds |
| Ores Mined: 1501 |
| Loads: 0 |
| Ores Mined at a rate of 156 per hour |
| Loads Mined at a rate of 0 per hour |
| EXP Gained 105070
| EXP Gained at a rate of 10967.3229145525 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
| Player[1] Active: True|
| Time Running: 9 Hours, 34 Minutes and 57 Seconds |
| Ores Mined: 0 |
| Loads: 0 |
| Ores Mined at a rate of 156 per hour |
| Loads Mined at a rate of 0 per hour |
| EXP Gained 105070
| EXP Gained at a rate of 10967.3229145525 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

i luffs yeww
01-29-2010, 07:31 AM
"EXP Gained at a rate of 10967.3229145525 per hour"

x] round it, brah.

Dynamite
01-29-2010, 07:41 AM
Ok will do in next version.
You testing?

i luffs yeww
01-29-2010, 07:48 AM
Sorry, no SCAR/SRL on this comp. :<

Dynamite
01-30-2010, 11:04 PM
Oh ok:

//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 1.0 |
\\---------------------------------------//
//-- Multiplayer (2)--
| Player[0] Active: True|
| Time Running: 9 Hours, 35 Minutes and 23 Seconds |
| Ores Mined: 397 |
| Loads: 34 |
| Ores Mined at a rate of 184 per hour |
| Loads Mined at a rate of 3 per hour |
| EXP Gained 95900
| EXP Gained at a rate of 10000.5793407103 per hour |
| Changed player: 1 time/s |
| Please give feedback |
\\----------------------------------------//
| Player[1] Active: True|
| Time Running: 9 Hours, 35 Minutes and 23 Seconds |
| Ores Mined: 1370 |
| Loads: 34 |
| Ores Mined at a rate of 184 per hour |
| Loads Mined at a rate of 3 per hour |
| EXP Gained 95900
| EXP Gained at a rate of 10000.5793407103 per hour |
| Changed player: 1 time/s |
| Please give feedback |
\\----------------------------------------//

Moved to FFA, if it gets abused and no progress reports / feedback, I will move back to Members.

T~M

Zytran
01-31-2010, 06:47 PM
Not working for me, Mouse moves but no click.

i luffs yeww
01-31-2010, 07:48 PM
Not working for me, Mouse moves but no click.

It might not be finding the uptext, but I dunno. Are you using SCAR 3.23?

karlkarlngng
02-01-2010, 11:50 PM
//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 1.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 14 Minutes and 40 Seconds |
| Ores Mined: 0 |
| Loads: 0 |
| Ores Mined at a rate of 0 per hour |
| Loads Mined at a rate of 0 per hour |
| EXP Gained 0
| EXP Gained at a rate of 0 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
File access error
Successfully executed


after the log in it does nothing and shuold have clicked the click here to play plz help

Bionicle
02-01-2010, 11:54 PM
after the log in it does nothing and shuold have clicked the click here to play plz help

LoginPlayer and GameTab are currently broken, devs are working on it, just be patient. Do you know how to update SRL with tortoise?

karlkarlngng
02-02-2010, 01:46 AM
srry but no ima n00b

Dynamite
02-02-2010, 06:43 PM
srry but no ima n00b

Don't worry :)
Do you know if you have SRL Dev?

chitin
02-02-2010, 10:28 PM
i can test it for u....but u rlly shouldn't completely uber theive yohos design. i mean its just...well lets just say id be uber poed if it was mine lol.

u want test or suggestions too lol.

edit:
It might not be finding the uptext, but I dunno. Are you using SCAR 3.23?


wait wutt???freddys site says 3.22 is latests....am i missing something?

Dynamite
02-02-2010, 10:48 PM
Scar pre-release.
And it is some green text...
If YoHoJo, wants me to delete I will.

i luffs yeww
02-02-2010, 11:10 PM
The svn for the prerelease is http://www.freddy1990.com/svn/scarprerelease. :>

Dynamite
02-06-2010, 08:45 AM
Cheers for helping around i luffs yeww! :)

Huge Update! : v2.0

Fixed Ore Counting FINALLY!
No more double clicking.
Disguise shows the current players amount of ores mined.
Won't carry on mining if Loads are done :p
Will email me the proggies :)
- So don't worry.


PLEASE give feedback, or atleast use it? :p

Cheers
T~M

cacto
02-06-2010, 09:26 PM
Thanks :) I'll throw some feedback in this thread after I've tested it a bit.

Dynamite
02-07-2010, 01:55 PM
Ok, cheers cacto :)

grats
02-07-2010, 07:57 PM
Ok, cheers cacto :)

Insanely awesome script I accidentally exited + deleted the screen shots, what creates those I read some of the script screenshot for debug well my whole desktop on virtual machine was clustered with screen shots but it was working perfectly for a few hours and I was watching it while playing WoW it is very nice.

I will run later today and give you a report of it I like this one a lot

Dynamite
02-07-2010, 09:39 PM
Would you guys like an option for screenshotting?
And cheers dxzgxz :)

grats
02-08-2010, 08:29 AM
Would you guys like an option for screenshotting?
And cheers dxzgxz :)

Yeah is it possible to turn it off and on? or maybe.. save it to some random folder, because your script is very light weight compared to others and doesnt lag at all even with screenshot spam so it doesnt matter too much, about to start running it in a bit

Dgby714
02-08-2010, 09:32 AM
Just started the script =) will post a progie and give my report in a few hours if it makes it to that.

EDIT: Got stuck in dropping proccess it hit "Use" instead of "Drop" then just started moving the mouse everywere O.o


//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 2.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 15 Minutes and 2 Seconds |
| Ores Mined: 75 |
| Loads: 3 |
| Ores Mined at a rate of 302 per hour |
| Loads Mined at a rate of 12 per hour |
| EXP Gained 2625
| EXP Gained at a rate of 10570.4697986577 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

Dynamite
02-08-2010, 10:46 AM
Hmm, that is weird...
Are you using smart?
Just try restarting.
I will make a Screenshot option when I get home from school tonight ;)

T~M

grats
02-08-2010, 10:56 AM
Hmm, that is weird...
Are you using smart?
Just try restarting.
I will make a Screenshot option when I get home from school tonight ;)

T~M

Yeah I have everything running on default except how many ores.. and which ores (i picked iron)



| Time Running: 1 Hours, 16 Minutes and 41 Seconds |
| Ores Mined: 708 |
| Loads: 29 |
| Ores Mined at a rate of 554 per hour |
| Loads Mined at a rate of 22 per hour |
| EXP Gained 24780
| EXP Gained at a rate of 19414.1458106638 per hour |
| Changed player: 0 time/s |

I found out if I put it inside of a folder (the script) that is where all the screenshots save lol

I also read a sticky where it says you guys like input on scripts and what you can improve so here it goes: I would say if you can have it pick ores faster if the ore isnt there for instance, it clicked on an ore and a guy mined it before my character ran over there then it stood there for a good 10 seconds till it picked a new one to mine.

other than just that (which it really isnt a big problem anyways...) I really like this power miner it works perfectly imo



edit:
I figured something out it might help you:
it takes a screen shot and saves a bmp file in the same location as the script everytime it gets 28 ores right before it starts to drop them all... so 1 screenshot per load basically

if that helps at all

64mas
02-08-2010, 03:57 PM
only ran for 1 load, then just stood there.
Here's a proggy, I'll edit in more:
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 6 Minutes and 52 Seconds |
| Ores Mined: 25 |
| Loads: 1 |
| Ores Mined at a rate of 226 per hour |
| Loads Mined at a rate of 9 per hour |
| EXP Gained 875
| EXP Gained at a rate of 7914.57286432161 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

Dynamite
02-08-2010, 04:18 PM
dxzgxz, cheers for the proggies :)
Yes, that is how i set it.
I have a few things i can give you options for:
Save screenshot
Ore Counting as we go.
- Atm the script counts ores as you mine, slowing the mining by 1.5 seconds per ore.
I could give you the option for it to just count at the end of each load.

Also i will round off the per hour.

And for the stopping after 1 load.
Make sure you have the loads to do set.
and reload scar


They sound cool?



T~M

Dgby714
02-08-2010, 05:00 PM
Running atm hasnt messed up yet, yay, ill post the progie when its done

grats
02-08-2010, 05:04 PM
dxzgxz, cheers for the proggies :)
Yes, that is how i set it.
I have a few things i can give you options for:
Save screenshot
Ore Counting as we go.
- Atm the script counts ores as you mine, slowing the mining by 1.5 seconds per ore.
I could give you the option for it to just count at the end of each load.

Also i will round off the per hour.

And for the stopping after 1 load.
Make sure you have the loads to do set.
and reload scar


They sound cool?



T~M

Yeah the counting after each load sounds really nice, and options for the screenshot would be nice too, to turn off / on.

they just updated runescape the colors are different I think... and I was running it before that it runs very nicely for hours


it wasnt stopping at each load though it was fine with dropping and going again the only real thing was when someone else snags a mine before your guy starts to mine it, it sits there for a while I think it *waits to see that it got the ore* but since there is no ore there it just sits there for a while



yea yours works with the update still =] I found that if you put it in 'safe mode' it still works well with scripts

Dynamite
02-08-2010, 06:11 PM
Yeah the counting after each load sounds really nice, and options for the screenshot would be nice too, to turn off / on.

they just updated runescape the colors are different I think... and I was running it before that it runs very nicely for hours


it wasnt stopping at each load though it was fine with dropping and going again the only real thing was when someone else snags a mine before your guy starts to mine it, it sits there for a while I think it *waits to see that it got the ore* but since there is no ore there it just sits there for a while



yea yours works with the update still =] I found that if you put it in 'safe mode' it still works well with scripts

Ok, will add them now.
Yeah, it does that, because it works on timing and Animation.
So if it is still animating it is still "mining" even if the ore is gone.
OR if it gets to 6 seconds. (IIRC)

I have decided I am going to make an army and get them to 99 :D

Dgby714
02-08-2010, 07:46 PM
lol


//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 2.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 2 Hours, 58 Minutes and 20 Seconds |
| Ores Mined: 1205 |
| Loads: 46 |
| Ores Mined at a rate of 405 per hour |
| Loads Mined at a rate of 15 per hour |
| EXP Gained 42175
| EXP Gained at a rate of 14192.3724060572 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
STATS: "This website has exceeded it's allowed quota of simultaneous users and your request cannot be processed at the moment.<br>Please try again in 15 seconds."

Dynamite
02-08-2010, 09:14 PM
Nice proggy :)

T~M

64mas
02-08-2010, 11:41 PM
Here's another one, sinci I', too lazy to eddit my post. :D
Edit: forgot the proggy:
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 31 Minutes and 25 Seconds |
| Ores Mined: 187 |
| Loads: 8 |
| Ores Mined at a rate of 361 per hour |
| Loads Mined at a rate of 15 per hour |
| EXP Gained 6545
| EXP Gained at a rate of 12647.3429951691 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

Audhulma
02-09-2010, 07:53 AM
they just updated runescape the colors are different I think... and I was running it before that it runs very nicely for hours


Yeah, I think the colors are different for me too. Even in safe mode the script sometimes only "sees" one rock and it often picks up the ores that I've dropped.

Dynamite
02-09-2010, 07:57 AM
Hmm ok, well i was at football last night so couldnt update.
i am at school now, I will update when I get home.
Could someone send me a couple of screenshots of it screwing up please.
Cheers

T~M

grats
02-09-2010, 07:29 PM
Ok, will add them now.
Yeah, it does that, because it works on timing and Animation.
So if it is still animating it is still "mining" even if the ore is gone.
OR if it gets to 6 seconds. (IIRC)

I have decided I am going to make an army and get them to 99 :D

ahhh have fun getting them to 99 lol!

whats your favorite place to do the iron?



Hmm ok, well i was at football last night so couldnt update.
i am at school now, I will update when I get home.
Could someone send me a couple of screenshots of it screwing up please.
Cheers

T~M

Not really screwing up for me at all just some things with options as we discussed would be nice



Yeah, I think the colors are different for me too. Even in safe mode the script sometimes only "sees" one rock and it often picks up the ores that I've dropped.

yeah someone said it looked more yellow but all my scripts run 100% fine so I dont know !

Dynamite
02-09-2010, 07:35 PM
Audhulma, what are you mining?
Copper?

And dxzgxz, I have done the Screenshot option.
I am having a small difficulty with the OreCounting option, but update should be within the hour :)

T~M

Dynamite
02-09-2010, 08:12 PM
Update to 2.1
More options!
- ScreenShot?
- Count As we go!

Audhulma
02-10-2010, 03:44 AM
Audhulma, what are you mining?
Copper?

T~M

Nope, I'm mining iron. The kind of iron that is all about the same colour rock, not the kind with the veins of iron.

grats
02-10-2010, 06:01 AM
Update to 2.1
More options!
- ScreenShot?
- Count As we go!

testing =]


very good, going to let it run more before I post a proggie
but something I saw was



Version = '2.0'; // Leave


should be 2.1? lol not that it matters








| Time Running: 41 Minutes and 47 Seconds |
| Ores Mined: 469 |
| Loads: 18 |
| Ores Mined at a rate of 636 per hour |
| Loads Mined at a rate of 24 per hour |
| EXP Gained 16415
| EXP Gained at a rate of 22274.4063324538 per hour |
| Changed player: 0 time/s |

Dynamite
02-10-2010, 07:20 AM
Yeh, it doesn't matter :p


| The Man\'s Extravagant Power Miner EPM |
| Version 2.0 |
\\\\---------------------------------------//
//------------ Single Player ------------\\\\
| Player[0] Active: True|
| Time Running: 6 Hours, 46 Seconds |
| Ores Mined: 2892 |
| Loads: 104 |
| Ores Mined at a rate of 481 per hour |
| Loads Mined at a rate of 17 per hour |
| EXP Gained 101220
| EXP Gained at a rate of 16842.7085740698 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\\\----------------------------------------//
That is with v2.1 :)
And also that is using the new features.

grats
02-10-2010, 08:54 PM
Yeh, it doesn't matter :p


| The Man\'s Extravagant Power Miner EPM |
| Version 2.0 |
\\\\---------------------------------------//
//------------ Single Player ------------\\\\
| Player[0] Active: True|
| Time Running: 6 Hours, 46 Seconds |
| Ores Mined: 2892 |
| Loads: 104 |
| Ores Mined at a rate of 481 per hour |
| Loads Mined at a rate of 17 per hour |
| EXP Gained 101220
| EXP Gained at a rate of 16842.7085740698 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\\\----------------------------------------//
That is with v2.1 :)
And also that is using the new features.

lol nice


Time Running: 2 Hours, 22 Minutes and 37 Seconds |
| Ores Mined: 1455 |
| Loads: 52 |
| Ores Mined at a rate of 604 per hour |
| Loads Mined at a rate of 21 per hour |
| EXP Gained 50925
| EXP Gained at a rate of 21172.1907841552 per hour |

Dynamite
02-10-2010, 09:00 PM
lol nice


Time Running: 2 Hours, 22 Minutes and 37 Seconds |
| Ores Mined: 1455 |
| Loads: 52 |
| Ores Mined at a rate of 604 per hour |
| Loads Mined at a rate of 21 per hour |
| EXP Gained 50925
| EXP Gained at a rate of 21172.1907841552 per hour |

Very nice :)
MASSIVE ores per hour :D

grats
02-11-2010, 10:02 AM
Very nice :)
MASSIVE ores per hour :D

Lol yeah I usually look at the loads, I've seen 23 loads per hour before that was the highest

fatnewguy
02-11-2010, 04:49 PM
how many characters u guys suggest will just 1 work?

Dynamite
02-11-2010, 05:16 PM
Well I use 1, so 1 is fine.
More means longer overall running.
But the multiplayer proggy is messed up :s

T~M

gn8771
02-12-2010, 09:48 PM
how do i fix: Unknown identifier 'SmartIsKeyDown'

sorry i just got back into SCAR and I'm having terrible difficulty figuring everything out =/

YoHoJo
02-12-2010, 09:54 PM
how do i fix: Unknown identifier 'SmartIsKeyDown'

sorry i just got back into SCAR and I'm having terrible difficulty figuring everything out =/

I'm guessing you need to move you plugins:
SCAR>Tools>Options>SRL Download>Move Plugins.

If that fails, delete everything, and follow this:
http://www.villavu.com/forum/showthread.php?t=47714

grats
02-13-2010, 05:20 AM
One thing I just tried was mining coal, it clicks a lot.. like every second I dont trust that lol isnt it bad for scripts to do that?

poisike323
02-14-2010, 04:04 PM
Line 20: [Error] (20:16): Unknown identifier 'TabExists' in script C:\Documents and Settings\Mirko\Desktop\scarprerelease\includes\SRL \SRL\Core\AntiRandoms\Sandwich.scar
Heeeeelp!:d

poisike323
02-14-2010, 04:14 PM
WHEN I hit run first time then it says Line 270: [Error] (15600:1): Invalid number of parameters in script C:\Documents and Settings\Mirko\Desktop\scarprerelease\includes\SRL \SRL\Core\AntiRandoms\Sandwich.scar
And second time when i Hit it it says:
Line 20: [Error] (20:16): Unknown identifier 'TabExists' in script C:\Documents and Settings\Mirko\Desktop\scarprerelease\includes\SRL \SRL\Core\AntiRandoms\Sandwich.scar

Dynamite
02-14-2010, 04:19 PM
Get SRL Dev.
and make sure you have moved your plugins.

poisike323
02-14-2010, 09:55 PM
Can u give me the right link where I can download this SRL dev plz?

YoHoJo
02-14-2010, 10:03 PM
Can u give me the right link where I can download this SRL dev plz?

Follow the first link in step 1
http://www.villavu.com/forum/showthread.php?t=54929

Bionicle
02-14-2010, 10:04 PM
Can u give me the right link where I can download this SRL dev plz?

http://www.villavu.com/repositories/srl-opendev

:)

E: :ninja:'d

poisike323
02-14-2010, 10:16 PM
Now I downloaded it..copyd every file from folder: place inside plugins folder to plugins
I copyed the script to scar..made rune window to target and pressed run for script and still it says : Include file C:\Documents and Settings\Mirko\Desktop\scarprerelease\includes\SRL \SRL\Core\Defines.scar does not exist.
Failed when compiling
Im a beginner..be patience with me man:D

MylesMadness
02-14-2010, 10:34 PM
What errors does it say after failed when compiling?

poisike323
02-14-2010, 10:43 PM
When I press rune first time it says: Failed when compiling
Line 270: [Error] (15600:1): Invalid number of parameters in script C:\Documents and Settings\Mirko\Desktop\scarprerelease\includes\SRL \SRL\Core\AntiRandoms\Sandwich.scar
And then when I press run agen it says:
Failed when compiling
Line 20: [Error] (20:16): Unknown identifier 'TabExists' in script C:\Documents and Settings\Mirko\Desktop\scarprerelease\includes\SRL \SRL\Core\AntiRandoms\Sandwich.scar
Im so confused..it`s almost impossible to make it work:S

Bionicle
02-14-2010, 10:57 PM
When I press rune first time it says: Failed when compiling
Line 270: [Error] (15600:1): Invalid number of parameters in script C:\Documents and Settings\Mirko\Desktop\scarprerelease\includes\SRL \SRL\Core\AntiRandoms\Sandwich.scar
And then when I press run agen it says:
Failed when compiling
Line 20: [Error] (20:16): Unknown identifier 'TabExists' in script C:\Documents and Settings\Mirko\Desktop\scarprerelease\includes\SRL \SRL\Core\AntiRandoms\Sandwich.scar
Im so confused..it`s almost impossible to make it work:S

Do you have SCAR 3.23 pre-release? Or 3.22? Cause you need 3.23

poisike323
02-14-2010, 11:01 PM
I have scar 3.23 beta. I have downloaded so many things by now because everyone says diffrent stuff..maybe I should uninstall everything and do everything from the beginning agen or what U guys think?

Bionicle
02-14-2010, 11:07 PM
I have scar 3.23 beta. I have downloaded so many things by now because everyone says diffrent stuff..maybe I should uninstall everything and do everything from the beginning agen or what U guys think?

That seems to fix a lot of things these days ^.^
It wouldn't take too long, try it.

YoHoJo
02-14-2010, 11:19 PM
poisike323 read my guide Mr!
I have a section SPECIFICALLY about the sandwich.scar error!
http://www.villavu.com/forum/showthread.php?t=54929
Also, you need to move your plugins I believe.

poisike323
02-15-2010, 03:43 PM
If it`s not too much to ask then can somebody give me his msn so he can teach me how to make it work right. If not then I try myself agen.

Where I can download smart?

It is working!! Thanks to you guys! Thank u all

damn! It mined and droped all bag and then scar sayd:[Runtime Error] : Exception: Access violation at address 00404472 in module 'scar.exe'. Read of address 00000002 in line 898 in script
:S:S

Do I have to open runescape window..log in, make it scar target, and then I press run..then pops up smart window and it press log in button, but thats all...to I have to disable smart and log in myself and the enable smart or it have to log in itself??

Plz tell me step by step what to do

Dynamite
02-15-2010, 04:50 PM
Just restart scar.
BTW, *please* use the edit button :)

T~M

poisike323
02-15-2010, 09:39 PM
Is there scripts like mining scripts that don`t drop ore and takes it to the bank?

Zyt3x
02-15-2010, 09:39 PM
Is there scripts like mining scripts that don`t drop ore and takes it to the bank?Yes, but you have to be a JR member to get them (If you do not know how you become one then read a tutorial :))

Bionicle
02-15-2010, 09:42 PM
Yes, but you have to be a JR member to get them (If you do not know how you become one then read a tutorial :))

http://www.villavu.com/forum/showthread.php?t=50475 ;)

Mr.Freddy
02-16-2010, 09:21 PM
I have a problem when i run this script and its mining it keeps clicking on the ore. This is detectable could this get fixed?

Dynamite
02-16-2010, 11:02 PM
Hmm, what ores? and what settings?

T~M

robertlol
02-17-2010, 06:47 AM
hi i tried to run your script but it only clicks in two places constantly really fast
and ontop of that the screen flickers ALOT.

touch
02-17-2010, 07:16 AM
Im going to try this script.

YoHoJo
02-17-2010, 07:55 AM
hi i tried to run your script but it only clicks in two places constantly really fast
and ontop of that the screen flickers ALOT.

Make sure you are using runescape on SAFE MODE and have it on FIXED screen graphics.

Mr.Freddy
02-17-2010, 08:22 AM
Hmm, what ores? and what settings?

T~M

On Tin ores it does that, Didn't try any other ores.

If you could fix this i gonna use this. I just got RsBot for me to bot.... But yea it f@cked up very fast but i still hope it got me till 15 mining then i can try it on irons because ur siggy looks :norris:

mattyc
02-17-2010, 09:01 AM
Thanks Great script gained me alot of levels. However found the script still trying to run after being logged out. After logging in found my character in the training camp random. Does this script not handle the randoms very well or am I not setting up right? Will post report tonight. Cheers

YoHoJo
02-17-2010, 09:09 AM
Thanks Great script gained me alot of levels. However found the script still trying to run after being logged out. After logging in found my character in the training camp random. Does this script not handle the randoms very well or am I not setting up right? Will post report tonight. Cheers

The SRL include handles randoms as best it can. It attempts to solve what it can solve, and if it fails, it logs your character out moves onto the next character (if you entered more than 1 character), otherwise it just stops.

Check out the link in my signature about SRL randoms to report any errors/problems with SRL randoms you find so we can fix them better!

Mr.Freddy
02-17-2010, 09:21 AM
TheMan it still keeps spam clciking on the iron rock while already mining on iron aswell.

Im still going to let it run but just so you can fix it it would make the scripts loads better and i think its quite a easy fix.


Proggy:


//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 2.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 57 Minutes and 34 Seconds |
| Ores Mined: 243 |
| Loads: 9 |
| Ores Mined at a rate of 249 per hour |
| Loads Mined at a rate of 9 per hour |
| EXP Gained 8505
| EXP Gained at a rate of 8735,52068473609 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

Thanks for getting me 21-32 mining! But please fix it that it spams the ores.

Dynamite
02-17-2010, 12:31 PM
TheMan it still keeps spam clciking on the iron rock while already mining on iron aswell.

Im still going to let it run but just so you can fix it it would make the scripts loads better and i think its quite a easy fix.


Proggy:


//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 2.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 57 Minutes and 34 Seconds |
| Ores Mined: 243 |
| Loads: 9 |
| Ores Mined at a rate of 249 per hour |
| Loads Mined at a rate of 9 per hour |
| EXP Gained 8505
| EXP Gained at a rate of 8735,52068473609 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

Thanks for getting me 21-32 mining! But please fix it that it spams the ores.

Nearish the top there should be a constant:
CountAsWeGo = False;
Put that to true, should stop the spam clicking.

Mr.Freddy
02-17-2010, 12:35 PM
This script pwns. But it slowers the mining hmm?.. Is that fixable? cause if it is this script would be a very good script btw i'm going to rep you for the script :)

Dynamite
02-17-2010, 12:48 PM
This script pwns. But it slowers the mining hmm?.. Is that fixable? cause if it is this script would be a very good script btw i'm going to rep you for the script :)

It doesn't slow it down by much, maybe upto 1.5 seconds per mined ore?

Btw, I could give you a setting where it wouldnt lose anytime mining, but would be nowhere near as accurate in counting

Mr.Freddy
02-17-2010, 01:29 PM
Well if it doesn't spam the rock. I would like to have it :)

Dynamite
02-17-2010, 05:06 PM
If you just want it to stop spamming rock, then set CountAsWeGo to True.

Mr.Freddy
02-17-2010, 05:26 PM
Yes i kno but i responded on this



Btw, I could give you a setting where it wouldnt lose anytime mining, but would be nowhere near as accurate in counting

Dynamite
02-17-2010, 05:27 PM
Oh ok :)
Btw, have you tested with what i said?

Mr.Freddy
02-17-2010, 05:43 PM
Im testing right now and it works :)

Pot another proggy soon if the bot got me 41 mining which is soon!


//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 2.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 27 Minutes and 32 Seconds |
| Ores Mined: 154 |
| Loads: 7 |
| Ores Mined at a rate of 338 per hour |
| Loads Mined at a rate of 15 per hour |
| EXP Gained 5390
| EXP Gained at a rate of 11853,3903481979 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

grats
02-18-2010, 06:36 AM
Hmm, what ores? and what settings?

T~M

Any ores that aren't mined close to instantly it clicks on a lot.. especially coal ores :P

poisike323
02-18-2010, 09:23 PM
Can u give me link where I can download script that doesn`t drop ore?

Mr.Freddy
02-18-2010, 09:34 PM
As you are a junior member the should be a few you could use (Not sure though) take a look into Junior Members Script you might find one!


~Mr Freddy

Dynamite
02-18-2010, 09:49 PM
Can u give me link where I can download script that doesn`t drop ore?

There isn't one.

flamcannon1231
02-20-2010, 10:14 AM
Im confused why it clicks randomly around the screen on only occasionaly on the node?

Sir R. M8gic1an
02-20-2010, 01:45 PM
You have three days to credit properly or I am closing this down.

~RM

Dynamite
02-21-2010, 09:45 AM
You have three days to credit properly or I am closing this down.

~RM

DoneDiddlyUmptious

Also updated some things :)

danny2010
02-21-2010, 12:02 PM
//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 2.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 1 Hours, 53 Minutes and 30 Seconds |
| Ores Mined: 557 |
| Loads: 24 |
| Ores Mined at a rate of 292 per hour |
| Loads Mined at a rate of 12 per hour |
| EXP Gained 19495
| EXP Gained at a rate of 10223.1609613984 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

Works perfect

Sir R. M8gic1an
02-21-2010, 12:49 PM
type
TTree = record
Name : string;
Uptext : TStringArray;
Color : Integer;
Tol : Integer;
Hue : extended;
Sat : extended;
width : integer;
hight : integer;
Level : integer;
end;



type
TOre = record
Name : string;
Uptext : TStringArray;
Color : Integer;
Tol : Integer;
Hue : extended;
Sat : extended;
width : integer;
hight : integer;
Level : integer;
end;



function WhichOre (which: string): TOre;
begin
case Lowercase(Players[CurrentPlayer].Strings[1]) of
'tin':
with Result do
begin
Name := 'tin';
UpText := ['e Ro', 'Rock'];
Color := 10329508;
Tol := 11;
Hue := 3.18;
Sat := 4.53;
end;
'copper':
with Result do
begin
Name := 'copper';
UpText := ['e Ro', 'Rock'];
Color := 4022407;
Tol := 5;
Hue := 0.04;
Sat := 0.13;
end;
'iron':
with Result do
begin
Name := 'iron';
Uptext := ['e Ro', 'Rock'];
Color := 2436419;
Tol := 7;
Hue := 0.06;
Sat := 0.17;
end;
'coal':
with Result do
begin
Name := 'coal';
UpText := ['e Ro', 'Rock'];
Color := 2436911;
Tol := 3;
Hue := 0.00;
Sat := 0.31;
end;
'mith', 'mithril' :
with Result do
begin
Name := 'mith';
UpText := ['e Ro', 'Rock'];
Color := 7428183;
Tol := 8;
Hue := 0.09;
Sat := 0.07;
end;
end;
end;



Function LoadTree(which: string): TTree;
begin
case lowercase(which) of
'normal', 'tree':
with Result do
begin
Name := 'tree';
UpText := ['n Tr', 'ree'];
Color := 4689280;
Tol := 9;
Hue := 0.05;
Sat := 0.74;
width := 40;
hight := 40;
Level := 1;
end;
'oak':
with Result do
begin
Name := 'oak';
UpText := ['n Oa', 'Oak'];
Color := 4297090;
Tol := 11;
Hue := 0.04;
Sat := 0.91;
width := 40;
hight := 40;
Level := 15;
end;
'willow':
with Result do
begin
Name := 'willow';
Uptext := ['hop', 'down', 'illo', 'own W'];
Color := 4285784;
Tol := 6;
Hue := 0.31;
Sat := 1.15;
Width := 30;
Hight := 40;
level := 30;
end;
'maple', 'mapple':
with Result do
begin
Name := 'maple';
Uptext := ['hop', 'down', 'aple', 'own M'];
Color := 1652334;
Tol := 12;
Hue := 0.07;
Sat := 2.13;
Width := 30;
Hight := 40;
level := 45;
end;
'yew':
with Result do
begin
Name := 'yew';
UpText := ['n Ye', 'Yew'];
Color := 3965556;
Tol := 13;
Hue := 0.04;
Sat := 0.78;
width := 50;
hight := 50;
Level := 60;
end;
'any', 'all': //excludes mapples
with Result do
begin
Name := 'any';
Uptext := ['hop', 'Yew', 'illow', 'Oak', 'ree', 'down', 'ak'];
Color := 4489589;
Tol := 8;
Hue := 0.04;
Sat := 0.63;
width := 50;
hight := 50;
Level := 1;
end;
end;
end;



Procedure SwitchPlayers;
begin
begin
if (PlayersActive > 1)or(not LoggedIn) then
begin
LogOut;
NextPlayer(Players[CurrentPlayer].Active);
PlayerSetup;
Inc(Switched);
exit;
end;
IncEx(Players[CurrentPlayer].Worked, TimeFromMark(RestTime));
PlayerSetup;
end;
end;



Procedure SwitchPlayers;
var t, r: integer;
begin
writeln(IntToStr(TimeFromMark(RestTime)) + ' - ' + IntToStr(RestEvery));
if (TimeFromMark(RestTime) >= RestEvery)or(not LoggedIn) then
begin
if (PlayersActive > 1)or(not LoggedIn) then
begin
IncEx(Players[CurrentPlayer].Integers[P_MyTime], TimeFromMark(RestTime));
LogOut;
NextPlayer(Players[CurrentPlayer].Active);
PlayerSetup;
exit;
end;
RMDebug('resting...');
LogOut;
IncEx(Players[CurrentPlayer].Integers[P_MyTime], TimeFromMark(RestTime));
MarkTime(t);
r:= random(2*60*1000);
while TimeFromMark(t) < RestFor+r do
Disguise('Resting for: '+MsToTime(RestFor+r-TimeFromMark(t), Time_Short));
Disguise('working');
PlayerSetup;
end;
end;


http://en.wikipedia.org/wiki/Plagiarism

edit: It's actually kinda ridiculous, half the script isn't yours...

~RM

Dynamite
02-21-2010, 01:04 PM
type
TTree = record
Name : string;
Uptext : TStringArray;
Color : Integer;
Tol : Integer;
Hue : extended;
Sat : extended;
width : integer;
hight : integer;
Level : integer;
end;



type
TOre = record
Name : string;
Uptext : TStringArray;
Color : Integer;
Tol : Integer;
Hue : extended;
Sat : extended;
width : integer;
hight : integer;
Level : integer;
end;



function WhichOre (which: string): TOre;
begin
case Lowercase(Players[CurrentPlayer].Strings[1]) of
'tin':
with Result do
begin
Name := 'tin';
UpText := ['e Ro', 'Rock'];
Color := 10329508;
Tol := 11;
Hue := 3.18;
Sat := 4.53;
end;
'copper':
with Result do
begin
Name := 'copper';
UpText := ['e Ro', 'Rock'];
Color := 4022407;
Tol := 5;
Hue := 0.04;
Sat := 0.13;
end;
'iron':
with Result do
begin
Name := 'iron';
Uptext := ['e Ro', 'Rock'];
Color := 2436419;
Tol := 7;
Hue := 0.06;
Sat := 0.17;
end;
'coal':
with Result do
begin
Name := 'coal';
UpText := ['e Ro', 'Rock'];
Color := 2436911;
Tol := 3;
Hue := 0.00;
Sat := 0.31;
end;
'mith', 'mithril' :
with Result do
begin
Name := 'mith';
UpText := ['e Ro', 'Rock'];
Color := 7428183;
Tol := 8;
Hue := 0.09;
Sat := 0.07;
end;
end;
end;



Function LoadTree(which: string): TTree;
begin
case lowercase(which) of
'normal', 'tree':
with Result do
begin
Name := 'tree';
UpText := ['n Tr', 'ree'];
Color := 4689280;
Tol := 9;
Hue := 0.05;
Sat := 0.74;
width := 40;
hight := 40;
Level := 1;
end;
'oak':
with Result do
begin
Name := 'oak';
UpText := ['n Oa', 'Oak'];
Color := 4297090;
Tol := 11;
Hue := 0.04;
Sat := 0.91;
width := 40;
hight := 40;
Level := 15;
end;
'willow':
with Result do
begin
Name := 'willow';
Uptext := ['hop', 'down', 'illo', 'own W'];
Color := 4285784;
Tol := 6;
Hue := 0.31;
Sat := 1.15;
Width := 30;
Hight := 40;
level := 30;
end;
'maple', 'mapple':
with Result do
begin
Name := 'maple';
Uptext := ['hop', 'down', 'aple', 'own M'];
Color := 1652334;
Tol := 12;
Hue := 0.07;
Sat := 2.13;
Width := 30;
Hight := 40;
level := 45;
end;
'yew':
with Result do
begin
Name := 'yew';
UpText := ['n Ye', 'Yew'];
Color := 3965556;
Tol := 13;
Hue := 0.04;
Sat := 0.78;
width := 50;
hight := 50;
Level := 60;
end;
'any', 'all': //excludes mapples
with Result do
begin
Name := 'any';
Uptext := ['hop', 'Yew', 'illow', 'Oak', 'ree', 'down', 'ak'];
Color := 4489589;
Tol := 8;
Hue := 0.04;
Sat := 0.63;
width := 50;
hight := 50;
Level := 1;
end;
end;
end;



Procedure SwitchPlayers;
begin
begin
if (PlayersActive > 1)or(not LoggedIn) then
begin
LogOut;
NextPlayer(Players[CurrentPlayer].Active);
PlayerSetup;
Inc(Switched);
exit;
end;
IncEx(Players[CurrentPlayer].Worked, TimeFromMark(RestTime));
PlayerSetup;
end;
end;



Procedure SwitchPlayers;
var t, r: integer;
begin
writeln(IntToStr(TimeFromMark(RestTime)) + ' - ' + IntToStr(RestEvery));
if (TimeFromMark(RestTime) >= RestEvery)or(not LoggedIn) then
begin
if (PlayersActive > 1)or(not LoggedIn) then
begin
IncEx(Players[CurrentPlayer].Integers[P_MyTime], TimeFromMark(RestTime));
LogOut;
NextPlayer(Players[CurrentPlayer].Active);
PlayerSetup;
exit;
end;
RMDebug('resting...');
LogOut;
IncEx(Players[CurrentPlayer].Integers[P_MyTime], TimeFromMark(RestTime));
MarkTime(t);
r:= random(2*60*1000);
while TimeFromMark(t) < RestFor+r do
Disguise('Resting for: '+MsToTime(RestFor+r-TimeFromMark(t), Time_Short));
Disguise('working');
PlayerSetup;
end;
end;


http://en.wikipedia.org/wiki/Plagiarism

edit: It's actually kinda ridiculous, half the script isn't yours...

~RM

Hmm, thats funny, I swear I am allowed to use types and records when I want?
And AFAIK Plagiarism is when you copy the exact same words.
And AFAIK (Apart from the SwitchPlayers which I have just added credits for) I haven't plagiarised.

Sir R. M8gic1an
02-21-2010, 04:03 PM
And AFAIK Plagiarism is when you copy the exact same words.


That's where you are wrong ;) Which is why I left you a wiki link btw.

~RM

grrism
02-21-2010, 05:33 PM
wont work with S.M.A.R.T.

YoHoJo
02-21-2010, 07:07 PM
wont work with S.M.A.R.T.

Make sure you graphics are set to FIXED WINDOW and SAFE MODE.
Please explain the problem better, so we can better understand what is wrong and how we can help fix it.

Sir R. M8gic1an
02-22-2010, 07:26 PM
Oh and uhm... isn't SendEmail by Trilez?

~RM

WT-Fakawi
02-23-2010, 11:07 AM
The Man: Credit Properly, or I will close this thread immediately.

Dynamite
02-27-2010, 11:00 AM
Sorry, I thought I had posted the version with credits on, but got a message from RM that I hadn't.
Posted now.

fieri3xjohn
02-27-2010, 10:08 PM
does this include all ores
can it mine all ores?

grats
02-27-2010, 11:48 PM
does this include all ores
can it mine all ores?

Did you check?


Power Mine: tin, copper, iron, coal, gold, silver, mith and addy

vac33
03-06-2010, 06:30 AM
When I compile I get this error
Line 600: [Error] (24468:33): Unknown identifier 'WIDTH' in script C:\Documents and Settings\David\Desktop\scarscripts\[SRL] Power Miner v2.2.scar any ideas?

erwinbeback
03-06-2010, 06:57 AM
Tnx :D

Reshintoe
03-08-2010, 03:31 PM
I got the error

Line 600: [Error] (24468:33): Unknown identifier 'WIDTH' in script

mikevskater
03-08-2010, 07:46 PM
type
TTree = record
Name : string;
Uptext : TStringArray;
Color : Integer;
Tol : Integer;
Hue : extended;
Sat : extended;
width : integer;
hight : integer;
Level : integer;
end;



type
TOre = record
Name : string;
Uptext : TStringArray;
Color : Integer;
Tol : Integer;
Hue : extended;
Sat : extended;
width : integer;
hight : integer;
Level : integer;
end;



function WhichOre (which: string): TOre;
begin
case Lowercase(Players[CurrentPlayer].Strings[1]) of
'tin':
with Result do
begin
Name := 'tin';
UpText := ['e Ro', 'Rock'];
Color := 10329508;
Tol := 11;
Hue := 3.18;
Sat := 4.53;
end;
'copper':
with Result do
begin
Name := 'copper';
UpText := ['e Ro', 'Rock'];
Color := 4022407;
Tol := 5;
Hue := 0.04;
Sat := 0.13;
end;
'iron':
with Result do
begin
Name := 'iron';
Uptext := ['e Ro', 'Rock'];
Color := 2436419;
Tol := 7;
Hue := 0.06;
Sat := 0.17;
end;
'coal':
with Result do
begin
Name := 'coal';
UpText := ['e Ro', 'Rock'];
Color := 2436911;
Tol := 3;
Hue := 0.00;
Sat := 0.31;
end;
'mith', 'mithril' :
with Result do
begin
Name := 'mith';
UpText := ['e Ro', 'Rock'];
Color := 7428183;
Tol := 8;
Hue := 0.09;
Sat := 0.07;
end;
end;
end;



Function LoadTree(which: string): TTree;
begin
case lowercase(which) of
'normal', 'tree':
with Result do
begin
Name := 'tree';
UpText := ['n Tr', 'ree'];
Color := 4689280;
Tol := 9;
Hue := 0.05;
Sat := 0.74;
width := 40;
hight := 40;
Level := 1;
end;
'oak':
with Result do
begin
Name := 'oak';
UpText := ['n Oa', 'Oak'];
Color := 4297090;
Tol := 11;
Hue := 0.04;
Sat := 0.91;
width := 40;
hight := 40;
Level := 15;
end;
'willow':
with Result do
begin
Name := 'willow';
Uptext := ['hop', 'down', 'illo', 'own W'];
Color := 4285784;
Tol := 6;
Hue := 0.31;
Sat := 1.15;
Width := 30;
Hight := 40;
level := 30;
end;
'maple', 'mapple':
with Result do
begin
Name := 'maple';
Uptext := ['hop', 'down', 'aple', 'own M'];
Color := 1652334;
Tol := 12;
Hue := 0.07;
Sat := 2.13;
Width := 30;
Hight := 40;
level := 45;
end;
'yew':
with Result do
begin
Name := 'yew';
UpText := ['n Ye', 'Yew'];
Color := 3965556;
Tol := 13;
Hue := 0.04;
Sat := 0.78;
width := 50;
hight := 50;
Level := 60;
end;
'any', 'all': //excludes mapples
with Result do
begin
Name := 'any';
Uptext := ['hop', 'Yew', 'illow', 'Oak', 'ree', 'down', 'ak'];
Color := 4489589;
Tol := 8;
Hue := 0.04;
Sat := 0.63;
width := 50;
hight := 50;
Level := 1;
end;
end;
end;



Procedure SwitchPlayers;
begin
begin
if (PlayersActive > 1)or(not LoggedIn) then
begin
LogOut;
NextPlayer(Players[CurrentPlayer].Active);
PlayerSetup;
Inc(Switched);
exit;
end;
IncEx(Players[CurrentPlayer].Worked, TimeFromMark(RestTime));
PlayerSetup;
end;
end;



Procedure SwitchPlayers;
var t, r: integer;
begin
writeln(IntToStr(TimeFromMark(RestTime)) + ' - ' + IntToStr(RestEvery));
if (TimeFromMark(RestTime) >= RestEvery)or(not LoggedIn) then
begin
if (PlayersActive > 1)or(not LoggedIn) then
begin
IncEx(Players[CurrentPlayer].Integers[P_MyTime], TimeFromMark(RestTime));
LogOut;
NextPlayer(Players[CurrentPlayer].Active);
PlayerSetup;
exit;
end;
RMDebug('resting...');
LogOut;
IncEx(Players[CurrentPlayer].Integers[P_MyTime], TimeFromMark(RestTime));
MarkTime(t);
r:= random(2*60*1000);
while TimeFromMark(t) < RestFor+r do
Disguise('Resting for: '+MsToTime(RestFor+r-TimeFromMark(t), Time_Short));
Disguise('working');
PlayerSetup;
end;
end;


http://en.wikipedia.org/wiki/Plagiarism

edit: It's actually kinda ridiculous, half the script isn't yours...

~RM

These are the fixes t your errors

killabee
03-11-2010, 12:44 PM
hey i keep getting this error when i try to run the script any ideas??


Line 600: [Error] (25414:33): Unknown identifier 'WIDTH' in script C:\Users\Quiet Riot\Desktop\set up

Sir R. M8gic1an
03-11-2010, 07:06 PM
These are the fixes t your errors

No, they are not...

~RM

Dgby714
03-11-2010, 08:06 PM
So when will the width problem be fixed?

Dynamite
03-12-2010, 06:20 PM
I will fix tonight if I get time

K3n
03-14-2010, 01:08 PM
The script asks for my password in both SRL Acc & RuneScape Acc.
I wonder if my password was sent to you or not?

Dgby714
03-14-2010, 01:19 PM
The script asks for my password in both SRL Acc & RuneScape Acc.
I wonder if my password was sent to you or not?

It asked for your RS acct and SRL-Stats acct, Stats because the script uses stats =)
Passwords are NOT sent to anyone, they are just needed for the Login procedure.

Dynamite
03-14-2010, 05:23 PM
It asked for your RS acct and SRL-Stats acct, Stats because the script uses stats =)
Passwords are NOT sent to anyone, they are just needed for the Login procedure.

This ^
And also, the script DOES send me an email, BUT it only sends me the Progress Report, nothing to do with accounts :)

Btw, posting fix in 2 secs

Dynamite
03-14-2010, 05:30 PM
v3.0 released!
Fixed.

Might be final version.
But please please still give feedback and tell me if it doesn't work.

T~M

YoHoJo
03-14-2010, 06:44 PM
The script asks for my password in both SRL Acc & RuneScape Acc.
I wonder if my password was sent to you or not?

SRL is THE MOST trustable of all runescape cheating communities, I guarantee this script will not steal your password silly, look at how many people are using it!

K3n
03-15-2010, 11:14 AM
Thanks, I want 99 Mining before I become member again.

Dynamite
03-15-2010, 11:15 AM
Good luck :)
Remember to keep posting Reports

nebster
03-17-2010, 08:34 PM
For some reason, mine doesn't work properly. The colours just don't get detected properly. I tried it in Varrock West

K3n
03-21-2010, 02:43 PM
How come I still get this: "[Runtime Error] : Out Of Range in line 118 in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar"
This is my setting:

begin
HowManyPlayers := 1; //<------- This May Need Editing
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

Stats_UserID := '<Entered correctly>; // Your ID on Nielsies SRL Stats if you dont have Sign up
Stats_Password := '<Entered correctly>; // Your Pass on Nielsies SRL Stats if you dont have Sign up

{ -=- Your name in the SRL Forums -=- }
SRLName := '<Entered correctly>';

Players[0].Name :='<Entered correctly>'; // Username
Players[0].Pass :='<Entered correctly>'; // Password
Players[0].Nick :='<Entered correctly>'; // 3-4 letters of your username
Players[0].Active := True;
Players[0].Strings[1] := 'iron'; // ore type
Players[0].Integers[2] := 25; // # of loads
Players[0].Booleans[0] := True; // Axe Wielded is True

Players[1].Name :=''; // Username
Players[1].Pass :=''; // Password
Players[1].Nick :=''; // 3-4 letters of your username
Players[1].Active := True;
Players[1].Strings[1] := 'copper'; // ore type
Players[1].Integers[2] := 25; // # of loads
Players[1].Booleans[0] := True; // Axe Wielded is True

Players[2].Name :=''; // Username
Players[2].Pass :=''; // Password
Players[2].Nick :=''; // 3-4 letters of your username
Players[2].Active := True;
Players[2].Strings[1] := 'copper'; // ore type
Players[2].Integers[2] := 25; // # of loads
Players[2].Booleans[0] := True; // Axe Wielded is True

Players[3].Name :=''; // Username
Players[3].Pass :=''; // Password
Players[3].Nick :='essa'; // 3-4 letters of your username
Players[3].Active := True;
Players[3].Strings[1] := 'copper'; // ore type
Players[3].Integers[2] := 25; // # of loads
Players[3].Booleans[0] := True; // Axe Wielded is True

Players[4].Name :=''; // Username
Players[4].Pass :=''; // Password
Players[4].Nick :='essa'; // 3-4 letters of your username
Players[4].Active := True;
Players[4].Strings[1] := 'copper'; // ore type
Players[4].Integers[2] := 25; // # of loads
Players[4].Booleans[0] := True; // Axe Wielded is True
end;
Did I set anything wrong?

Bionicle
03-21-2010, 02:45 PM
How come I still get this: "[Runtime Error] : Out Of Range in line 118 in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar"
This is my setting:

begin
HowManyPlayers := 1; //<------- This May Need Editing
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

Stats_UserID := '<Entered correctly>; // Your ID on Nielsies SRL Stats if you dont have Sign up
Stats_Password := '<Entered correctly>; // Your Pass on Nielsies SRL Stats if you dont have Sign up

{ -=- Your name in the SRL Forums -=- }
SRLName := '<Entered correctly>';

Players[0].Name :='<Entered correctly>'; // Username
Players[0].Pass :='<Entered correctly>'; // Password
Players[0].Nick :='<Entered correctly>'; // 3-4 letters of your username
Players[0].Active := True;
Players[0].Strings[1] := 'iron'; // ore type
Players[0].Integers[2] := 25; // # of loads
Players[0].Booleans[0] := True; // Axe Wielded is True

Players[1].Name :=''; // Username
Players[1].Pass :=''; // Password
Players[1].Nick :=''; // 3-4 letters of your username
Players[1].Active := True;
Players[1].Strings[1] := 'copper'; // ore type
Players[1].Integers[2] := 25; // # of loads
Players[1].Booleans[0] := True; // Axe Wielded is True

Players[2].Name :=''; // Username
Players[2].Pass :=''; // Password
Players[2].Nick :=''; // 3-4 letters of your username
Players[2].Active := True;
Players[2].Strings[1] := 'copper'; // ore type
Players[2].Integers[2] := 25; // # of loads
Players[2].Booleans[0] := True; // Axe Wielded is True

Players[3].Name :=''; // Username
Players[3].Pass :=''; // Password
Players[3].Nick :='essa'; // 3-4 letters of your username
Players[3].Active := True;
Players[3].Strings[1] := 'copper'; // ore type
Players[3].Integers[2] := 25; // # of loads
Players[3].Booleans[0] := True; // Axe Wielded is True

Players[4].Name :=''; // Username
Players[4].Pass :=''; // Password
Players[4].Nick :='essa'; // 3-4 letters of your username
Players[4].Active := True;
Players[4].Strings[1] := 'copper'; // ore type
Players[4].Integers[2] := 25; // # of loads
Players[4].Booleans[0] := True; // Axe Wielded is True
end;
Did I set anything wrong?


begin
HowManyPlayers := 1; //<------- This May Need Editing
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

Stats_UserID := '<Entered correctly>; // Your ID on Nielsies SRL Stats if you dont have Sign up
Stats_Password := '<Entered correctly>; // Your Pass on Nielsies SRL Stats if you dont have Sign up

{ -=- Your name in the SRL Forums -=- }
SRLName := '<Entered correctly>';

Players[0].Name :='<Entered correctly>'; // Username
Players[0].Pass :='<Entered correctly>'; // Password
Players[0].Nick :='<Entered correctly>'; // 3-4 letters of your username
Players[0].Active := True;
Players[0].Strings[1] := 'iron'; // ore type
Players[0].Integers[2] := 25; // # of loads
Players[0].Booleans[0] := True; // Axe Wielded is True
end;

;)

K3n
03-21-2010, 03:31 PM
Thank you.

The program can't login, i just see a red dot moving around on login page.
I'm sure I entered login information correctly.
What should I do?

Bionicle
03-21-2010, 03:47 PM
Thank you.

The program can't login, i just see a red dot moving around on login page.
I'm sure I entered login information correctly.
What should I do?

Open up runescape in your internet browser, go to the graphics options and set everything to its lowest setting, including fixed screen and safe mode.

Then try it again ;)

K3n
03-21-2010, 04:00 PM
Open up runescape in your internet browser, go to the graphics options and set everything to its lowest setting, including fixed screen and safe mode.

Then try it again ;)

I did that but still got same result.


Successfully compiled (3100 ms)
Line 630: [Hint] (24498:1): Variable 'GETANIMATIONTIME' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
Line 630: [Hint] (24498:1): Variable 'P' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
Line 126: [Hint] (23994:1): Variable 'Z' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
Line 126: [Hint] (23994:1): Variable 'LOADS' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
Line 126: [Hint] (23994:1): Variable 'I' never used in script C:\Documents and Settings\Ken\Desktop\[SRL] Power Miner v3.0.scar
SRL Compiled in 0 msec
SMART Initialized.
Loaded: Server 123, Members: False, Signed: True, Super Detail: False.
New client targeted
Latest Version: 2.0
News: Everything is fixed! :)
Very clean working version.
Link: http://www.villavu.com/forum/showthread.php?t=54530
Oudated: False
Last Update: 893 hours ago.

Dynamite
03-21-2010, 04:07 PM
Are you talking about in smart?

K3n
03-21-2010, 04:20 PM
Are you talking about in smart?

Yes, btw I'm using Windows XP SP3. Is that why it's not working?

i luffs yeww
03-21-2010, 06:47 PM
"New client targeted"

Looks like you selected the SMART window. You're not supposed to do that. Restart SCAR and do not use the crosshair at all. :)

K3n
03-25-2010, 10:52 AM
The Script works fine now thank you.

I'm having problem with SRL now, I updated it to the latest one (420) but it still fail to solve the random events and it turn off the script by itself. Usually happens when I'm as sleep or out for school so I couldn't manually solve the random events...
Does it happen to anyone else? How can it be fixed?

i luffs yeww
03-25-2010, 10:56 AM
You shouldn't solve them, and you should look at this (http://villavu.com/forum/showthread.php?t=48120) thread and see if the random is working according to that. If it is, then post on the thread and say what random it is, what SCAR you're using, and what revision of SRL you're using. If it isn't working according to that list, then look at people's signatures. A few members/developers/mods/admins are knowledgeable with certain randoms (usually because they made a working solver before), and can fix it right up. Just PM that person your username and password. And, again, post in the thread. ;)

g0tp0t
03-27-2010, 11:54 PM
Yes, and add a debug img window that shows rs screen scaled to a ser set size. that would be great.

im currently testing yush dragons anywhere powerminer so ill test this on my nub acc. enjoy ur emailed proggies, lol can i steal ur code for that? its a great idea. :)

Bionicle
03-27-2010, 11:59 PM
Yes, and add a debug img window that shows rs screen scaled to a ser set size. that would be great.

im currently testing yush dragons anywhere powerminer so ill test this on my nub acc. enjoy ur emailed proggies, lol can i steal ur code for that? its a great idea. :)

Its not even his i don't think.

Stevie9
03-28-2010, 01:49 AM
Mine was working, but just stood and didn't mine!

g0tp0t
03-28-2010, 06:16 AM
i little more info and someone might be able to help you. according to what you said, uptext may be messed up because something in your inv is selected, or your mouse isnt moving or any number of things.

more info plz!!!

that might as well be spam

Bionicle
03-28-2010, 04:17 PM
Mine was working, but just stood and didn't mine!

Are you using SCAR 3.23?
Is your SRL up to date?

kas130771
03-31-2010, 12:57 AM
Just started using it, WORKS GREAT! I'll tell you about any errors I get, if any :)!!

thanks!

*been using it for around an hour now, no errors. Thanks, it works perfectly. :)

Dynamite
03-31-2010, 09:49 AM
Good to hear :)
Post a report :)

Corrothead
04-04-2010, 01:21 AM
Longest Proggy

Highest Ores /Hr
//---------------------------------------\\\\
| The Man\'s Extravagant Power Miner EPM |
| Version 2.0 |
\\\\---------------------------------------//
//------------ Single Player ------------\\\\
| Player[0] Active: True|
| Time Running: 2 Hours, 46 Minutes and 33 Seconds |
| Ores Mined: 1575 |
| Loads: 57 |
| Ores Mined at a rate of 568 per hour |
| Loads Mined at a rate of 20 per hour |
| EXP Gained 55125
| EXP Gained at a rate of 19908.7078651685 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\\\----------------------------------------//


What was being mined? And where? I haven't been able to get that much exp per hour yet. And that's what i'm looking for :p

g0tp0t
04-18-2010, 06:38 PM
damn., ur script froze as i was fixing it, i got it to mine just as fast as humans do, with some fairly big changes, i couldnt recover and dont remember everything i changed, so i cant get it that fast again, lol, ill go through it logiclay and try again. hope i get it faster, i also changed my mousespeed to 30 because 15 is slow(i think so at least), i am also stuck in demon which this script didnt catch, anyone want to borro? while i work onn my ownage speed boost? and my amazing logical minesweeper script :D

--
hmm, i see why it doesn't detect demon, sometimes when i log into demon the conversation is open automatically, sometimes it says 'Follow Sergeant Damien's orders!'

=====
this code is supposed to show nme the color i found demon.scar searxhing for to check if in random...\\

--

@cottonhead, i had 44k xp per hour on iron, then it went down to 20k, but that was before and after my ownage speedbost.

program New;

var t:tcanvas;tr:trect;
begin
t.Brush.Color := 15986930;
tr.Bottom := 100;
tr.Left := 4;
tr.Right := 100;
tr.Top := 4;
t.FillRect(tr)
safecopycanvas(t,getdebugcanvas,1,1,104,104,1,1,10 4,104);
end.

deadlywario0
04-27-2010, 03:36 PM
Nice, gonna try her out =D

Cazabacca
04-27-2010, 03:39 PM
Nice, gonna try her out =D

This guy is just spamming every single thread. Report please.

Cozmoz
05-02-2010, 05:56 PM
//---------------------------------------\\
| The Man's Extravagant Power Miner EPM |
| Version 2.2 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 3 Hours, 4 Minutes and 1 Seconds |
| Ores Mined: 1186 |
| Loads: 43 |
| Ores Mined at a rate of 381 per hour |
| Loads Mined at a rate of 13 per hour |
| EXP Gained 41510
| EXP Gained at a rate of 13340,1178361007 per hour |
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//


Here's a little proggy. Its working so smoothly :smile:

Dynamite
12-24-2011, 01:29 AM
Complete rebuild for v4.0

Enjoy and post any bugs and progress reports!

-Boom

Dynamite
12-28-2011, 01:47 AM
Umm guys, there is nearly 2 days of commits but no comments.
If I don't get feedback, bugs, progress reports then I will simply move this to members.

-Boom

Sebo
12-28-2011, 09:02 PM
I'm actually making a mining script as well, maybe in a couple of weeks me and you will be competing with each other. (Evil laugh)

But, I got to look through it. I like it. I wanted to test it out, unfortunately, Jagex's "bot nuke" also nuked my fps to hell. I cannot run any script. Once it goes back to normal though, I will send you some feedback. In the meantime, I have been creating a 10 man army. So, if all works out, you should have a fairly decent progress report from me shortly, cheers. :)

Dynamite
12-28-2011, 10:57 PM
I'm actually making a mining script as well, maybe in a couple of weeks me and you will be competing with each other. (Evil laugh)

But, I got to look through it. I like it. I wanted to test it out, unfortunately, Jagex's "bot nuke" also nuked my fps to hell. I cannot run any script. Once it goes back to normal though, I will send you some feedback. In the meantime, I have been creating a 10 man army. So, if all works out, you should have a fairly decent progress report from me shortly, cheers. :)

Haha good luck to you with your script :)
And would be great for some feedback, haven't got... much since v4 :P

-Boom

Dynamite
12-29-2011, 08:11 PM
Ok, so if this doesn't have a single reply with a bug or report on it by tomorrow this time, this will be moved to Members+

-Boom

JPHamlett
12-30-2011, 02:40 AM
It seems to work awesome! However a progress report would be nice....it never seemed to print one....

Dynamite
12-30-2011, 02:50 AM
It seems to work awesome! However a progress report would be nice....it never seemed to print one....

Really? Wow thanks for letting me know haha
Finally :-)

-Boom

Sabzi
12-30-2011, 02:16 PM
Working good:
//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//-- Multiplayer (2)--
| Player[0] Active: True|
| Time Running: 20 Minutes and 24 Seconds |
| Ores Mined: 74 |
| Loads: 3 |
| EXP Gained 2590
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

It's already 16 and my other players in the army are far away and walking only this one here was enough for me for today from runescape.
I'll walk the others here and get better picks later.

Dynamite
12-30-2011, 02:25 PM
Working good:
//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//-- Multiplayer (2)--
| Player[0] Active: True|
| Time Running: 20 Minutes and 24 Seconds |
| Ores Mined: 74 |
| Loads: 3 |
| EXP Gained 2590
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

It's already 16 and my other players in the army are far away and walking only this one here was enough for me for today from runescape.
I'll walk the others here and get better picks later.

Hmm, so the report works :cartman:
Did you get that report when you stopped the script, or was it a during script report?

Thanks
-Boom

Sabzi
12-30-2011, 02:53 PM
It reports normally from time to time. After loads, I guess?
I didn't really paid attention but it prints reports frequently enough.

Debugging is quiet intensive so maybe it was there between debugs?
Also there is 2 WriteLn that should be Debug imo, so I changed them to myself to reduce (for me) redundant spamming.

I would suggest adding a default case to WhichOres as I made a typo with ore type and it just gave me an out of range error as the arrays were not made/set.

Dynamite
12-30-2011, 11:57 PM
Thanks for the feedback Sabzi :)
What do you mean by a default case?

v4.1 - Fixed counting ores
Download v4.1!

-Boom

Sabzi
12-31-2011, 12:35 AM
Like this?
function WhichOre (which: string): TOre;
begin
case Lowercase(Players[CurrentPlayer].Strings[1]) of
'tin':
with Result do
begin
Name := 'tin'; // Done
Uptext := ['e Ro', 'Rock'];
RockTPA[0] := [11382456, 12, 0.13 , 0.33];
RockTPA[1] := [10263715, 6, 0.35, 0.22];
end;
'bcopper':
with Result do
begin
Name := 'copper';
Uptext := ['e Ro', 'Rock'];
RockTPA[0] := [4358889, 6, 0.01 , 3.17]; //Need to edit.
RockTPA[1] := [4358889, 6, 0.01 , 3.17];
end;
'dcopper':
with Result do
begin
Name := 'copper';
Uptext := ['e Ro', 'Rock'];
RockTPA[0] := [4088717, 9, 0.03 , 0.09]; //Done
RockTPA[1] := [4753649, 4, 0.03, 3.01];
end;
'iron': // Done
with Result do
begin
Name := 'iron';
Uptext := ['e Ro', 'Rock'];
RockTPA[0] := [3227235, 8, 0.05 , 0.75];
RockTPA[1] := [2436939, 3, 0.11, 2.10];
end;
'coal': // Done
with Result do
begin
Name := 'coal';
Uptext := ['e Ro', 'Rock'];
RockTPA[0] := [1710875, 4, 0.00, 0.40];
RockTPA[1] := [1513496, 4, 0.00, 0.40];
end;
'mith', 'mithril' : // Done
with Result do
begin
Name := 'mith';
Uptext := ['e Ro', 'Rock'];
RockTPA[0] := [8018007, 7, 0.07, 0.55];
RockTPA[1] := [10714749, 3, 0.15, 0.79];
end;
else
WriteLn('OMGWTFSHITFUCK A.K.A. you messed up something badly.');
end;
end;

Dynamite
12-31-2011, 12:55 AM
Oh you mean, let the user know if they have typed it in wrong?
Will do for next version ;)

-Boom

JPHamlett
12-31-2011, 02:18 AM
/---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 5 Hours, 24 Minutes and 47 Seconds |
| Ores Mined: 2689 |
| Loads: 101 |
| EXP Gained 94115
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/



Awesome!

Dynamite
12-31-2011, 02:22 AM
/---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 5 Hours, 24 Minutes and 47 Seconds |
| Ores Mined: 2689 |
| Loads: 101 |
| EXP Gained 94115
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/



Awesome!

Yay! It works :)
Thanks JP <3

-Boom

Kajutsky
12-31-2011, 08:12 AM
ill test this script... mining ftw

heshbush
12-31-2011, 06:50 PM
great script runs very very smooth and nice dropping ore antiban, does this support having pick in first inv slot?

Dynamite
12-31-2011, 06:54 PM
great script runs very very smooth and nice dropping ore antiban, does this support having pick in first inv slot?

Yes it does, in DeclarePlayers, select false for Axe Equipped.

-Boom

heshbush
12-31-2011, 10:36 PM
Yes it does, in DeclarePlayers, select false for Axe Equipped.

-Boom

Great, thank you.

drabe_
01-01-2012, 07:13 AM
I am confused, I entered my information, but it still doesn't work for me. none of the info gets entered on login page.

Wetish
01-01-2012, 09:52 PM
I am confused, I entered my information, but it still doesn't work for me. none of the info gets entered on login page.
Same... It wants me to enter more information even though I set it to only use one account.

Dynamite
01-01-2012, 10:06 PM
procedure DeclarePlayers;
begin
HowManyPlayers := 1; //<------- This May Need Editing
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;

Players[0].Name :=''; // Username
Players[0].Pass :=''; // Password
Players[0].Nick :=''; // 3-4 letters of your username
Players[0].Active := True;
Players[0].Strings[1] := 'iron'; // ore type
Players[0].Integers[2] := 25; // # of loads
Players[0].Booleans[0] := True; // Axe Wielded is True

{Players[1].Name :=''; // Username
Players[1].Pass :=''; // Password
Players[1].Nick :=''; // 3-4 letters of your username
Players[1].Active := True;
Players[1].Strings[1] := 'copper'; // ore type
Players[1].Integers[2] := 25; // # of loads
Players[1].Booleans[0] := True; // Axe Wielded is True

Players[2].Name :=''; // Username
Players[2].Pass :=''; // Password
Players[2].Nick :=''; // 3-4 letters of your username
Players[2].Active := True;
Players[2].Strings[1] := 'copper'; // ore type
Players[2].Integers[2] := 25; // # of loads
Players[2].Booleans[0] := True; // Axe Wielded is True

Players[3].Name :=''; // Username
Players[3].Pass :=''; // Password
Players[3].Nick :=''; // 3-4 letters of your username
Players[3].Active := True;
Players[3].Strings[1] := 'copper'; // ore type
Players[3].Integers[2] := 25; // # of loads
Players[3].Booleans[0] := True; // Axe Wielded is True

Players[4].Name :=''; // Username
Players[4].Pass :=''; // Password
Players[4].Nick :=''; // 3-4 letters of your username
Players[4].Active := True;
Players[4].Strings[1] := 'copper'; // ore type
Players[4].Integers[2] := 25; // # of loads
Players[4].Booleans[0] := True; // Axe Wielded is True}
end;
If you only want to use 1 player, switch this with the current DeclarePlayers.

-Boom

heshbush
01-02-2012, 11:39 AM
Dynamite I heard somewhere on the site your working on a Iron Miner that banks? (Not MSI) Are you still workin on that and if so would it be a new script or an add on to this one?

Dynamite
01-02-2012, 12:27 PM
Yes I have a VEM Iron Banker, not sure if I'm going to release though.

-Boom

heshbush
01-02-2012, 01:44 PM
Yes I have a VEM Iron Banker, not sure if I'm going to release though.

-Boom

Dang, I sure hope you decide to release it. The MSI VEM is very slow and uses much CPU (Might change after SPS 2.0) But still think about it! I could really use some supplies for superheating aswell as some extra cash ;)

Dynamite
01-04-2012, 11:27 PM
Dang, I sure hope you decide to release it. The MSI VEM is very slow and uses much CPU (Might change after SPS 2.0) But still think about it! I could really use some supplies for superheating aswell as some extra cash ;)

I am going to be releasing it privately away from SRL forums. (paid)
Are there any bugs with this?

-Boom

heshbush
01-05-2012, 12:40 AM
I am going to be releasing it privately away from SRL forums. (paid)
Are there any bugs with this?

-Boom

I found no bugs whatsoever using this, the best..

Used it on several accounts to get to 65+ mining in nearly a day or so.

I appreciate the smoothness of this script thoroughly =)

Dynamite
01-05-2012, 12:42 AM
I found no bugs whatsoever using this, the best..

Used it on several accounts to get to 65+ mining in nearly a day or so.

I appreciate the smoothness of this script thoroughly =)

Great to hear it is working so well for you :-) thank you for using!
Any chance of a progress report? :-)

<3 Boom

blinkblink
01-05-2012, 11:19 PM
//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 5 Hours, 55 Minutes and 47 Seconds |
| Ores Mined: 3524 |
| Loads: 136 |
| EXP Gained 123340
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

Is there any way I could speed up the dropping?

Dynamite
01-05-2012, 11:55 PM
//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 5 Hours, 55 Minutes and 47 Seconds |
| Ores Mined: 3524 |
| Loads: 136 |
| EXP Gained 123340
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

Is there any way I could speed up the dropping?

There isn't at the moment but if that is what you would like in the next version I would be happy to add it :)
And thank you for the lovely report <3


-Boom

blinkblink
01-06-2012, 12:24 PM
There isn't at the moment but if that is what you would like in the next version I would be happy to add it :)
And thank you for the lovely report <3


-Boom

;) thanks

here is another one

//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 7 Hours, 47 Minutes and 5 Seconds |
| Ores Mined: 4519 |
| Loads: 174 |
| EXP Gained 158165
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

Kajutsky
01-06-2012, 12:25 PM
i choose yohojo's :p

Dynamite
01-06-2012, 04:29 PM
;) thanks

here is another one

//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 7 Hours, 47 Minutes and 5 Seconds |
| Ores Mined: 4519 |
| Loads: 174 |
| EXP Gained 158165
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//
Status: /~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
Status: | SRL Randoms Report |
Status: | www.villavu.com |
Status: |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Status: \~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/

Wow, very nice :) Updating longest proggy :D <3

@dgpro, cool! :spot:

-Boom

Dynamite
01-06-2012, 10:32 PM
UPDATE TO v4.2
- Now compatible with SRL 5

-Boom

Trinity LAX
01-06-2012, 11:22 PM
quick ?, how do u even run it in "singleplayer"? :p btw awesome script and thank you so much for the helP!

Dynamite
01-06-2012, 11:51 PM
quick ?, how do u even run it in "singleplayer"? :p btw awesome script and thank you so much for the helP!

No worries man.

-Boom

Sunblast
01-07-2012, 02:09 PM
Gain from 43 to 61 already. I'm using this script for the 3rd day now. Does any1 know a better place for exp, assuming I'm a level 3 skiller, than the Dwarf Mine where I'm powermining on Iron as we speak?

Koran
01-08-2012, 02:25 PM
So far this is the only script to work. Didn't save a proggy, but it got me to level 10. Good job brother, I'll be releasing one of these too soon as my "Training" program. To get me familial with SRL & Simba.

Dynamite
01-08-2012, 06:47 PM
Thanks for the great feedback guys, been really busy these last couple of days so haven't made any updates that I have wanted to. I will hopefully get them done this week.
If the script stops working please let me know ASAP and I will fix straight away.

-Boom

vadevalor
01-11-2012, 02:36 PM
Can you teach me how to add in exceptions to not drop, like from slot 1-10? Or could you help me on it? thank you :)

Herosoul
01-12-2012, 11:02 PM
//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//-- Multiplayer (5)--
| Player[0] Active: True|
| Time Running: 5 Hours, 58 Minutes and 11 Seconds |
| Ores Mined: 1729 |

Very nice script, it would have kept going too if it weren't for RS updating. My only suggestion would be to possibly change the way the script finds ores. I mine coal in the Mining Guild and from what I've seen, the character will mine say an ore right in front of him, and then run to the edge of the screen to mine another coal instead of the 4-5 that are right next to him. So if it's possible, I think adding a way to mine coal more in the proximity of the character first would speed up the process quite a bit.

Dynamite
01-13-2012, 12:06 PM
Very nice script, it would have kept going too if it weren't for RS updating. My only suggestion would be to possibly change the way the script finds ores. I mine coal in the Mining Guild and from what I've seen, the character will mine say an ore right in front of him, and then run to the edge of the screen to mine another coal instead of the 4-5 that are right next to him. So if it's possible, I think adding a way to mine coal more in the proximity of the character first would speed up the process quite a bit.

Hmm, it should already do that. The colors may be off a bit, I will take a look :-)

-Boom

plekter
01-13-2012, 05:51 PM
When power mining copper, I get the following error:

Error: Out Of Range at line 240
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]

I have power mined iron and tin before and it worked fine.

Dynamite
01-13-2012, 05:54 PM
What is line 240?

-Boom

plekter
01-13-2012, 05:55 PM
SetColorSpeed2Modifiers(which.RockTPA[I][Hue], which.RockTPA[I][Sat]);


This function call applies to every other rock too and works fine. Just scimmed around the script and saw a comment "//Need to edit." at the copper ore.

Dynamite
01-13-2012, 05:59 PM
SetColorSpeed2Modifiers(which.RockTPA[I][Hue], which.RockTPA[I][Sat]);


This function call applies to every other rock too and works fine. Just scimmed around the script and saw a comment "//Need to edit." at the copper ore.

Oh what did you put in the ore type you want to mine?

-Boom

plekter
01-13-2012, 06:10 PM
I just wrote "copper". What should I write? What are the differences of them all?

Dynamite
01-13-2012, 06:14 PM
bcopper is the bright coloured copper
dcopper is the dark coloured copper

-Boom

xb2i12x
01-14-2012, 02:57 AM
Hey just been testing out your script, so far absolutely perfect. I will post more progress reports as I get them. im powermining iron btw.

//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 1 Hours, 25 Minutes and 40 Seconds |
| Ores Mined: 603 |
| Loads: 32 |
| EXP Gained 21105
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

plekter
01-14-2012, 03:16 AM
I dont have any progress report saved, but my lvl 3 went from mining 1 to mining 64 in 2 days or so entirely with your script. Excellent job!


// The script is extremely reliable and durable. Only thing breaking it are some random events but I quess its the same for any other script.

Dynamite
01-14-2012, 12:09 PM
Thanks for the great feedback guys! <3

-Boom

plekter
01-14-2012, 05:33 PM
The script itself is extremely durable and the only thing breaking it for me are some of the random events. The only defect that I see with this script is that it could be a bit faster(I am not saying its slow right now in any way). Right now, it often waits around 4-5sec after mining one rock empty and clicking on another, so if this time could be reduced somehow, exp/h would grow exponentially!

Reinier
01-15-2012, 10:11 PM
Perfect timing to get the latest version till it goes to members! :D!

Johnny1221
01-17-2012, 02:30 PM
this bot Bank?

Dynamite
01-17-2012, 02:30 PM
this bot Bank?

No... It is a Power Miner. :cartman:

-Boom

L337hax
01-17-2012, 05:24 PM
wat[j] = 2
J = 0
wat[j] = 2
Length of TPA = 2
Length of Colors = 2
Length of TPA = 6
Length of Colors = 6
J = 0
wat[j] = 2
help?

Dynamite
01-17-2012, 06:40 PM
wat[j] = 2
J = 0
wat[j] = 2
Length of TPA = 2
Length of Colors = 2
Length of TPA = 6
Length of Colors = 6
J = 0
wat[j] = 2
help?

Help with what?

-Boom

AusKingdom
01-18-2012, 01:54 PM
Would power mining be faster exp than mining at living rock caverns?

Scene
01-19-2012, 02:59 AM
when i start, it logs me in and click plays, then when it's ready to mine, it only focuses on my character, like the red mouse thingy will be on my character, moving just where my characters body is, no clicking, just moves around inside my character, whats the problem? is it the color of my Clothing? or what? Please help.

Dynamite
01-19-2012, 04:41 PM
when i start, it logs me in and click plays, then when it's ready to mine, it only focuses on my character, like the red mouse thingy will be on my character, moving just where my characters body is, no clicking, just moves around inside my character, whats the problem? is it the color of my Clothing? or what? Please help.

Yes, it may be the color of your clothing.

-Boom

'Toxin
01-19-2012, 04:43 PM
when i start, it logs me in and click plays, then when it's ready to mine, it only focuses on my character, like the red mouse thingy will be on my character, moving just where my characters body is, no clicking, just moves around inside my character, whats the problem? is it the color of my Clothing? or what? Please help.

It most likely is the color of your clothing, try wearing some rune armour or something especially if you're powermining. It'll make you look non-bot like and also it'll help the script by making it easier to differentiate between colors of your character's shirt and the rune armour.

treyu
01-19-2012, 09:57 PM
quick question, does it work with granite mining?

vipgts7787
01-19-2012, 11:49 PM
will try this tonight, and post a report if not moved by then, i have to get home first though (2-3 hours) ill try to run it all night if it dosent crash

Amsterdam
01-22-2012, 03:02 PM
Great script! I've been using it for while now; but i found a bug; i'm mining iron ore, sometimes the script mines a copper or a tin ore, is there anyway you could fix this?

//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 32 Minutes and 49 Seconds |
| Ores Mined: 374 |
| Loads: 14 |
| EXP Gained 13090
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

Dynamite
01-22-2012, 03:11 PM
Great script! I've been using it for while now; but i found a bug; i'm mining iron ore, sometimes the script mines a copper or a tin ore, is there anyway you could fix this?

//---------------------------------------\\
| SRL Power Miner |
| Author : Dynamite |
| Version 4.0 |
\\---------------------------------------//
//------------ Single Player ------------\\
| Player[0] Active: True|
| Time Running: 32 Minutes and 49 Seconds |
| Ores Mined: 374 |
| Loads: 14 |
| EXP Gained 13090
| Changed player: 0 time/s |
| Please give feedback |
\\----------------------------------------//

How often?

-Boom

Amsterdam
01-22-2012, 04:55 PM
like once in 5 inventories, and it continues to mine another iron ore very slow. It mines the tree iron ores, mines one; then waits till this one spawns again and then continues the cycle. It doesn't mine the other two ores that spawned already before exactly this ore spawns again, idk how to fix this.. it really slows down the xp rate

joehartwig
01-24-2012, 08:52 AM
dose this power mine granite ?

lsaaac
01-27-2012, 12:43 AM
mine doesn't do randoms?

Kyle Undefined
01-27-2012, 12:45 AM
Not an issue with the script, but with the SRL Randoms itself. They're being worked on.

Amsterdam
01-28-2012, 04:02 PM
This is a nice script, but it's very slow sometimes.. it mines one ore then waits very long until it continues to mine, is there anyway to make it go way faster?

Dynamite
01-29-2012, 03:46 PM
This is a nice script, but it's very slow sometimes.. it mines one ore then waits very long until it continues to mine, is there anyway to make it go way faster?

Yes in the new version the mining will be a lot quicker, should be released today or tomorrow.
Also, we made it to the first page of stats with 152k minutes! <3

-Boom

makezi
02-09-2012, 01:28 AM
it just keeps finding ores but dosen`t mine them for me

arlight1
02-09-2012, 02:42 AM
it just keeps finding ores but dosen`t mine them for me

Same thing keeps happening with me...

maricelo
02-14-2012, 09:38 PM
when i launch this script my character just stands and thats all. Nothing happens. What is the problem?

Rensz
03-13-2012, 08:26 AM
Hey, thanks to post this but i have one problem.

I just start with runescape and my mining lvl is 3 but when i activate the bot he always want to go to iron rocks who are empty.

Can you help me??
Thnx

kingsleyeng
03-16-2012, 03:39 AM
yeah script just hovers cursor over ores in mine?

hoopla
03-22-2012, 10:53 PM
Thank you kindly! Your efforts are very much appreciated! I like how everything is open-source, great for spreading our infection, our knowledge - the duality.

Derpswing
03-28-2012, 12:05 AM
Didn't work, just hovered over the iron rocks and stood there.

otakun
03-29-2012, 02:26 PM
Thanks for all your work mate :D

Exiiled
08-04-2012, 09:21 PM
Sorry, but everytime i type everything in "line 55 compiling error" and i dont know.....this is annoying, im noob at simba, i was used to the Scripted bots...

Kyle Undefined
08-05-2012, 10:01 PM
This is a very outdated script.

Dynamite
12-25-2012, 01:29 AM
Merry Christmas everyone!
For Christmas I decided to rebuild my (in)famous Power Miner.

So here it is v5!
Please follow instructions on first page!

-Boom

Ubuntu
12-25-2012, 03:43 AM
Merry Christmas everyone!
For Christmas I decided to rebuild my (in)famous Power Miner.

So here it is v5!
Please follow instructions on first page!

-Boom

Omg... I love you.
I am testing this out asap.

Edit: Got this error and yes I did download the image and put into scripts folder.

Exception: Error while reading stream: Wrong image format at line 205
The following DTMs were not freed: [SRL - Lamp bitmap, 1, 2, 3]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap]

Dynamite
12-25-2012, 11:16 AM
Did you save as ProMiner.bmp.bmp

Ubuntu
12-25-2012, 04:51 PM
Did you save as ProMiner.bmp.bmp
Yeah I did.

Dynamite
12-27-2012, 01:52 PM
Update: Redownload v5

- Added auto-downloader for the progress report image.

-Boom

a ghetto boy
12-28-2012, 01:11 AM
Not working for me. Script logs in and searches for coal but cant find it. Only 1 successful mine in maybe 15 mins

Dynamite
12-28-2012, 02:19 AM
Not working for me. Script logs in and searches for coal but cant find it. Only 1 successful mine in maybe 15 mins

Hmm thats weird are your graphic settings correct?
Could you send me a screenshot of the coal please

-Boom

a ghetto boy
12-28-2012, 03:40 AM
Hmm thats weird are your graphic settings correct?
Could you send me a screenshot of the coal please

Graphics are standard for SMART, I'm running another script atm so I don't have screenshots. I tested at coal trucks and in the mining guild. At coal trucks, debug showed the script unable to match anything. Mining guild debug showed the script was finding matches, but only on other characters/random objects.

Dynamite
12-28-2012, 02:35 PM
Okay has anyone tested any other rocks?

-Boom

thesis
12-28-2012, 05:24 PM
It seems that the image it downloads is a png file but it saves it as a bmp.
After I changed the image back in png and changed the script to find the png it started running.

Hower it mines 1 ore and then it stops working..