I have decided to release the source code to this program, so that others can use the source to learn. Note that the program was written in C# and the source code is attached at the bottom. ***Adding attachments was giving me grief so I uploaded it to my website, http://funpunks.com/WoWRadar.zip, yes I really did design and code that site, no I'm not going to put your face on it.
Wow Radar Application
Features:
- Displays yourself, other players, players summoned creatures (pets) and other units (mobs) in a window. You are Black, other players are
Blue, other units (mobs) are Green, and players summoned creatures (pets) are Red
- Your currently selected target will be shown on the map as a Dirty Yellow.
- Shows additional information about your player and about your target.
- Demonstrates OOP concepts as well as good commenting so that others may learn (click link to see example)
Known issues:
- If you are targeting a player pet, it will show it's name as what type of creature it is, example "Target Name: Elder Mistvale Gorilla" (targeting hunters pet). Don't know how to read the actual name of the pet.
Credits to people who's code helped me learn:
-Shynd
-alek900 (still don't understand the math behind drawing angled lines >.>)
-Cypher for addresses+offsets
-hypnodok
I wouldn't expect to see this updated, however if I do some work on this project I might.
Cheers.