Results 1 to 14 of 14

Thread: A willow longbow (u) seller

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

    Default A willow longbow (u) seller

    Hi.

    I am looking for a willow longbow (u) seller.
    This one should sell all my willow longbows in the general store.
    If possible some human moves and maybe some anti randoms

    Well, a big thanks to the one who want to make me one! b

    ~Rambozin
    Srl simply rocks.

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

    Default

    Here is one, just pick the color of the thing, and have the store open..
    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    begin
    ActivateClient;
    repeat
    If FindcolorTolerance(x,y,{Color},MSX1,MSY1,MSX2,MSY2,3) then
    begin
    Mouse(x,y,0,0,False)
    ChooseOption(x,y,'10')
    Wait(500 + random(500))
    until(False)
    end.

    It was pretty easy, next time make one yourself...

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  3. #3
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by 3garrett3 View Post
    Here is one, just pick the color of the thing, and have the store open..
    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    begin
    ActivateClient;
    repeat
    If FindcolorTolerance(x,y,{Color},MSX1,MSY1,MSX2,MSY2,3) then
    begin
    Mouse(x,y,0,0,False)
    ChooseOption(x,y,'10')
    Wait(500 + random(500))
    until(False)
    end.

    It was pretty easy, next time make one yourself...

    a big, big thanks but how do i make it so that it clicks sometime at "sell 5" , i mean, how do i add human moves?
    Srl simply rocks.

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

    Default

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    Procedure Randomjunk;
    begin
    Case 1 + random(2) of
     1: ChooseOption(x,y,'10')
     2: ChooseOption(x,y,'5')
     3: ChooseOption(x,y,'10')
    end;
    end;


    begin
    ActivateClient;
    repeat
    If FindcolorTolerance(x,y,0,MSX1,MSY1,MSX2,MSY2,3) then // change zero to the color of the bows
    begin
    Mouse(x,y,0,0,False)
    randomjunk;
    Wait(500 + random(500))
    end;
    until(False)
    end.

    Like that? It chooses a random number between 1 and 3 and uses that.. i think.. I always forget if random(2) does 0,1 or 0,1,2...

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  5. #5
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    I'm pretty sure random(2) does 0,1,2.

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

    Default

    Sorry, but i don't really understand that =/

    I mean when you sell something in the gen store there comes this window:
    Value 'item'
    Sell 1 'item'
    sell 5 'item'
    sell 10 'item'

    what i mean is that it most clicks the Sell 10, but sometimes, as a misclick, the sell 5, and also, sometimes, it misclicks the option menu..
    Srl simply rocks.

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

    Default

    Mine will click sell 10, 2 out of 3 times,, what do you mean option menu? Just a sec, use this version, i put main screen coords instead of invy...

    SCAR Code:
    program New;
    {.include SRL/SRL.scar}
    Procedure Randomjunk;
    begin
    Case 1 + random(2) of
     1: ChooseOption(x,y,'10')
     2: ChooseOption(x,y,'5')
     3: ChooseOption(x,y,'10')
    end;
    end;
     
     
    begin
    ActivateClient;
    repeat
    If FindcolorTolerance(x,y,0,MIX1,MIY1,MIX2,MIY2,3) then // change zero to the color of the bows
    begin
    Mouse(x,y,0,0,False)
    randomjunk;
    Wait(500 + random(500))
    end;
    until(False)
    end.

    The other verison would have been for buying...

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  8. #8
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Um, that's exactly what the second script he posted is supposed to do.

    Edit: Ah, he beat me to it.

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

    Default

    I dont know what the "option" menu is.. What does he mean by option menu?

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  10. #10
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    I think he means to "accidently" click the top bar of the menu that comes up on right click.

  11. #11
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Sorry, i was eating so i couldn't check for new posts

    what i ean with the option menu is when you right-click an item in the gen store
    Srl simply rocks.

  12. #12
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Rambozin, you should make this as your first script because its a pretty easy script to make.

  13. #13
    Join Date
    Jan 2007
    Posts
    513
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    but can you tell me how i add it so it makes human moves?
    Srl simply rocks.

  14. #14
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    stuff like antiban, mmouse, mouse, antirandoms, and maybe some other stuff but its not needed. you can look at other peoples script because many scripts have soemthing like this in it.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. willow longbow(u) seller
    By igotgrapes in forum RS3 Outdated / Broken Scripts
    Replies: 3
    Last Post: 04-25-2008, 09:36 AM
  2. Willowlicious (Rimmington Willow Seller)
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 94
    Last Post: 12-24-2007, 12:36 AM
  3. lummy willow seller
    By pumaz100 in forum RS3 Outdated / Broken Scripts
    Replies: 0
    Last Post: 11-25-2007, 08:58 PM
  4. Rimmington Willow Chopper and Seller
    By Yakman in forum RS3 Outdated / Broken Scripts
    Replies: 16
    Last Post: 11-12-2006, 06:24 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
  •