Page 1 of 4 123 ... LastLast
Results 1 to 25 of 80

Thread: Agent Smith!

  1. #1
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default Agent Smith!

    Agent Smith

    0.19

    -----------------------------------------------------------------------------------------------------------------------------------------

    by WT-Fakawi

    -----------------------------------------------------------------------------------------------------------------------------------------

    This Script will smith ANY f2p-item at Varrock West Bank. It is very useful for noob-smithers and high level smithers alike. For noob-smithers there is a 'auto' feature that wil always smith the highest item available. Highly Recommended!

    It is simple to use: Stand at Varrock West bank, have a hammer in the first inventoryslot, and make sure you have plenty bars somewhere visible. Set Playerparameters in line 96. I have truncated the public version to one Player only, as many people requested. Set the Players.skill and the Players.string1. See below.
    -----------------------------------------------------------------------------------------------------------------------------------------

    --- These fields are required ---

    Players[0].Skill := 'mithril';
    Players[0].string1 := 'auto';



    --- Valid arguments ---

    Players[x].Skill:
    • 'bronze'
    • 'iron'
    • 'steel'
    • 'mithril'
    • 'adamant'
    • 'runite'

    Players[x].string1:
    • 'auto'
    • 'axe'
    • 'dagger'
    • 'mace'
    • 'mediumhelm'
    • 'sword'
    • 'scimitar',
    • 'longsword'
    • 'fullhelm'
    • 'squareshield'
    • 'warhammer'
    • 'battleaxe',
    • 'chainbody'
    • 'kiteshield'
    • 'plateskirt'
    • 'twohandedsword'
    • 'plateleg'
    • 'platebody'


    use these values literal, dont change names or CaSeS

    -----------------------------------------------------------------------------------------------------------------------------------------
    General Instructions.
    -----------------------------------------------------------------------------------------------------------------------------------------

    • 1. USE Runescape with Low Detail, Very Bright.
    • 2. Set your Screen to 32 bit TRUE color.
    • 3. Set PlayerParameters in DeclarePlayers.
    • 4. Set if needed: RemoteMaster, SRLID and SRLPassword.
    • 5. Position your Players at Varrock West Bank, any slot.
    • 6. EQUIP A HAMMER IN FIRST INVENTORY SLOT
    • 7. HAVE PLENTY BARS SOMEWHERE VISIBLE IN YOUR UPPER BANK SLOT.
    • 8. Make sure you have at least 10 bankslots free when choosing 'auto', since it will smith you all items!
    -----------------------------------------------------------------------------------------------------------------------------------------



    -----------------------------------------------------------------------------------------------------------------------------------------
    Features.
    -----------------------------------------------------------------------------------------------------------------------------------------

    Full SRL 3.6, global stats compatible.
    The first AutoSmither to smith ALL items, 'auto'

    -----------------------------------------------------------------------------------------------------------------------------------------
    Known Issues.
    -----------------------------------------------------------------------------------------------------------------------------------------

    - Make sure you have at least 10 bankslots free when applying 'auto', since it will smith you all kinds of wonderful armour! When it has reached the platebodies, it will continue smithing those until all bars are gone...

    - For some reason it miscalculates the Platebodies. I will give a reward to anyone who can solve this





    Enjoy, and......... Post Progress, bugs, improvements in this thread.


    P.S.: No I will not release this with p2p items too....
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  2. #2
    Join Date
    Feb 2006
    Location
    Myrtle Beach, SC USA!
    Posts
    841
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    wow quite amazing!

  3. #3
    Join Date
    Mar 2006
    Posts
    403
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Awsome, when i started making a smither i made bitmap masks of all the items in the smith menu also instead of using coords , never finished though

    Nice Script!

  4. #4
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    lol there is no spoon

    What do you mean miscalculate bodies?

  5. #5
    Join Date
    Feb 2006
    Location
    Under a rock.
    Posts
    1,351
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Amazing, and you kept it under 1000 lines. You truly are a legend my friend. One problem, noticed the same thing in one of Dankness's scripts:

    Code:
    Function FindFastRandoms: Boolean;
    var
      i: Integer;
    begin
      for i:=1 to 8 do
      begin
        case I of
         1:  If FindDead then
               Result := True;
         2:  If FindMod then
               Result := True;
         3:  If FindMime then
               Result := True;
         4:  If FindMaze then
               Result := True;
         5:  If FindQuiz then
               Result := True;
         6:  If FindDemon then
               Result := True;
         7: begin
               if NoGameTab then
               begin
                 Result := True;
                 Players[CurrentPlayer].loc := 'No GameTab';
                 Logout;
                 Exit;
               end;
             end;
         7: begin
               if InBlack then
               begin
                 Result := True;
                 Players[CurrentPlayer].loc := 'InBlack';
                 Logout;
                 Exit;
               end;
             end;
         8: begin
               if FindFight then
               begin
                 RunTo('N',False);
               end;
             end;
        end;
        wait(1);
      end;
    end;
    There are two 7's declared inside that case statement, it will skip InBlack..
    SRL Developer
    ◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘◘

  6. #6
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Man you just keep on scripting and scripting!

    This will come in handy. A LOT!

  7. #7
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Types and arrays, very sexy.

    I love you, "dude" !

  8. #8
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,610
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Mr.Anderson...

    excellent work. You just keep pumping these things out! Fakawi = scripting machine.

    Accept that the waters around you have grown.

  9. #9
    Join Date
    Jun 2006
    Posts
    69
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol loved reading all ya comments in ya script
    very nice script just what i was looking for now i can smith all those bars i have
    thanks WT-Fakawi

  10. #10
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    An updated version will be posted later today
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  11. #11
    Join Date
    Mar 2006
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Line 388: [Error] (18440:1): Unknown identifier 'ReportVars' in script

    gettin that fawaki

  12. #12
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Updated version (0.19) available.
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  13. #13
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    (double post) .....and moved it to free Scripts, since there aren't any good free smithers available. Leave Progres and tell me what you think of this one



    <============== -0.11- Progress Report ===============>
    Banked 314 Times
    Worked For 7 Hours, 52 Minutes and 0 Seconds
    Made
    1003 platebody
    <================================================= ====>
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  14. #14
    Join Date
    Aug 2006
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Wow thnx a ton for realising to public i like how the scripts so neat and easy to tell procedures apart :P

  15. #15
    Join Date
    Mar 2006
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    TY fawaki Proggy on the way mate, just gunna D/l and give it 5 hours see how we go

  16. #16
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Great job again WT!!!

    PHP Code:
    <============== -0.19Progress Report ===============>
    Banked 4 Times
    Worked 
    For 5 Minutes and 40 Seconds
    Made 
    36 twohandedswords
    .
    <=====================================================> 
    Just a quick little proggy, out of bars now .

  17. #17
    Join Date
    Dec 2006
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sweet I'll get a report back to you soon

  18. #18
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Im amazed. VERY nice and useful I will post a report soon but first i need to get bars ...

  19. #19
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice.

    One question though, does it bank all the items that you made?
    Hey lady, I need a yank! Ha ha, dislocation.

  20. #20
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    How about looking through for the word deposit?

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

    Default

    Wow Fakawi, i'm impressed about this script! I also appreciate it for makin git free (non SRL members section), thanks! Fakawi = legendary scripter!

    Is there anything SRL can't do?

  22. #22
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    How about looking through for the word deposit?
    I was asking becaus the computer I'm on right now doesn't have SCAR installed (no admin rights) so I couldn't open the script and look -.-
    Hey lady, I need a yank! Ha ha, dislocation.

  23. #23
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Ah ok, then yes it does.

  24. #24
    Join Date
    May 2006
    Location
    GMU
    Posts
    1,101
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Boreas thanks
    Hey lady, I need a yank! Ha ha, dislocation.

  25. #25
    Join Date
    Jan 2007
    Posts
    5
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    this sounds nice, I'll check it out!

Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. John Smith.
    By munk in forum RS3 Outdated / Broken Scripts
    Replies: 130
    Last Post: 09-01-2009, 10:16 PM
  2. Mith smith?
    By Boreas in forum RuneScape News and General
    Replies: 17
    Last Post: 02-03-2007, 05:09 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
  •