• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Tass

#1
Battle.net Bot Development / 0x66
August 23, 2006, 05:59 AM
the bug when you recieve this packet is basically your info so then you send the entry number back in 0x66 then you recieve it, how do you prevent this from looping and ipbanning yourself?
#2
Battle.net Bot Development / Re: MCP 0x17
November 29, 2005, 09:14 AM
I diden't understand what you were saying.. Now I do  :-\
#3
Battle.net Bot Development / Re: MCP 0x17
November 28, 2005, 03:59 PM
Well you don't even need to packet log d2 or even d2loader because simply you can just send 0x17 or 0x19 and get the flags.. so why do extra work that needed, What I'm saying is I can't figure out where the flags for class/expansion are..
#4
Battle.net Bot Development / Re: MCP 0x17
November 28, 2005, 09:59 AM
I know all this, thank you for posting. But how do you tell if the character is expansion or regular classic? If you try to login on a expansion character on a d2dv cdkey you get temp ipban from MCP :P
#5
Battle.net Bot Development / Re: MCP 0x17
November 27, 2005, 09:19 PM
I have already packet logged it and I can't find out where or what to parse that's why I'm posting here..

here's what I'v come up with meh

7E 01 17 08 00 08 00 00 00 08 00 54 61 73 73 54 65 73 74 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 81 80 80 80 FF FF FF 00 54 65 73 74 54 65 73 74 45 78 70 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 A1 80 80 80 FF FF FF 00 54 61 73 73 54 65 78 74 48 43 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 85 80 80 80 FF FF FF 00 54 61 73 73 54 65 78 74 48 63 45 78 70 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 A5 80 80 80 FF FF FF 00 54 61 73 73 54 65 73 74 4C 61 64 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 C1 80 80 80 03 FF FF 00 54 61 73 73 54 65 73 74 45 78 70 4C 61 64 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 E1 80 80 80 03 FF FF 00 54 61 73 73 54 65 73 74 41 6C 6C 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 E5 80 80 80 03 FF FF 00 54 61 73 73 54 65 73 74 48 43 4C 41 44 00 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 C5 80 80 80 03 FF FF 00

Classic
Flags: 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 81 80 80 80 FF FF FF

Expansion
Flags: 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 A1 80 80 80 FF FF FF

Hardcore Classic
Flags: 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 85 80 80 80 FF FF FF

Ladder Classic
Flags: 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 C1 80 80 80 03 FF FF

Hardcore Expansion
Flags: 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 A5 80 80 80 FF FF FF

Expansion Ladder
Flags: 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 E1 80 80 80 03 FF FF

Hardcore Expansion Ladder
Flags: 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 E5 80 80 80 03 FF FF

Hardcore Ladder Classic
Flags: 84 80 FF FF FF FF FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF 01 C5 80 80 80 03 FF FF
#6
Battle.net Bot Development / MCP 0x17
November 27, 2005, 04:58 PM
When you request the character list and you do not check for expansion and your on classic, if you try to login with a exp char when ur only on classic key, where in the packet data does it tell you classic or expansion?
#7
So shadow was wrong and i was right.. meh. I wasen't thinking what I put the checks up, I just copied them and forgot to chang them. And i kept getting kicked off the MCP because i was sending create expansion char on a classic key.. :) stupid me.. This is solved
#8
Visual Basic Programming / Re: winamp play wildcard
November 27, 2005, 10:34 AM
Rabbit, know where I can get a good api. I can't find any with this..
#9
Yes I know.. it said to OR them together on bnetdocs so I was like ok wtf.. and then i switched them heh
#10
Here's what I'v got for the packet log...

11 00 02 00 00 00 00 20 00 53 63 52 75 42 42 73 00
#11
I have no idea :P, I'll change it.

But does anyone know the hex value for expansion because &H20 does not work.. and my packetlogger is not working correctly..
#12
Visual Basic Programming / winamp play wildcard
November 26, 2005, 08:34 PM
Like stealthbot has the /play * command, how did he do that?
#13
Battle.net Bot Development / MCP 0x02 (Char Create)
November 26, 2005, 07:57 PM
I'm having a problem on sending the flags for char create. This is what I'v got...

