Results 1 to 3 of 3

Thread: Click Player Prob.

  1. #1
    Join Date
    Jul 2007
    Location
    Missouri
    Posts
    318
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Click Player Prob.

    Ok, so I need to find a player on the minimap thats closest to me, and walk to him. Obviously the option would be to use FindColorSpiral so it starts from the middle of the screen and scans outward. My problem is it keeps finding my character and clicking it instead of the others. I have tried using a if color > 1 then click but it wont work. ahhhhh. Any ideas?

  2. #2
    Join Date
    Nov 2007
    Location
    Chile
    Posts
    1,901
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    To check if it is another player use:
    SCAR Code:
    If Distance(TPA[I].X, TPA[I].Y, MMCX, MMCY) > 5 Then
    Try that


  3. #3
    Join Date
    Jul 2007
    Location
    Missouri
    Posts
    318
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Worked perfectly, thanx. Rep+

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ultimate Merchanter (first player to player seller!)
    By Timothegreat in forum RS3 Outdated / Broken Scripts
    Replies: 63
    Last Post: 05-14-2009, 02:07 PM
  2. Player not found in player array?quikchat?
    By jerrysyron in forum OSR Help
    Replies: 2
    Last Post: 08-01-2008, 12:44 AM
  3. Find a Chest & Left Click,Right Click
    By yanix in forum OSR Help
    Replies: 3
    Last Post: 10-03-2007, 06:40 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
  •