Results 1 to 7 of 7

Thread: Symbols

  1. #1
    Join Date
    Jun 2007
    Posts
    1,312
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Symbols

    I am making an Air Runner (Well, I already made one, but that thing was crap, and I put it together over a few hours...) for World 16.
    I want to use the yew tree symbol on the westmost part of the minimap, but sometimes it goes to the yew tree symbol on the eastmost part. I want to know if there is a way to prevent this, and one other thing.
    Maybe it's something I did, but when I do use the FindSymbol function, it clicks on the symbol, then on the tree.
    I used it like this
    SCAR Code:
    Procedure blahblah;
    begin
    if FindSymbol(x,y,'tree') then
      Mouse(x,y,1,1,true);
    end;
    Active only during the Summer...

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

    Default

    FindSymbolIn or FindSymbols

    Former is easiest, but latter gives you more control (you could do road-symbol distance checks, etc.)
    Interested in C# and Electrical Engineering? This might interest you.

  3. #3
    Join Date
    May 2007
    Location
    Ohio
    Posts
    2,296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by JackLKrawl View Post
    I am making an Air Runner (Well, I already made one, but that thing was crap, and I put it together over a few hours...) for World 16.
    I want to use the yew tree symbol on the westmost part of the minimap, but sometimes it goes to the yew tree symbol on the eastmost part. I want to know if there is a way to prevent this, and one other thing.
    Maybe it's something I did, but when I do use the FindSymbol function, it clicks on the symbol, then on the tree.
    I used it like this
    SCAR Code:
    Procedure blahblah;
    begin
    if FindSymbol(x,y,'tree') then
      Mouse(x,y,1,1,true);
    end;

    Use
    SCAR Code:
    FindSymbolIn

  4. #4
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    bit offtopic but would findsymbol be a function for a true/false return??
    or could u make it then click the symbol and so on?

  5. #5
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by spaztaz666 View Post
    bit offtopic but would findsymbol be a function for a true/false return??
    or could u make it then click the symbol and so on?
    FindSymbol returns true false.

    @jack, http://www.villavu.com/forum/showthread.php?t=20109

  6. #6
    Join Date
    Dec 2006
    Location
    UK!!
    Posts
    910
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ahh ok thx rikjess.. ill try to use somethings like that

  7. #7
    Join Date
    Jun 2007
    Posts
    1,312
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks rik, that should work!
    Thank you!
    Active only during the Summer...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help With Symbols ;)
    By mage of begu in forum OSR Help
    Replies: 10
    Last Post: 03-13-2007, 02:46 PM
  2. The Symbols Hit RS
    By Ejjman in forum RS has been updated.
    Replies: 3
    Last Post: 05-22-2006, 07:37 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
  •