Results 1 to 7 of 7

Thread: Click Symbol and Use Object :/ ?

  1. #1
    Join Date
    Aug 2006
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Click Symbol and Use Object :/ ?

    Well Im Curently making a varock vial filler that will fill vials at varock fountin by west bank but u cant always see the water symbol from the bank so im going to make it clikc the dummy sign then click the water sign but im not quite sure how to make it click MMsymbols i know u do something like findysmbol(x,y) but im not sure what the names of the symbols would be and how to use the x,y from the findsymbol so i realy need help with that or is thier a way to clikc a way to click the road color in certain areas?

    2nd problem
    Im not sure about use object i know its something like useobject(1,1) with fountaincolor but i cnat remmber so if anyone could help with that to itd be great :P

  2. #2
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    example:
    findsymbol(x,y,'magic shop');

    the names of symbols you see from the srl's symbol include.

  3. #3
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    useitem is what youre thinking of

  4. #4
    Join Date
    Aug 2006
    Posts
    151
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Boreas View Post
    useitem is what youre thinking of
    yea i thought it was useitem but whats the full procedure would it be

    useitem(1st invintory cords) with color blah?

  5. #5
    ronny.m.p Guest

    Default

    for clicksymbol do this:

    If(findsymbol(rx,ry,'water source')=true)then
    Mouse(rx,ry,true);

  6. #6
    Join Date
    Sep 2006
    Posts
    916
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could also do this:

    PHP Code:
    If(findsymbol(rx,ry,'training dummy')=true)then
    Mouse
    (rx,ry,true); 
    There ya go, hope it works for you.

  7. #7
    Join Date
    Apr 2006
    Posts
    710
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For Filling them:
    - click item in inventory (indicator: top text: use item ->)
    - find color fountain, move mouse to it (indicator: top text: use item -> fountain)
    - click mouse and wait.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to let scar click on an object
    By Extracht in forum OSR Help
    Replies: 6
    Last Post: 12-01-2007, 04:46 PM
  2. Find a Chest & Left Click,Right Click
    By yanix in forum OSR Help
    Replies: 3
    Last Post: 10-03-2007, 06:40 PM
  3. Finding A Object!
    By RiSe AgAiNsT in forum OSR Help
    Replies: 2
    Last Post: 07-17-2007, 07:22 AM
  4. clicking the quest symbol then the bank symbol
    By RudeBoiAlex in forum OSR Help
    Replies: 7
    Last Post: 03-22-2007, 11:14 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
  •