• Welcome to Valhalla Legends Archive.
 

Packet Tutorials

Started by Lenny, July 23, 2003, 11:20 PM

Previous topic - Next topic

Lenny

Any tutorials about packet buffers and battle.net packets available?
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

CrAz3D

I think feanor wrote one.  try some where within http://blizzside.com/feanor/
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 ...

Lenny

Its not posted anymore...
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

Lenny

Also I remember Camel posting a very good feature that shows the 0x packets....But cant seem to find it
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

Camel


Lenny

Thanks

Any packet tutorials available?
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

Mesiah / haiseM

]HighBrow Innovations
Coming soon...

AIM Online Status: 

Lenny

Down....BNET Docs is down :'(
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

Mesiah / haiseM

yeah arta was never very reliable :P

you may be able to find a few packet examples at the bot development site: http://botdev.valhallalegends.com

also i have a really really old out-of-date thingy on zorms forums: http://zorm.phactorx.com/forum/viewtopic.php?t=5

might wanna check that out too. (i think there might be a few common errors in it though, beware.)
]HighBrow Innovations
Coming soon...

AIM Online Status: 

Skywing

Quote from: MesiaH on July 25, 2003, 12:36 PM
yeah arta was never very reliable :P

you may be able to find a few packet examples at the bot development site: http://botdev.valhallalegends.com

also i have a really really old out-of-date thingy on zorms forums: http://zorm.phactorx.com/forum/viewtopic.php?t=5

might wanna check that out too. (i think there might be a few common errors in it though, beware.)
Actually, this was planned, unavoidable downtime for him.

Adron

Didn't he say he'd be back within a few days though? Seems he's been gone longer?

Lenny

Anything a little more introductory?
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

CrAz3D

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

Lenny

Ironically the programing area is down on that site exept for open sources....
The Bovine Revolution
Something unimportant

Live Battle.net:

WARNING: The preceding message may have contained content unsuitable for young children.

CrAz3D

#14
I don't have any idea where then, all the good palces are down.

'Eventos
Public Const ID_USER        As Integer = &H1
Public Const ID_JOIN        As Integer = &H2
Public Const ID_LEAVE       As Integer = &H3
Public Const ID_WHISPER     As Integer = &H4
Public Const ID_TALK        As Integer = &H5
Public Const ID_BROADCAST   As Integer = &H6
Public Const ID_MOVE        As Integer = &H7
Public Const ID_FLAGS       As Integer = &H9
Public Const ID_SEND        As Integer = &HA
Public Const ID_FULL        As Integer = &HD
Public Const ID_NOTEXIST    As Integer = &HE
Public Const ID_RESTRICTED  As Integer = &HF
Public Const ID_INFO        As Integer = &H12
Public Const ID_ERROR       As Integer = &H13
Public Const ID_EMOTE       As Integer = 23

'Flagage
Public Const BNFLAGS_BLIZZ = &H1
Public Const BNFLAGS_OP = &H2
Public Const BNFLAGS_SPKR = &H4
Public Const BNFLAGS_SYSOP = &H8
Public Const BNFLAGS_PLUG = &H10
Public Const BNFLAGS_SQUELCH = &H20
Public Const BNFLAGS_GLASSES = &H40
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 ...