Results 1 to 10 of 10

Thread: cant find the colour in the box

  1. #1
    Join Date
    Mar 2017
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default cant find the colour in the box

    i made a box where script shoukd find colortolerance but it never does. have tried with multible colours in that box and it still cant find it.
    my code
    program moneybot;

    var
    x, y, color, tolerance, x1, y1, x2, y2: integer;

    procedure steal();
    begin
    color := 14211293;
    tolerance := 0;
    x1 := 657;
    y1 := 422;
    x2 := 688;
    y2 := 471;
    if (findcolortolerance(x, y, color, x1, y1, x2, y2, tolerance)) then
    begin
    movemouse (x, y);
    clickmouse(x, y, 0);
    end
    end

    procedure emptybag();
    begin
    end

    procedure logout();
    begin
    end

    begin
    steal();
    end.

  2. #2
    Join Date
    Jun 2013
    Location
    Scranton
    Posts
    496
    Mentioned
    5 Post(s)
    Quoted
    220 Post(s)

    Default

    Try expanding your search bounds, they look very small. Also might want to change the tolerance to something greater than 0.

  3. #3
    Join Date
    Mar 2017
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    im searching for brown but it finds green.. i expanded search bounds and changed the tolerance tho

  4. #4
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

  5. #5
    Join Date
    Dec 2011
    Posts
    193
    Mentioned
    5 Post(s)
    Quoted
    51 Post(s)

    Default

    If the private server has a similar interface layout to OSRS and you're not in re-sizeable then your search area is the bottom right of the inventory.

    Edit: Also use [SIMBA] tags when pasting code.

    OSRS Color Scripts: Borland_Salamanders | Borland_Iron_Ores
    Utilities & Snippets: [Color] OSBuddy Item Looting

  6. #6
    Join Date
    Mar 2014
    Posts
    195
    Mentioned
    4 Post(s)
    Quoted
    92 Post(s)

    Default

    Quote Originally Posted by Romio View Post
    im searching for brown but it finds green.. i expanded search bounds and changed the tolerance tho
    Hmm are you using the color picker in simba or aca?

  7. #7
    Join Date
    Mar 2017
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    simba

  8. #8
    Join Date
    Mar 2017
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    im not

  9. #9
    Join Date
    Jan 2012
    Location
    Sydney, Australia
    Posts
    877
    Mentioned
    12 Post(s)
    Quoted
    368 Post(s)

  10. #10
    Join Date
    Dec 2011
    Posts
    193
    Mentioned
    5 Post(s)
    Quoted
    51 Post(s)

    Default

    Quote Originally Posted by Romio View Post
    im not
    You ask for help and then seemingly make it as hard as possible for people to help you. Why?

    You don't signify who you are replying to. If your "im not" response was in reply to my post, why didn't you address the other points also in that post? Dan shouldn't be having to ask the question above because you should have already clarified it. Why are people who are trying to help having to force answers out of you in order to do so?

    Despite me telling you to use [SIMBA] tags you don't naturally think to go back and edit the post to add them, you'd rather it was harder for people to read your code that you need help with?

    In another thread of yours asking for help you provide no code or pictures, no information about your setup or anything else.

    No one is being paid to be here. No one has an obligation to help you. Try and make it easy for those who are willing to give you some of their time. Help people help you.

    OSRS Color Scripts: Borland_Salamanders | Borland_Iron_Ores
    Utilities & Snippets: [Color] OSBuddy Item Looting

Thread Information

Users Browsing this Thread

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •