Valhalla Legends Forums Archive | Battle.net Bot Development | 2 Questions SystemKeys and 0x0A w/ D2

AuthorMessageTime
NetNX
When i get system keys can i request them for a user other then myself? im scared to actualy try it because i dont want to get permo ip-banned....

Does D2 send 0x0A after selecting the character to get on the realm ? so you can catch the character class on the return? or are you suppost to remeber it from the character selection screen
April 20, 2005, 2:50 PM
shout
Packet log.
April 20, 2005, 3:42 PM
Archangel
System Keys can't be request for getting othe users information.
If thats so, then no.

[USE SEARCH NEXT TIME: https://davnit.net/bnet/vL/phpbbs/index.php?topic=6986.0]

[quote]
Why have strUsername as an argument and not use it in the function, but it doesn't really matter since you can only view yourself I think  .
[/quote]

0x0A is to enter chat, so you 1st connect to realm then select a character and then login in chat.

[code]
   Case &H7 'CHAR_LOGON
     
        Select Case (GetDWORD(Mid(Data, 4, 4)))
             
            Case &H0 '0x00 SUCCESS
                 
                AddChat vbGreen, "MCP: Logged on to Realm Character"
                 
                   With Buffer
                       .InsertNTString Realm.Character
                       .InsertNonNTString Realm.Realm & ","
                       .InsertNTString Realm.Character
                       .SendPacket frmMain.wsBNCS, BNCS, &HA
                       .InsertDWORD &H1
                       .InsertNTString Bot.Home
                       .SendPacket frmMain.wsBNCS, BNCS, &HC
                   End With

        End Select
[/code]

I found this on this forums.
April 20, 2005, 3:54 PM
UserLoser.
[quote author=NetNX link=topic=11335.msg109144#msg109144 date=1114008656]
When i get system keys can i request them for a user other then myself? im scared to actualy try it because i dont want to get permo ip-banned....

Does D2 send 0x0A after selecting the character to get on the realm ? so you can catch the character class on the return? or are you suppost to remeber it from the character selection screen
[/quote]

Yes, you can request the keys for other users.
Yes, Blizzard's D2 client sends SID_ENTERCHAT after logging on a character
April 20, 2005, 6:39 PM
laurion
You can request it, but you won't receive any data (erm..systemkeys.)
April 20, 2005, 8:09 PM
Archangel
[quote author=UserLoser link=topic=11335.msg109171#msg109171 date=1114022350]
Yes, you can request the keys for other users.
[/quote]

But, you wont recv them? right?
April 20, 2005, 8:20 PM
laurion
[quote author=Archangel link=topic=11335.msg109180#msg109180 date=1114028453]
[quote author=UserLoser link=topic=11335.msg109171#msg109171 date=1114022350]
Yes, you can request the keys for other users.
[/quote]

But, you wont recv them? right?
[/quote]
Correct, exactly what I said in last post
April 20, 2005, 8:34 PM
Archangel
[quote author=laurion link=topic=11335.msg109183#msg109183 date=1114029264]
[quote author=Archangel link=topic=11335.msg109180#msg109180 date=1114028453]
[quote author=UserLoser link=topic=11335.msg109171#msg109171 date=1114022350]
Yes, you can request the keys for other users.
[/quote]

But, you wont recv them? right?
[/quote]
Correct, exactly what I said in last post
[/quote]

Oh yes, sorry! ^^
April 20, 2005, 8:43 PM
NetNX
[quote author=UserLoser link=topic=11335.msg109171#msg109171 date=1114022350]
[quote author=NetNX link=topic=11335.msg109144#msg109144 date=1114008656]
When i get system keys can i request them for a user other then myself? im scared to actualy try it because i dont want to get permo ip-banned....

Does D2 send 0x0A after selecting the character to get on the realm ? so you can catch the character class on the return? or are you suppost to remeber it from the character selection screen
[/quote]

Yes, you can request the keys for other users.
Yes, Blizzard's D2 client sends SID_ENTERCHAT after logging on a character
[/quote]

But will i get a reply?
April 21, 2005, 2:33 PM
HdxBmx27
[quote author=NetNX link=topic=11335.msg109269#msg109269 date=1114094034]
But will i get a reply?
[/quote]
Hurm seems to me, that insted of having others test for you. Test for yourself. You obviouslt know how to deal with system request. So do it!
~-~(HDX)~-~
April 21, 2005, 3:18 PM
Archangel
[quote author=Archangel link=topic=11335.msg109184#msg109184 date=1114029835]
[quote author=laurion link=topic=11335.msg109183#msg109183 date=1114029264]
[quote author=Archangel link=topic=11335.msg109180#msg109180 date=1114028453]
[quote author=UserLoser link=topic=11335.msg109171#msg109171 date=1114022350]
Yes, you can request the keys for other users.
[/quote]

But, you wont recv them? right?
[/quote]
Correct, exactly what I said in last post
[/quote]

Oh yes, sorry! ^^
[/quote]

There's your answer.
April 21, 2005, 9:10 PM
UserLoser.
It is possible to get other user's system key values
April 21, 2005, 11:52 PM

Search