• Welcome to Valhalla Legends Archive.
 

Question About A 0x65 Response

Started by CodeMaster, May 06, 2004, 11:57 PM

Previous topic - Next topic

CodeMaster

In location I am getting 0x04 in response for 2 of my friends, and 0x04 is not listed on BNET Docs, does anyone know what 0x04 is?

MyndFyre

Are you sure you're not confusing that with Status?

Possible bitwise values for Status:
0x01: Mutual
0x02: DND
0x04: Away

Possible values for Location:
0x00: Offline
0x01: Not in chat
0x02: In chat
0x03: In a public game
0x05: In a private game

Are you checking the 1st or 2nd byte after the username string?
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

UserLoser.

I have 0x04 as in a private game, never seen 0x05 there

MyndFyre

I just copied that straight out of BnetDocs.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

CodeMaster

#4
Yeah I figured 0x04 was for private game, but BNET Docs put it as 0x05 for private game, thanks for clarifying.

ChR0NiC

Quote from: CodeMaster on May 07, 2004, 05:26 PM
Yeah I figured 0x04 was for private game, but BNET Docs put it as 0x05 for private game, thanks for clarifying.

Actually 0x04 is for a private game and 0x05 is for a password protected game, don't ask me how they differ, but if you use /f l and you check the friend who you get 0x04 for it says Game name (private) and for 0x05 it says Game name (passworded)

MyndFyre

Quote from: ChR0NiC on May 11, 2004, 01:46 PM
Quote from: CodeMaster on May 07, 2004, 05:26 PM
Yeah I figured 0x04 was for private game, but BNET Docs put it as 0x05 for private game, thanks for clarifying.

Actually 0x04 is for a private game and 0x05 is for a password protected game, don't ask me how they differ, but if you use /f l and you check the friend who you get 0x04 for it says Game name (private) and for 0x05 it says Game name (passworded)

I suppose that Warcraft III games can be private but not passworded, but down-level clients can only be private if they are passworded.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

ChR0NiC

#7
For some reason, all D2 games (passworded or not) show up as private games both with 0x65 and /f l
Quote
Game name (private).

MyndFyre

Quote from: ChR0NiC on May 11, 2004, 07:22 PM
For some reason, all D2 games (passworded or not) show up as private games both with 0x65 and /f l
Quote
Game name (private).

So a public D2 game shows up as private?  Odd.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Eli_1

I think bnet might have done that so PKers (player killers) can't follow one person they're pissed at to every game, and kill them.

ChR0NiC

Ah yes, this is possible, because if someone is not on your F List, it says in a private game, but if they are it says
Quote
Game name (private)

Skywing

Quote from: Myndfyre on May 11, 2004, 07:38 PM
Quote from: ChR0NiC on May 11, 2004, 07:22 PM
For some reason, all D2 games (passworded or not) show up as private games both with 0x65 and /f l
Quote
Game name (private).

So a public D2 game shows up as private?  Odd.
That's expected for D2 Realm games, since those don't use the chat server for the game management stuff at all, really.

What about D2 Open games?  You may have different results with a passworded game there.