View Full Version : Ultimate Superheater
JMART68
12-08-2011, 11:33 PM
If you've looked into the instructions you clearly can see what the settings are for:
At line 68 and 69 it says:
- Strings[1].
o Which ore you want to superheat.
so at line 117, you'll see this:
Strings[1] := 'steel'; // What to SuperHeat.
Default is steel! change the 'steel' to 'mithril' and you'll be chuck norris.
was that so hard?
To everyone: PLEASE READ THE INSTRUCTIONS if you don't understand something, even though its explained short and long.
You have to set up the script, it doesn't start from alone.
I already did this.. I told you it superheats 1-2 out of 5. I have it set to mithril, red my above post to see what Ithink the problem is.
Tickyy
12-08-2011, 11:39 PM
What computer do you have? Pentium 3?
There's a 1,5 second wait on every single ore it superheates
Can you please show me your settings and don't forget to remove your account information, just copy from line 1 to 120 and use simba tags
Like this : [.Simba] [./Simba] without . (dot)
JMART68
12-08-2011, 11:39 PM
Did you even read what i have said?
Yes, I did. I had it set to mithril all along.
Tell me which line moves the mouse to the ore after clicking super heat. I'll edit and let you know if it fixes my issue.
JMART68
12-08-2011, 11:42 PM
What computer do you have? Pentium 3?
There's a 1,5 second wait on every single ore it superheates
Can you please show me your settings and don't forget to remove your account information, just copy from line 1 to 120 and use simba tags
Like this : [.Simba] [./Simba] without . (dot)
[------------------------------------------------------------------------------]
[ //////////////////////////// Setup Starts here \\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ]
[------------------------------------------------------------------------------}
Program SuperHeat;
{$i SRL/SRL/misc/smart.scar}
{$i SRL/SRL.scar}
Const
TotalTimeRun = 99999; // How long should the script run (minutes)
Mouse_Speed = 19; // Mouse speed, 17 is default.
When_To_Break = 40; // Breaks after the selected minutes + a RandomRange of 5-15.
Break_Time = 5; // Break time + a RandomRange of 1-10.
ModFound = False; // Logout if Mod found?
Y_Members = True; // Are you a member?
Antiban_Percent = 65; // Antiban Percent, More Percent means less antiban.
SoulWars_bank = True; // Are you using soul wars place for banking?
SV='0.12'; // DO NOT TOUCH
//////////////////////////////////////////////////////////////////////////////
// Please Pick the colors from the clothes(or hair) of the banker
// With this method, the banking should be faster, and flawless.
// Because most of the other functions are pretty much outdated.
// So you don't have to worry about banking anymore...
//
Col1 = 5847878; // Clothes Color 1
Col2 = 5521480; // Clothes Color 2
Col3 = 4601404; // Clothes Color 3
//
// These Colors are for vwb.
//////////////////////////////////////////////////////////////////////////////
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
with Players[0] do
begin
Name := 'account'; // In-game Username.
Pass := 'pass'; // In-game Password.
Pin := ''; // In-game Pin
Loc := 'vwb'; // See below.
Strings[1] := 'mithril'; // What to SuperHeat.
Active := True;
end;
And it's a 2010 macbook pro running Windows
Tickyy
12-08-2011, 11:46 PM
[------------------------------------------------------------------------------]
[ //////////////////////////// Setup Starts here \\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ]
[------------------------------------------------------------------------------}
Program SuperHeat;
{$i SRL/SRL/misc/smart.scar}
{$i SRL/SRL.scar}
Const
TotalTimeRun = 99999; // How long should the script run (minutes)
Mouse_Speed = 19; // Mouse speed, 17 is default.
When_To_Break = 40; // Breaks after the selected minutes + a RandomRange of 5-15.
Break_Time = 5; // Break time + a RandomRange of 1-10.
ModFound = False; // Logout if Mod found?
Y_Members = True; // Are you a member?
Antiban_Percent = 65; // Antiban Percent, More Percent means less antiban.
SoulWars_bank = True; // Are you using soul wars place for banking?
SV='0.12'; // DO NOT TOUCH
//////////////////////////////////////////////////////////////////////////////
// Please Pick the colors from the clothes(or hair) of the banker
// With this method, the banking should be faster, and flawless.
// Because most of the other functions are pretty much outdated.
// So you don't have to worry about banking anymore...
//
Col1 = 5847878; // Clothes Color 1
Col2 = 5521480; // Clothes Color 2
Col3 = 4601404; // Clothes Color 3
//
// These Colors are for vwb.
//////////////////////////////////////////////////////////////////////////////
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
with Players[0] do
begin
Name := 'account'; // In-game Username.
Pass := 'pass'; // In-game Password.
Pin := ''; // In-game Pin
Loc := 'vwb'; // See below.
Strings[1] := 'mithril'; // What to SuperHeat.
Active := True;
end;
And it's a 2010 macbook pro running Windows
I'm going to buy a few ores to check out...
stay on it won't take that long.
JMART68
12-08-2011, 11:48 PM
I'm going to buy a few ores to check out...
stay on it won't take that long.
Alright thanks. Some inventories are doing 4-5/5 now. I'ts going at about 350 ores/hour according to the log.
Tickyy
12-09-2011, 12:01 AM
Alright thanks. Some inventories are doing 4-5/5 now. I'ts going at about 350 ores/hour according to the log.
Just what i've expected:
[----------------------------------------------------------------------------]
[ Ver 1.0 ]
[----------------------------------------------------------------------------]
[ 12/09/11 12:59:30 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 2 Minutes and 41 Seconds ]
[ Total Times Casted: 30 ]
[ Total Banking Done: 6 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 1 ]
[ Total Magic XP Gained: 1590 ]
[ Total Smith XP Gained: 36 ]
[ Casting Rate: 670 Casts/Hr ]
[ Magic XP Rate: 35552 Magic XP/Hr ]
[ Smith XP Rate: 805 Smith XP/Hr ]
[ Superheating: Mithril Bars ]
[----------------------------------------------------------------------------]
its running flawless even on my SUPER SLOW CELERON PC.
Did you set graphics to SAFE MODE? Did you set nature runes on your first slot on your inventory? did you equip staff of fire? did you set mithril ore at 2nd slot and coal at 3rd in your bank? is your SRL up to date?
Typo on line 445. Should be
T_smithing := (T_smithing + Orr.xp);
JMART68
12-09-2011, 12:04 AM
Just what i've expected:
[----------------------------------------------------------------------------]
[ Ver 1.0 ]
[----------------------------------------------------------------------------]
[ 12/09/11 12:59:30 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 2 Minutes and 41 Seconds ]
[ Total Times Casted: 30 ]
[ Total Banking Done: 6 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 1 ]
[ Total Magic XP Gained: 1590 ]
[ Total Smith XP Gained: 36 ]
[ Casting Rate: 670 Casts/Hr ]
[ Magic XP Rate: 35552 Magic XP/Hr ]
[ Smith XP Rate: 805 Smith XP/Hr ]
[ Superheating: Mithril Bars ]
[----------------------------------------------------------------------------]
its running flawless even on my SUPER SLOW CELERON PC.
Did you set graphics to SAFE MODE? Did you set nature runes on your first slot on your inventory? did you equip staff of fire? did you set mithril ore at 2nd slot and coal at 3rd in your bank? is your SRL up to date?
Hmm weird. I'll try on my desktop in a bit... but I dont get why its happening here, I have the right settings.
Tickyy
12-09-2011, 12:05 AM
Typo on line 445. Should be
T_smithing := (T_smithing + Orr.xp);
Yeah, i just was about to release a new version for that lol :p.
EDIT: Version 1.1 Available.
JMART68
12-09-2011, 12:39 AM
Same thing is happening on my Desktop PC...
Do you use 100 Anti-ban percent or something? faster mouse, slower mouse? Can you post that portion of the settings for me?
Tickyy
12-09-2011, 01:01 AM
Same thing is happening on my Desktop PC...
Do you use 100 Anti-ban percent or something? faster mouse, slower mouse? Can you post that portion of the settings for me?
The settings right there are mostly my default settings that i use... so yeah no big change there.
Can you describe again the whole thing what happens when you use it? But in detail this time.
ALSO: Are you using SMART?
JMART68
12-09-2011, 01:38 AM
The settings right there are mostly my default settings that i use... so yeah no big change there.
Can you describe again the whole thing what happens when you use it? But in detail this time.
ALSO: Are you using SMART?
Using smart yes. Happened without smart as well though.
What happens is it qwithrows properly from bank, then click spell, then moves mouse to the mithril ore, but now instead of clicking on the ore, it jsut sits there for about 2-3 seconds, then it manually goes back to magic tab, clisk on super heat again, and moves back to the ore... and just hovers it again. Sometimes it wil actually click, but only about 1-3 out of 5. It'll thne just bank and deposit the un used ores and bars, re withdraw ores and go on the same as usual.
I just started using another superheater from this forum, which works fine for me. But it doesn't support soul wars so i'd really love to use this script :(
Tickyy
12-09-2011, 02:10 AM
Using smart yes. Happened without smart as well though.
What happens is it qwithrows properly from bank, then click spell, then moves mouse to the mithril ore, but now instead of clicking on the ore, it jsut sits there for about 2-3 seconds, then it manually goes back to magic tab, clisk on super heat again, and moves back to the ore... and just hovers it again. Sometimes it wil actually click, but only about 1-3 out of 5. It'll thne just bank and deposit the un used ores and bars, re withdraw ores and go on the same as usual.
I just started using another superheater from this forum, which works fine for me. But it doesn't support soul wars so i'd really love to use this script :(
All i can say is... try to uninstall simba and everything with it, and install again, looks like your uptext doesn't work or something.
don't forget to get everything up to date after you've installed everything.
JMART68
12-09-2011, 02:14 AM
All i can say is... try to uninstall simba and everything with it, and install again, looks like your uptext doesn't work or something.
don't forget to get everything up to date after you've installed everything.
I did that. And I also fresh installed when I tried on my PC. All MSI scripts work for me, another super heater works for me. Not sure whats up. :/ Just this script
Tickyy
12-09-2011, 02:20 AM
I did that. And I also fresh installed when I tried on my PC. All MSI scripts work for me, another super heater works for me. Not sure whats up. :/ Just this script
go to line 436 and change this line:
if WaitUptext(Orr.UpT, 1500) then
to
if WaitUptext(Orr.UpT, 4500) then
if this doesn't work then i really have no idea. also make sure and start from the beginning of the script and check out the set ups and stuff like that.
Overtime
12-09-2011, 04:19 AM
[----------------------------------------------------------------------------]
[ Ver 1.1 ]
[----------------------------------------------------------------------------]
[ 12/08/11 10:02:52 PM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 1 Hours, 4 Minutes and 42 Seconds ]
[ Total Times Casted: 1260 ]
[ Total Banking Done: 140 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 17 ]
[ Total Magic XP Gained: 66780 ]
[ Total Smith XP Gained: 22050 ]
[ Casting Rate: 1168 Casts/Hr ]
[ Magic XP Rate: 61928 Magic XP/Hr ]
[ Smith XP Rate: 20448 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
Something is going wrong(bank), Script Terminated.
Successfully executed.
Was nothign wrong with bank..
it opened bank and it bugged out on its own. I donno. worked the first 140 times. I just re-started it and its running perfect again...
Great job man.
I want Coal bag support though :/
phamxboa
12-09-2011, 05:53 AM
does this work with smart? because when i click run it doesnt pop up smart
calvenlim
12-09-2011, 06:01 AM
The newest version of superheating dont work for me , it cant detect the banker
quazzymodem
12-09-2011, 06:02 AM
@ phamxboa - you need to comment smart back in (remove the // from the include at the top of the script)
Also this wont work at all for addy, it clicks on the superheat and then just hovers over the ore for a few seconds and then clicks the magic tab to reselect superheat.
calvenlim
12-09-2011, 06:03 AM
does this work with smart? because when i click run it doesnt pop up smart
find a line that has
//{$i SRL/SRL/misc/smart.scar}
{$i SRL/SRL.scar}
change it to
{$i SRL/SRL/misc/smart.scar}
{$i SRL/SRL.scar}
and try to run
calvenlim
12-09-2011, 06:04 AM
@ phamxboa - you need to comment smart back in (remove the // from the include at the top of the script)
Also this wont work at all for addy, it clicks on the superheat and then just hovers over the ore for a few seconds and then clicks the magic tab to reselect superheat.
it does not even search the banker to me ..
Tickyy
12-09-2011, 12:19 PM
[----------------------------------------------------------------------------]
[ Ver 1.1 ]
[----------------------------------------------------------------------------]
[ 12/08/11 10:02:52 PM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 1 Hours, 4 Minutes and 42 Seconds ]
[ Total Times Casted: 1260 ]
[ Total Banking Done: 140 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 17 ]
[ Total Magic XP Gained: 66780 ]
[ Total Smith XP Gained: 22050 ]
[ Casting Rate: 1168 Casts/Hr ]
[ Magic XP Rate: 61928 Magic XP/Hr ]
[ Smith XP Rate: 20448 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
Something is going wrong(bank), Script Terminated.
Successfully executed.
Was nothign wrong with bank..
it opened bank and it bugged out on its own. I donno. worked the first 140 times. I just re-started it and its running perfect again...
Great job man.
I want Coal bag support though :/
for coal bag would cost me tons of changes and takes time so probably won't add it.
The newest version of superheating dont work for me , it cant detect the banker
it does not even search the banker to me ..
You did not set up the script correctly. And I AM NOT going to tell you what to do, just read the instructions.
illuminatiswag
12-09-2011, 01:16 PM
Does this use coal bag ?
phamxboa
12-09-2011, 06:29 PM
I think this works best with only steel bars, because i tried using addy, and it messes up.
Tickyy
12-09-2011, 07:16 PM
I think this works best with only steel bars, because i tried using addy, and it messes up.
that wasn't helpful, describe what happened.
quazzymodem
12-09-2011, 09:47 PM
that wasn't helpful, describe what happened.
I described this on page 11, it seems to only hover the addy ore and not click on it to actually superheat it.
Tickyy
12-09-2011, 11:23 PM
I described this on page 11, it seems to only hover the addy ore and not click on it to actually superheat it.
[----------------------------------------------------------------------------]
[ Ver 1.1 ]
[----------------------------------------------------------------------------]
[ 12/09/11 11:37:08 PM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 3 Minutes and 36 Seconds ]
[ Total Times Casted: 24 ]
[ Total Banking Done: 9 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 0 ]
[ Total Magic XP Gained: 1272 ]
[ Total Smith XP Gained: 900 ]
[ Casting Rate: 400 Casts/Hr ]
[ Magic XP Rate: 21200 Magic XP/Hr ]
[ Smith XP Rate: 15000 Smith XP/Hr ]
[ Superheating: Addy Bars ]
[----------------------------------------------------------------------------]
Just about 25 casts while superheating addy, on my SUPER SLOW desktop(my bro always stays on the fast one :() so don't mind about the XP/HR. But lets get to the point the script is doing FINE, not my fault if you guys do not know how to set up a script, simply doing an 'addy' or 'adamant' (lowercase or uppercase doesn't matter) inside the Strings[1] should work.
but here's the deal: there's a failsafe if you guys fail at setting up the script at superheating. if setup is wrong, a warning will pop-up and the script will stop.
Version 1.2 is Available.
Heavenzeyez1
12-10-2011, 12:41 AM
[----------------------------------------------------------------------------]
[ Ver 1.1 ]
[----------------------------------------------------------------------------]
[ 12/10/11 12:54:58 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 5 Hours, 42 Minutes and 59 Seconds ]
[ Total Times Casted: 5814 ]
[ Total Banking Done: 647 ]
[ Total Breaks Made: 6 ]
[ Total Antiban Performed: 85 ]
[ Total Magic XP Gained: 308142 ]
[ Total Smith XP Gained: 101745 ]
[ Casting Rate: 1017 Casts/Hr ]
[ Magic XP Rate: 53905 Magic XP/Hr ]
[ Smith XP Rate: 17798 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
No more ores left12, TerminateScript!
Successfully executed.
Epicness.
Thank you! <3
~Eerik.
Tickyy
12-10-2011, 01:28 AM
[----------------------------------------------------------------------------]
[ Ver 1.1 ]
[----------------------------------------------------------------------------]
[ 12/10/11 12:54:58 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 5 Hours, 42 Minutes and 59 Seconds ]
[ Total Times Casted: 5814 ]
[ Total Banking Done: 647 ]
[ Total Breaks Made: 6 ]
[ Total Antiban Performed: 85 ]
[ Total Magic XP Gained: 308142 ]
[ Total Smith XP Gained: 101745 ]
[ Casting Rate: 1017 Casts/Hr ]
[ Magic XP Rate: 53905 Magic XP/Hr ]
[ Smith XP Rate: 17798 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
No more ores left12, TerminateScript!
Successfully executed.
Epicness.
Thank you! <3
~Eerik.
Finally, great progress report thanks! Main page updated with your Progress report!
Overtime
12-10-2011, 01:30 AM
[----------------------------------------------------------------------------]
[ Ver 1.1 ]
[----------------------------------------------------------------------------]
[ 12/10/11 12:54:58 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 5 Hours, 42 Minutes and 59 Seconds ]
[ Total Times Casted: 5814 ]
[ Total Banking Done: 647 ]
[ Total Breaks Made: 6 ]
[ Total Antiban Performed: 85 ]
[ Total Magic XP Gained: 308142 ]
[ Total Smith XP Gained: 101745 ]
[ Casting Rate: 1017 Casts/Hr ]
[ Magic XP Rate: 53905 Magic XP/Hr ]
[ Smith XP Rate: 17798 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
No more ores left12, TerminateScript!
Successfully executed.
Epicness.
Thank you! <3
~Eerik.
Nice report, where did you do your superheating at?
trials6112
12-10-2011, 03:16 AM
ok its now not clicking the right spot when its Superheating it insists on trying to click the cammy tele
frostygrunt
12-10-2011, 03:40 AM
What should i set my mouse speed on for this without being caught?
I see logs that say the get around 40k an hr or more... Mine says it will get 14k magic exp... which is very low....
quazzymodem
12-10-2011, 04:35 AM
this works fine with steel for me and i have it set up correctly it just wont do addy for some reason. My computer isnt the issue as I am using an i7 at 2.9ghz, my laptop was released into the market on nov 22 and much more intensive scripts for fine. I guess ill just keep using auto heat for my addy if u dont think its a script based issue, it seems to be working just fine for me (over 2k easy unless a random pops up).
Tickyy
12-10-2011, 10:07 AM
ok its now not clicking the right spot when its Superheating it insists on trying to click the cammy tele
YOU DID NOT SET UP THE SCRIPT Correctly.
this works fine with steel for me and i have it set up correctly it just wont do addy for some reason. My computer isnt the issue as I am using an i7 at 2.9ghz, my laptop was released into the market on nov 22 and much more intensive scripts for fine. I guess ill just keep using auto heat for my addy if u dont think its a script based issue, it seems to be working just fine for me (over 2k easy unless a random pops up).
If i say its a script based issue, then how it's working for me?
Just try to uninstall and install again, this has something to do with your uptext.
Heavenzeyez1
12-10-2011, 11:06 AM
Thanks guys, I'm running @ SW. :)
[----------------------------------------------------------------------------]
[ Ver 1.1 ]
[----------------------------------------------------------------------------]
[ 12/10/11 08:49:18 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 5 Hours, 40 Minutes and 35 Seconds ]
[ Total Times Casted: 5805 ]
[ Total Banking Done: 646 ]
[ Total Breaks Made: 5 ]
[ Total Antiban Performed: 97 ]
[ Total Magic XP Gained: 307665 ]
[ Total Smith XP Gained: 101587.5 ]
[ Casting Rate: 1022 Casts/Hr ]
[ Magic XP Rate: 54200 Magic XP/Hr ]
[ Smith XP Rate: 17897 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
<3
~Eerik.
Stoer
12-10-2011, 12:07 PM
Going for a 6 hour proggy now, until the 'RS has been updated' shows up. If I make it, I'll post the proggy and I'll use the 'hacky' fix and go for even a longer proggy ;-)
Tickyy
12-10-2011, 12:48 PM
Thanks guys, I'm running @ SW. :)
[----------------------------------------------------------------------------]
[ Ver 1.1 ]
[----------------------------------------------------------------------------]
[ 12/10/11 08:49:18 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 5 Hours, 40 Minutes and 35 Seconds ]
[ Total Times Casted: 5805 ]
[ Total Banking Done: 646 ]
[ Total Breaks Made: 5 ]
[ Total Antiban Performed: 97 ]
[ Total Magic XP Gained: 307665 ]
[ Total Smith XP Gained: 101587.5 ]
[ Casting Rate: 1022 Casts/Hr ]
[ Magic XP Rate: 54200 Magic XP/Hr ]
[ Smith XP Rate: 17897 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
<3
~Eerik.
You made my day :D! i've had enough of complaining, finally some good results.
Heavenzeyez1
12-10-2011, 02:28 PM
You made my day :D! i've had enough of complaining, finally some good results.
Dude, this script totally pwns. Though, I've changed some colors(SW bank colors), it sometimes hovered over the fire and I made it work with Fire Battlestaff. :) People who complain simply don't know how to set up a script and that's sad because this script really is epic, I'm almost 93 magic already! :) I'll post more proggys later on, Thank you very much! <3
~Eerik.
Stoer
12-10-2011, 06:00 PM
As promised, here's my proggy:
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 6 Hours, 1 Minutes and 12 Seconds ]
[ Total Times Casted: 6588 ]
[ Total Banking Done: 733 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 94 ]
[ Total Magic XP Gained: 349164 ]
[ Total Smith XP Gained: 115290 ]
[ Casting Rate: 1094 Casts/Hr ]
[ Magic XP Rate: 58000 Magic XP/Hr ]
[ Smith XP Rate: 19151 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
[/REPORT]
Very, very nice!
putonajonny
12-10-2011, 06:19 PM
Great Script, you should make it clear how important the members part of it is though
frostygrunt
12-10-2011, 06:30 PM
So when i run this script, its works... BUT a lot of the time it doesnt click my mith ore to smelt it... It acts like it did and just sits there... Then after a few mins its starts again... Am i doing something wrong when i set the script up? It still works... but not like it should..
Tickyy
12-10-2011, 06:35 PM
Dude, this script totally pwns. Though, I've changed some colors(SW bank colors), it sometimes hovered over the fire and I made it work with Fire Battlestaff. :) People who complain simply don't know how to set up a script and that's sad because this script really is epic, I'm almost 93 magic already! :) I'll post more proggys later on, Thank you very much! <3
~Eerik.
So bad i can't rep you multiple times because i already did on your first post, that's how people should motivate me, just like this :).
by the way, that's a good idea about the fire battlestaff, also could i see those changes about the SW bank? and compare them for better results :D?
As promised, here's my proggy:
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 6 Hours, 1 Minutes and 12 Seconds ]
[ Total Times Casted: 6588 ]
[ Total Banking Done: 733 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 94 ]
[ Total Magic XP Gained: 349164 ]
[ Total Smith XP Gained: 115290 ]
[ Casting Rate: 1094 Casts/Hr ]
[ Magic XP Rate: 58000 Magic XP/Hr ]
[ Smith XP Rate: 19151 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
[/REPORT]
Very, very nice!
Thanks, main page updated.
quazzymodem
12-10-2011, 07:21 PM
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 5 Hours, 17 Minutes and 52 Seconds ]
[ Total Times Casted: 5973 ]
[ Total Banking Done: 689 ]
[ Total Breaks Made: 4 ]
[ Total Antiban Performed: 112 ]
[ Total Magic XP Gained: 294814 ]
[ Total Smith XP Gained: 105387 ]
[ Casting Rate: 1099 Casts/Hr ]
[ Magic XP Rate: 62096 Magic XP/Hr ]
[ Smith XP Rate: 21001 Smith XP/Hr ]
[ Superheating: Steel Bars ]
Working fucking perfectly for steel bars, but I still can't seem to get addy working. Does it have a different superheating function or is this just sorta unexplained? None the less great script for profit and mage xp, seems to be the best one posted publicly! Great job man.
Tickyy
12-10-2011, 08:20 PM
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 5 Hours, 17 Minutes and 52 Seconds ]
[ Total Times Casted: 5973 ]
[ Total Banking Done: 689 ]
[ Total Breaks Made: 4 ]
[ Total Antiban Performed: 112 ]
[ Total Magic XP Gained: 294814 ]
[ Total Smith XP Gained: 105387 ]
[ Casting Rate: 1099 Casts/Hr ]
[ Magic XP Rate: 62096 Magic XP/Hr ]
[ Smith XP Rate: 21001 Smith XP/Hr ]
[ Superheating: Steel Bars ]
Working fucking perfectly for steel bars, but I still can't seem to get addy working. Does it have a different superheating function or is this just sorta unexplained? None the less great script for profit and mage xp, seems to be the best one posted publicly! Great job man.
The function is the same but let me explain it to you...
There's the machine that does the job, and the information that it gets from the other machine, that's how the script works, if you set up addy for example it gets the information (things like: uptext, how many times to superheat, xp etc etc.) and the other function just makes the job done.
Try to change at line 278 you'll see this:
Orr.UpT := 'mant';
change that 'mant' to any different releated adamantite uptext like 'Ada' or something else, just try to change it, if it works then show me the changes.
Radar
12-10-2011, 09:15 PM
Damnnn this works really good for getting 64kxp and 21k smith xp per hour making steel bars but it always stops like every hour cuz of randoms lol. I just need to get mems to get a really good proggy so I can use at sw.
stuffs
12-11-2011, 04:05 AM
Edit: Yeah, I'm an idiot, sorry. Great script, thank you :)
Whatmatters
12-11-2011, 09:07 AM
[----------------------------------------------------------------------------]
[ Ver 1.2 ]
---]
[ Total Time Running: 14 Minutes and 35 Seconds ]
[ Total Times Casted: 261 ]
[ Total Banking Done: 29 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 3 ]
[ Total Magic XP Gained: 13833 ]
[ Total Smith XP Gained: 4567.5 ]
[ Casting Rate: 1073 Casts/Hr ]
[ Magic XP Rate: 56912 Magic XP/Hr ]
[ Smith XP Rate: 18792 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
Good stuff! Any way to play with I'll edit in the full proggy later this.. morning...
Other than that, I didn't encounter any problems during those 15 minutes.
The only thing is that since it uses the white and starts searching from below, it can sometimes settle for the chest frame part that doesn't get a red click. This repeated around 5 times once. Usually it makes it.
~Thanks again
LemonHaze
12-11-2011, 10:45 AM
does this support gold ores? it always say no nature runes found while they are in the first slot, sometimes it also says no staff found. maybe because i use fire battlestaff? help plz :)
Tickyy
12-11-2011, 11:10 AM
does this support gold ores? it always say no nature runes found while they are in the first slot, sometimes it also says no staff found. maybe because i use fire battlestaff? help plz :)
Version 1.3 is available.
oh and by the way, here's my overnight run:
[----------------------------------------------------------------------------]
[ Ver 1.2 ]
[----------------------------------------------------------------------------]
[ 12/11/11 06:03:09 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 4 Hours, 34 Minutes and 59 Seconds ]
[ Total Times Casted: 4716 ]
[ Total Banking Done: 525 ]
[ Total Breaks Made: 4 ]
[ Total Antiban Performed: 73 ]
[ Total Magic XP Gained: 249948 ]
[ Total Smith XP Gained: 82530 ]
[ Casting Rate: 1029 Casts/Hr ]
[ Magic XP Rate: 54537 Magic XP/Hr ]
[ Smith XP Rate: 18008 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
LemonHaze
12-11-2011, 11:41 AM
k, i'll try it again. what about the nature runes not found problem, how can i fix that? to make this script work i just have to open it in simba right? i don't have to save it in a specific map or something? ( sorry for being so noob, i'm new. )
Tickyy
12-11-2011, 12:39 PM
k, i'll try it again. what about the nature runes not found problem, how can i fix that? to make this script work i just have to open it in simba right? i don't have to save it in a specific map or something? ( sorry for being so noob, i'm new. )
Download my script > Set it up, at line 74 you'll see this:
{------------------------------------------------------------------------------]
[ //////////////////////////// Setup Starts here \\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ]
[------------------------------------------------------------------------------}
That's where the setup starts!
After that set nature rune at first slot on your inventory, fire staff on your weapon equip, and stay at bank or SW, which one you choose, also if you prefer perfect banking and are not using SW, then you'll see this at setup:
//////////////////////////////////////////////////////////////////////////////
// Please Pick the colors from the clothes(or something) of the banker
// With this method, the banking should be faster, and flawless.
// Because most of the other functions are pretty much outdated.
// So you don't have to worry about banking anymore...
//
Col1 = 5847878; // Clothes Color 1
Col2 = 5521480; // Clothes Color 2
Col3 = 4601404; // Clothes Color 3
//
// These Colors are for vwb.
//////////////////////////////////////////////////////////////////////////////
Just pick 3 colors of the banker(clothes for example), then put them in col1, col2, col3.
hit run, GL.
Stoer
12-11-2011, 12:49 PM
It does not happen very often but sometimes it gets to "Something is going wrong(bank0), Script Terminated." at SW bank so I was wandering if I could change the colors of the SW bank in the script :-) Nonetheless a very good script because it ran already 2 times 6 hours straight.
Tickyy
12-11-2011, 01:00 PM
It does not happen very often but sometimes it gets to "Something is going wrong(bank0), Script Terminated." at SW bank so I was wandering if I could change the colors of the SW bank in the script :-) Nonetheless a very good script because it ran already 2 times 6 hours straight.
Indeed i am aware of it, and i will try to make it flawless. And yes you can do whatever you like ... 458 is the line for the function.
LemonHaze
12-11-2011, 01:09 PM
It works, thx alot mate!
stuffs
12-11-2011, 01:18 PM
New version says I don't have a staff, even though I have a fire staff equipped and one in the bank.
Tickyy
12-11-2011, 01:22 PM
New version says I don't have a staff, even though I have a fire staff equipped and one in the bank.
that's what it says to me:
Staff is in equipment.
Kosova
12-11-2011, 02:09 PM
Not trying to be rude but it doesnt work, could you please set up a vid?
putonajonny
12-11-2011, 03:08 PM
Set the script to end when it detects a more recent version using TerminateScript;
and even open up this form using:
OpenWebPage('http://pastehtml.com/yourpage')
you would need to host a redirect page for that, you could link it right to here but the link might break in future, you can use sites like Paste HTML (http://pastehtml.com/) or 000webhost (http://www.000webhost.com/) both of which allow you to host and edit HTML. Redirect Code:
<head>
<script language="javascript"><!--
location.replace("the website goes here between the inverted commas")
//-->
</script>
</head>
Tickyy
12-11-2011, 03:24 PM
Not trying to be rude but it doesnt work, could you please set up a vid?
Sorry, but i am a lazy person but i will try to make one later or tomorrow, edhe une jom i kosoves bama add ne msn: tickyy_@msn.com (Translate: i am from kosovo as well, add me on msn).
Set the script to end when it detects a more recent version using TerminateScript;
and even open up this form using:
OpenWebPage('http://pastehtml.com/yourpage')
you would need to host a redirect page for that, you could link it right to here but the link might break in future, you can use sites like Paste HTML (http://pastehtml.com/) or 000webhost (http://www.000webhost.com/) both of which allow you to host and edit HTML. Redirect Code:
<head>
<script language="javascript"><!--
location.replace("the website goes here between the inverted commas")
//-->
</script>
</head>
I do not want to stop people using my script just because its outdated, if they use an outdated script, they use it at their own risk of bugs left.
Stoer
12-11-2011, 03:24 PM
Not trying to be rude but it doesnt work, could you please set up a vid?
Are you trying steel bars at Soul Wars bank? If so, you should be able to set it up properly. You simply need to fill in a few values for certain variables at the setup part of the script, piece of cake, no need of video.
Kosova
12-11-2011, 04:14 PM
Are you trying steel bars at Soul Wars bank? If so, you should be able to set it up properly. You simply need to fill in a few values for certain variables at the setup part of the script, piece of cake, no need of video.
im doing mith bro
Whatmatters
12-11-2011, 04:47 PM
I was just going to ask about the battlestaff after trying to use one last night.
[----------------------------------------------------------------------------]
[ Ver 1.2 ]
[----------------------------------------------------------------------------]
[ 12/11/11 07:05:55 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 3 Hours, 47 Minutes and 9 Seconds ]
[ Total Times Casted: 3870 ]
[ Total Banking Done: 430 ]
[ Total Breaks Made: 2 ]
[ Total Antiban Performed: 52 ]
[ Total Magic XP Gained: 205110 ]
[ Total Smith XP Gained: 67725 ]
[ Casting Rate: 1022 Casts/Hr ]
[ Magic XP Rate: 54178 Magic XP/Hr ]
[ Smith XP Rate: 17889 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
[/REPORT]
No more ores left12, TerminateScript!
It's getting harder to buy iron ore now.
putonajonny
12-11-2011, 05:34 PM
Can you add a second check for ores like closing and opening the bank then checking again if you don't find them, because mine keeps ending due to 'out of ores' when it isn't
ISRA3L
12-11-2011, 07:05 PM
Thank you, working good (version 1.3).
sicksubz
12-11-2011, 08:01 PM
works like a charm
stuffs
12-11-2011, 08:32 PM
that's what it says to me:
Staff is in equipment.
Intradesting. I ran the script on the same character I tried the first time, and it started up just fine. Ran it for the first time on another character, and it gave me the error. I re-ran the script, and it started up just fine.
Not sure how much help this post is, or if this is happening to anyone else. But running the script twice makes it run perfectly.
LemonHaze
12-11-2011, 09:08 PM
the script is amazing! Thought i think you can make it faster (especially for gold and iron) but great. i'll try to post 6h proggy.
Tickyy
12-11-2011, 10:44 PM
Can you add a second check for ores like closing and opening the bank then checking again if you don't find them, because mine keeps ending due to 'out of ores' when it isn't
It checks multiple times.
Thank you, working good (version 1.3).
works like a charm
Intradesting. I ran the script on the same character I tried the first time, and it started up just fine. Ran it for the first time on another character, and it gave me the error. I re-ran the script, and it started up just fine.
Not sure how much help this post is, or if this is happening to anyone else. But running the script twice makes it run perfectly.
the script is amazing! Thought i think you can make it faster (especially for gold and iron) but great. i'll try to post 6h proggy.
:)!
B R O W N Y
12-12-2011, 01:23 AM
It always clicks on the same spot when using the superheat spell. Isnt that pretty obvious that we are using a script of some sort?
Tickyy
12-12-2011, 01:47 AM
It always clicks on the same spot when using the superheat spell. Isnt that pretty obvious that we are using a script of some sort?
That's the best/nearest spot, that's what a human would do, and yes maybe a human would click on an other spot after 400 casts, but that's it (IMO).
sckwarrior
12-12-2011, 04:15 AM
does this support gold barS?
Heavenzeyez1
12-12-2011, 04:55 AM
Works with all Free-To-Play ores.
Read description.
~Eerik.
Rambot
12-12-2011, 05:03 AM
15 minutes in and working flawlessly. Will post proggy.
Rambot
12-12-2011, 05:44 AM
[----------------------------------------------------------------------------]
[ Ver 1.3 ]
[----------------------------------------------------------------------------]
[ 12/12/11 07:56:53 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 6 Hours, 33 Minutes and 58 Seconds ]
[ Total Times Casted: 6470 ]
[ Total Banking Done: 720 ]
[ Total Breaks Made: 5 ]
[ Total Antiban Performed: 112 ]
[ Total Magic XP Gained: 342910 ]
[ Total Smith XP Gained: 113242.5 ]
[ Casting Rate: 985 Casts/Hr ]
[ Magic XP Rate: 52222 Magic XP/Hr ]
[ Smith XP Rate: 17246 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
[----------------------------------------------------------------------------]
[ Ver 1.3 ]
[----------------------------------------------------------------------------]
[ 12/12/11 12:39:48 AM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 51 Minutes and 3 Seconds ]
[ Total Times Casted: 981 ]
[ Total Banking Done: 110 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 28 ]
[ Total Magic XP Gained: 51993 ]
[ Total Smith XP Gained: 17167.5 ]
[ Casting Rate: 1152 Casts/Hr ]
[ Magic XP Rate: 61108 Magic XP/Hr ]
[ Smith XP Rate: 20177 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
botscape
12-12-2011, 06:21 AM
Hey, I'm also getting the error stated above that it thinks it is out of ores when I got tonnes left.
On the plus side though, I LOVE this script (even having to babysit) as I'm making money and have went from 86-90 mage with it so far.
Thanks so much :D
Oh and another note, when I'm browsing the net, I SOMETIMES end up stuck in a corner at soulwars when it tries to bank (I think it may be due to minor lag issues but no idea as I have yet to see how it does this) and the report says nothing about any problems.
However if left I think it logs out anyway :3
Tickyy
12-12-2011, 11:47 AM
Please do not double/Triple-post, just use edit button. Thanks for the progress report though.
ISRA3L
12-12-2011, 12:00 PM
[----------------------------------------------------------------------------]
[ Ver 1.3 ]
[----------------------------------------------------------------------------]
[ 12/12/11 01:46:33 PM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 20 Minutes and 43 Seconds ]
[ Total Times Casted: 360 ]
[ Total Banking Done: 41 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 27 ]
[ Total Magic XP Gained: 19080 ]
[ Total Smith XP Gained: 6300 ]
[ Casting Rate: 1042 Casts/Hr ]
[ Magic XP Rate: 55259 Magic XP/Hr ]
[ Smith XP Rate: 18246 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
botscape
12-12-2011, 12:47 PM
[----------------------------------------------------------------------------]
[ Ver 1.3 ]
[----------------------------------------------------------------------------]
[ 12/12/11 12:46:44 PM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 42 Minutes and 36 Seconds ]
[ Total Times Casted: 846 ]
[ Total Banking Done: 94 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 16 ]
[ Total Magic XP Gained: 44838 ]
[ Total Smith XP Gained: 14805 ]
[ Casting Rate: 1191 Casts/Hr ]
[ Magic XP Rate: 63152 Magic XP/Hr ]
[ Smith XP Rate: 20852 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
The best It's done for me so far for me ;D
LemonHaze
12-12-2011, 01:38 PM
does the script crashes when you level? Cause when i checked it was logged out with an invent full of ores (third time this happens)
Kosova
12-12-2011, 04:32 PM
Hej njeri it says Staff not in equipment. how can i fix this
pm me please
I fixed the staff problem
When it clicks in bank it just hovers over the coal ore.
Tickyy
12-12-2011, 05:22 PM
does the script crashes when you level? Cause when i checked it was logged out with an invent full of ores (third time this happens)
no.
stuffs
12-12-2011, 08:27 PM
[----------------------------------------------------------------------------]
[ Ver 1.3 ]
[----------------------------------------------------------------------------]
[ 12/12/11 03:25:45 PM ]
[----------------------------------------------------------------------------]
[ Ultimate SuperHeater ~ By Tickyy ]
[----------------------------------------------------------------------------]
[ Total Time Running: 2 Hours, 48 Minutes and 33 Seconds ]
[ Total Times Casted: 3294 ]
[ Total Banking Done: 367 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 46 ]
[ Total Magic XP Gained: 174582 ]
[ Total Smith XP Gained: 57645 ]
[ Casting Rate: 1172 Casts/Hr ]
[ Magic XP Rate: 62147 Magic XP/Hr ]
[ Smith XP Rate: 20520 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
Running great :)
Stoer
12-12-2011, 09:30 PM
Hello Tickky!
I just left a message at the SMART 6 hour fix thread, asking about the reason why your script always (3 times) gets me a problem with banking or superheating when nearing the 6 hour active time. I think this cannot be a coincidence so I'm hoping to find the problem (possible wrongly applied fix, even though I get the v6.9c Crash Update in my header of SMART) and be able to achieve a 24h run with your script!
Tickyy
12-12-2011, 09:37 PM
Hello Tickky!
I just left a message at the SMART 6 hour fix thread, asking about the reason why your script always (3 times) gets me a problem with banking or superheating when nearing the 6 hour active time. I think this cannot be a coincidence so I'm hoping to find the problem (possible wrongly applied fix, even though I get the v6.9c Crash Update in my header of SMART) and be able to achieve a 24h run with your script!
i don't know to be honest, never tried that. Let's see what the guys at the SMART thread say about it.
Edit: also the soul wars banking seems not to be flawless sometimes, so i'll try to fix that but i don't have time lately so please be patient.
bolshak25
12-12-2011, 10:10 PM
if im using a nature staff, and fire runes will it still work or would it fail because it looks for the fire staff?
dont have it downloaded to look myself.
and if it wont work, would you be willing to make a nature staff version?
Tickyy
12-12-2011, 10:12 PM
if im using a nature staff, and fire runes will it still work or would it fail because it looks for the fire staff?
dont have it downloaded to look myself.
and if it wont work, would you be willing to make a nature staff version?
the staff part would work but not the fire runes, i'll make a quick update, expect one soon.
Edit: Version 1.4 is available. Though this won't alert you that there's a new update because this actually isn't something special.
TheShuffleRobot
12-13-2011, 06:14 AM
Ill try this out tomorrow!
LemonHaze
12-13-2011, 03:26 PM
small proggy:
[----------------------------------------------------------------------------]
[ Total Time Running: 2 Hours, 30 Minutes and 57 Seconds ]
[ Total Times Casted: 2169 ]
[ Total Banking Done: 242 ]
[ Total Breaks Made: 2 ]
[ Total Antiban Performed: 33 ]
[ Total Magic XP Gained: 114957 ]
[ Total Smith XP Gained: 37957.5 ]
[ Casting Rate: 862 Casts/Hr ]
[ Magic XP Rate: 45693 Magic XP/Hr ]
[ Smith XP Rate: 15087 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
[/REPORT]
sander70
12-13-2011, 03:54 PM
it doesnt superheat mithril anymore yesterday it was working with steel and now not with mithril:( idk if there was a rs update for the uptext
Tickyy
12-13-2011, 05:23 PM
it doesnt superheat mithril anymore yesterday it was working with steel and now not with mithril:( idk if there was a rs update for the uptext
*sigh*...
I am not responsible for the uptext though, after i have school break somewhere between 17-22 December i'll work on it and check each one of the bars if they are working, and also will start working on my next script.
sander70
12-13-2011, 05:50 PM
now its working only at vwb :( not at sw no i need to baby sit a litle bit becouse of the random events:S
LemonHaze
12-13-2011, 06:11 PM
that's weird... for me it works perfectly at sw.
Tickyy
12-13-2011, 07:55 PM
that's weird... for me it works perfectly at sw.
If so, then keep posting progress reports.
LemonHaze
12-13-2011, 09:15 PM
k. i'll try to get a 5h+ proggy.
Will1380
12-14-2011, 04:36 AM
[ Total Time Running: 2 Hours, 27 Minutes and 33 Seconds ]
[ Total Times Casted: 3093 ]
[ Total Banking Done: 345 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 43 ]
[ Total Magic XP Gained: 163929 ]
[ Total Smith XP Gained: 54180 ]
[ Casting Rate: 1257 Casts/Hr ]
[ Magic XP Rate: 66660 Magic XP/Hr ]
[ Smith XP Rate: 22032 Smith XP/Hr ]
[ Superheating: Steel Bars
sckwarrior
12-14-2011, 09:02 AM
Works with all Free-To-Play ores.
Read description.
~Eerik.
There is no instructions for where to place the gold ores, when I typed in gold in the setup for the script it logged in/out and stopped.
ji894121
12-14-2011, 10:22 AM
it doesn't click on the superheat spell, it clicks on the camelet teleport so there is an error, how to we change the settings so it clicks on superheat spell? pls help fix
LemonHaze
12-14-2011, 10:50 AM
it doesn't withdraw coal and iron anymore, it just hovers about it.
Mailandes
12-14-2011, 10:52 AM
Total Time Running: 1 Hours, 4 Minutes and 48 Seconds
Total Times Casted: 1278
Total Banking Done: 142
Total Breaks Made: 0
Total Antiban Performed: 19
Total Magic XP Gained: 67734
Total Smith XP Gained: 22365
Casting Rate: 1183 Casts/Hr
Magic XP Rate: 62716 Magic XP/Hr
Smith XP Rate: 20708 Smith XP/Hr
Superheating: Steel Bars
_____
Works fine for me.
Just set it up as explained, banking at Soul Wars.
Steel Bars.
Thanks for the script.
choose wise
12-14-2011, 12:56 PM
Works fine thanks man got 60 smith.
- Tinnys here. noob xD.
LemonHaze
12-14-2011, 01:41 PM
It works again.
[ Total Time Running: 2 Hours, 4 Minutes and 20 Seconds ]
[ Total Times Casted: 1971 ]
[ Total Banking Done: 220 ]
[ Total Breaks Made: 1 ]
[ Total Antiban Performed: 31 ]
[ Total Magic XP Gained: 104463 ]
[ Total Smith XP Gained: 34492.5 ]
[ Casting Rate: 951 Casts/Hr ]
[ Magic XP Rate: 50411 Magic XP/Hr ]
[ Smith XP Rate: 16645 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
Mailandes
12-14-2011, 03:15 PM
[ Total Time Running: 5 Hours, 24 Minutes and 11 Seconds ]
[ Total Times Casted: 6327 ]
[ Total Banking Done: 703 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 91 ]
[ Total Magic XP Gained: 335331 ]
[ Total Smith XP Gained: 110722.5 ]
[ Casting Rate: 1171 Casts/Hr ]
[ Magic XP Rate: 62063 Magic XP/Hr ]
[ Smith XP Rate: 20493 Smith XP/Hr ]
[ Superheating: Steel Bars
Script stopped itself because it ran out of Coal :D
Again, thanks for the good script (:
Only suggestion would be adding coalbags.
Stoer
12-14-2011, 05:19 PM
Here's another proggy (if it's not allowed, please tell me or delete it):
http://img812.imageshack.us/img812/8219/ultimatesuperheater.jpg (http://imageshack.us/photo/my-images/812/ultimatesuperheater.jpg/)
As you can see it stops again around 6 hours of running even though it happened in the Crash Update SMART. I really think it has nothing to do with your script Tickky since it occurs always around 6 hours of running ;-)
Tickyy
12-14-2011, 05:31 PM
Works fine thanks man got 60 smith.
- Tinnys here. noob xD.
Ohai there(he's my irl friend).
It works again.
[ Total Time Running: 2 Hours, 4 Minutes and 20 Seconds ]
[ Total Times Casted: 1971 ]
[ Total Banking Done: 220 ]
[ Total Breaks Made: 1 ]
[ Total Antiban Performed: 31 ]
[ Total Magic XP Gained: 104463 ]
[ Total Smith XP Gained: 34492.5 ]
[ Casting Rate: 951 Casts/Hr ]
[ Magic XP Rate: 50411 Magic XP/Hr ]
[ Smith XP Rate: 16645 Smith XP/Hr ]
[ Superheating: Steel Bars ]
[----------------------------------------------------------------------------]
It always worked.
[ Total Time Running: 5 Hours, 24 Minutes and 11 Seconds ]
[ Total Times Casted: 6327 ]
[ Total Banking Done: 703 ]
[ Total Breaks Made: 0 ]
[ Total Antiban Performed: 91 ]
[ Total Magic XP Gained: 335331 ]
[ Total Smith XP Gained: 110722.5 ]
[ Casting Rate: 1171 Casts/Hr ]
[ Magic XP Rate: 62063 Magic XP/Hr ]
[ Smith XP Rate: 20493 Smith XP/Hr ]
[ Superheating: Steel Bars
Script stopped itself because it ran out of Coal :D
Again, thanks for the good script (:
Only suggestion would be adding coalbags.
Coalbag is on my to-do-list.
Here's another proggy (if it's not allowed, please tell me or delete it):
http://img812.imageshack.us/img812/8219/ultimatesuperheater.jpg (http://imageshack.us/photo/my-images/812/ultimatesuperheater.jpg/)
As you can see it stops again around 6 hours of running even though it happened in the Crash Update SMART. I really think it has nothing to do with your script Tickky since it occurs always around 6 hours of running ;-)
probably...
Also please: try to keep it mid/high at grand exchange, i don't want to see the prices falling ...
Hobbit
12-15-2011, 01:44 AM
Closed on request
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.