Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: LordNevar on August 02, 2004, 07:43 PM

Title: Statstring Problem
Post by: LordNevar on August 02, 2004, 07:43 PM
On WC3 I am having problems getting the statstring of users upon join, works fine on all other clients, but only messes up for WC3 when a person joins. Calls just fine for everyone in channel alrdy, but when someone joins I constantly get this "[20:39:49] name -  Has Joined The Channel Using Warcraft III: Reign of Chaos (No stats available)" until they rejoin the channel. Any ideas? This only started doing it when WC3 was updated a little bit ago.
Title: Re:Statstring Problem
Post by: Stealth on August 02, 2004, 08:07 PM
You will recieve their statstring in a FlagsUpdate (I think?) event shortly after they join.
Title: Re:Statstring Problem
Post by: UserLoser. on August 02, 2004, 08:07 PM
There's nothing you can do about what the servers tells you.  Usually if the user just connected, when they join the channel they will appear to have an 'empty' statstring sometimes to the other users.
Title: Re:Statstring Problem
Post by: LordNevar on August 02, 2004, 08:36 PM
Ok, thanxs for the input.