Results 1 to 12 of 12

Thread: Accepting trades

  1. #1
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Accepting trades

    I am still working on getting my autotalker to automaticaly accept trades.
    I want it to click the purple text you get when you get a trade request

    I was planning on using

    FindNpcChatText
    or
    FindColorTolerance

    But as i'm still somewhat a noob, i have absolutely no idea how to set these up in your script.

    I saw this in the help section
    Code:
    FindColorTolerance(var x, y: Integer; color, xs, ys, xe, ye: Integer; Tolerance: Integer): Boolean
    Now my question is, how do you setup a script like that, so that it automatically clicks the trade text when found?

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

    Default

    i think.

    Code:
    FindTrade;
    Handles trades try that.

  3. #3
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    AcceptTrade does this. Its in trade.scar in the misc folder. Remember to include it in your script by put {.include SRL/SRL/misc/trade.scar} under your program whatever; line.

  4. #4
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Think i got it now, just getting massive laggs though.
    And havent found someone to trade me >_< If anyone wants to trade, please tell me so i can test it out

  5. #5
    Join Date
    Jun 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am working on similar script right now, actually i want it to buy items, not only accept trades. the problem is that i can't identify the ammount of noted items i am buyng. How can i take number of notes and use it in my script?

  6. #6
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    That would be hard. Not because its hard to script for but because there is a high chance of getting scammed. You'll have to make it check every second or something before you press accept to make sure the offer hasn't been changed.

  7. #7
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    no you just check the second trade screen lol
    Infractions, reputation, reflection, the dark side of scripting, they are.

  8. #8
    Join Date
    Jun 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I know about that, i don't really care, i will handle that i think, i just need to get that *** numbers :| all day trying to do that.. i'm so tired.

    P.S. it will cancel all modified trades to not get scammed.

  9. #9
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by iloveit8 View Post
    no you just check the second trade screen lol
    Or you can do that....

  10. #10
    Join Date
    Jun 2007
    Posts
    25
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes it is not a problem, just tell me how to get that numbers.

  11. #11
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    or check the color of the coin amount(if the other is giving you money)
    Infractions, reputation, reflection, the dark side of scripting, they are.

  12. #12
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by deiwis View Post
    Yes it is not a problem, just tell me how to get that numbers.
    Lol sorry deiwis - I don't know. Maybe theres an SRL function for that. Maybe if you start your own thread people who know more than I do can reply to that.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Accepting Requests
    By kingstun in forum RS3 Outdated / Broken Scripts
    Replies: 9
    Last Post: 01-19-2009, 05:05 AM
  2. Accepting ALL requests!
    By faster789 in forum RS3 Outdated / Broken Scripts
    Replies: 40
    Last Post: 05-05-2008, 07:00 PM
  3. deathly trades
    By Martingon in forum Bot Information and Spottings
    Replies: 3
    Last Post: 08-17-2007, 04:39 AM
  4. Trades (Question)
    By PwNZoRNooB in forum Bot Information and Spottings
    Replies: 2
    Last Post: 04-19-2007, 08:44 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
  •