Skip to content

XP offset for 1.12 d2s #6

Open
Open
@sdwvit

Description

@sdwvit

Xp is stored at offset 802 as 4 byte little endian unsigned int multiplied by 2.

Eg, if your in-game xp is 79 689 129, then at offset 802 you'll see:
79 689 129 * 2 = 159 378 258 => hex => 52 EB 7F 09

So if you set xp bytes to zeros 00 00 00 00, you have to update char level (offset:43, 1 byte) with 01 and so on.

Can show nodejs code how to reset char level to 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions