I get this error around every 30 minutes
The following DTMs were not freed: [7]
I get this error around every 30 minutes
The following DTMs were not freed: [7]
Mithril, varrock west bank
v1.8 is running really well.... But one problem is with withdrawing the coal. Every once in a while it misclicks the coal and doesn't withdraw any so I end up superheating iron bars. The mouse seems to be going down to withdraw all or all but one but moves really fast and seems to overshoot it. Other than that it looks faster than ever =) will continue to use 1.7 for now though
Sorry that was a hastey post I got up early to run it before heading off to a class; I should've waited to post something more helpfull. Yeah that's what the debug reads; this is what it says exactly
"Found Item at Bank Slot 2.
Found Incorrect Item, Moving to new Bank Spot.
**Warning in WithdrawItem: Could not Find dtm in Bank. [Uptext: al"
It works smoothly except does that every once in a while.
Edit:
With the antiban I noticed it tries to hover skill before the last superheat is finished. So when the superheat is done it goes back to the magic book; the total exp, next level, and exp til level don't have a chance to show up. I threw in a wait (500 + random(200)) at the start of the antiban procedure and it seemed to remedy that. Just a thought =)
Last edited by nickkg175; 02-27-2012 at 08:49 PM.
Ahh that's just an uptext problem. Try changing all the "al"s to just "a" or just "l"
Here's the part you'll want to change
Simba Code:if (not invfull) then
begin
case CoalBag of
'yes': begin case BarType of
'steel': WithdrawItem(coal, 'dtm', 8, 'al', [3]); {8}
'mith' : WithdrawItem(coal, 'dtm', 14, 'al', [3]); {14}
'addy' : WithdrawItem(coal, 'dtm', 16, 'al', [3]); {16} {coal}
'rune' : WithdrawItem(coal, 'dtm', 14, 'al', [3]); {14}
end;
end;
'no': begin case BarType of
'steel': WithdrawItem(coal, 'dtm', 0, 'al', [3]); {all}
'mith' : WithdrawItem(coal, 'dtm', 20, 'al', [3]); {20} {coal}
'addy' : WithdrawItem(coal, 'dtm', 18, 'al', [3]); {18}
'rune' : WithdrawItem(coal, 'dtm', 0, 'al', [3]); {all}
end;
end;
end;
Wait(400+Random(100));
closebank;
end;
=-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
Time Running: 1 Hours, 34 Minutes and 38 Seconds
Bars Superheated: gold
Magic XP Gained: 124497
Magic XP/Hour: 78929
Smithing XP Gained: 131544
Smithing XP/Hour: 83396
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
stopped manually.. have to go to practice. works very well thanks tehq![]()
Just a suggestion, when superheating, don't move the mouse to the first ore in the inventory when there's an ore that you can click without moving the mouse. Makes it less bot like (which actual player does that?) and should improve speed.
Thanks very much 'a' works very well, 'l' however does not =P
Also be sure to look into my edit about the antiban plus ^ what texy said above does make a lot of sense too, only problem is you'd need to have a different procedure just for each ore and the spellbooks are different between member and non member.
Just edit the main loop a little. If you move the antiban to after get ores then it should work well.
For Texy's idea, i know a fairly easy way to do it. But, like you said, it wouldn't work the same for everyone. If you want to change it though you'll only need to add another variable and a repeat invmouse(5, leftclick) until the variable = 3 or 4 (depending upon coal bag) before each superheating procedure. You'd also have to change the inventory values for the rest of the ores. I don't think it looks that suspicious to cause this to need to be changed
Can anyone tell me if Superheat profits please? If so what ores to bars?![]()
marpis's script does this, maybe looking into it might give you some inspiration?
http://runescape.wikia.com/wiki/Calculators/Superheat
It opens my bank, goes to withdraw the ores, doesn't, and then tries to Superheat nothing? Help?
=-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
Time Running: 5 Minutes and 38 Seconds
Inventories completed: 0
Bars Superheated: iron
Use Coalbag? no
Magic XP Gained: 0
Smithing XP Gained: 0
Thats all it says and I'm in soul wars bank, iron and coal in my top left bank spaces, nature rune in the inv and the magic book set out like on the picture
It already is :/
Only bug i can see atm is that it fills 2x the coal bag (not withdrawing the coal 2x but clicking "Fill" 2x)
Edit: Location: Vwb, Bar: Mithril bars
Edit2: and when there is coal left in my inventory after it fills the bag it keeps clicking Fill, forever.
Maybe you should add more failsafes in your script, example: if it doesnt withdraw the coal ores only the mith ores to superheat then it just stops
Last edited by Matthijsd; 02-28-2012 at 01:22 PM.
Its still doing it, just clicks on the ore, does nothing and then tries to Superheat nothing:/
To everybody using this script, Please sell your bars at MED+ !!!
Hi
stupid rs update lol..
There are currently 1 users browsing this thread. (0 members and 1 guests)