Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Laff on October 01, 2004, 04:46 PM

Title: battle.net warcraftiii database
Post by: Laff on October 01, 2004, 04:46 PM
we've all seen those flashy signatures you can make from script.war3editor.com right?  they somehow get into the battle.net database.

does anyone have information on how to access this database and what key fields there are?  i'm making a stats bot =D
Title: Re: battle.net warcraftiii database
Post by: Zorm on October 01, 2004, 05:20 PM
They more then likely use http://www.battle.net and fetch the information off of it.
http://forum.valhallalegends.com/phpbbs/index.php?topic=3923.0 Is an example of how to do it in php.
Title: Re: battle.net warcraftiii database
Post by: Laff on October 05, 2004, 12:59 PM
haha thanks a lot.  i found classes in c# BUILT IN to let me do exactly what this php script does.  thanks a lot for pointing me in the right direction!  i would never have thought to just get the html from a page and parse it =D