So first of all please don't flame me just because I ask some basic question here. I have the passion to solve the problems on my own if it's necessary and I also used the "search funtion" to find answers to my questions. I also read the beginner "tutorials" like Shynd's blog or the thread from jbrauman. So I got some theoretical understanding about the basics. But let me explain what I like to do.
So let's get to the point. What do I want to achieve? Well I want to create a database which stores and updates basic information from the WoW process. So I am looking for infos like my / team mates Health/Power, check whether one of them is in fight, check forr buffs, check for cooldowns etc.. It is not my goal to write a bot or to write into WoW's memory. I just want to focus on memory reading and use those infos/created variables in my multiboxing tool. For this tool I will try to put together a C# "plugin" which delivers me some information about WoW.
So I looked around in the memory section and came across BlackMagic which is written by Shynd. So I googled and downloaded the following BlackMagic Files:
- BlackMagic.1.1
- BlackMagic.1.1.source
- BlackMagic.1.0.Doc
I hoped to find a good entry find with the documentation but unfortunately it is not easy for me as an novice who is looking for some kind of step-by-step manual. Well I am just starting with C# and therefore BM confuses me without a documenation.
So the questions which I would like to ask you guys now are the following:
1.) Is BlackMagic the right thing for my project? Or should I focus on something else?
2.) If BM is right for me is there any updated BM version out there for WoW 3.2? Or can somebody send me an updated file?
3.) I am also absolutely keen to do the updating work on my own with the infos which I get form MMOWNED. So I mean to update BM on my own with the right memory data. But due to the lack of documenatation I do not know where I have to start. So is anybody out there who likes to explain to me step-by-step how I can update BM on my own for 3.2? So where do I have to modify BM to get it working for WoW 3.2?
Sorry again for my basic questions. But I couldn't find a similar thread in this sectione here where my questions are being answered.
Thx a lot for your help
Gordon