Valhalla Legends Forums Archive | Battle.net Bot Development | ^_^ back

AuthorMessageTime
NetNX
[quote]
(DWORD) Logon Type
(DWORD) Server Token
(DWORD) UDPValue**
(FILETIME) MPQ filetime
(STRING) IX86ver filename
(STRING) ValueString
[/quote]
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.
October 31, 2004, 4:18 AM
UserLoser.
Battle.net sends it to you
October 31, 2004, 4:27 AM
NetNX
im trying to send it to my d2 client
(trying to craft a weird sort of application)
October 31, 2004, 4:37 AM
LivedKrad
Take the value Battle.net gives you and then send it.
October 31, 2004, 4:50 AM
BaDDBLooD
Filetime is a QWORD, 8 BYTES, 4 WORDS, 2 DWORDS.

EDIT: Wow i was sleepy
October 31, 2004, 6:51 AM
LoRd
[quote="BaDDBLooD"]mpq is a QWORD[/quote]

No, it's a 64-bit FILETIME structure and it should be handled as such.
October 31, 2004, 7:07 AM
NetNX
<3 TY :)
October 31, 2004, 4:14 PM
Myndfyr
[quote author=LoRd[nK] link=topic=9371.msg86754#msg86754 date=1099206454]
[quote="BaDDBLooD"]mpq is a QWORD[/quote]

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

Although really, a FILETIME structure is a QWORD when represented in memory.  :P
October 31, 2004, 9:46 PM
Skywing
[quote author=MyndFyre link=topic=9371.msg86849#msg86849 date=1099259166]
[quote author=LoRd[nK] link=topic=9371.msg86754#msg86754 date=1099206454]
[quote="BaDDBLooD"]mpq is a QWORD[/quote]

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

Although really, a FILETIME structure is a QWORD when represented in memory.  :P
[/quote]
No, because it's not guaranteed to be aligned like a ULONGLONG would be.
November 1, 2004, 6:38 AM
Myndfyr
[quote author=Skywing link=topic=9371.msg87009#msg87009 date=1099291107]
[quote author=MyndFyre link=topic=9371.msg86849#msg86849 date=1099259166]
[quote author=LoRd[nK] link=topic=9371.msg86754#msg86754 date=1099206454]
[quote="BaDDBLooD"]mpq is a QWORD[/quote]

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

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

Ooooh, neato.  Thanks for the info Skywing!
November 1, 2004, 8:01 AM

Search