mounty's on gold change line 399 and 400 to
Mouse(695,450,10,10,true);
wait(200+random(75));
makes it alot smoother way faster and does every ore every time also change the ending repeat loop to
until false
so it don't stop so soon. runs great!
mounty's on gold change line 399 and 400 to
Mouse(695,450,10,10,true);
wait(200+random(75));
makes it alot smoother way faster and does every ore every time also change the ending repeat loop to
until false
so it don't stop so soon. runs great!
I will be doing this once i change to ATPAs as it will be easy to switch between the selected ores. However, im not sure how to do this for DTMs, as FindDTM will always shw the first in order. So im afraid i wont be able to implement this until the weekend.
Thanks for the suggestion though. Check back on Sunday and the new release should be up with a faster procedure.
Edit: didnt see that last post. Thanks for the advice. Ill add that in to the script.
In version 0.7 I've added a section to the superheating process which should make it much faster than it was. Let me know if it make a difference or causes any other issues. Cheers folks
wont withdraw the coal when i'm trying to superheat mith
edit: Okay so I used the v6, and i got it to get into the bank 2ce, but for the most part it just sits there and dose nothing
Last edited by nightmare5019; 12-05-2012 at 07:06 PM.
Thanks for the feedback.
v0.7 should work best.
Must be a problem with the DTMs. Do you have your client set up properly with highest brightness? If you could send me a pic of your coal and ore in your inv i can check my colours against your.
Ill be changing to ATPAs soon so shouldnt have this problem for much longer. If you know how to make DTMs you could simply make a new coal DTM or change the tolerance of the one i made.
I'll send you a screenshot tonight, I'm heading off to work, should be home with enough time to set it up.
Cheers mate that will help a lot. I'll get it updated at some point tomorrow as im not in the house till late tonight.
Using this right now. Thanks for this it's quite awesome.Made a few tweaks here and there, added bank pin. Thanks.
![]()
![]()
Great to hear. Any suggestions for tweaks to improve the script you could share?
I would suggest using the most recent version. If you have any problems report them here. Most problems will be to do with colour finding. you can easily fix them yourself by upping the tolerance or editing the DTMs.
You shouldnt need to do this for the latest version (v0.7) as it simply clicks on the last ore in your inv until there are no more (and should double check if there are any left and heat them too). Let me know if you have any problems with the latest release.
I just started to try this, but I instantly saw an problem when superheating steel bars. Sometimes it doesn't deposit 1 iron ore so instead of doing all steel bars, it makes an iron bar and 1 coal is left in the invy. After that it's all bad making a bunch of iron bars. Perhaps making sure that the script double checks to make sure that 1 iron is always deposited before withdrawing the coal for steel bars.
Thanks for the report. I've updated to v0.8. In this version i have added an extra check for the number or iron ore in the inv and made it so that it will deposit any iron bars which may have been made.
Please try the new release and let me know if there are any more problems.
you really need to do one at the ge best place to superheat
If you want to use this script at the GE it would be fairly easy to make the required changes. You would simply need to change the colour it looks for when finding the banker. However, as the GE is so crowded i would imagine there would be many colour matches and a new procedure would need to be written for finding the banker. But again that would be fairly simple.
As for me i have no plans to change the location at this current time, sorry.
If you do give it a go, let us know how you get on with it and i could provide any help if you get stuck on anything.
Does this script work with the coal bag?
Small bug.. Withdraws iron ores twice. Doing a self fix right now- will post when I do. Probably just gonna up the wait time, and add a failsafe. :P
Okay there wasn't a need for the failsafe. Works perfectly.![]()
317-329
begin
Writeln('found OreDTM');
Mouse(x,y,7,7,false);
wait(200+random(120));
ChooseOption('10 ');
end else
begin
Writeln('No Ore in bank. Logging out.')
logout;
TerminateScript;
end;
wait(900+random(200));
end;
Soon as you add addy support I'll do some 10k bar testing![]()
I've not had this error since i updated to the latest version. I'm not sure whether to add this to the script. Has anyone else had this problem?
Also does it work with 800+random(200)?
Think ill add it anyway but would be nice to know if others have had the same issue.
Great to hear. Ill see if i can add it quickly.
V0.9 now released!
Added support for addy and guthixboss1's fix.
Let me know how it runs.
Coal bags will be coming soon...
I have just recently started using simba and I tried starting this up and it logged in but and opens bank but then nothing else from there. I filled in the bar type with mithril and I am not sure if I am doing everything right. If you could either pm me or any sort of support will help. I really need this done soon because I bought 8k mithril ores to smelt and I don't want any price changes to happen now.
Edit: I have recently updated and now it opens the bank then closes and I have mithril ores and coal visible. Is there a certain spot in the bank slot I am suppose to have it in?
Edit2:![]()
Last edited by Alakaiz; 12-12-2012 at 05:52 PM.
Think this is because of the declaring of the bar type. I really should have put in a list of possible inputs. but then again i suppose it acts as an unintentional anti leach.
Anyway... Try declaring the BarType as 'mith' on line 17. (not 'mithril')
Let me know if that fixes the problem.
thanks
There are currently 1 users browsing this thread. (0 members and 1 guests)