Valhalla Legends Forums Archive | Battle.net Bot Development | MCP List

AuthorMessageTime
PiaNKA
When I try to request a character list from the MCP server (0x17), I receive the first WORD as 4, instead of 8 (Bnet docs says it's supposed to always be 8) and the rest of the packet has no values when I try to split it up.

34 00 17 08 00 01 00 00 00 01 00 4B 6F 47 42 6F 74 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 03 FF FF FF FF FF FF FF FF FF FF FF 01 A1 80 80 80 FF FF FF 00

Any idea what's wrong?
May 23, 2004, 5:20 PM
BaDDBLooD
how are you requesting ut?
May 23, 2004, 5:21 PM
PiaNKA
[code]
With clsBuff(CurrentBot)
.InsertDWORD &H8
.SendRealmPacket &H17
End With
[/code]
May 23, 2004, 5:25 PM
BaDDBLooD
make sure you have the right information for your startup and BNCS Name
May 23, 2004, 5:26 PM
PiaNKA
I'm logged on a character and I can create characters...I don't see why I can't request my list though...?
May 23, 2004, 5:28 PM
BaDDBLooD
Wait...

did you use &H34 or &H40 ??
May 23, 2004, 5:32 PM
PiaNKA
0x34, why?
May 23, 2004, 5:34 PM
BaDDBLooD
k just making sure

0x34 with 0x17

0x40 with 0x19

:D
May 23, 2004, 5:35 PM
PiaNKA
...What 0x19?
May 23, 2004, 5:36 PM
BaDDBLooD
0x19 is the New character list

it consists of Timestamps ( that came with the 1.10 patch )
May 23, 2004, 5:37 PM
PiaNKA
Should I use 0x40 instead of 0x34?
May 23, 2004, 5:38 PM
BaDDBLooD
i do..

if you decide to do that

0x40 is blank
May 23, 2004, 5:39 PM
PiaNKA
There's nothing about it in bnet docs, do you have the packet forms?
May 23, 2004, 5:40 PM
BaDDBLooD
just packetlog it.. it's really easy
May 23, 2004, 5:46 PM
PiaNKA
It's easy and I'm lazy, plus I dunno how to packet log, interested in teaching me?
May 23, 2004, 5:47 PM
BaDDBLooD
sure
May 23, 2004, 5:48 PM
PiaNKA
...Well?
May 23, 2004, 5:52 PM
BaDDBLooD
sec i'll pm you my aim name
May 23, 2004, 5:52 PM
Soul Taker
[quote author=BaDDBLooD link=board=17;threadid=6928;start=15#msg61376 date=1085334755]
sec i'll pm you my aim name
[/quote]
THANK YOU!
May 24, 2004, 1:52 AM

Search