Results 1 to 8 of 8

Thread: Madness arrow buyer

  1. #1
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default Madness arrow buyer

    Madness arrow buyer


    This:
    • Buys arrows...
    • Antirandoms
    • Forms
    • Buys 5 every now and then


    v1.1 has fixed that it still bought when it was out of stock
    v1.2 changed the close window procedure
    v2.1 made it shorter

    Please post any problems bugs or fixes.

  2. #2
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    updated

  3. #3
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Seems pretty good.

    1. I think you should incorporate Multiplayer into the script.
    2. Instead of clicking the "X" coord, I think there is a function in SRL for that.
    Code:
    CloseWindow;
    3. Since the arrows all look a like and bitmaps look a like cause the arrows do, Wouldn't it just click any arrow cause you have tolerance. Just a thought.

  4. #4
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Good script except one thing. Instead of having 5 different procedures for each arrow just have a case like this
    SCAR Code:
    case Lowercase(WhatToBuy) of
      bronze: TheBitmap:=bronze;
      iron    : TheBitmap:=iron;
      steel : TheBitmap:=steel;
    And so on

    Then in your arrow buying procedure you could just have (FindBitmap(TheBitmap...);


  5. #5
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Buckleyindahouse,
    Well the heads aren't the same and thats what the bitmap is and without the tolerance it won't find it.Also thanks for the close window function.

    bobarkinator,
    I really don't understand
    edit:nvm i got it

  6. #6
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Updated some more

  7. #7
    Join Date
    Dec 2006
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yo is it posible make ity switch worlds ?and by more

  8. #8
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    yes but i have been having problems with the world switcher. so i might just make my own.

    Also updated

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Madness buyer|buys runes and arrows
    By MylesMadness in forum RS3 Outdated / Broken Scripts
    Replies: 19
    Last Post: 08-31-2007, 03:59 PM
  2. Madness Rune Buyer
    By MylesMadness in forum RS3 Outdated / Broken Scripts
    Replies: 14
    Last Post: 07-13-2007, 03:42 PM
  3. Arrow buyer
    By JuKKa in forum RS3 Outdated / Broken Scripts
    Replies: 13
    Last Post: 06-29-2007, 02:14 PM
  4. Auto arrow buyer
    By totalpk in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 04-15-2007, 07:18 PM
  5. Revised Arrow Buyer
    By madmoon in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 01-28-2007, 09:59 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
  •