So I haven't played wow in years but I was talking with a friend and we decided that a fun coding project would be to write a wow bot from scratch. However neither of us can make heads or tails of any of the disassembly output from the wow client or any bots we've gotten our hands on. How do we go about finding character health/mana and location (and info on nearby mobs if possible). Also is c# the standard for this? we would prefer to use c/c++, though ive got some java experience and c# looks pretty similar.