Page 2 of 3 FirstFirst 123 LastLast
Results 26 to 50 of 62

Thread: ti.teg.tnod.I's Steel Super Heater V1.0.1

  1. #26
    Join Date
    Sep 2008
    Location
    Not here.
    Posts
    5,422
    Mentioned
    13 Post(s)
    Quoted
    242 Post(s)

    Default

    Quote Originally Posted by J_Pizzle View Post
    how is this profit

    you lose 50 gp each bar
    Thats because this method has been getting raped since I posted...look at the graph.

    Also, for all you lazy ppls out there: http://spreadsheets.google.com/pub?k...Cw&output=html

  2. #27
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dont work anymore for me

  3. #28
    Join Date
    May 2007
    Location
    Ontario
    Posts
    361
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mormonman View Post
    Thats because this method has been getting raped since I posted...look at the graph.

    Also, for all you lazy ppls out there: http://spreadsheets.google.com/pub?k...Cw&output=html
    It usually evens out to no profit or gain

    @Not working: Works for me, but maybe I fixed the script, I don't remember, either way I'm running it RIGHT NOW.

  4. #29
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    .diff!

  5. #30
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Work perfectly, did level 60 magic to 85 and 62 smithing to 75 with this script ! Awesome !

  6. #31
    Join Date
    Mar 2009
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Verry speedy script, i got 12k exp in like 10 or 15 mins, also, maybe add some randomness to whitch ore it clicks.

    EDIT:

    I messed something up, now when it does the first load it opens the bank, and without firstly depositing the steel bars that were made it takes again the ore and coal, and then says it didnt find any ore and terminates it. I tried redownloading the script, and redownloaded srl opendev and still nothink. Can someone please help me?
    Last edited by killhack95; 05-11-2010 at 01:34 PM.

  7. #32
    Join Date
    Mar 2009
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Verry speedy script, i got 12k exp in like 10 or 15 mins, also, maybe add some randomness to whitch ore it clicks.

    EDIT:

    I messed something up, now when it does the first load it opens the bank, and without firstly depositing the steel bars that were made it takes again the ore and coal, and then says it didnt find any ore and terminates it. I tried redownloading the script, and redownloaded srl opendev and still nothink. Can someone please help me?

  8. #33
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by killhack95 View Post
    Verry speedy script, i got 12k exp in like 10 or 15 mins, also, maybe add some randomness to whitch ore it clicks.

    EDIT:

    I messed something up, now when it does the first load it opens the bank, and without firstly depositing the steel bars that were made it takes again the ore and coal, and then says it didnt find any ore and terminates it. I tried redownloading the script, and redownloaded srl opendev and still nothink. Can someone please help me?
    I don't have the script but how does it deposit the steel bars? Try
    Code:
    Deposit(2,28,True);
    Back from the dead.....

  9. #34
    Join Date
    Mar 2009
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    when it starts:

    procedure StartUp();
    begin
    ActivateClient;
    LoginPlayer;
    SetTop;
    FindNormalRandoms;
    Wait(750 + Random(750));
    if not OpenBankNPC1 then
    if not OpenBankNPC1 then
    if not OpenBankNPC1 then Die('bank');
    Deposit(2, 28, True);
    end;
    when it is working:
    begin
    SetupScript;
    StartUp;
    repeat
    GetSupplies;
    for i := 0 to 8 do
    begin
    repeat
    Wait(75 + Random(25));
    Count := Count + 1
    until((Count = 9) or (GetCurrentTab = 28));
    Count := 0
    FindNonInventoryRandoms;
    Cast;
    BarsMade := BarsMade + 1;
    Report;
    end;
    if not OpenBankNPC1 then
    if not OpenBankNPC1 then
    if not OpenBankNPC1 then Die('bank');
    Deposit(2, 28, True);
    until(false);
    end.

  10. #35
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Add a wait right after it opens the bank
    Code:
    Wait(1000+random(500))
    Give that a shot, other then that I dont really have an idea whats wrong.
    Back from the dead.....

  11. #36
    Join Date
    Mar 2009
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    but i do not understand, it was fine at first...

  12. #37
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by killhack95 View Post
    but i do not understand, it was fine at first...
    Neither do I. If adding the wait fixed it, then it was probably from taking a moment to open the bank screen.
    Back from the dead.....

  13. #38
    Join Date
    Mar 2009
    Posts
    128
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok i'll try to add the wait and see if it works later

  14. #39
    Join Date
    Sep 2008
    Location
    Spain
    Posts
    83
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    |ti.teg.tnod.I's Steel Super Heater|
    Time run: 0:58:31
    Steel bars made: 1035
    Smithing XP gained: 17595
    Magic XP gained: 54855

    yum =)
    Last edited by Danizho; 05-14-2010 at 10:31 PM.

  15. #40
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Dosen't work anymore

  16. #41
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Look Me View Post
    Dosen't work anymore
    Whats wrong with it? Please give details.
    Back from the dead.....

  17. #42
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by aran armath View Post
    Whats wrong with it? Please give details.
    The script cant find the banker. It click on fire or inventory option instead of banker, maybe it only my display setting, jagex change some of them on their new update.

    I updated srl 3 time in 2 days to be sure it not that.

    Help ?


    EDIT : Work perfectly and very fast with smart.
    Last edited by Look Me; 05-18-2010 at 04:38 PM.

  18. #43
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Check your settings then check your SRL for an update. My scripts still works.
    Back from the dead.....

  19. #44
    Join Date
    Sep 2007
    Location
    Inside Your Mother
    Posts
    109
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Works amazing

    |ti.teg.tnod.I's Steel Super Heater|
    Time run: 0:55:9
    Steel bars made: 1001
    Smithing XP gained: 17017
    Magic XP gained: 53053

  20. #45
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Updated srl to latest revision and now it say me when i try to start the script :

    Unknown Identifier in 6:3

  21. #46
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I need a update of this script. Work good but can work faster Some one can help me with it ?

  22. #47
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by Look Me View Post
    I need a update of this script. Work good but can work faster Some one can help me with it ?
    Don't double post, give feedback and suggestions to the developer of the script. Maybe he could improve it?
    There used to be something meaningful here.

  23. #48
    Join Date
    Jun 2007
    Posts
    71
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Frement View Post
    Don't double post, give feedback and suggestions to the developer of the script. Maybe he could improve it?
    Did it, i know for the double post, but if i dont make a new message it wont bump. Anyway there a five days difference from the first to the second. I dont call this double post.

  24. #49
    Join Date
    Dec 2007
    Posts
    2,112
    Mentioned
    71 Post(s)
    Quoted
    580 Post(s)

    Default

    just done 8k steel bars with this script no randoms but iv manually stoped every hour becus it was on my main

  25. #50
    Join Date
    Aug 2007
    Posts
    29
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you have it click back to the spell book but it goes back by itself anyways. There is a small gap between super heats because of it.

Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •