Results 1 to 15 of 15

Thread: Feather Buyer

  1. #1
    Join Date
    Jan 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Feather Buyer

    This is only my second script so it may not work too well.

    V1.1:
    I edited it but...i can't get it to where it will buy how many you have, i may have completely done it all wrong so help will be greatly appreciated.

  2. #2
    Join Date
    Feb 2007
    Location
    SparklesProd.com
    Posts
    2,406
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I'l test this later tonight

    Ty for contribution.

  3. #3
    Join Date
    Feb 2006
    Location
    Belgium
    Posts
    3,137
    Mentioned
    3 Post(s)
    Quoted
    5 Post(s)

    Default

    Kind of short, but since it's only ur second script, nice work

  4. #4
    Join Date
    Jan 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks a lot Sp0rk-eh and Freddy1990. I know it's kinda short, but it's only a feather buyer and i couldn't see how it could be any longer.

  5. #5
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    maybe make it check the price every 50 or so feathers, then logout and wait if the price is above a set amount

    But good job for your second script
    Interested in C# and Electrical Engineering? This might interest you.

  6. #6
    Join Date
    Jan 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks Smartzkid. But I have it set up to wait for the 10 feathers to restore and then buy again. It was going to check for 1000 feathers but i made the script and then accidently deleted it -.-But if you set it up in a shop that has 1000 feathers and nobody else buys from it, it will let the feathers get to 1000. I'll try to work on it again so that it will check for 1000 though

  7. #7
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmm.. short but a pretty good first script. i see 1 pretty big problem though, but it can be fixed very easily. you have in your script MoveMouseSmooth(x, y); I would very much suggest that you do NOT use that as it will get you banned. try using MMouse. if you don't know how to use that, i wrote a tutorial on how to do a lot of things after reading your first tutorial, and using MMouse is one of them just clicks on the link in my sig to read.

  8. #8
    Join Date
    Jan 2007
    Posts
    834
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Pretty good for a first script but there just 2 things.

    1-movemousesmooth is detectable(what JAD said)

    2-(optional)-instead of having to press a key in order to stop(which might be useful for other occasions,like this one)why not use a variable stoping thing or a
    for I 100: do blahblah blah( forgot how to do it x.x).
    i use that variable thing all the time.

    Anyways pretty good for a second script.
    When i first started, all i was making was autotalkers.

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

    Default

    Hey, pretty good, but im not using with movemousesmooth. Anyway, I havnt made any scripts yet and was wondering if I could fool around with this one and try to make it an arrow buyer? I sorta already started but its not making it very far. I will put you in a credit.

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

    Default

    Thanks a lot, I didn't know MoveMouseSmooth was detectable and i was just trying it out, I'll change it. 3garrett3, it's not hard to make an arrow buyer, what i usually do is refer to other scripts for help, but you can use mine and edit it if you want.

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

    Default

    Quote Originally Posted by rscheater13 View Post
    Thanks a lot, I didn't know MoveMouseSmooth was detectable and i was just trying it out, I'll change it. 3garrett3, it's not hard to make an arrow buyer, what i usually do is refer to other scripts for help, but you can use mine and edit it if you want.
    Ok, I might try that later but I will probably just keep editing the one I have now, Check it out. I am going to add a progreport and then get it buying all kinds of arrows.

  12. #12
    Join Date
    Jan 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    If you do decide to start working off of mine 3garret3 then a little hint, all you really have to change is the color and where to find it, at least i think that's all you have to change...

  13. #13
    Join Date
    Nov 2006
    Location
    Bel Air, Maryland, USA
    Posts
    207
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well i dont think the price of feathers changes, i believe its a set amount, example: when shop hits 700 feathers price changes to 5 each(this is not a real value i was just making an example)

    so id go to a world and try to find one with the highest amount of feathers, and try to collect some data,

    and price checking, that should only have to be used for anti-detection purposes, i would check like every(5+random(2)) buys or something

  14. #14
    Join Date
    Jan 2007
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Well I know that the store starts out at like 2gp ea with 1000 and then goes to 3gp ea after you buy like 80, I'm not quite sure, but if I can, I'll do like you say bramble and see how many you have to buy for it to increase so much.

    Also bramble, can you explain more on the (5+random(2)). I understand it, but where would i put it and how would i use it.

    I'm trying to make this script buy a certain amount of feathers, but I tested it on Mopar, which may be my problem, but it didn't stop after it bought how many i designated. So please, someone that could help me with buying a certain amount, download it and help me fix it.

    Edit:
    I found a tut that helped me, i'll see how much it helped, lol. Still, help on buying a certain amount is appreciated.

  15. #15
    Join Date
    May 2007
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    tried it out with the selling screen open and it just went to the top left corner and said that it had bought the amount of feather i had asked it to, yet it bought none. Ill try it again later; but nice script for being short

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Feather buyer
    By Ramage in forum RS3 Outdated / Broken Scripts
    Replies: 6
    Last Post: 06-12-2007, 10:03 PM
  2. Help with feather buyer
    By krunkjuice in forum OSR Help
    Replies: 5
    Last Post: 12-06-2006, 12:32 AM
  3. My Feather Buyer
    By I Pick Axes in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 10-02-2006, 03:41 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
  •