Results 1 to 7 of 7

Thread: Need help with color!

  1. #1
    Join Date
    Jul 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default Need help with color!

    Okay, i want my bot to click a runecrafting portal so he will exit, but the problem is because he change of color my bot has some problems detecting the right color.
    I would like to know if someone could help me to add more color to find so he wont have to wait 30 sec to click because he cannot find the color.


    repeat
    mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);
    mouse(x+gaussRangeInt(50,270),y-gaussRangeInt(70,230),8,8,MOUSE_MOVE);
    wait(gaussRangeInt(1500,3500));
    if not IsInAltar() then
    exit;
    inc(i);
    until (i > 12);
    P.S Sorry for my grammar.

  2. #2
    Join Date
    Aug 2013
    Posts
    230
    Mentioned
    1 Post(s)
    Quoted
    114 Post(s)

    Default

    I don't quite understand what you mean? If you want to choose a better color, open up aca.exe

  3. #3
    Join Date
    Jul 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    The portal glow....so it color change, but the bot doesn't reconize any other color then the set one. I want to add more then 1 option like something similar to that.

    mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);
    else
    mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);

  4. #4
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Machu View Post
    The portal glow....so it color change, but the bot doesn't reconize any other color then the set one. I want to add more then 1 option like something similar to that.

    mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);
    else
    mainscreen.findObject(x, y, 7379868, 10, colorSetting(2, 0.00, 0.11), mainscreen.playerPoint, 30, 30, 10, ['nter', 'Portal'], MOUSE_LEFT);
    I'm sure you can get 1 colour for the portal. Just pick heaps of colours when it's glowing and when it isn't.

  5. #5
    Join Date
    Jul 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    The mayor can you help me through skype ?

  6. #6
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

  7. #7
    Join Date
    Jul 2014
    Posts
    38
    Mentioned
    0 Post(s)
    Quoted
    28 Post(s)

    Default

    Added you.

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
  •