Results 1 to 12 of 12

Thread: symbol clicking?

  1. #1
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    symbol clicking?

    i was jus wandering if i wanted to walk to varock mines to bank...once i get near bank wat function can i tell it to do to detect the bank and to go in there? i heard symbol clicking wasnt good because if in busy world the symbol would be covered. can any1 please tell me a good function for it to find bank and walk into it?
    i know how to walk to bank from mines but jus dont know how for it to tell that the bank is there and to stop on road but walk to bank now..

  2. #2
    Join Date
    Sep 2007
    Posts
    501
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    you could use a DTM or DDTM or you could set the symbol finding tolerance really high unless you want to use color finding those are the best options

    ps
    dont use color finding

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

    Default

    Quote Originally Posted by KoKouKo View Post
    you could use a DTM or DDTM or you could set the symbol finding tolerance really high unless you want to use color finding those are the best options

    ps
    dont use color finding
    OK thanks a LOT rep++

  4. #4
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    What I did was made a DTM of the bankers. The NPC dots of the bankers are never completely covered up and some of the colours are constant and don't change at all. By making points have a larger area (say about 3 or 4) you should be able to find it even if the dots move slightly.

  5. #5
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Yeah or theres a ladder in there i think so do something like this:
    SCAR Code:
    If FindColorSpiral(x,y,FindLadderColor,{co-ords here}) then
      Mouse(x-7,y+2,0,0,true)
      FFlag(0)

  6. #6
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    FindLadderColor isn't 100% accurate. At least it wasn't while I was making my Rune Mysteries Runner.

    EDIT: Lol I keep thinking you're n3ss

  7. #7
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by ZephyrsFury View Post
    EDIT: Lol I keep thinking you're n3ss
    haha me too..
    what about FindBank?
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  8. #8
    Join Date
    Jan 2008
    Location
    UK
    Posts
    500
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if you can use findsymbol to get the colour of the bank symbol at the begining of the script. Then use the colour with no tolerance to navigate to for all future banks within that run..

    I would sugest also having a fallback in case findsymbol fails first time.. maybe create an autocolour function.
    For the Ultimate Monk Fisher: Ultra Monkfish n Bank Click Here


  9. #9
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by PriSoner View Post
    if you can use findsymbol to get the colour of the bank symbol at the begining of the script. Then use the colour with no tolerance to navigate to for all future banks within that run..

    I would sugest also having a fallback in case findsymbol fails first time.. maybe create an autocolour function.
    Mmm, me and munk were creating auto color functions for all the symbols.

    Mmm...look at this pic carefully:
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  10. #10
    Join Date
    Mar 2007
    Posts
    1,223
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    wow thx guys rep to all of u
    but wat about findbank;?
    i used findbank and it worked fine..

  11. #11
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    If it worked fine then no doubt use what suits you.
    We can only give advice, at the end of the day it's your own desicion.

  12. #12
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    FindBank uses the method I mentioned above (about the DTM with the yellow NPC dots as points). Now it should work fine but might occasionally find the wrong point because there is a chance that 3 or so NPC's could be standing next to each other.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Clicking the nearest symbol, help!
    By Ultra in forum OSR Help
    Replies: 4
    Last Post: 01-19-2009, 01:37 AM
  2. Clicking The Nearest Symbol.
    By Ultra in forum OSR Help
    Replies: 2
    Last Post: 01-19-2009, 12:09 AM
  3. Radial Walking&Symbol Clicking help needed!
    By yanix in forum OSR Help
    Replies: 14
    Last Post: 12-01-2007, 05:37 PM
  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
  •