Page 1 of 2 12 LastLast
Results 1 to 25 of 33

Thread: RoboHeat

  1. #1
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default RoboHeat

    Hey guys, thought I'd release my superheater because I think it's getting pretty good.
    I got a lot of inspiration from Tickyy and Cru1z1n, I've combined the best features from both in my own way and added some extra-special "zing" to give it a kick.

    Supports all F2P bars (if you wanna do gold/silver then use iron mode I guess), coal bag is optional, speeds up if possible and slows down when it makes a mistake to recover.

    EDIT: Fixed rune bars, tested both with and without coal bag at VWB. I will not be adding soulwars as I am F2P on all accounts. To change the debug output, change DEBUG_LEVEL = 0; to DEBUG_LEVEL = 2;.

    Here's a pic of the correct setup:

    Here's the info pasted from the top of the script:

    This is an AIO superheater.

    Instructions:
    - Place Character in desired bank in full view of bankers and the boothes
    - Have your primary ore in the second slot in the bank in the top row
    - Have your secondary ore (coal) the the third slot, top row, if necessary
    - Have natures in the first slot of you inventory
    - Wield a fire staff
    - If you want to use it, have your coal bag in the second slot of your inventory
    - Setup the DeclarePlayers section
    - Click play and at least watch for the beginning, if something is wrong it'll let you know almost as soon as it starts

    Features:
    - AntiBan and random detection (obviously)
    - Setup Checking
    - Finite State Machine if you know what that is, makes it very robust
    - Supports Iron, Steel, Mith, Addy, and Rune
    - Supports Coal bag
    - Supports any spellbook config, as long as the spell is visible
    - Fast banking
    - reaches full speed after two consecutive perfect runs
    - If it starts to mess up it will slow down and correct itself
    - If your ChooseOption isn't accelerated for some reason (like mine), it'll be WAY faster than other scripts
    - Fast casting
    - i.e. 1600+ casts/hr on steel with coal bag
    - thats ~85k mage/hr, ~28k smith/hr
    - fastest on low ping / low population worlds (just how RS works, I get ~1800/hr sometimes)

    Maybe I'll Add These:
    - Making superheating more human (double-clicking when it's possible instead of moving mouse to last ore)
    - Write a new, smarter function to find the bank booth / banker (hopefully either one at random, more human that way)

    Disclaimer:
    - All testing was performed in VWB, most of it with Steel and coal bag
    - Let me know if no bag / other banks / other bars don't work for you!
    - No guarantees so babysit it until you're confident it works well for you.
    - I have a beast comp so laggy comps or laggy internet will probably screw it up.

  2. #2
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Sounds great! im willing to test it; does it work in soulwars?

  3. #3
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    rune bars dont work

  4. #4
    Join Date
    May 2007
    Location
    England/Liverpool
    Posts
    1,004
    Mentioned
    9 Post(s)
    Quoted
    106 Post(s)

    Default

    nice script buddy erm i think i saw a MoveMouse in there i would remove that if i where you

  5. #5
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Quote Originally Posted by CRU1Z1N View Post
    nice script buddy erm i think i saw a MoveMouse in there i would remove that if i where you
    It's SleepAndMoveMouse, it's safe. It's in SRL.

  6. #6
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It will only work in F2P banks that OpenBankFast supports. You can easily modify it to work in other banks if you can script.

    I will check up on the rune bars, thanks for letting me know.

  7. #7
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by legoace View Post
    It will only work in F2P banks that OpenBankFast supports. You can easily modify it to work in other banks if you can script.

    I will check up on the rune bars, thanks for letting me know.
    thanks would be nice tbh

    edit : dont even work for steel for me , i got iron in 2nd and coal in first tab at top.

    nats in 1st inv slot and wielding a firestaff , mouse hoovers coal and shuts off.
    Last edited by Shady89; 01-04-2012 at 07:36 PM.

  8. #8
    Join Date
    Dec 2011
    Posts
    99
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Im really a scripter of nothing... but if you could add soulwars banking i would definitely test it out

  9. #9
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Was using steel and it will continue to cast superheat on my last steel bar and eventually just stop. Not sure what is happening as there is no debug.
    Quote Originally Posted by h_king1998 View Post
    how come it does not bank in al-kharid when i do mine 1 drop 1

  10. #10
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shady89 View Post
    thanks would be nice tbh

    edit : dont even work for steel for me , i got iron in 2nd and coal in first tab at top.

    nats in 1st inv slot and wielding a firestaff , mouse hoovers coal and shuts off.
    You are probably Setting it up wrong, see my first post and re-download.

    Quote Originally Posted by Amsterdam View Post
    Im really a scripter of nothing... but if you could add soulwars banking i would definitely test it out
    It's a great time to learn. Just give it a shot. Make a new function called OpenBankSoulwars and make an if statement: if (Players[CurrentPlayer].String[Bank] = 'sw') then OpenBankSoulwars else OpenBankFast(...);

    Quote Originally Posted by doublex8 View Post
    Was using steel and it will continue to cast superheat on my last steel bar and eventually just stop. Not sure what is happening as there is no debug.
    I just tested it on steel, both with and w/out bag. It worked for me. Make sure you're setting it up correctly. Redownload bc I fixed a depositing bug. The first time it heats a load it will splash the last ore once, but it won't happen again. That is by design.

  11. #11
    Join Date
    Dec 2011
    Posts
    58
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i set it up right , i posted how i set it up and thats correct?..

  12. #12
    Join Date
    Dec 2011
    Location
    Belgium
    Posts
    623
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    nice script!

    Made by P1ng

  13. #13
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Shady89 View Post
    i set it up right , i posted how i set it up and thats correct?..
    Then can you explain more what's going wrong? Also I haven't updated this for SRL 5 yet but I will today.

  14. #14
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Quote Originally Posted by legoace View Post
    Then can you explain more what's going wrong? Also I haven't updated this for SRL 5 yet but I will today.
    Ok well I am at VWB and I am quite sure it is set up correctly but it will hover coal try to withdraw and then try to use spell without coal. I am making mithril but I dont know whats wrong. Heres the script setup and will post invy setup pic in a sec:


    Attachment 13005
    Heres my invy setup let me know if you can see it.





    Simba Code:
    {---SMART SETUP CONSTANTS---}
      WORLD = 4;               // 0 for random
      MEMBERS = false;           // P2P or F2P
      SIGNED = true;             // Signed or Unsigned
    {------END SMART SETUP------}
    {-------PLAYERS SETUP-------}

    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      With Players[0] do
      begin
        Name   := ''; //Character Name
        Pass   := ''; //Character Pass
        Nick   := ''; //Portion of Name (3-4 letters) //filled out in script of course
        Pin    := '';
        Active := true; //Use player?

        Integers[TODO] := 3500; // Bars to make
        Integers[BAR]  := 2;     // Bar to make: 0=iron, 1=steel, 2=mith, 3=addy, 4=rune
        Booleans[BAG]  := False   // Use Coal Bag
        Booleans[DALL] := False  // True if you can click DepositAll without depositing your coal bag and/or nature runes
        Strings[0]     := 'vwb'  // Bank
        Active := True;
      end;
    Last edited by kevin33; 01-11-2012 at 03:39 AM.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  15. #15
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    My semester has started up and I will unfortunately not be able to get around to fixing this for a few days. I will get to it eventually though, sorry about this.

  16. #16
    Join Date
    Dec 2011
    Location
    Ontario, Canada
    Posts
    1,735
    Mentioned
    5 Post(s)
    Quoted
    89 Post(s)

    Default

    Quote Originally Posted by legoace View Post
    My semester has started up and I will unfortunately not be able to get around to fixing this for a few days. I will get to it eventually though, sorry about this.
    Oh not a problem I dont have many ores left so I will use AutoHeat the best I can to finish off the last of the ore and train other skills until the script is updated. I will buy more ore and coal after to use the script with. Take your time I got school too and Im busy so I stopped making my script for a while.
    FEEL FREE TO PM ME ABOUT ANYTHING! Will help over Teamviewer...just ask!! "WITH A NEW QUESTION COMES A NEW CHALLENGE"
    Silentcore's AIO Service team !!! Pm me if you want questing done or service done or post on thread ofc

  17. #17
    Join Date
    Jan 2012
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It seems to deposit my Coal Bag??? Instead of trying to fill it? S: What is going on o.O

  18. #18
    Join Date
    Sep 2010
    Location
    Northern Kentuckeh
    Posts
    759
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by The Void Pointer View Post
    It seems to deposit my Coal Bag??? Instead of trying to fill it? S: What is going on o.O
    I am experiencing the same thing. Also when I don't use a coal bag it right clicks my coal but does not withdraw any.
    Quote Originally Posted by h_king1998 View Post
    how come it does not bank in al-kharid when i do mine 1 drop 1

  19. #19
    Join Date
    Jan 2011
    Posts
    121
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Since the font changed I noticed that chooseoption is much buggier. I believe this is because the font is very similar but not identical to the old UpCharsEx, unfortunately that is not within the scope of my abilities to fix right now.

    It should not deposit your coal bag if you set it up so that Booleans[BAG] := True;

  20. #20
    Join Date
    Oct 2007
    Location
    The deep web
    Posts
    2,496
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    I tried to use this, and there isnt a delay in the right click of withdrawal and pressing the 'all' or '9' button/key so withdraws some random items
    Did someone say GDK?

  21. #21
    Join Date
    Nov 2011
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Not really an expert in scripting, but i can for sure say that it fails with me. First pot of irons np, but when it tries no get next "all" iron ores, mouse moves so fast that it does not actually even click it so it fails to get those ores

  22. #22
    Join Date
    Nov 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Tested with lego_RoboHeat_v1_51[PUB][SRL5]

    Code:
    Compiled successfully in 1840 ms.
    SRL Compiled in 15 msec
    SMART Initialized.
    Loaded: Server 35, Members: False, Signed: True, Super Detail: False.
    Error: Out Of Range at line 93
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    Is it problems with settings with scripts or the script itself?

  23. #23
    Join Date
    Nov 2011
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nvm... i figured out what was wrong. i changed a setting that caused it to screw up :/

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

    Default

    just when i finally figuired out how to get things going i realize your script doesnt click at all.

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

    Default

    ah crap just realized last post on this was 6 days ago and its unanswered so theres no way this ones getting answered. fml.

Page 1 of 2 12 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
  •