Valhalla Legends Forums Archive | Battle.net Bot Development | CHATEVENT ID_CHANNEL

AuthorMessageTime
Lenny
Does anyone have the values for the different channel types.

Such as public, global, admin, silent, prod specific etc...I believe mine are outdated.
February 4, 2004, 8:29 PM
botmaster
[quote author=Lenny link=board=17;threadid=5085;start=0#msg42570 date=1075926583]
Does anyone have the values for the different channel types.

Such as public, global, admin, silent, prod specific etc...I believe mine are outdated.
[/quote]

taken from bnetdocs

[code]
0x01: Public Channel
0x02: Moderated
0x04: Restricted
0x08: Silent
0x10: System
0x20: Product-Specific
0x1000: Globally Accessible
[/code]
February 4, 2004, 8:51 PM
Lenny
For some reason bnet docs isnt giving me any information on the packets when i click on them. Im not sure if this is a site problem or Ive lost alot of access...

Also using those values, only Public Channel seems to be correct, perhaps theyve changed
February 4, 2004, 9:13 PM
UserLoser.
[quote author=Lenny link=board=17;threadid=5085;start=0#msg42585 date=1075929217]
For some reason bnet docs isnt giving me any information on the packets when i click on them. Im not sure if this is a site problem or Ive lost alot of access...

Also using those values, only Public Channel seems to be correct, perhaps theyve changed
[/quote]

No, those values are correct. However one is missing, 0x4000 - redirecting channel
February 4, 2004, 9:40 PM
Lenny
Yes I found this out once I had realized I need to do bitwise comparisons for multiple attributes of a channel...
February 4, 2004, 9:46 PM
R.a.B.B.i.T
[quote author=UserLoser. link=board=17;threadid=5085;start=0#msg42587 date=1075930809]
No, those values are correct. However one is missing, 0x4000 - redirecting channel
[/quote]
I've never heard of a redirecting channel...mind filling me in?
February 5, 2004, 12:39 AM
UserLoser.
[quote author=R.a.B.B.i.T link=board=17;threadid=5085;start=0#msg42610 date=1075941576]
[quote author=UserLoser. link=board=17;threadid=5085;start=0#msg42587 date=1075930809]
No, those values are correct. However one is missing, 0x4000 - redirecting channel
[/quote]
I've never heard of a redirecting channel...mind filling me in?
[/quote]

Send 0x0C (SID_JOINCHANNEL) with flag type 0x02:

[quote]
[18:59:35] /join brood war
[18:59:35] Joining private channel brood war-22.
[/quote]

Server redirected me to brood war-22, even though I wanted to join brood war

Where as doing /channel (my bot doesn't send 0x0c on /channel, only /join):

[quote]
[19:00:34] /channel brood war
[19:00:34] Joining redirected globally accessible product-specific public channel Brood War.
[/quote]

:P

Edit: hmm, wtf.. can't join channel "blizzard tech support""op userloser" - get ipbanned :P
February 5, 2004, 1:00 AM

Search