Results 1 to 3 of 3

Thread: FindSymbol problem...

  1. #1
    Join Date
    Nov 2006
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    FindSymbol problem...

    When i use FindSymbol function i get an error: "Please enter a valid symbol name." But i use a bank symbol name and in the doc its number one in the whole list. My function looks like this FindSymbol(bank_x, bank_y, 'bank'); If anybody knows how to solve this problem please write the solution. Thanks . P.S. Sorry fr my bad english P.P.S Sorry for writing in incorrect forum :/

  2. #2
    Join Date
    Nov 2006
    Posts
    189
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is only if you are using SRL:

    Don't use FindSymbol. I am making a Fire Rune Crafter and the walking procedure that I am using uses symbols to walk. Use GetSymbolColor instead. So, for example do:

    GetSymbolColor(x,y,'bank'); <----- This will only find the bank symbol.
    Mouse(x+random(4),y+random(3),2,2,true); <----- This will click on the bank symbol for you.


    Hope that helped you!

    - Da Der Der
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig

  3. #3
    Join Date
    Feb 2006
    Location
    L.A, USA
    Posts
    1,632
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Da Der Der View Post
    This is only if you are using SRL:

    Don't use FindSymbol. I am making a Fire Rune Crafter and the walking procedure that I am using uses symbols to walk. Use GetSymbolColor instead. So, for example do:

    GetSymbolColor(x,y,'bank'); <----- This will only find the bank symbol.
    Mouse(x+random(4),y+random(3),2,2,true); <----- This will click on the bank symbol for you.


    Hope that helped you!

    - Da Der Der
    It doesn't really matter.. FindSymbol returns the coords of the symbol.

    It says that because you inserted an invalid name in the string param. Open the runescape world map, FindSymbol uses the same name of each symbol as in the world map. Hmm, that's odd.

    Try this :

    if(FindSymbol(bankx, banky, 'bank'))then

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. FindSymbol
    By D1zl3 in forum OSR Help
    Replies: 31
    Last Post: 12-18-2008, 09:13 PM
  2. Problem with FindSymbol
    By Blaze in forum OSR Help
    Replies: 3
    Last Post: 03-19-2008, 07:40 PM
  3. if (FindSymbol(x, y, 'HELP')) then ????HELP
    By P1nky in forum OSR Help
    Replies: 5
    Last Post: 10-06-2007, 08:15 AM
  4. findsymbol
    By macromacro123 in forum OSR Help
    Replies: 7
    Last Post: 03-17-2007, 02:48 PM
  5. FindSymbol Help.
    By Hey321 in forum OSR Help
    Replies: 7
    Last Post: 02-08-2007, 04:05 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
  •