Results 1 to 5 of 5

Thread: ArrowBuyer By 3Garrett3!

  1. #1
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default ArrowBuyer By 3Garrett3!

    Here is my ArrowBuyer. It buys Iron and Bronze arrows. Thanks to all of the people that helped me out and to all the people with tuts here.

    Verson 1:
    Buys Bronze or Iron

    Version 1.1
    Changed time from 6 to 1 seconds for quicker buying.

    Bugs:
    Sometimes doesnt Find DTM if there are more than 1000 arrows in the shop.

    Please post lots of feedback because this is my first script and I need lots of help improving it. The only reason that this doesnt have steel arrows or above is because after almost 5 tries, it still couldnt find the DTMs so I gave up because I was impatient and wanted to get this out to see if anyone has anything to say, even though I'm not sure what you might actually use this for, as unless you are really bored, it is pretty easy to buy arrows by yourself. But it seemed like a good idea in the beggining and I followed through. Thanks for all the help from people and thanks in advance for the feedback

  2. #2
    Join Date
    Mar 2006
    Location
    United States, -7:00 GMT
    Posts
    1,790
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    I think for all the arrows, the DTMs would be the same. Try using sliced bitmaps to find them.

    repeat
    begin
    BuyBrnz;
    BuyIrn;
    Report;
    end;
    until(Bought = Buying);

    You don't need the begin and end; here. you can have

    repeat
    BuyBrnz;
    BuyIrn;
    Report;
    Report;
    until(Bought = Buying);

    Furthermore, you shouldn't wait 6000-7000 seconds between each buying of ten. That's really slow.

    But overall, good for first script

    hakuna matata ;)

  3. #3
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by Ejjman1 View Post
    I think for all the arrows, the DTMs would be the same. Try using sliced bitmaps to find them.

    repeat
    begin
    BuyBrnz;
    BuyIrn;
    Report;
    end;
    until(Bought = Buying);

    You don't need the begin and end; here. you can have

    repeat
    BuyBrnz;
    BuyIrn;
    Report;
    Report;
    until(Bought = Buying);

    Furthermore, you shouldn't wait 6000-7000 seconds between each buying of ten. That's really slow.

    But overall, good for first script
    Who has a good tut for bitmaps? I only know how to do DTMs? I changed it to 1 sec instead of 6, i never even noticed that thx.

  4. #4
    Join Date
    Mar 2006
    Location
    United States, -7:00 GMT
    Posts
    1,790
    Mentioned
    2 Post(s)
    Quoted
    2 Post(s)

    Default

    Um..Tut section

    hakuna matata ;)

  5. #5
    Join Date
    Feb 2007
    Location
    Yorkshire, England
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Do you remember 3Garrett3?
    By 3Garrett3 in forum News and General
    Replies: 38
    Last Post: 04-02-2008, 09:38 PM
  2. Auto Walker by 3garrett3
    By 3Garrett3 in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 03-15-2007, 03:18 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
  •