We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to build this D2BS using to 1.11b diabloII I should to change all memory address to 1.11b
like that
VARPTR(D2CLIENT, ScreenSizeX, DWORD, 0x31146C) // Updated 1.14d //0071146C-BASE VARPTR(D2CLIENT, ScreenSizeY, DWORD, 0x311470) // Updated 1.14d //00711470-BASE
VARPTR(D2CLIENT, CursorHoverX, DWORD, 0x321E4C) // Updated 1.14d //00721E4C-BASE VARPTR(D2CLIENT, CursorHoverY, DWORD, 0x321E50) // Updated 1.14d //00721E50-BASE VARPTR(D2CLIENT, MouseY, DWORD, 0x3A6AAC) // Updated 1.14d //007A6AAC-BASE VARPTR(D2CLIENT, MouseX, DWORD, 0x3A6AB0) // Updated 1.14d //007A6AB0-BASE VARPTR(D2CLIENT, MouseOffsetY, int, 0x3A5208) // Updated 1.14d //007A5208-BASE VARPTR(D2CLIENT, MouseOffsetZ, int, 0x3A5214) // Updated 1.14d //007A5214-BASE VARPTR(D2CLIENT, MouseOffsetX, int, 0x3A520C) // Updated 1.14d //007A520C-BASE VARPTR(D2CLIENT, AutomapOn, DWORD, 0x3A27E8) // Updated 1.14d //007A27E8-BASE VARPTR(D2CLIENT, AutomapMode, int, 0x311254) // Updated 1.14d //00711254-BASE **Divisor** VARPTR(D2CLIENT, Offset, POINT, 0x3A5198) // Updated 1.14d //007A5198-BASE VARPTR(D2CLIENT, AutomapLayer, AutomapLayer*, 0x3A5164) // Updated 1.14d //007A5164-BASE
Have some good ideal to get memory address to 1.11b? just one by one? it is a too large
How to do it with some good way ?
I think somebody updated 1.14d have good way
The text was updated successfully, but these errors were encountered:
Just look up some stuff that is made for 1.11b, that are open source.
They have the same pointers in use, but the 1.11b versions. You can grab the offset from these.
Sorry, something went wrong.
,yes ,I got it,but now ,I find 1.14 add some new ……address
Just look up some stuff that is made for 1.11b, that are open source. They have the same pointers in use, but the 1.11b versions. You can grab the offset from these.
Thank you ,I thank there are some question come may be
No branches or pull requests
I want to build this D2BS using to 1.11b diabloII
I should to change all memory address to 1.11b
like that
VARPTR(D2CLIENT, ScreenSizeX, DWORD, 0x31146C) // Updated 1.14d //0071146C-BASE
VARPTR(D2CLIENT, ScreenSizeY, DWORD, 0x311470) // Updated 1.14d //00711470-BASE
Have some good ideal to get memory address to 1.11b?
just one by one? it is a too large
How to do it with some good way ?
I think somebody updated 1.14d have good way
The text was updated successfully, but these errors were encountered: