I'm not sure how you manage to find the coordinate but from these res below I've found that the buffs coordinates I used are always the same.Quote:
In full screen mode the coordinates are not always the same depends on resolution. The coords for buffs on a 1024 by 768 are totally diferent then the coords on a 1920 x 1200 resolution, then there is the glow effect as Mega has said that can alter the color. So no your bot will not always work, these things you need to consider.
You can not see the cursor but it is over the same buff on both res's you can tell by the discription dropdown on the buff.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
ahhh, I've never thought about 800x600 but who uses this resolution nowaday?Quote:
Its not fine the GUI expands depending on screen/window resolution. Run the game at 800/600 no quickbar at the bottom ;).
So no they are not in the same place each time hence why AfkGuy made different resolution configs for each res for his bot ;).
However! it is possible to read the exact location of a game ui feature in Pixels from the game engine if you know where to look ;) Ive stumbled upon them a few times but have not documented it.
Thanks for the explanation but I know how to use ss software, I design my own software (you dont read the forums much do you?):) so the step by step was not necessary. But as for the inventory , trade window, character info and all that is all built into one big GUI that allows you to open and close each window, now if you off set the inventory window in memory you move everything but the skill bar and stuff at the bottom that is all on a different layout and moved by a different memory region. As Mega said read the res from memory as your program is starting and write the source code to make the necessary changes to match that res.Quote:
I'm not sure how you manage to find the coordinate but from these res below I've found that the buffs coordinates I used are always the same.
1024x768,1152x864,1280x720,1280x768,1280x800,1280x 960,1280x1024,1360x768,1360x1024,1440x900,1680x105 0.
As you can see I don't have resolution 1920x1200 so I can't confirm that resolution but I'm guessing that It'll be the same. If you don't mind can you send me an ss with inventory open using this method:
1. press PRT SCR (PRINT SCREEN)
2. using an image editing software (ie photoshop)
3. paste as new image
Thanks