I just downloaded the current version (1.4) from the thread and input my user/pass. I'm superheating gold at soul wars with gold gaunts just fine.
Progress Report:=-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-= Time Running: 5 Minutes and 45 Seconds Inventories completed: 4 Bars Superheated: gold Use Coalbag? no Magic XP Gained: 5724 Smithing XP Gained: 6048 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
E:Progress Report:=-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-= Time Running: 23 Minutes and 27 Seconds Inventories completed: 20 Bars Superheated: gold Use Coalbag? no Magic XP Gained: 25122 Smithing XP Gained: 26544 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Make sure your setup is exactly like the pictures. If you need more help, pm me.
Last edited by tehq; 02-15-2012 at 12:27 AM.
tehq, please try not to double post, use edit button. Anyways good luck with your script, sorry i couldn't personally help you... i need to go.
Hi
Stopped due to random event:
=-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
Time Running: 1 Hours, 9 Minutes and 25 Seconds
Inventories completed: 105
Bars Superheated: steel
Use Coalbag? no
Magic XP Gained: 50085
Smithing XP Gained: 16065
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
There is no 'Ctrl' button on's computer.
is always in control.
Edit: Alright so it's up and running smooth; a little faster than the one I have so booyah! However one thing is it clicks on the magic book everytime it superheats? Is this to get loads done faster? If so doesn't it make it look a little inhuman? I don't know anyone who clicks on their magic book for superheat seeing as it automatically goes back. Either way it's a fine script! Good job!
Last edited by nickkg175; 02-15-2012 at 04:20 AM.
change name to tehboss testing now honestly man this thing is great the only way this could get better would be with a custom log in but theres no real point in that lol
gj tehboss
oh and bro just like to point this out with a coal bag it like clicks on the bag as many times as you have coal but there is no point in this as all the coal goes in the bag straight away
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
Time Running: 3 Hours, 47 Minutes and 20 Seconds
Inventories completed: 374
Bars Superheated: steel
Use Coalbag? no
Magic XP Gained: 177656
Smithing XP Gained: 56984
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Works well for me.
yeah sometimes glitches out with coal bag doesnt withdraw/put in bag right and ends up not working(keeps clicking on bag) or super heating iron bars
Instead of forcing the user to have items in specific places, you should get your script to detect where they are. I can help you with it if you like.
Click here to find out how to get full screen without members! | Click here to check out my Ultimate Bitmap Tutorial! Edited to work with Simba! |
it works fine your just doing something wrong the only problem banking is slower with coal bag.
=-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
Time Running: 2 Hours, 37 Minutes and 51 Seconds
Inventories completed: 282
Bars Superheated: steel
Use Coalbag? no
Magic XP Gained: 134514
Smithing XP Gained: 43146
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A nice rate of 970 p/h
Still only thing I would have to say is how it clicks on the magic book every time it superheats; I'm just wondering if that would be detectable as something a bot would do? I don't know anyone who would or even could click on the magic book after every single superheat. I'm also not sure if that would affect the ban rate. Either way, good script!
I got some problems
Time Running: 11 Minutes and 1 Seconds
Inventories completed: 8
Bars Superheated: gold
Use Coalbag? no
Magic XP Gained: 11448
Smithing XP Gained: 12096
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Successfully executed.
The following DTMs were not freed: [2]
nice work with scriptflawless steel bars with coal bag. But noticed a bug with mithril bars and coal bag: fills coal bag, fills inventory, leaves bank, enters bank, deposits ores--->loops (doesn't superheat the items), without coal bag doing just fine with mithrils too at least
![]()
//offtopic so you managed to fix your script a little bit?
Hi
I want to report something.If the inv. doesn't open after clicking on superheat spell,bot automatically clicks on inv. symbol and that interrupts the superheating progress.After clicking on inv. icon,the spell won't work and it'll click on "use" on gold ore.And as a result,i'll get 5-8 ores that didn't get superheated per inv.
(sorry for my English,it's my 3rd.)
Ill be giving you extensive prog reports over the next few days. Just purchased all my mats for 94-99 mage. Ill let you know. Would appreciate if I could beta test new versions for ya, considering I have 90k iron ore
EDIT:
=-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
Time Running: 27 Minutes and 19 Seconds
Inventories completed: 25
Bars Superheated: steel
Use Coalbag? yes
Magic XP Gained: 22525
Smithing XP Gained: 7225
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Problem was that it thought it still needed to put iron in the coalbag, continued to click coal bag over and over.
Last edited by beezkneez; 02-16-2012 at 08:43 PM.
I think i know what the problem is. I don't have a coal bag so i wouldn't know if this fixes it, but change this procedure:Simba Code:procedure CoalToBag;
begin
Case Coalbag of
'yes': begin
banking;
Withdraw(Bankrow, BankCol, 26);
closebank;
repeat
Mouseitem(3,mouse_left);
wait(RandomRange(100,150));
Mouseitem(2,mouse_left);
until (invcount = 2);
end;
end;
end;
To:*Included in current private versionSimba Code:procedure CoalToBag;
begin
Case Coalbag of
'yes': begin
banking;
Withdraw(Bankrow, BankCol, 26);
closebank;
repeat
Mouseitem(3, mouse_left);
wait(RandomRange(800,900)); //longer wait
Mouseitem(2, mouse_left);
until (invcount = 2);
end;
end;
end;
There are currently 1 users browsing this thread. (0 members and 1 guests)