Results 1 to 12 of 12

Thread: Bonfields SuperHeater

  1. #1
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Bonfields SuperHeater

    Here is a superheater script that i made, it casts superheat on any ore and banks

    1. USE Runescape with Low Detail, Very Bright.
    2. Set your Screen to 32 bit TRUE color.
    3. Set Playernames and Passwords in DeclarePlayers.
    4. Set NumberOfPlayers.
    5. Position Players at Falador East Bank with fire staff equiped
    and Nature runes in inventory
    6. Make sure your Players have ores and nature runes

    thats it, enjoy

    feedback would be good


    version 1- original release
    version 2 i might add forms and fix the multiplayer



  2. #2
    Join Date
    Sep 2006
    Location
    include srl/srl.scar ( aussie)
    Posts
    2,875
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    your srl user/pass in there


    and just so you know


    Failed when compiling
    Line 340: [Error] (16090:35): comma (',') expected in script C:\DOCUME~1\DAVIDB~1\LOCALS~1\Temp\Sup
    erheater.scar

  3. #3
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    thanks

    lol stupid last min changes il upload again and dsee how it goes



  4. #4
    Join Date
    May 2006
    Location
    Amsterdam
    Posts
    3,620
    Mentioned
    5 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Bonfield View Post
    thanks

    lol stupid last min changes il upload again and dsee how it goes
    Im glad to see your still active! Haven't got any account to test this on, but i guess its all right(h).

    ~Raymond
    Verrekte Koekwous

  5. #5
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by mastaraymond View Post
    Im glad to see your still active! Haven't got any account to test this on, but i guess its all right(h).

    ~Raymond

    hey yeah i kno its been ages, ive just been so busy



  6. #6
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    fixed the comma i left out

    now i get

    Code:
    Line 354: [Error] (16165:13): Invalid number of parameters in script
    the code
    SCAR Code:
    begin
      setupSrl;
      Mousespeed:=Mspeed;
      DeclarePlayers;
      ActivateClient;
      LoadDtms;
      LoginPlayer;
      MakeCompass('n')
      //WithdrawNats
      repeat
            WithdrawOres;
            CastSuperheats;
            FindBankers;
            Bank;
            ProgressReport;
      until(Loads = Players[currentplayer].integers[0]);
      if(LoggedIn) then LogOut;
      if(Players[CurrentPlayer].Active = false) then NextPlayer(false)
      else NextPlayer(true);
    until(false);
    end.

    i thought this was caused when call something that i didnt load

    i searched and found
    Quote Originally Posted by JAD View Post
    Error 8: Invalid number of parameters in script.



    Solution: this is ussually caused if you put too many numbers, parenthesis and things like that in script. if you put MMouse(x,y,0,0,0,) it would probably say invalid number of parameters. so just check whats needed in the command, and if theres anything extra thats not needed.
    but that doesnt help me because it occurs in the main loop when use the procedure WithdrawOres



  7. #7
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Updated!

    let me know how it goes



  8. #8
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    'bronze':
    begin
    if findOre('copper', x, y, msx1, msy1, msx2, msy2) then
    else
    begin
    writeln('Can not find copper');
    Logout;
    end;
    begin
    mouse(x, y, 3, 3, false);
    Wait(1000 + Random(100));
    if chooseOption('X') then
    begin
    wait(100 + random(100)); <----- i think its meant to be wait(1000 +
    typesend('13');

  9. #9
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    no it works fine like that for me, y what happened? did it type to quick?



  10. #10
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  11. #11
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    maybe make an detection for the choose
    ~Hermen

  12. #12
    Join Date
    Oct 2006
    Posts
    1,190
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    yea i will have a look at creating a procedure that detects the enter amount screen thanks for that



Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help Superheater?
    By joshdabest01 in forum OSR Help
    Replies: 10
    Last Post: 11-29-2008, 11:22 PM
  2. Ore Superheater
    By Kupoz in forum RS3 Outdated / Broken Scripts
    Replies: 4
    Last Post: 10-29-2008, 03:14 AM
  3. Superheater
    By G-man in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 10-04-2008, 06:11 PM
  4. Ore Superheater
    By Parkey in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 05-22-2007, 07:11 PM

Posting Permissions

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