i know the idle packet is 0x0 but how would i send it with CSB.ocx i found this but i duno.... ( staying connected packet )
CleanSlateBot1.BuildPacket("BNET", "PACKET", &H10, "DWORD", 2, "NTSTRING", "ChannelToJoin", "PACKET", &HC)
Uh, that looks like a channel creation packet...
This is why CSB is evil!! :P
Hmm cuphead wasn't too smart when designing CSB... the use of strings to determine things like "DWORD", and "NTSTRING" are a little farfetched... why not use a enum?
how would i build the packet for the idle packet?
Quote from: TheMinistered on September 08, 2003, 11:56 PMHmm cuphead wasn't too smart when designing CSB... the use of strings to determine things like "DWORD", and "NTSTRING" are a little farfetched... why not use a enum?
Because that wouldn't take enough CPU cycles, duh.