FUUUUUUU-
It wasn't like that in beta D:
it still works, takes like 2 mins to mine 1 rock
Runs like a charm even after all this time. Thank you for posting such a smooth script!
[==========================================]
[ Time Running : 54 Minutes And 37 Seconds ]
[ Loads Done : 13 ]
[ Ores Mined : 363 ]
[ Xp Gained : 12705 ]
[ Xp/H : 10800 ]
[==========================================]
Clit, is there a reason why you "click" north all the time? I mean that is EXTREMELY bot like...
EDIT: Lol, i see that you click north because "anti ban sometimes changes compass angle". Couldn't you just check the compass angle before clicking north?
This seems to work in theory:
if not(InRange(Round(rs_GetCompassAngleDegrees), -5, 5)) then ClickNorth(SRL_ANGLE_HIGH); //antiban sometimes changes compass angle
Also, you have a divide by zero issue if you've gotten no exp when you call Proggy. Simply do a quick check or utilize try/catch.
This will resole the divide by zero issue:
Simba Code:procedure Proggy;
begin
CurrentXP := GetXPBarTotal - StartXp;
if CurrentXP < 1 then EXIT;
SMART_ClearCanvas;
PrintOnSmart(['Iron Man by litoris', 'v. 1.5', 'Time Running: ' + ToStr(TimeRunning), 'Loads Done: ' + ToStr(L),
'Ores Mined: ' + ToStr(CurrentXP/35), 'Xp Gained: ' + Tostr(CurrentXP), 'Xp/h: '
+ ToStr(Round(((CurrentXP) / (TimeFromMark(t) / 1000)) * 3600))], Point(40, 50), 16777215);
end;
It ran for 5 minutes and then i got this: "Exception in Script: Failed to create new thread, code:8"
I'm done testing this script, not worth risking my main ;)
Shoot me a PM if this get a substantial update.
Thanks for the help! I hope I can have time to script in a week or so...
IIRC I used a DTM to approach the dungeon door, but it didn't search for rotations. I will make it search with rotations and check whetehr it's already facing north.
I couldn't find the zero error, will change it with your version surely!
I could also make it use left-click to speed things up, and I had a plan to add the option to superheat.
No time now, anyway.
[=========================================]
[ Iron Man 1.5 ]
[ by litoris ]
[=========================================]
[ Time Running : 6 Minutes And 18 Seconds ]
[ Loads Done : 2 ]
[ Ores Mined : 53 ]
[ Xp Gained : 1855 ]
[ Xp/H : 18000 ]
[=========================================]
[ Iron Man 1.5 ]
[=========================================]
Just another progress report for you. Kudos man, great script.
[================================================== =]
[ Iron Man 1.5 ]
[ by litoris ]
[================================================== =]
[ Time Running : 1 Hours, 13 Minutes And 58 Seconds ]
[ Loads Done : 24 ]
[ Ores Mined : 663 ]
[ Xp Gained : 23205 ]
[ Xp/H : 18000 ]
[================================================== =]
[ Iron Man 1.5 ]
[================================================== =]
( I'll post another progress report within the next few hours. I wanna test how long it will stay running )
[==================================================]
[ Iron Man 1.5 ]
[ by litoris ]
[==================================================]
[ Time Running : 3 Hours, 5 Minutes And 16 Seconds ]
[ Loads Done : 55 ]
[ Ores Mined : 1527 ]
[ Xp Gained : 53445 ]
[ Xp/H : 14400 ]
[==================================================]
[ Iron Man 1.5 ]
[==================================================]
yea, I'm going to continue to use this script good sir. Amazing
There's lot to improve on this script, I guess I'll work on it sometime later. Nice to know it still works.
Does it bank?
I will say that this script works beautifully.
It did attack a few scorpions, but other than that, its awesome!
Awesome script man <3 works wonders
He dont do anything by my?
Im standing by the iron rocks but nothing?
I don't feel like working on this script... I was going to add an option to mine and superheat, but I don't think anyone will use it. This needs a lot of work to satisfy me (DDTMs, fixed proggy, better work overall) but I'm not interested in it, especially because iron prices are so crap now. I will fix it if this gets broken, but I just can't bother to do anything else. I guess it's fine as it is.
/public announcement
Exception in Script: Plugin(libsmartremote32) has not been found
how can i fix this?
It appears as though the proggy bugged out a bit - it was showing that in 50 minutes I had mined about 200k ores.
[==========================================]
[ Iron Man 1.5 ]
[ by litoris ]
[==========================================]
[ Time Running : 49 Minutes And 28 Seconds ]
[ Loads Done : 16 ]
[ Ores Mined : 204522 ]
[ Xp Gained : 7158299 ]
[ Xp/H : 8895600 ]
[==========================================]
[ Iron Man 1.5 ]
[==========================================]
Other than that, the script is working great.
Still works!
[================================================== =]
[ Iron Man 1.5 ]
[ by litoris ]
[================================================== =]
[ Time Running : 8 Hours, 56 Minutes And 23 Seconds ]
[ Loads Done : 154 ]
[ Ores Mined : 4255 ]
[ Xp Gained : 148925 ]
[ Xp/H : 14400 ]
[================================================== =]
[ Iron Man 1.5 ]
[================================================== =]
Could not locate.
Could not locate.
Could not locate.
Could not locate.
Could not locate.
Could not locate.
Could not locate.
Could not locate.
Could not locate.
Could not locate.
We failed too many times, logging out and back in to change the icons.
This happens right after I login
I like this script but I get the could not locate error often
My apologies on having a double post here.... One was an old post though and I did not realize.
The EXP calculator on this script is messed up. It does not properly calculate the EXP you gain and maxes out at 18k/hour. It does not function over that rate for me.
"smart cannot spawn clients" whats thsat mean