Jump to content
Macro Express Forums

I want a few features


Recommended Posts

I have been using this program for a game.

The resolution of the game is 800 * 600

<GET PIXEL COLOR Option="\x00" Rel_To_Screen="FALSE" Destination="%N[3]%"/>

Using the command above, the color value is shown as "0".

It should not be "0"

I suppose that it should be something eles.

 

So Dxwnd.exe uses > The game change the window mode > Window size is adjusted arbitrarily

 

The correct color values are written as above

 

Dxwnd.exe without using the normal way to get the correct color values of what?

Dxwnd.exe, the color value is what it should be.

Is there any way to get the right color value without using the Dxwnd.exe?

 

Thank you.

Link to comment
Share on other sites

It is not clear what the problem is but some fundamentals:

The Mouse Locator gives colour values in Decimal BGR and Hexadecimal RGB (Red, Green, Blue)

For integer comparisons (compare colour under mouse with reference colour in macro) it has to be Decimal BGR.

 

If you are using the colour under the mouse in your game, perhaps the game needs another colour format such as HexBGR, DecimalRGB or HexRGB.

 

How are you using the colour value in the game or macro?

 

Was something missing from your comment where I've added ?????? -

"Using the above command, the color value of "0" is written as ?????

In fact, the "0" must be a value other than notation"

 

Keep on asking until we find the answer!

Link to comment
Share on other sites

It sounds to me like there is a color at a certain pixel but MEP is returning zero unless the window is resized at which point it returns the anticipated value. Is that the problem?

 

FYI zero is a color. 0x000000 (Decimal zero) is solid black.

 

Bear in mind many games take measures to discourage the use of automation apps.

Link to comment
Share on other sites

....Bear in mind many games take measures to discourage the use of automation apps.

ME cannot burrow very deep into the window detail so would be of limited value for making bots and miners (I think). I suppose if you get it to click all over the screen looking for stuff it could be a nuisance to others. Not everyone plays online.

 

Jamess' problem sounded to me more like he's using the colour value for something and it's causing the 800x600 window to resize. We'll have to wait and see.

Link to comment
Share on other sites

ME cannot burrow very deep into the window detail so would be of limited value for making bots and miners (I think). I suppose if you get it to click all over the screen looking for stuff it could be a nuisance to others. Not everyone plays online.

 

Jamess' problem sounded to me more like he's using the colour value for something and it's causing the 800x600 window to resize. We'll have to wait and see.

 

Jamess let me know what game and i can see if i can work it out. I have this doing bots and it works wonderful.

 

MBone

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...