noah- / d2bs

D2BS: Diablo 2 Botting System, a JS API to perform human-like actions utilizing Mozilla Spidermonkey
104 stars 66 forks source link

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

Closed ImBoluo closed 3 years ago

ImBoluo commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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

ImBoluo commented 5 years ago

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