Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do you see the map? #10

Open
minotaurrr opened this issue May 2, 2019 · 19 comments
Open

How do you see the map? #10

minotaurrr opened this issue May 2, 2019 · 19 comments

Comments

@minotaurrr
Copy link

I can see the packets being read but the map is just grey with my character in the middle.

@louis030195
Copy link
Collaborator

The sniffer / bot is running ?

Are you in game ?

@minotaurrr
Copy link
Author

minotaurrr commented May 2, 2019 via email

@minotaurrr
Copy link
Author

not 100% sure but it looks like listenToPackets() isn't picking up the events?

@rom1504
Copy link
Member

rom1504 commented May 2, 2019

Did you start the sniffer before joining the game ?
The mob packets are sent when the game starts

@minotaurrr
Copy link
Author

Yep, sniffer started before Diablo is even on.

@rom1504
Copy link
Member

rom1504 commented May 2, 2019

Weird. Do you see NPC* packets in the packet page ?

@minotaurrr
Copy link
Author

Nah nothing related to NPC.

This was me fighting a monster.

d2gsToServer : D2GS_RUNTOLOCATION {"x":5738,"y":5697}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5727,"y":5687}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5724,"y":5683}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5721,"y":5680}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5718,"y":5679}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5714,"y":5681}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5710,"y":5679}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5706,"y":5677}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5710,"y":5682}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5709,"y":5682}
d2gsToServer : D2GS_RUNTOENTITY {"entityType":1,"entityId":484516555}
d2gsToServer : D2GS_LEFTSKILLONENTITY {"entityType":1,"entityId":484516555}
d2gsToServer : D2GS_RUNTOENTITY {"entityType":1,"entityId":484516555}
d2gsToServer : D2GS_LEFTSKILLONENTITY {"entityType":1,"entityId":484516555}
d2gsToServer : D2GS_RUNTOENTITY {"entityType":1,"entityId":484516555}
d2gsToServer : D2GS_LEFTSKILLONENTITY {"entityType":1,"entityId":484516555}
d2gsToServer : D2GS_PING {"tickCount":28831199,"delay":199,"wardenResponse":0}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5726,"y":5684}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5729,"y":5684}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5732,"y":5683}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5736,"y":5683}
d2gsToServer : D2GS_RUNTOLOCATION {"x":5741,"y":5684}
d2gsToServer : D2GS_UPDATEPOSITION {"x":5739,"y":5684}
d2gsToServer : D2GS_UPDATEPOSITION {"x":5741,"y":5684}

@minotaurrr
Copy link
Author

Also noticed this sidToClient : Read error for name : 0 is not in the mappings value

@rom1504
Copy link
Member

rom1504 commented May 2, 2019

Ah you're missing all the d2gsToClient packets for some reason

@rom1504
Copy link
Member

rom1504 commented May 2, 2019

Try to restart the sniffer ?

@minotaurrr
Copy link
Author

Restarted the sniffer but made no difference. Actually battle net just blocked my IP for some reason. Does this do any kind of modification to the game itself? My understanding was that this is just a plain packet sniffer..

@rom1504
Copy link
Member

rom1504 commented May 2, 2019

The sniffer doesn't do anything except sniffing indeed.
We also have a bot but that's a different script.
You did start the sniffer and not the bot right ?

@rom1504
Copy link
Member

rom1504 commented May 2, 2019

Are you using battlenet sid ip ?

@rom1504
Copy link
Member

rom1504 commented May 2, 2019

We only tried on path of diablo Sid, there might be differences on battlenet

@minotaurrr
Copy link
Author

I only started the sniffer not the bot. What's a sid IP? I thought it was just the regular bnet..

@minotaurrr
Copy link
Author

Blizzard confirmed my IP has been blocked because of my ISP having issues NOT the sniffer. So that's good at least..

@rom1504
Copy link
Member

rom1504 commented May 2, 2019

Ah got it, yeah so you're connecting to battle net with the client.
We only tried to sniff path of diablo traffic, not Battle net
I guess there is probably a difference of version that breaks the to client packet.

We could try to fix that

@minotaurrr
Copy link
Author

minotaurrr commented May 2, 2019

ahh okay I get it..

Yeah I was getting a lot of these.

name: 'PartialReadError',
message: 'Read error for fileData : undefined',
partialReadError: true,
field: 'fileData'

I was basically looking for a mapreveal that does the job without injecting and/or modifying the game directly, which by the look of it this seems to do

@rom1504
Copy link
Member

rom1504 commented May 2, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants