Valhalla Legends Forums Archive | Battle.net Bot Development | War3 Invite

AuthorMessageTime
-MichaeL-
[code] Case &H79
With PBuffer
.InsertBYTE &H6
.SendPacket &H79
End With
[/code]
Will this accept a clan invite?
December 19, 2003, 5:31 PM
______
no
December 19, 2003, 8:34 PM
Fr0z3N
Packet ID: 0x79
Direction: Client -> Server (Sent)
Format:
(DWORD) Cookie?
(DWORD) Clan Tag
(STRING) InvitingLeader
(BYTE) Response
Remarks: This packet is sent to accept or decline an invitation to a clan.

Possible values for Response:

0x04: Decline
0x05: Cannot contact(not in channel screen) or already in clan
0x06: Accept
0x08: Cannot invite
0x09: Clan is full

it'd look more like:
[code]
with pbuffer
.insertdword 1
.insertdword clantag
.insertstring leader
.insertbyte &H6
end with
[/code]
To find out the clantag and leader you'd have to use 0x79 (Received)
December 19, 2003, 9:18 PM
-MichaeL-
[quote author=Fr0z3N link=board=17;threadid=4348;start=0#msg36387 date=1071868715]
Packet ID: 0x79
Direction: Client -> Server (Sent)
Format:
(DWORD) Cookie?
(DWORD) Clan Tag
(STRING) InvitingLeader
(BYTE) Response
Remarks: This packet is sent to accept or decline an invitation to a clan.

Possible values for Response:

0x04: Decline
0x05: Cannot contact(not in channel screen) or already in clan
0x06: Accept
0x08: Cannot invite
0x09: Clan is full

it'd look more like:
[code]
with pbuffer
.insertdword 1
.insertdword clantag
.insertstring leader
.insertbyte &H6
end with
[/code]
To find out the clantag and leader you'd have to use 0x79 (Received)
[/quote]

Hey thx but umm can you also help me with the stuff that gets sent to me for 0x79. I really suck at packets :(
December 21, 2003, 12:17 AM

Search