Hi. I'm making a program that calculates some data about heroes created in a popular map "DotA All Stars". Right now I'm making a database on those heroes myself (I read hero's stats at 'dota-allstars.com/heroes.php' and then write that data in my database), which consumes a lot of time. But each time, with a new map version release I would have to repeat that process all over again, and that is the reason I started to think about improving my program's database update.
Here is my question:
How can I read heroes stats (base hp, intelligence, agility...) from a .w3x map file? What do I need to do that?
Please note that I need to do it INSIDE MY PROGRAM written in C# (at run time or whatever you may call it ).
If it's not possible, then please explain me why.
Here is my question:
How can I read heroes stats (base hp, intelligence, agility...) from a .w3x map file? What do I need to do that?
Please note that I need to do it INSIDE MY PROGRAM written in C# (at run time or whatever you may call it ).
If it's not possible, then please explain me why.