Results 1 to 8 of 8
  1. #1
    KawaN
    KawaN is offline
    Member-in-training KawaN's Avatar
    Join Date
    2011 Nov
    Posts
    97
    Thanks Thanks Given 
    17
    Thanks Thanks Received 
    56
    Thanked in
    17 Posts
    Rep Power
    0

    Blue Eye Macro - Fishery perfect

    I want a help in my macro.
    My macro not the perfect fishing
    've tried everything and nothing what could it be?


    Executing: Macro.Do nothing
    Checking if: Color.Near coordinate is within (RGB range)(R: 209, G: 238, B: 195, Range: 20, X Coordinate: 163, Y Coordinate: 21, As near as: 25)
    Result: No
    Last edited by KawaN; 2012-11-14 at 03:51 AM.

  2. #2
    RodizipaZX
    RodizipaZX is offline
    Member-in-training
    Join Date
    2012 Nov
    Posts
    98
    Thanks Thanks Given 
    18
    Thanks Thanks Received 
    20
    Thanked in
    12 Posts
    Rep Power
    0
    Have you tried install the digital drivers ? (i do not sure if is General > Options > Imput)

    Sorry for my bad english )_)

  3. #3
    gelong83
    gelong83 is offline
    Member-in-training gelong83's Avatar
    Join Date
    2012 Jun
    Posts
    56
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    4
    Thanked in
    3 Posts
    Rep Power
    0
    You need to find a correct color.
    Where did you get the code for color?

  4. #4
    KawaN
    KawaN is offline
    Member-in-training KawaN's Avatar
    Join Date
    2011 Nov
    Posts
    97
    Thanks Thanks Given 
    17
    Thanks Thanks Received 
    56
    Thanked in
    17 Posts
    Rep Power
    0
    Some people use the same macro perfect, and I do not

  5. #5
    gelong83
    gelong83 is offline
    Member-in-training gelong83's Avatar
    Join Date
    2012 Jun
    Posts
    56
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    4
    Thanked in
    3 Posts
    Rep Power
    0
    Checking if: Color.Near coordinate is within (RGB range)(R: 209, G: 238, B: 195.........

    You cannot copy other people color because different PC has different color. Depends on what kind of mobo chips/graphic card used. You have to investigate your own.
    I have a lappy and the color is slightly darker than my PC's.
    There's an Investigation button inside BEM. Use that tool.

    if Color.Near coordinate is within (RGB range)("201", "237", "195", "5", "{x}", "{y}", "25") << This is mine and I can hit up to 19/20 perfect.

    ---------- Post added at 02:02 AM ---------- Previous post was at 01:56 AM ----------

    By the way, did you set your client into full screen mode and drag the fish bar on top+left of your screen?

  6. #6
    KawaN
    KawaN is offline
    Member-in-training KawaN's Avatar
    Join Date
    2011 Nov
    Posts
    97
    Thanks Thanks Given 
    17
    Thanks Thanks Received 
    56
    Thanked in
    17 Posts
    Rep Power
    0
    I did all what you said, Ja tried to use other colors and nothing

  7. #7
    gelong83
    gelong83 is offline
    Member-in-training gelong83's Avatar
    Join Date
    2012 Jun
    Posts
    56
    Thanks Thanks Given 
    4
    Thanks Thanks Received 
    4
    Thanked in
    3 Posts
    Rep Power
    0
    Might got some problem with ur BEM setting.
    Try recheck again.

    Under tab Performance > Install virtual driver
    Under tab Screen > Untick Enable directx capturing

    *Dont forget to run BEM in admin mode

  8. #8
    sunikalp
    sunikalp is offline
    Guest
    Join Date
    2012 Dec
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Post Need some more detail for Color-coordination

    Hi,

    as u say fior RGB color Co-ordinate in BE...
    I use BE for a Game ...
    at this time when there is no Monster in Character MAP(area) character stood..

    i want to move my character if there is no monster in Character MAP(Area)..
    using

    if Color.At coordinate is not (RGB)("R", "G", "B" , "Range", "X", "Y", "Range")

    plz.. help me about this....

    Here is my macro :
    Code:
     begin
         Window.Bring to front("WEBSITE OF THE GAME", "no")
     end
     if  Color.At coordinate is not (RGB)("217", "124", "0", "184", "163")
         begin
              Keyboard.Press keys("3")
         end
     begin
         Keyboard.Press key("5")
         Macro.Pause("50")
         Keyboard.Press key("4")
         Macro.Pause("50")
         Keyboard.Press key("6")
         Macro.Pause("100")
     end
     begin
         Keyboard.Press key("{<oemtilde>}")
     end
     begin
         Macro.Pause("500")
         Keyboard.Press key("{<space>}")
     end
     if  Color.At coordinate is not (RGB)("21", "94", "174", "134", "178")
         begin
              Macro.Pause("500")
              Keyboard.Press key("2")
         end

Similar Threads

  1. [Help] Help Macro Blue Eye
    By alendaX14 in forum Software & Hardware
    Replies: 6
    Last Post: 2013-10-21, 08:29 PM
  2. [Help] Blue Eye Macro
    By Maickon in forum Português
    Replies: 8
    Last Post: 2012-07-11, 04:45 PM
  3. [Tutorial] How to create an almost perfect fishing tool with Blue Eye Macro
    By leandrol9 in forum Aika Guides, Tutorials
    Replies: 66
    Last Post: 2012-06-22, 05:05 PM
  4. [Help] Blue eye macro
    By test0 in forum Aika Online
    Replies: 1
    Last Post: 2012-06-19, 03:42 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
  •