Private Sub Command1_Click()
Dim Class As String, Flags As String, Name As String
Name = Text1.Text
Flags = 0 'Regular Classic
If Option1.Value = True Then: Class = 0
If Option2.Value = True Then: Class = 1
If Option3.Value = True Then: Class = 2
If Option4.Value = True Then: Class = 3
If Option5.Value = True Then: Class = 4
If Option6.Value = True Then: Class = 5
If Option7.Value = True Then: Class = 6
If Check1.Value = vbChecked Then: Flags = (Flags Or 20) 'Expansion
If Check1.Value = vbChecked Then: Flags = (Flags Or 4) 'Hardcore
If Check1.Value = vbChecked Then: Flags = (Flags Or 40) 'Ladder
If Len(Name) > 15 Then: Name = Left(Name, 15)
AddC vbrealm, "MCP: Character flags.. " & Flags & " Character.. " & Class
With PBuffer
    .InsertDWORD "&H" & Class
    .InsertWORD "&H" & Flags
    .InsertNTString Text1.Text
    .SendMCPPacket &H2
End With
AddC vbGreen, "&H" & Flags
Unload frmCharCreate
End Sub

It works if I don't select Expantion, Hardcore, or Ladder on the form so it only creates a classic char, so how do I properly do it for the others?
#14
Do you have a new list somewhere or know of one that I could look at?
BTW: anyone know why wpe pro can't find diablo II in the targets.. I can't packet log d2 now to find out some stuff...
#15
Have the flags for each char in 0x17 MCP packet changed because I do not see them inside the packets I'm receiving.

Here's the packet log..

16  63.240.202.148  172.169.118.249  361  Recv 
0000  69 01 17 08 00 08 00 00 00 08 00 54 61 73 73 00    i..........Tass.
0010  84 80 3A 01 01 01 01 05 FF 4F 02 02 FF 02 FF F0    ..:......O......
0020  F0 F0 F0 FF FF 09 F0 F0 FF 11 C4 82 FF FF 03 FF    ................
0030  FF 00 54 61 73 73 69 6E 61 74 6F 72 00 84 80 3F    ..Tassinator...?
0040  02 02 02 02 FF FF 54 02 02 FF 02 25 ED ED ED ED    ......T....%....
0050  FF FF FF ED ED FF 17 E8 9A FF FF 03 FF FF 00 54    ...............T
0060  61 73 73 49 73 4E 6F 6F 62 00 84 80 FF FF FF FF    assIsNoob.......
0070  FF FF FF FF FF FF FF 05 FF FF FF FF FF FF FF FF    ................
0080  FF FF FF 01 E1 80 80 80 03 FF FF 00 52 75 69 73    ............Ruis
0090  6B 6F 00 84 80 3A 03 02 02 02 0E FF 54 02 02 FF    ko...:......T...
00A0  05 FF FF FF FF FF FF FF FF FF FF FF 0B C8 80 FF    ................
00B0  FF 03 FF FF 00 57 54 46 4D 61 74 65 00 84 80 FF    .....WTFMate....
00C0  FF FF FF FF FF FF FF FF FF FF 02 FF FF FF FF FF    ................
00D0  FF FF FF FF FF FF 01 C1 80 80 80 03 FF FF 00 54    ...............T
00E0  61 73 73 49 73 44 65 61 64 00 84 80 FF FF FF FF    assIsDead.......
00F0  FF FF FF FF FF FF FF 02 FF FF FF FF FF FF FF FF    ................
0100  FF FF FF 01 CC 80 FF FF 03 FF FF 00 4E 6F 6E 4C    ............NonL
0110  61 64 54 61 73 73 44 65 61 64 00 84 80 FF FF FF    adTassDead......
0120  FF FF FF FF FF FF FF FF 02 FF FF FF FF FF FF FF    ................
0130  FF FF FF FF 01 8C 80 FF FF FF FF FF 00 54 61 73    .............Tas
0140  73 4C 61 64 64 61 00 84 80 FF FF FF FF FF FF FF    sLadda..........
0150  FF FF FF FF 05 FF FF FF FF FF FF FF FF FF FF FF    ................
0160  01 E1 80 80 80 03 FF FF 00                         .........
                      .........

These are the flags that are posted on bnetdocs

'1. No Flags: 01 81 80 80 80
'2. Expansion: 01 A1 80 80 80
'3. Hardcore: 01 85 80 80 80
'4. Ladder: 01 C1 80 80 80 01
'5. Expansion & Ladder: 01 E1 80 80 80 01
'6. Hardcore & Expansion: 01 A5 80 80 80
'7. Hardcore & Ladder: 01 C5 80 80 80 01
'8. HardCore & Ladder & EXP: 01 E5 80 80 80 01