Results 1 to 4 of 4

Thread: FindBank ?

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

    FindBank ?

    wel i've found the procedure findbank and apparently its very usefull and un suuspicious.. wel i was thinking if there is such thing as a findmine kind of procedure because im makin a varockeast miner banker..wen i go from bank to mines i need it to go and stop at mines and i want it to go to that exact location where the iron rocks are..does anyone have any suggestion ? PLEASE HELP AND THANKS!!

  2. #2
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    one way would be:

    FindSymbol

    OR the cool way:

    Autocolor the stone. And Use a simple FindColorSpiral spiraling from MMCX, MMCY

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

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

    Default

    ok this:
    SCAR Code:
    If FindSymbol(x,y,'mining spot') then
      Begin
        WriteLn('Found Mining Spot')
        Mouse(x,y,1,1,true)
        FFlag(0)
      end;

    Another way would be:

    SCAR Code:
    If FindColorSpiral(x,y,FindRockColor{w/e}, {co-ords here}) Then
      Begin
        WriteLn('Found Mining Rocks')
        Mouse(x,y,1,1,true)
        FFlag(0)  
      end;

    Hope it helped.

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

    Default

    thanks to both of u....rely appreciate it..reps up

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. About the FindBank function.
    By bzum in forum OSR Help
    Replies: 4
    Last Post: 09-03-2008, 09:20 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
  •