Results 1 to 4 of 4

Thread: A slight problem

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

    Default A slight problem

    hi guys,

    basically I have a script and I am trying to make it fight the level 9 man in lumbridge. when I start the script it will go kind of crazy and the mouse pointer will start clicking on all different things. I have a feeling this is because it is clicking on colours that are related to the level 9 man. I have tried clicking the color picker on the body of the man... still goes crazy. I've tried clicking on the face of the man... still goes crazy.

    would anyone please help me with this?

    if so then please add me to msn: spirit1988@hotmail.co.uk

    i'll be online right now.

    thanks in advanced guys!

  2. #2
    Join Date
    May 2007
    Location
    baltimore, md
    Posts
    836
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Try Findobj...

  3. #3
    Join Date
    Oct 2007
    Posts
    95
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For example, FindObj(x, y, 'Name of the creature', colors, tolerance)

  4. #4
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    SCAR Code:
    if FindObj(x, y, 'man', colors, 20) then
    begin
      Mouse(x, y, 1, 1, true);
    end;

    but with found obj the mouse will still go a little ''crazy''. but that doesn't matter that much.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. slight runescape update
    By randy marsh in forum News and General
    Replies: 25
    Last Post: 08-02-2008, 02:48 AM
  2. Having some slight difficulties
    By Raskolnikov in forum OSR Help
    Replies: 1
    Last Post: 01-04-2008, 10:17 PM
  3. slight errors with script
    By orion pax in forum OSR Help
    Replies: 4
    Last Post: 10-01-2007, 11:03 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
  •