Results 1 to 8 of 8

Thread: Smither Help

  1. #1
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Smither Help

    SCAR Code:
    program New;
    {.include srl/srl.scar}
    Const
      Furnicon =2850815;
      Furnace =1579035;

    procedure Takeout;
    begin
    openbank3;
    end;
    procedure Walkoutofbank;
    begin
    RadialRoadWalk(7045510, 354, 359, 27, 2, 2);
    flag;
    RadialRoadWalk(7045510, 29, 67, 63, 2, 2);
    flag;
    RadialRoadWalk(7045510, 94, 65, 60, 2, 2);
    flag;
    RadialRoadWalk(7045510, 164, 175, 39, -2, -2);
    flag;

    end;
    procedure WalkBank;
    begin
      if(FindColorSpiral(x, y, Furnicon, 587, 22, 723, 150))then
      begin
        Writeln('<----Found Furnace Symbol---->');
        Wait(200+random(200));
        Mouse(x, y, 1, 1, true);
        Flag;
        wait(13000)
      end else
      begin
        Writeln(' Did not Find Furn SymBol');
        TerminateScript;
    end;
       end;
     procedure furnaces;
    begin
      if(FindColorSpiral(x, y, Furnace,357,50,121,150))then
      begin
        Writeln('<----Found Furnace Symbol---->');
        Wait(200+random(200));
        Mouse(x, y, 1, 1, true);
        Flag;
      end else
      begin
        Writeln(' Did not Find Furn SymBol');
        TerminateScript;
    end;
       end;
    begin
    setupsrl;
    Walkoutofbank;
    WalkBank;
    furnaces;
    end.

    I can get the script to walk to the furnace fine but i cant seem to click on the furnace i dont no how to if somebody could tell me or do it for me i would much appreciate it you start in fally west bank 2nd banker from the left u will probably have to sort out colouring if ur gonna try it out because world changing changes colours
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  2. #2
    Join Date
    Jul 2007
    Location
    UK
    Posts
    307
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Try take a picture of the inside bit where u put the things in and use it as a deformed bit map with about 70% accracy

  3. #3
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    function FindObj(var cx, cy: Integer; Text: String; color, tolerance: Integer): Boolean;
    By: Stupid3ooo and modified by Ron.
    Description:
    Finds Object.
    would be your best bet i reckon. Use the red colour of the furnace and use text 'urna' or similar (use furnace is what comes up in the top left wen u mouse over right?).

  4. #4
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default is tht what i have to do ?

    FindObj(x,y, urna,1579035 , 5) do i do tht in the script? but with the red colour ?
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  5. #5
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Any of the following SRL procedures are your best bet buddy:
    Code:
    procedure OpenFurnace;
    By: WT-Fakawi
    Description:
         Opens Furnace, using global X,Y coords.
    
    procedure OpenFurnace2;
    By: WT-Fakawi
    Description:
         Opens Furnace, using local X,Y coords and tilts down and up when found.
    
    function OpenFurnaceDir(Dir: String): Boolean;
    By: Pyro
    Description:
         looks for furnace using findobj and if not found will click in direction of furnace.
    Note: you will need to include SRL\Skill\Smithing.scar for these.

  6. #6
    Join Date
    Dec 2006
    Location
    Birmingham/UK
    Posts
    105
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    works fine fanx now im just gonna try find a procedure for the smelting part or make 1 with dtm's if there aint 1
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig<BR>
    http://www.draynor.net/skill/underse...dvance_war.png

  7. #7
    Join Date
    Jan 2007
    Posts
    117
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    woops, didnt realise there was an srl function

  8. #8
    Join Date
    Jan 2007
    Location
    Illinois.. >.<
    Posts
    1,158
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^^ Yea, i made a smither myself a while back..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Varrock Smither
    By mager guy in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 08-21-2008, 04:42 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
  •