http://www.fenjer.com/adnan/SRLStats/1750.png
http://stats.srl-forums.com/be/SRL-S...rbars/1750.png
http://www.draynor.net/skill/glossyb...whiteboi4u.png
Thanx / Rep Me if i helped you in any way
if u have a really good scripts that either cuts willows or yews send me an email auz_boi_2_nv@hotmail.com
If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[SRL4] QuickPowerminer 3.0 by Timothegreat
----------------------------------------
Time Running: 1 Hours, 18 Minutes and 2 Seconds
Ores Mined: 675
Loads: 25
Ores/hr: 519
Responded: 0 Times
Broken Picks: 0
Gasses found: 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\
| SRL 4 Randoms Report |
| www.srl-forums.com |
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
| Talks : 4 |
| Old Men : 1 |
| Lamps Solved : 2 |
| Frog Solved : 1 |
| Capn Hand[s] : 1 |
| Boxes Solved : 1 |
\~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
Biggest problem I have is with gasses, but I think I solved them (quick and dirty fix, but performance is fine). Here are my main edits...
In powermine proc, I replaced a portion with this:
...
end;
if (w_wizzupgas(cx,cy-5) or MKFindGas) then //added MK's check
begin
HandleFight; // run away first, do SRL stats later
Writeln('Found Gas! Using Wizzups/MK checker during mining');
MFF(MMCX+2,MMCY,4,4);
Gasses:= Gasses + 1;
ReportVars[2] := ReportVars[2] + 1;
SendSRLReport;
SRLRandomsReport;
MMouse(random(MSX2),random(MSY2),5,5);
Status('Found Gas! Using wizzups/MK gas checker');
FTWait(8+random(2));
exit;
end else
begin
if (isuptext('ine')) then
...
Also, in waitrock, a similar change...
if w_wizzupgas(cx,cy-5) then
begin
HandleFight;
Writeln('Found Gas! Using Wizzups checker');
MFF(MSCX,MSCY,5,5);
...and...
if MKFindGas then
begin
HandleFight;
Writeln('Found Gas! Using Masterkills checker');
MFF(MSCX,MSCY,5,5);
...
I found in many cases, that it was finding the gasses, but either not doing anything or doing things too late. I'm forcing it to just run away immediately and do the other stuff later. If it waits to do SendSRLReport and SRLRandomsReport first, there's a delay in reaction time before it does a FTWait(36+Random(4)) later on and it's probably too late by that time.
I haven't searched for FTWait to see what it does, but I'm assuming that's the reaction to the gas being found. If it's successfully reacting to the gas, then you could replace the HandleFight with FTWait in my edits above, but I know HandleFight is working, so I'm not too worried about it.
One random I just noticed it got stuck on was the swarm. It was pwning my character, but no fight was being detected. I think it was just chipping away at my hit points, but not actually showing a red "blam"/explosion on my character with the amount of damage being done each hit like you see in normal combat or a gas explosion, so it wasn't detecting a fight. Is that the way the swarm always works? I'm not sure if anti-random code for swarm relies on detecting the fight or detecting the swarm, but it wasn't working.
Now that gas detection is improved, I should be able to get some longer proggies. Still doesn't handle pickaxe head flying off, unfortunately.
Here ya go, it's kinda weak but it's better than nothing.
EDIT: replaced proggy with a longer one. This one failed because my pickhead flew off and it couldn't find it. Wasn't watching when it happened, sorry.
It runs great, except for a few very small things I noticed:Code:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [SRL4] QuickPowerminer 3.0 by Timothegreat ---------------------------------------- Time Running: 2 Hours, 55 Minutes and 46 Seconds Ores Mined: 891 Loads: 33 Ores/hr: 304 Responded: 36 Times Broken Picks: 0 Gasses found: 8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- It couldn't find my bronze pick with it equipped and the Boolean set to true. But it worked fine unequipped. (EDIT: tried again to get a log and it worked. So maybe I was wrong)
- I had the gas problem mentioned above (I clicked away manually after 10 - seconds, twice). Eventually it gives a "Gas Gave TRUE", but it takes way too long. I didn't check out the code yet but I'd assume the above posters are correct. (EDIT: it does find gas but it takes all too much time for me to be comfortable with it)
Good work! Another thing, every single time it autoresponds it says "homeslice"... i love it![]()
it detects gasses like people have been saying but its detecting them too slow... il figure out the problem soon.![]()
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
kool script il post progi later when i have time to try it
do so as you wish
please post proggies
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
Uhm,
I have a mith pick, when equipped it doesn't find it. But when it's unequiped it'll find it.
The gas detection didn't work unfortunatly, costing me 43 gp to fix my axeI feel that the dropping is also too fast. Perhaps work on this speed, and drop at random intervals, as if being an impatient human who can't be bothered to fill up all of his inventory. Just my CC.
SCAR Code:Line 1529: [Error] (14583:4): Unknown identifier 'FindObjOre' in script C:\Users\Administrator\Desktop\[SRL4] QuickPowerMiner3.1 pro.scar
Help me?
For some reason this script laggs ALOT... no good proggy because it stops after 2 hours... and i want atleast 5+ hours![]()
My army got now about 25 mining, so i'll switch to an iron ore miner with out laggs o.O![]()
download srl, subversion, and update to rev 16
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
i am going to use it on my main now.. to lvl up his mining for our script eh
i'll post a proggy later
edit: just broke my pic
SCAR Code:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[SRL4] QuickPowerminer 3.0 by Timothegreat
----------------------------------------
Time Running: 12 Minutes and 41 Seconds
Ores Mined: 56
Loads: 2
Ores/hr: 265
Responded: 3 Times
Broken Picks: 0
Gasses found: 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All Players False
Successfully executed
hmm.. quick one..
will use again.. lol
i've got more picks ^^
edit2:
hmm
broke another pick because of gass
SCAR Code:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[SRL4] QuickPowerminer 3.0 by Timothegreat
----------------------------------------
Time Running: 30 Minutes and 36 Seconds
Ores Mined: 196
Loads: 7
Ores/hr: 384
Responded: 0 Times
Broken Picks: 0
Gasses found: 1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
your gasschecker seems to be slow![]()
no clue why, im using wizzups and masterkills... not mine
updated to fix a few bugs
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
Hey timo, i use wizzups and mk's too and it never misses :S
It might be because of how often u call it? *Looks through ur script*
Extinct.
Formally known as Drags111.
i shortened up my wait loop so it might find gas faster now
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
Hey Do you think you could make this smart compatible? and sometimes i get a runtime error for srl/misc/inventory or something like that..could it be because im not using scar 3.15b? i was just using regular 3.15
Edit- Neverming Figured Out both questions =) expect a nice proggy soon =P
Hey Timothegreat, im having a problem..it does a few loads on the first char no problem but after it goes to the next characters all it does is look at stats and then logsout..am i doing something wrong?
after 2 loads + drop i get Runtime error in inventory.scar ??
Canvas does not allow drawing in line 250
?? :S
thats way too vague of a runtime error, i need to know when this occurs...
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
HELP FAST after it mines 28 ores and drop them i get error after ores drop
** Warning in InvBox: Incorrect index: 0**
[Runtime Error] : Exception: Canvas does not allow drawing in line 250 in script D:\Games\Is neto\Runescape\SCAR 3.15\includes\SRL/SRL/Core/Inventory.scar![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
HELP
i get lots o broken picks, and it only mines about 1 load then logs out
You should add SMART. It takes like 2 secondsgood script though ^^
There are currently 1 users browsing this thread. (0 members and 1 guests)