Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 3:07 pm

All times are UTC




Post new topic Reply to topic  [ 638 posts ]  Go to page Previous  1 ... 58, 59, 60, 61, 62, 63, 64  Next
Author Message
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sat Mar 13, 2021 3:22 am 
Partner / License admin
Partner / License admin
User avatar



Joined: Sun Oct 10, 2010 5:16 pm
Posts: 2259
Location: USA
Been thanked: 535 time(s)
Has thanked: 38 time(s)
Contribution Points: 17741
From what I saw from your previous posts, you stated it wasn't attacking the yellow squares.

Your attack function is executed first, so it shows up at the beginning of the log. On line 4 you see:
Code:
Checking if: Color.Can be located on screen (RGB)(R: 255, G: 255, B: 0, Range: 0)
That's checking for the yellow color. On the next line you see:
Code:
Result: No
That means it didn't find the yellow color and therefore didn't attack (or execute anything further in that "if" statement...because the condition wasn't true). You need to use the Investigator tool and resample the colors.

_________________
----------------------------------------Syrifina---------------------------------------------------
PM me for licenses and/or licensing information: Click Here
[Be sure to include and update your profile with your BE ID]

Forum Rules
Reminder of rules regarding Contribution points
Getting started in 1, 2, 3
Virtual Drivers; Manual Installers


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sat Mar 13, 2021 1:09 pm 
Contributor
Contributor



Joined: Fri Jan 08, 2021 6:40 pm
Posts: 68
Been thanked: 9 time(s)
Has thanked: 4 time(s)
Contribution Points: 11
Yes, Syrifina is right. Your "attack" function is not detecting the yellow box, which is the monster sprite. Check if the color in the macro is the same as the color of the sprite by using the investigate tool. Aside from this you can also check the resolution of the RO you're playing by checking it in the settings.


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sat Mar 13, 2021 1:32 pm 
New User
New User



Joined: Mon Mar 01, 2021 6:55 am
Posts: 8
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 13
Syrifina wrote:
From what I saw from your previous posts, you stated it wasn't attacking the yellow squares.

Your attack function is executed first, so it shows up at the beginning of the log. On line 4 you see:
Code:
Checking if: Color.Can be located on screen (RGB)(R: 255, G: 255, B: 0, Range: 0)
That's checking for the yellow color. On the next line you see:
Code:
Result: No
That means it didn't find the yellow color and therefore didn't attack (or execute anything further in that "if" statement...because the condition wasn't true). You need to use the Investigator tool and resample the colors.


Hi Syrifina,

Thanks for your advice. I have checked the colours using "investigate" and it rightly indicated RGB 255 255 (please find attached). The issue is that the mouse just moves (and not even to the yellow colored boxes) and doesn't even click.

As for the screen resolution 1280X768x32.

I dont know what else i can do.. Hope you can provide further advice.
Thanks!


Attachments:
RGB 255 255.png
RGB 255 255.png [ 2.25 MiB | Viewed 3763 times ]
Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sat Mar 13, 2021 9:54 pm 
Partner / License admin
Partner / License admin
User avatar



Joined: Sun Oct 10, 2010 5:16 pm
Posts: 2259
Location: USA
Been thanked: 535 time(s)
Has thanked: 38 time(s)
Contribution Points: 17741
@arcaine

In your attachment the Investigator tool is blank, it's not showing you anything yet. You need to take a screenshot with the Investigator tool open. It will load the screenshot and you'll be able to select colors.

I'll admit that the square colors are 255, 255, 0...but if you can't take a screenshot with the Investigator tool then BEM won't be able to detect them. When you hit printscreen, does it load in the Investigator tool? If not, you probably need to enable/disable DirectX capturing (whatever setting you're not currently using)...I can't tell since you don't have a screenshot loaded.

But I'm certain from the log that BEM is not seeing those blocks.

_________________
----------------------------------------Syrifina---------------------------------------------------
PM me for licenses and/or licensing information: Click Here
[Be sure to include and update your profile with your BE ID]

Forum Rules
Reminder of rules regarding Contribution points
Getting started in 1, 2, 3
Virtual Drivers; Manual Installers


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sun Mar 14, 2021 3:57 am 
New User
New User



Joined: Mon Mar 01, 2021 6:55 am
Posts: 8
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 13
Syrifina wrote:
@arcaine

In your attachment the Investigator tool is blank, it's not showing you anything yet. You need to take a screenshot with the Investigator tool open. It will load the screenshot and you'll be able to select colors.

I'll admit that the square colors are 255, 255, 0...but if you can't take a screenshot with the Investigator tool then BEM won't be able to detect them. When you hit printscreen, does it load in the Investigator tool? If not, you probably need to enable/disable DirectX capturing (whatever setting you're not currently using)...I can't tell since you don't have a screenshot loaded.

