Valhalla Legends Forums Archive | Battle.net Bot Development | Re: D2GS Packet Research

AuthorMessageTime
Infamous
Hi, I've been working on my diablo 2 bot for a while now and I'm having some problems getting the player information. Can someone tell me which packets contain the following: quest information, character skills, character resistance, attack rating, and defense. Thanks.

EDIT: ok, found out the resistance its in packet 0x1D, the resistance from items is not added on.
January 1, 2006, 10:08 PM
Ringo
Quests are done with 0x28, 0x29, 0x50, 0x52 and 0x5D i think.
Skills can be found in 0x94
atr, res's etc can be found in 0x1D, 0x1E, 0x1F, mercs stats can be found in 0x9E, 0x9F and 0xA0, player stats can be found in 0x20, 0x21, 0x22, 0x23, but im not 100% sure with out checking.
I think defence would come from items stats ontop of your base dex + chartype.

hope this helps
January 3, 2006, 2:06 AM

Search