• Welcome to Valhalla Legends Archive.
 

Re:BnFTP

Started by CrAz3D, February 03, 2005, 11:35 PM

Previous topic - Next topic

CrAz3D

Quote from: MyndFyre on July 04, 2004, 03:12 PM
Quote from: Adron on July 04, 2004, 05:42 AM
Quote from: Myndfyre on July 03, 2004, 02:34 PM
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.

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

Ahh, so there is.  I've been ignoring it generally, but I guess I should look into that.  ;-)
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.
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Arta

#1
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.