Valhalla Legends Forums Archive | Battle.net Bot Development | Re:BnFTP

AuthorMessageTime
CrAz3D
[quote author=MyndFyre link=topic=7517.msg68509#msg68509 date=1088971926]
[quote author=Adron link=board=17;threadid=7517;start=0#msg68449 date=1088937776]
[quote author=Myndfyre link=board=17;threadid=7517;start=0#msg68334 date=1088883247]
And -- I'm not familiar with the SID_GETICONDATA packet.  In any case, that's not what I want to do anyway.  I'm working on a plugin for my bot (although I want to make BnFTP part of the basic bot connections API) that will download the .mng advertisements from Battle.net (Warcraft III connection) and display them using the FreeImage library.
[/quote]

But, isn't there a FILETIME in the packet that gives you the filename for the advertisement too?
[/quote]

Ahh, so there is.  I've been ignoring it generally, but I guess I should look into that.  ;-)
[/quote]PLEASE do not beat me, sorry for bringing up SUCH an old topic, but how do you retrieve the FileTime from the packet?  I'm having trouble with retrieving it from my packets right now, help woul be MUCH appreciated.
February 4, 2005, 5:35 AM
Arta
The same way you retrieve any other value? In VB I suppose the easiest way would be to CopyMemory() the data into a FILETIME structure.
February 4, 2005, 7:08 AM

Search