Results 1 to 9 of 9

Thread: How would I make my scipt find and click an ore?

  1. #1
    Join Date
    Aug 2007
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default How would I make my scipt find and click an ore?

    I'm just starting to learn how to make a script and i'm trying to make a simple powermine. How would i make it find and ore and click it though? I f anyone could help me that would be great.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly!- Put this in your sig.
    http://www.stats.srl-forums.com/sigs/2418.png

  2. #2
    Join Date
    Jun 2007
    Posts
    785
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    If FindObjCustom(x,y, ['roc'], [7096905,8805467], 6) then
        begin
          Mouse(x,y, 0, 0, True);

    [22:20] <[-jesus-]> freddy, go uninstall yourself

  3. #3
    Join Date
    Sep 2007
    Posts
    8
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    im not realy that sure but good luck on find out

  4. #4
    Join Date
    Aug 2007
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How exactly do i use that? I can't get it to work.
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly!- Put this in your sig.
    http://www.stats.srl-forums.com/sigs/2418.png

  5. #5
    Join Date
    Jul 2007
    Location
    Ottawa, Canada
    Posts
    930
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    If FindObjCustom(x,y, ['roc'], [7096905,8805467], 6) then
        begin
          Mouse(x,y, 0, 0, True);
    FindObjCustom(x,y, ['roc'], [7096905,8805467], 6)
    -x,y are the variables where the rock is stored in
    -'roc' is part of the uptext
    -the numbers you see are a couple of colors.
    -6 is the tolerance

    note: you can change the number of colors you put in and the number of texts you put in. for instance ['ine', 'roc']
    ~ Metagen

  6. #6
    Join Date
    Aug 2007
    Posts
    175
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Now what colors would I want to put in for the rock? Just 2 colors on the rock or ones that are close to each other? Or should I not worry about that and just leave it?
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly!- Put this in your sig.
    http://www.stats.srl-forums.com/sigs/2418.png

  7. #7
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by chrsk13 View Post
    Now what colors woulf I want to put in for the rock? Just 2 colors on the rock or ones that are close to each other? Or should I not worrt about that and jsut leave it?
    Two colors of the rock (ones what arnt common in clothes / other stuff)

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

  8. #8
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,553
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    he was talking about ORES ^^
    ~Hermen

  9. #9
    Join Date
    Apr 2007
    Location
    UK
    Posts
    2,295
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by hermpie View Post
    he was talking about ORES ^^
    Omg, we need SRL glasses for these people..

    I'm just starting to learn how to make a script and i'm trying to make a simple powerminer. How would i make it find and ore and click it though? I f anyone could help me that would be great.
    Its a power miner, he means he wants to mine rocks.. Why would he want it to click ore in the inv?. Duh

    Now what colors woulf I want to put in for the rock? Just 2 colors on the rock or ones that are close to each other? Or should I not worrt about that and jsut leave it?

    Rogeruk's Al-Kharid Tanner V1.1 [Released]
    Rogeruk's Barbarian Crafter [Coming Soon]
    Rogeruk's Guild Fisher [Coming Soon]
    !! - Taking Requests - !!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how do u make it right click
    By i like mauls in forum OSR Help
    Replies: 9
    Last Post: 02-01-2008, 11:57 PM
  2. Find A color And Click
    By atmmaster2 in forum Outdated Tutorials
    Replies: 23
    Last Post: 12-22-2007, 04:47 PM
  3. Find a Chest & Left Click,Right Click
    By yanix in forum OSR Help
    Replies: 3
    Last Post: 10-03-2007, 06:40 PM
  4. Find bitmap and click it *doesn't work*
    By pdg in forum OSR Help
    Replies: 7
    Last Post: 06-24-2007, 01:47 PM
  5. Find & Click NPC's
    By drowningtrout in forum OSR Help
    Replies: 2
    Last Post: 11-09-2006, 12:56 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
  •