Valhalla Legends Forums Archive | Battle.net Bot Development References | Packet 0x81 Information

AuthorMessageTime
UserLoser.
What is it? Buddy of mine recieved it on my client, which doesn't know how to handle it because obviously I have no clue what it is. I'm guessing it's clan related:

[pre]
[22:53:23] Unrecognized BNCS packet recieved
0000: FF 81 12 00 02 03 44 61 72 6B 4F 6E 65 5B 42 48 ÿ?....DarkOne[BH
0010: 5D 00 ].
[/pre]
March 25, 2004, 9:44 PM
Noodlez
Did he tell you what he was doing at the time? Was he in a war3 clan channel? Was a member recently added to his clan, or did they sign on / off (you get messages about everyone in your clan)
March 26, 2004, 12:17 AM
Spht
[quote author=UserLoser. link=board=17;threadid=5986;start=0#msg51659 date=1080251078]
What is it? Buddy of mine recieved it on my client, which doesn't know how to handle it because obviously I have no clue what it is. I'm guessing it's clan related:

[pre]
[22:53:23] Unrecognized BNCS packet recieved
0000: FF 81 12 00 02 03 44 61 72 6B 4F 6E 65 5B 42 48 ÿ?....DarkOne[BH
0010: 5D 00 ].
[/pre]
[/quote]

The only known purpose of the message currently is for a notify that you are being given leader status. (MessageData)+0x2 is the person resigning. The first two bytes are unknown.
March 26, 2004, 12:54 AM
DarkOne
I recently promoted Anthrax[BH]@Azeroth from Grunt to Shaman status, that could be it.

In this case, maybe the first two bytes represent the previous status of the user being promoted (first byte) and the status to which he was promoted (second byte)?

0x02 - Grunt
0x03 - Shaman

Just a guess.
March 26, 2004, 3:18 AM
Spht
[quote author=DarkOne link=board=17;threadid=5986;start=0#msg51727 date=1080271118]
I recently promoted Anthrax[BH]@Azeroth from Grunt to Shaman status, that could be it.

In this case, maybe the first two bytes represent the previous status of the user being promoted (first byte) and the status to which he was promoted (second byte)?

0x02 - Grunt
0x03 - Shaman

Just a guess.
[/quote]

Yes, you are right, thanks. I've only received the message once.
March 26, 2004, 3:52 AM
UserLoser.
[quote author=DarkOne link=board=17;threadid=5986;start=0#msg51727 date=1080271118]
I recently promoted Anthrax[BH]@Azeroth from Grunt to Shaman status, that could be it.

In this case, maybe the first two bytes represent the previous status of the user being promoted (first byte) and the status to which he was promoted (second byte)?

0x02 - Grunt
0x03 - Shaman

Just a guess.
[/quote]

Yes, he's right

Format for those of you:
(BYTE) - Old rank
(BYTE) - New rank
(STRING) - User who changed your rank
March 26, 2004, 3:57 AM
Pandemonium
Since 0x70 ~ 0x7F are known, and 0x81 is change rank packet(but I think the set rank packet 0x7F can also do such thing...)
What's 0x80 for then?
March 29, 2004, 12:56 PM

Search