• Welcome to Valhalla Legends Archive.
 

Build Packet Help

Started by blinkdude, September 08, 2003, 05:28 PM

Previous topic - Next topic

blinkdude

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)
<Total-Assault@Azeroth> WTF IS THIS CLAN A BUNCH OF NERDS?
<Yoni[vL]@Azeroth> Yes.
<Grok> Yes.
<[vL]Kp> You sound surprised.
<Total-Assault> at least they admit it
&

Camel

Uh, that looks like a channel creation packet...

Soul Taker

This is why CSB is evil!!  :P

TheMinistered

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?

blinkdude

how would i build the packet for the idle packet?
<Total-Assault@Azeroth> WTF IS THIS CLAN A BUNCH OF NERDS?
<Yoni[vL]@Azeroth> Yes.
<Grok> Yes.
<[vL]Kp> You sound surprised.
<Total-Assault> at least they admit it
&

Camel

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.