• Welcome to Valhalla Legends Archive.
 

^_^ back

Started by NetNX, October 30, 2004, 11:18 PM

Previous topic - Next topic

NetNX

Quote
(DWORD)       Logon Type
(DWORD)       Server Token
(DWORD)       UDPValue**
(FILETIME)    MPQ filetime
(STRING)     IX86ver filename
(STRING)     ValueString
http://bnetdocs.valhallalegends.com/content.php?Code=3

I'm wondering how to send FILETIME and what exactly it does. :-/
And on another note please dont PM me about NLS.dll i dont care about Warcraft III stuff anymore so dont bother me.

UserLoser.


NetNX

im trying to send it to my d2 client
(trying to craft a weird sort of application)

LivedKrad

Take the value Battle.net gives you and then send it.

BaDDBLooD

#4
Filetime is a QWORD, 8 BYTES, 4 WORDS, 2 DWORDS.

EDIT: Wow i was sleepy
There are only two kinds of people who are really fascinating: people who know absolutely everything, and people who know absolutely nothing.

Eric

#5
Quote from: BaDDBLooDmpq is a QWORD

No, it's a 64-bit FILETIME structure and it should be handled as such.

NetNX


MyndFyre

Quote from: LoRd[nK] on October 31, 2004, 01:07 AM
Quote from: BaDDBLooDmpq is a QWORD

No, it's a 64-bit FILETIME structure and it should be handled as such.

Although really, a FILETIME structure is a QWORD when represented in memory.  :P
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.

Skywing

Quote from: MyndFyre on October 31, 2004, 03:46 PM
Quote from: LoRd[nK] on October 31, 2004, 01:07 AM
Quote from: BaDDBLooDmpq is a QWORD

No, it's a 64-bit FILETIME structure and it should be handled as such.

Although really, a FILETIME structure is a QWORD when represented in memory.  :P
No, because it's not guaranteed to be aligned like a ULONGLONG would be.

MyndFyre

Quote from: Skywing on November 01, 2004, 12:38 AM
Quote from: MyndFyre on October 31, 2004, 03:46 PM
Quote from: LoRd[nK] on October 31, 2004, 01:07 AM
Quote from: BaDDBLooDmpq is a QWORD

No, it's a 64-bit FILETIME structure and it should be handled as such.

Although really, a FILETIME structure is a QWORD when represented in memory.  :P
No, because it's not guaranteed to be aligned like a ULONGLONG would be.

Ooooh, neato.  Thanks for the info Skywing!
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.