Poll: What would you like to see next? (post your ideas)

Be advised that this is a public poll: other users can see the choice(s) you selected.

Page 11 of 27 FirstFirst ... 91011121321 ... LastLast
Results 251 to 275 of 674

Thread: Teh's Superheater

  1. #251
    Join Date
    Feb 2012
    Posts
    55
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Man TehQ, this is simply awesome. Wonderful job indeed.

    =-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
    Time Running: 1 Hours, 7 Minutes and 4 Seconds
    Bars Superheated: mith
    Magic XP Gained: 39220
    Magic XP/Hour: 35083
    Smithing XP Gained: 22200
    Smithing XP/Hour: 19859
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

    Didn't have much ore to smelt but from the looks of it, it works well and I will be using it in the future.
    Last edited by Autopsy; 03-08-2012 at 07:53 PM.

  2. #252
    Join Date
    Feb 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I may be lagging, I hit around 68K Magic and Smithing doing gold with gauntlets on so its much appreciated helped me do 94-95 magic yesterday

  3. #253
    Join Date
    Jan 2012
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    epic :P i'll send you a screenie of a 99 soon buddy <3

  4. #254
    Join Date
    Feb 2012
    Posts
    17
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    very nice script, whats best banking spot for f2p? it keeps running to different bank booths at vwb so its kind of suspicious, please respond soon

  5. #255
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by 9001 View Post
    very nice script, whats best banking spot for f2p? it keeps running to different bank booths at vwb so its kind of suspicious, please respond soon
    Id say feb or veb would be ths best.

  6. #256
    Join Date
    Feb 2012
    Location
    UK
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It trys to withdraw the coal twice and fill twice with coal bag. Line 280 ish the procedure is on repeat. Not sure if it was failsafe or not? But looks botlike as it does it everytime...
    Apart from that its flawless, only bugs if it laggs. Nice script.

  7. #257
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Gl3nn IV View Post
    It trys to withdraw the coal twice and fill twice with coal bag. Line 280 ish the procedure is on repeat. Not sure if it was failsafe or not? But looks botlike as it does it everytime...
    Apart from that its flawless, only bugs if it laggs. Nice script.
    Many people have reported this, but i can't really do anything because i don't have a coal bag and i need to actually see what happens to assess the problem

    Perhaps someone could record a video and pm it to me?

  8. #258
    Join Date
    Jan 2012
    Posts
    30
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    i'll get you a vid later. mine works great unless i lag. overall i tend not to use my coal bag cuz it seems to work best that way. its faster xp with coal bag vs less xp with no chance of bugging and script stopping.

  9. #259
    Join Date
    Mar 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Can't seem to get it to do anything besides rotate the camera around constantly, when it eventually stops doing that it will keep clicking superheat and a blank space in the inventory. I have changed all the settings as required.

    One thing i have noticed is that my Simba client opens up the brandspanking new RS version with all the options down the bottom, could this be a problem and if so how do i change it back?

  10. #260
    Join Date
    Nov 2011
    Posts
    232
    Mentioned
    1 Post(s)
    Quoted
    5 Post(s)

    Default

    Go To Options, Graphics Settings, Make sure you're on Custom Settings With Min, Safe Mode, and Fixed Screen Size.

  11. #261
    Join Date
    Mar 2012
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Texy View Post
    Go To Options, Graphics Settings, Make sure you're on Custom Settings With Min, Safe Mode, and Fixed Screen Size.
    Cool, thankyou very much. I shall try it now

    how simple, i feel like i should go back to Uni

    works like a charm, will post a proggie when i am done.

    EDIT: sucks being poor and not having a coal bag either (working on it ^_^) having to do steel bars and am averaging 40k magic exp per hour & 13k smithing, am planning on turning the steel bars into cannonballs though. Definatly need to get a coal bag!

    Thankyou
    Last edited by liite; 03-11-2012 at 04:00 PM.

  12. #262
    Join Date
    Feb 2012
    Location
    UK
    Posts
    64
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tehq View Post
    Many people have reported this, but i can't really do anything because i don't have a coal bag and i need to actually see what happens to assess the problem

    Perhaps someone could record a video and pm it to me?
    Don't have a recording device sorry, but i think i fixed it. Probbally a scrappy fix but it works most the time with a few repeats.

    Simba Code:
    Procedure CoalToBag;       { credits to: noname190 and beezkneez for their help.  - May not work correctly }

    begin

      Coal:= DTMFromString('mQwAAAHicY2ZgYBBmZGDgAGIpIJ7BAMFzgVhVVYYh3scUTLMC+TDMiISBAACc8gPH');
      Case Coalbag of
        'yes':
        begin

          Banking;

          repeat
            WithdrawItem(coal, 'dtm', 0, 'a', [3]);
            wait(RandomRange(100,200));
          until (invfull);

            wait(RandomRange(400,500));
            Mouseitem(2, mouse_right);
            wait(RandomRange(700,800));
            ChooseOption ('ill');
          WriteLn('Filled coal bag.');
        end;

      end;
      FreeDTM(Coal);
    end;

    I took out the repeat and the until fuctions.

  13. #263
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Heyo,

    Running right now. It had a problem at the beginning of the script. It said it could not find the DTM. It was in the middle of withdrawing the first amount of coal to be put into the coal bag. It had right clicked the coal, but not selected an option from the list. I disabled SMART, withdrew the coal myself, re-enabled SMART and it's run pretty sooth since. I'll keep ya posted with a progy.

    EDIT: It does this same thing several times throughout running the script. Any fixes out there? or any idea how I may fix it?

    Exact text: ** Warning in WithdrawItem: Could not Find dtm in Bank. [Uptext: a] **
    ** Warning in WithdrawItem: Could not Find dtm in Bank. [Uptext: a] **
    ** Warning in WithdrawItem: Could not Find dtm in Bank. [Uptext: a] **


    EDIT 2:

    Ran for almost an hour, this is the debug:

    ** Warning in WithdrawItem: Could not Find dtm in Bank. [Uptext: r] **
    Found Item at Bank Slot 2.
    =-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
    Time Running: 47 Minutes and 36 Seconds
    Bars Superheated: steel
    Magic XP Gained: 27931
    Magic XP/Hour: 35199
    Smithing XP Gained: 8959
    Smithing XP/Hour: 11290
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Can't superheat that!
    Successfully executed.
    The following DTMs were not freed: [4]

    EDIT 3: it doesn't seem to be withdrawing the iron after it fills the coal bag. The Debug box is identical to the previous debug I just posted.
    Last edited by Benson; 03-12-2012 at 03:32 AM.
    SRL has given me many 99s now, and many more to come. I hope to enhance the quality of the community here with feedback, progress reports, and testing scripts (and maybe learn a little along the way)

  14. #264
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Yeh Banking in most scripts isn't really Fail-safed That well to be honest
    It can only be properly be done with a DTM Item Counter procedure
    That's how I got mine to run so well
    This script has more features like Coal bag and stuff than mine tho
    Does SoulWar's stop the Randoms or something?
    Nice job on this Teh

  15. #265
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Ran for about an hour.

    =-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
    Time Running: 53 Minutes and 45 Seconds
    Bars Superheated: steel
    Magic XP Gained: 40545
    Magic XP/Hour: 45259
    Smithing XP Gained: 13005
    Smithing XP/Hour: 14517
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Found Item at Bank Slot 9.
    Found Item at Bank Slot 9.
    Filled coal bag.
    Found Incorrect Item, Moving to new Bank Spot.
    ** Warning in WithdrawItem: Could not Find dtm in Bank. [Uptext: r] **
    Found Item at Bank Slot 9.
    SRL has given me many 99s now, and many more to come. I hope to enhance the quality of the community here with feedback, progress reports, and testing scripts (and maybe learn a little along the way)

  16. #266
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Benson View Post
    Ran for about an hour.

    =-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
    Time Running: 53 Minutes and 45 Seconds
    Bars Superheated: steel
    Magic XP Gained: 40545
    Magic XP/Hour: 45259
    Smithing XP Gained: 13005
    Smithing XP/Hour: 14517
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    Found Item at Bank Slot 9.
    Found Item at Bank Slot 9.
    Filled coal bag.
    Found Incorrect Item, Moving to new Bank Spot.
    ** Warning in WithdrawItem: Could not Find dtm in Bank. [Uptext: r] **
    Found Item at Bank Slot 9.
    I'll check it out, but i think it has a problem reading the uptext.

    Quote Originally Posted by leetsxc View Post
    Yeh Banking in most scripts isn't really Fail-safed That well to be honest
    It can only be properly be done with a DTM Item Counter procedure
    That's how I got mine to run so well
    This script has more features like Coal bag and stuff than mine tho
    Does SoulWar's stop the Randoms or something?
    Nice job on this Teh
    Soul wars stops the randoms, yes. Thanks

  17. #267
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    can you fix a problem

    when it get the coal it double loads it... and double fills the coal bag... whats happening?

    ~Atlantic

  18. #268
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Atlantic View Post
    can you fix a problem

    when it get the coal it double loads it... and double fills the coal bag... whats happening?

    ~Atlantic
    Yes, try editing some of the waits in the coal bag section though. Since it's been brought up about 7 times, I added this as a bug to the first post.

  19. #269
    Join Date
    Mar 2012
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by tehq View Post
    Yes, try editing some of the waits in the coal bag section though. Since it's been brought up about 7 times, I added this as a bug to the first post.
    OK! i will try thank you for responding in such short notice

  20. #270
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Heyo,

    Thanks for the response, I just went through your script and changed some of the wait times around. I was wondering how to fix the double withdraw coal and double fill coal bag occurrence. What part of the script is that in? Good script though, I like how it's layed out, It made it easier for a non-scripter like myself to understand the processes.

    EDIT: Just tried running it after fixing wait times and stuff. It seems to skip over withdrawing iron ore still. I can't seem to find why?
    Last edited by Benson; 03-12-2012 at 07:48 PM.
    SRL has given me many 99s now, and many more to come. I hope to enhance the quality of the community here with feedback, progress reports, and testing scripts (and maybe learn a little along the way)

  21. #271
    Join Date
    Nov 2011
    Location
    MA
    Posts
    545
    Mentioned
    3 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Benson View Post
    Heyo,

    Thanks for the response, I just went through your script and changed some of the wait times around. I was wondering how to fix the double withdraw coal and double fill coal bag occurrence. What part of the script is that in? Good script though, I like how it's layed out, It made it easier for a non-scripter like myself to understand the processes.
    Check the CoalToBag part I think if you change it to this it should work:
    Simba Code:
    Procedure CoalToBag;       { credits to: noname190 and beezkneez for their help.  - May not work correctly }

    begin

      Coal:= DTMFromString('mQwAAAHicY2ZgYBBmZGDgAGIpIJ7BAMFzgVhVVYYh3scUTLMC+TDMiISBAACc8gPH');
      Case Coalbag of
        'yes':
        begin

          Banking;

          repeat
            WithdrawItem(coal, 'dtm', 0, 'a', [3]);
            wait(RandomRange(450,500));
          until (invfull);

          repeat
            wait(RandomRange(300,400));
            Mouseitem(2, mouse_right);
            wait(RandomRange(700,800));
            ChooseOption ('ill');
            wait(RandomRange(500,600));
          until (invcount = 2);
          WriteLn('Filled coal bag.');
        end;

      end;
      FreeDTM(Coal);
    end;

  22. #272
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    Thanks Teh for the help I'll try that now.

    Recent Proggy, with some pauses to help it along (mostly just the same issues I've mentioned before)

    =-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
    Time Running: 2 Hours, 27 Minutes and 36 Seconds
    Bars Superheated: steel
    Magic XP Gained: 73882
    Magic XP/Hour: 30032
    Smithing XP Gained: 23698
    Smithing XP/Hour: 9633
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

    EDIT: I copy and pasted the text you provided over the original coaltobag procedure and it seems to be messing up more. Will test further later.
    Last edited by Benson; 03-13-2012 at 12:19 AM.
    SRL has given me many 99s now, and many more to come. I hope to enhance the quality of the community here with feedback, progress reports, and testing scripts (and maybe learn a little along the way)

  23. #273
    Join Date
    Dec 2011
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bug: every time it banks succesfully it will click off the mage tab and on to the inventory before returning to the mage tab to select superheat.

    is this meant?

  24. #274
    Join Date
    Mar 2008
    Posts
    200
    Mentioned
    1 Post(s)
    Quoted
    11 Post(s)

    Default

    I believe my tocken's ran out. However, I changed the wait times of the iron procedure to a shorter wait time (after increasing them to bigger ones) and it seemed to fix (or at least lower the occurrence) of skipping over the iron ore withdrawal. Longest proggy for me yet:

    =-=-=-=-=-=-=-= Superheater by TehQ =-=-=-=-=-=-=
    Time Running: 1 Hours, 50 Minutes and 14 Seconds
    Bars Superheated: steel
    Magic XP Gained: 78387
    Magic XP/Hour: 42662
    Smithing XP Gained: 25143
    Smithing XP/Hour: 13684
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
    SRL has given me many 99s now, and many more to come. I hope to enhance the quality of the community here with feedback, progress reports, and testing scripts (and maybe learn a little along the way)

  25. #275
    Join Date
    Mar 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea, it doesnt do anything, just spins the screen and sits there any help?

Page 11 of 27 FirstFirst ... 91011121321 ... LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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