Results 1 to 12 of 12

Thread: Smurg's LumbyFlaxSpinner

  1. #1
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default Smurg's LumbyFlaxSpinner

    Version 1.00
    Smurg's LumbyFlaxSpinner

    Change History
    +Version 1.00: Just released. Has used personally for quite a while.

    Setup
    +Start in the Lumbridge bank with a full inventory of flax. Have the flax/bowstrings in open view in bank.
    +It uses reflection. So have or wait for the newest hooks.

    Notes
    +Haven't run it in a while, but I will add my standard breaking functions to it. Also will look over it and try to make it more stable; do some testing.
    +Give me feedback, thanks.

    To Do
    +Clean up the code at begining.
    +Add break functions in.
    +Remove stats; wait for new stats setup.

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

  2. #2
    Join Date
    Oct 2007
    Location
    0UT2K1LL U
    Posts
    92
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Nice job. Anti-Ban is pretty interesting, and randoms seemed to flow real well from what I watched =P

    Progress Report:
    ---------------------------------------------
    ------- Smurgs LumbyFlaxSpinner V1.00 -------
    ---------------------------------------------
    Crafting Experience Gained: 21840. (15773 xp/hr)
    Bow Strings Made: 1456. (1052 strings/hr)
    Has been running: 1 Hours, 23 Minutes and 4 Seconds
    ---------------------------------------------
    I’m better than you. Nah nah nuh boo boo. Stick your head in doo doo.

    http://i533.photobucket.com/albums/e...urses/1337.png

  3. #3
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    This is one of my earlier scripts, just learning reflection, so if there's enough of a need, then I can update it to some of my current procedures.

    I might just anyways so I can find some standard banking and other procedures, loops, etc for my scripts.
    I'm back

  4. #4
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    I will be testing this when I get home.

    EDIT: Maybe you could make a flax picker script?
    There used to be something meaningful here.

  5. #5
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by Frement View Post
    I will be testing this when I get home.

    EDIT: Maybe you could make a flax picker script?
    Ya i could give that a shot sometime.

    Finishing up this week of work and then driving back to school, which is like 20 hours, and then getting situated.

    Might be a few days before I am back in business. Next Tues+
    I'm back

  6. #6
    Join Date
    Dec 2006
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    One little problem: every once in a while it can't find the bank!
    Don't know why that is? Happens randomly!

    Edit: I see, it clicks while still moving.
    Last edited by sagabmx; 01-07-2011 at 03:05 PM.

  7. #7
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    Quote Originally Posted by sagabmx View Post
    One little problem: every once in a while it can't find the bank!
    Don't know why that is? Happens randomly!
    Is the banker on screen and it just can't locate him or is it not near the bank booth?
    I'm back

  8. #8
    Join Date
    Dec 2006
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Already editted it, but it clicks when still moving, so it misses.

  9. #9
    Join Date
    Dec 2006
    Posts
    32
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    BUMP.
    Sorry :$ Need an update pretty badly (A)
    8k Flax to be spun!

    Edit: Never mind! Enabling debug works ^^
    Edit 2: Crud. 10 Rounds & it stopped again.
    Edit 39533: AGGGHHH ROLL BACK :@ Aren't they supposed to message you when they do that?
    Last edited by sagabmx; 01-09-2011 at 02:44 PM.

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

    Default

    Exception in Script: Unable to find file 'SRL/SRL/Misc/Stats.scar' used from ''

    ??? whats this

  11. #11
    Join Date
    Oct 2010
    Posts
    1,255
    Mentioned
    0 Post(s)
    Quoted
    15 Post(s)

    Default

    It means Simba is unable to find the file 'SRL/SRL/Misc/Stats.scar'.

    So install all the plugins, reflection, and SRL via Simba and it will put it all in the correct place.
    I'm back

  12. #12
    Join Date
    Dec 2010
    Posts
    808
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by sagabmx View Post
    Already editted it, but it clicks when still moving, so it misses.
    Add in:
    Simba Code:
    if CharacterMoving then
      Repeat
        Wait(250);
      Until not CharacterMoving;

    -Boom

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
  •