Results 1 to 8 of 8

Thread: FindSymbol Help.

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

    Default FindSymbol Help.

    Well, I'm trying to find a quest symbol for my [DW] Draynor Willow Chopper. It's gonna walk back from the castle when it dies/gets a random like sandwich lady. Anyways what i was wondering is if someone could show me how to use FindSymbol. Yes, I've looked in the manual. Didn't teach me much.

  2. #2
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    Are you a Member?
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

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

    Default

    What you mean? Runescape member?

  4. #4
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default

    NO. A SRL-Member.
    SCAR Code:
    function FindSymbol(var  rx, ry: Integer; Name: String): Boolean;
    By: Stupid3ooo
    Description:
         Finds minimap symbol by name.  Returns coords if found.
         Finds symbol even if minimapsymbol is partially obstructed by
         players/NPC's.
         Valid Arguments are:
           These can be found with the discription of "GetSymbolColor" above.

    Valid Arguments are:

    Valid Arguments are:
    - bank
    - mining site, mining spot
    - transportation
    - magic shop
    - water source, water
    - furnace
    - anvil
    - rare trees, tree
    - fishing spot, fish
    - cookery, cook
    - quest
    - mill
    - weave
    - pottery, pot
    - spinning wheel, spin
    - guide
    - shop, store
    - shield
    - altar
    - arrow
    - bar
    - dungeon
    - churn
    - house
    - Axe Shop
    - Cookery Shop
    - Windmill
    - minigame
    - fur trader
    - Archery Shop
    - staff Shop
    - clothes shop
    - farming spot
    - apothecary
    - Sword shop
    - platebody shop
    - scimitar shop
    - gem stall
    - silk stall
    - plateskirt shop
    - agility
    - training dummy
    - food shop/food store
    - fishing shop/fish store
    - Jewelery
    - Crafing shop
    - portal (to player owned houses)
    - Makeover Mage
    - Mace Shop
    - Hair Dresser
    - Mining Shop
    - silver stall
    - spice stall
    - farming shop
    - slayer master
    - herbalist
    - candle shop
    - Saw Mill
    - Kebab shop
    - Short cut
    - hunter store
    - hunter training

    FindSymbol returns the x and y values of the symbol in Var Rx, Ry.
    It is driven by the Global SymbolAccuray. A Float that can be adjusted for increased Accuray. It is default set to 0.8, but can be set to 0.4 if circumstances demand.

    How on earth do you guys think you are going to make "the best tut-runner ever" if you cant find a bloody symbol on the MiniMap?????
    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

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

    Default

    Dude, i know those aparts of it. It's giving me some error when i try to use:

    PHP Code:
    FindSymbol('Quest'
    It has something to do with the integer or is it just:

    PHP Code:
    FindSymbol(xy'Quest'
    I know those arguments, that's not the problem.

    Edit:

    Sorry if i wasn't clear in the first post.

    Edit2:

    Ok, you can delete this if you want, i got it working, stupid x and y -.-.

  6. #6
    Join Date
    Nov 2006
    Posts
    19
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    WT-Fakawi is that find symble finder in the srl inculdes if so where?

    cuse it would help me with a script im trying to make

  7. #7
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    1,610
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Why not use my FindSymbolAccLower function? Its the same as find symbol but you dont have to worry about the accuracy.
    http://www.srl-forums.com/forum/find...l?goto=newpost

    Accept that the waters around you have grown.

  8. #8
    Join Date
    Jan 2007
    Location
    USA
    Posts
    1,782
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    our...

    Join the fastest growing merchanting clan on the the net!

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. FindSymbol?
    By Kyle Undefined in forum OSR Help
    Replies: 5
    Last Post: 11-08-2008, 10:57 AM
  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. Help With FindSymbol Please
    By FrÕzÑ_§ÕµL in forum OSR Help
    Replies: 5
    Last Post: 09-28-2007, 06:49 PM
  5. findsymbol
    By macromacro123 in forum OSR Help
    Replies: 7
    Last Post: 03-17-2007, 02:48 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
  •