Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: DeCeP7ioN on May 10, 2004, 11:49 PM

Title: Packet 0x80
Post by: DeCeP7ioN on May 10, 2004, 11:49 PM
Has anyone seen this packet?
I'm assuming it has something to do with WarCraft III clans.

Does anyone know what 0x80 is?
Title: Re:Packet 0x80
Post by: Forged on May 11, 2004, 12:29 AM
[S>0x79]  SID_CLANINVITE
[C>0x7C]  SID_CLANMOTD
[S>0x7C]  SID_CLANMOTD
[C>0x7D]  SID_CLANMEMBERLIST
[S>0x7D]  SID_CLANMEMBERLIST
[S>0x7F]  SID_CLANMEMBERUPDATE
[S>0x81]  SID_CLANPROMOTION


I think it is logical to say it has something to do with clans, but bnetdocs skipped it.
Title: Re:Packet 0x80
Post by: Maddox on May 11, 2004, 12:41 AM
just a guess, SID_CLANDEMOTION?
Title: Re:Packet 0x80
Post by: tA-Kane on May 11, 2004, 12:41 AM
Quote from: Forged on May 11, 2004, 12:29 AMbnetdocs skipped it
BnetDocs did indeed skip it... and a number of other clan packets.

But fear not! Even though 0x80 is not located here, there is another thread that lists a few of the the missing packets!
http://forum.valhallalegends.com/phpbbs/index.php?board=17;action=display;threadid=4227


Perhaps you could (should) post the contents to your 0x80 packet?
Title: Re:Packet 0x80
Post by: Spht on May 11, 2004, 07:00 AM
Quote from: Maddox on May 11, 2004, 12:41 AM
just a guess, SID_CLANDEMOTION?

What Arta calls SID_CLANPROMOTION is used for notifying you that you've been demoted/promoted.
Title: Re:Packet 0x80
Post by: ChR0NiC on May 11, 2004, 12:22 PM
Quote from: DeCeP7ioN on May 10, 2004, 11:49 PM
Has anyone seen this packet?
I'm assuming it has something to do with WarCraft III clans.

Does anyone know what 0x80 is?

Why don't you tell us how you came across this packet, and possibly show us a hex dump, as you can easily tell by now, non of us are psychics except for maybe Skywing and Yoni, since they always update BNLS almost directly following a BNCS update.
Title: Re:Packet 0x80
Post by: Soul Taker on May 12, 2004, 05:08 AM
Quote from: ChR0NiC on May 11, 2004, 12:22 PM
Quote from: DeCeP7ioN on May 10, 2004, 11:49 PM
Has anyone seen this packet?
I'm assuming it has something to do with WarCraft III clans.

Does anyone know what 0x80 is?

Why don't you tell us how you came across this packet, and possibly show us a hex dump, as you can easily tell by now, non of us are psychics except for maybe Skywing and Yoni, since they always update BNLS almost directly following a BNCS update.
It doesn't sound like he has come across it to me, it sounds like he just noticed a missing number in the sequence of clan packets, and is inquiring if anyone knows about it.