Valhalla Legends Forums Archive | Battle.net Bot Development | WCG

AuthorMessageTime
Mangix
can anyone give me the WCG Statstring for W3XP?
June 16, 2005, 4:17 AM
HdxBmx27
[img]http://hdx.no-ip.org/WCG/WCPG.gif[/img] WCPG
[img]http://hdx.no-ip.org/WCG/WCPL.gif[/img] WCPL
[img]http://hdx.no-ip.org/WCG/WCRF.gif[/img] WCRF
[img]http://hdx.no-ip.org/WCG/WCSI.gif[/img] WCSI
[img]http://hdx.no-ip.org/WCG/WCBR.gif[/img] WCBR
[img]http://hdx.no-ip.org/WCG/WCGO.gif[/img] WCGO

These will be reversed in the statstirng. And will be the last thing in the statstirng I beleave.
But jsut checking if it's anywhere in it usualy works, I've never had a mixup.
~-~(HDX)~-~
June 16, 2005, 4:42 AM
Mangix
...what do you mean the last thing in the statstring? isnt that for the name of a Clan or the level(if user doesnt have a clan).
June 16, 2005, 4:46 AM
HdxBmx27
What I mean? That if you check the last 4 didgets of the SS. Then you can figure ut if it is WCG:
[code]    Select Case UCase(Right(Space(4) & Statstring, 4))
        Case "FRCW": GetIcon = Icon_WCRF
        Case "LPCW": GetIcon = Icon_WCPL
        Case "OGCW": GetIcon = Icon_WCGO
        Case "ISCW": GetIcon = Icon_WCSI
        Case "RBCW": GetIcon = Icon_WCBR
        Case "GPCW": GetIcon = Icon_WCPG
    End Select[/code]
~-~(HDX)~-~
June 16, 2005, 5:00 AM

Search