PDA

View Full Version : Integrating ShowEQ with other software



tmtim
05-30-2018, 06:03 PM
Hi,
I am currently creating a Linux(Xorg) based EQ Macro program for boxing multiple characters and I would like to use some of the data ShowEQ is showing
Right now I'm just trying to figure out a way to get the health value of a target so my macros can respond to it. My program is networked already.

Have any ideas for getting this data into my programs? Or should I be looking into some how getting the health value of targets in memory? That is beyond me right now but maybe someone
can point me in the right direction?

Thanks!
tmTim

BlueAdept
05-31-2018, 02:56 PM
All the original developers are retired. I am not sure there is anyone left who might be able to help you. ShowEQ is GPL3 so you can pull code out of it as long as the license follows (ie your program has to be a GPL also). All the packet decryption routines are in there so you might be able to read the stream and pull it out.