Coder Social home page Coder Social logo

Show /players value about diablointerface HOT 3 CLOSED

diablorun avatar diablorun commented on July 26, 2024
Show /players value

from diablointerface.

Comments (3)

squeek502 avatar squeek502 commented on July 26, 2024 1

The technical details (from Discord a while back):

just did some quick testing for /players X:

the value is stored in a static memory address relative to d2game.dll (in < 1.14). not sure the real width, but 2 bytes worked alright for me with the following offsets:

1.14d: base + 0x00483D70
1.13c: d2game.dll + 0x00111C1C

note: the value does not get initialized (it's zero) until /playersX is actually typed for the first time

so if the value is zero, its safe to assume the actual value is 1

Complete set of version offsets (from d2info):

1.14d: 0x00483D70
1.14c: 0x0047ACF8
1.14b: 0x0047BDB0
1.13d: 0x00111C44
1.13c: 0x00111C1C

Also, mentioning @andrew207 who requested this here

from diablointerface.

Zutatensuppe avatar Zutatensuppe commented on July 26, 2024 1

Thank you squeek, I created a release taking those infos =)

from diablointerface.

Zutatensuppe avatar Zutatensuppe commented on July 26, 2024

Functionality added in v0.4.3

from diablointerface.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.