But I'm certain from the log that BEM is not seeing those blocks.



My apologies. it seems like i had attached the wrong photo. It did load in the investigator tool - as you can see in the attachment. It just won't click (in fact at all) or move to the yellow boxes.


Attachments:
RGB yellow.png
RGB yellow.png [ 1.66 MiB | Viewed 3760 times ]
Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sun Mar 14, 2021 1:36 pm 
New User
New User



Joined: Sun Mar 14, 2021 1:27 pm
Posts: 3
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 16
Hello, can you help me please, I changed the SPR of the items and it works well as a withdrawal, but the item inside the inventory looks normal, how can I make the altered image also appear in the inventory?

Image

note that the normal image of the item appears in the inventory, but when I throw it on the ground the modified SPR works


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sun Mar 14, 2021 1:55 pm 
New User
New User



Joined: Sun Mar 14, 2021 1:27 pm
Posts: 3
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 16
I managed to change the same item but the .bpm, just search the item and find his .bpm


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Sun Mar 14, 2021 2:13 pm 
New User
New User



Joined: Sun Mar 14, 2021 1:27 pm
Posts: 3
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 16
does anyone know where to find the SPR of the character's life and mana? PLEASE


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Tue Mar 16, 2021 3:54 am 
New User
New User



Joined: Mon Mar 15, 2021 4:23 pm
Posts: 1
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 10
How do I set this up to attack all mobs in a map?

Update: so I tested the BOT first. I managed to change the monster sprite but the BOT won't attack. It detected the color correctly but it won't click on it. The cursor will just hover the monster then slide up diagonally.

What should I do?


Top
 Profile  
Reply with quote  
 Post subject: Re: [UPDATE: 03/04/20] Bot4you ROexe MSP [Yggdrasil, Valhall
Thanked: 0 time(s)  Unread post Posted: Thu Mar 18, 2021 1:08 am 
Active User
Active User
User avatar



Joined: Mon Feb 01, 2021 11:20 pm
Posts: 40
Been thanked: 8 time(s)
Has thanked: 9 time(s)
Contribution Points: 75
arcaine wrote:
Syrifina wrote:
@arcaine

In your attachment the Investigator tool is blank, it's not showing you anything yet. You need to take a screenshot with the Investigator tool open. It will load the screenshot and you'll be able to select colors.

I'll admit that the square colors are 255, 255, 0...but if you can't take a screenshot with the Investigator tool then BEM won't be able to detect them. When you hit printscreen, does it load in the Investigator tool? If not, you probably need to enable/disable DirectX capturing (whatever setting you're not currently using)...I can't tell since you don't have a screenshot loaded.

But I'm certain from the log that BEM is not seeing those blocks.



My apologies. it seems like i had attached the wrong photo. It did load in the investigator tool - as you can see in the attachment. It just won't click (in fact at all) or move to the yellow boxes.


I read your previous answers and you stated that you could not install virtual drivers without being detect by gepards, this is probably why your mouse isn’t clicking.
You can try changing the command in your macro “color.click at the closest...” to “colour.click at color...” and see if it clicks on any yellow (if it clicks than its another problem and not the lack of virtual driver), but i am pretty certain it is the lack of virtual drivers that its the problem here.

In your log, BEM can identify yellow but as the mouse doesn’t click at the yellow color, the monster will not die and disappear, thats why you get this till the monster walks out the screen:

Checking if: Color.Can be located on screen (RGB)(R: 0, G: 0, B: 255, Range: 0)
Result: Yes
Executing: Mouse.Click at color closest to coordinate (RGB)(R: 0, G: 0, B: 255, Range: 0, X Coordinate: 640, Y Coordinate: 375, Mouse Button: left)
Executing: Humanly.Pause(Timespan from: 400, Timespan to: 500)
Checking if: Color.Can not be located on screen (RGB)(R: 0, G: 0, B: 255, Range: 0)
Result: No
Executing: Mouse.Click at color closest to coordinate (RGB)(R: 0, G: 0, B: 255, Range: 0, X Coordinate: 640, Y Coordinate: 375, Mouse Button: left)
Executing: Humanly.Pause(Timespan from: 400, Timespan to: 500)
Checking if: Color.Can not be located on screen (RGB)(R: 0, G: 0, B: 255, Range: 0)
Result: No

EDIT: Actually i read the log wrong sorry, Syrifina and vincent are right, the macro isn’t detecting the color yellow, you could try using another color as monster sprite or try using a bigger range.


Last edited by JorgeCavalcanti on Fri Mar 26, 2021 3:25 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 638 posts ]  Go to page Previous  1 ... 58, 59, 60, 61, 62, 63, 64  Next

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group