Page 1 of 1

Which Guild Wars 2 character is currently logged in?  Topic is solved

Posted: 06 Dec 2017, 16:58
by SalarikiZ
Does anyone know of a consistent, reliable way using AHK to determine which Guild Wars 2 character is currently logged in ?
I have tried some things with PixelGetColor and PixelSearch but the colors keep changing even at the same coordinates. I have also used the GW2 API but it doesn't update character information in real time.

Some other methods that should work are:
A memory search
Packet sniffing

but I don't know how to implement them in AHK to get the information I'm after so if you give an answer using one of these methods or similar please give as much information as you can.