Results 1 to 9 of 9

Thread: Fally Smelting Machine

  1. #1
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Fally Smelting Machine

    Hey ppl ive been working on this script for about 2 weeks and i need your help!!

    ive done alot to the script with help from people (ive credited in script) but i still need feedback to ask what things i could add to the script thx!!

    only works with steel for now

    works with scar
    3.15
    rev 16

    can make all the bars now!!!!!!!!!!!!!!!!!!

    removed

  2. #2
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Just A Suggestion

    SCAR Code:
    function TypeXAmount(Amount:string) : boolean;
    //by bEnJaa
    var
      Asterisk, ax, ay : integer;
    begin
      Asterisk := DTMFromString('78DA63646264605803C440C0C400030D0CFC4' +
           '01224FA1F0818FF33E05503028C2C40D63AFC6A00504B08C6');
      if (not LoggedIn) then exit;
      repeat
        Wait(200+Random(100));
      until FindDTM(Asterisk, ax, ay, MCX1, MCY1, MCX2, MCY2);
      TypeSend(Amount);
      Wait(500+random(100));
      Result := True;
    end;


    eg.
    SCAR Code:
    TypeXAmount('9');//for iron
    ....
    TypeXAmount('18')//for coal

    This little function is for after the dtm has been right clicked, and option Withdraw X has been selected. It waits the perfect amount of time until the asterisk appears in the chat screen, meaning the amount is ready to be input

    Use it if you want
    Project: Welcome To Rainbow

  3. #3
    Join Date
    Oct 2006
    Location
    I'm also from Michigan!
    Posts
    563
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    looks good

    It looks like you know/tried to get your standards right but there still a little bit off. Standards!

    keep it up!

    @benjaa - you never freed the DTM!! not good.
    SCAR Code:
    repeat
      Wait(200+Random(100));
    until findtext(mx,my,'mount',upchars,240,380,320,420);

  4. #4
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hey thx muck ive been trying to add cases so that it will smelt all the types of bars but im having soo much problems with the withdraw ores procedure lol

  5. #5
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    updated to chinesesmelter 3 can make all the bars now but still need abit of work on the bank bars

  6. #6
    Join Date
    Dec 2007
    Location
    Wizzup?'s boat
    Posts
    1,013
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    procedure responder;
    begin
      if (InChat('smelting') or InChat('lol') or InChat('smithing'))then
      case Random(200) of
        0 : TypeSend('im smelting '+Players[CurrentPlayer].Strings[0]+' bars');                          
        1 : TypeSend('im making '+Players[CurrentPlayer].Strings[0]+' bars');
        2 : TypeSend('smelting is soo boring!!!');
        3 : TypeSend('10k more to go...');
        4 : TypeSend('after this im going to make alot of money!!!!');
        5 : TypeSend('...i cant take this anymore!');
        6 : TypeSend('i need to get 99 smithing!');
        7 : TypeSend('99 smithing is my dream');
      end;
    end;

    Just to make it a bit more accurate
    eg. "im making mithril bars"
    Project: Welcome To Rainbow

  7. #7
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Make a procedure named ScriptTerminate, SCAR calls it when the script stops, so you can free your DTMs in there.

  8. #8
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    updated to chinese smelter 4!!!!!!!!

  9. #9
    Join Date
    Dec 2007
    Location
    Malaysia
    Posts
    430
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    thank you to the guy who stole my acc can i pls ahve it back now?!?!?!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Smelting Script
    By Shaxper in forum News and General
    Replies: 10
    Last Post: 12-01-2008, 05:38 PM
  2. Help with smelting script.
    By welcome in forum OSR Help
    Replies: 10
    Last Post: 09-05-2008, 12:13 AM
  3. XCAN'S Smelting script
    By donderwolkq in forum First Scripts
    Replies: 1
    Last Post: 01-03-2008, 08:34 PM
  4. Smelting...
    By Bloodcheck in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 09-28-2007, 01:37 AM

Posting Permissions

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