Hello everyone!
I want to achieve a direct communication between wow and my website. I've written a honorbuddy plugin some months before, but got banned with two accounts. What I want is really simple:
Add new battle.net Friends
Send message to a bnet Friend
Read all received messages and answer them
Instead using WoW, the battle.net client is be the better solution. It costs much less resources on my Windows vserver and I don't need an active WoW subscription.
Before start I want to share my thoughts, maybe one of you can give me a good hint:
First Idea:
Use the .dll Files. But I don't think they are so easy to use.
Second:
Use SendMessage / FindWindowEx from winapi. I tryed to figure out the control names with spy++, but Blizzard uses qt. Honestly I have no idea to work with qtwidgets in an external application.
Third:
Using read/write memory. From your point of view, maybe the most simple solution. I already started the CheatEngine Tutorial, but the be honst I have no idea how to find the correct functions and call them, yet.
You see every idea need a huge time to learn the basics. Any help or ideas are welcome. And if you already have such a tool, please contact me. This is only a small hobby project and there are many other things which need some work (writing a wow Addon, coding the website, etc.).