Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: mime on January 09, 2010, 11:20 AM

Title: [BNCS] How to detect user client
Post by: mime on January 09, 2010, 11:20 AM
Hi all.

How to detect user client when he enters in  channel or when is already in a channel? (EID_JOIN and EID_SHOWUSER)

Thanks.
Title: Re: [BNCS] How to detect user client
Post by: MyndFyre on January 09, 2010, 04:53 PM
The user's "Text" field for EID_SHOWUSER and EID_JOIN contains that user's statstring. 

Statstring info is here: http://www.bnetdocs.org/?op=doc&did=18
Title: Re: [BNCS] How to detect user client
Post by: mime on January 09, 2010, 05:39 PM
MyndFyre, big thanks.