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

Hello noah,you told me that if …… #33

Closed
ImBoluo opened this issue Apr 17, 2019 · 3 comments
Closed

Hello noah,you told me that if …… #33

ImBoluo opened this issue Apr 17, 2019 · 3 comments

Comments

@ImBoluo
Copy link

ImBoluo commented Apr 17, 2019

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

@jaenster
Copy link
Contributor

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.

@ImBoluo
Copy link
Author

ImBoluo commented Aug 29, 2019

,yes ,I got it,but now ,I find 1.14 add some new ……address

@ImBoluo
Copy link
Author

ImBoluo commented Aug 29, 2019

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

@noah- noah- closed this as completed Mar 14, 2021
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