Results 1 to 6 of 6

Thread: A Few Questions

  1. #1
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default A Few Questions

    First off, I'll show you some pictures which may help you answer my question



    What I'm asking is how could I get from the bank, to the building with the anvils in it? Would I use the symbols? If I were to use the symbols, is there a function that allows me to pick the middle between them?

    After that, how could I find the anvil? Would I use the colours, or FindObjCustom, or something else?

    Finally, how would I get back to the bank?

    Thanks in advance,
    Richard

    EDIT: I could make a TPA to find the anvil couldn't I?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

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

    Default

    You could use FindSymbol to search for the anvil symbol and then offset the coordinates a bit from there to make sure you don't miss the building.

    Finding the anvil would be easily done using FindColors(Spiral)Tolerance. Just make sure you've got a good color and tolerance.
    :-)

  3. #3
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    How would I offset the co-ords? Would I just add more X co-ord randomness?
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

  4. #4
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could get the coordinates of the two symbols and find the midpoint between them. Give me a sec, I'll take a look at how you'd do that.

  5. #5
    Join Date
    Mar 2007
    Posts
    3,042
    Mentioned
    1 Post(s)
    Quoted
    14 Post(s)

    Default

    Quote Originally Posted by R1ch View Post
    How would I offset the co-ords? Would I just add more X co-ord randomness?
    No, you'd make the changes directly to the coordinate when you're moving the mouse over there to click. As in:

    SCAR Code:
    if (FindSymbol(x, y, 'anvil')) then
      Mouse(x - 5, y + 10, 3, 3, true);
    :-)

  6. #6
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    Ooh...I didn't know that you could take/add points. Thanks guys!
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Few questions.
    By Dervish in forum OSR Help
    Replies: 6
    Last Post: 03-09-2009, 08:43 PM
  2. A few questions
    By RSMacroLegend in forum OSR Help
    Replies: 6
    Last Post: 11-29-2007, 03:23 AM
  3. several questions
    By lnknprkn in forum RuneScape News and General
    Replies: 0
    Last Post: 11-14-2007, 02:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •