lastbattle / Harepacker-resurrected

All in one .wz file/map editor for MapleStory game files
Mozilla Public License 2.0
416 stars 156 forks source link

Analyze Error #204

Closed v3921358 closed 1 year ago

v3921358 commented 1 year ago

There will be no image in Morph.wz (TMS118) because the wrong version has passed the versionHash check. BTW. The situation is the same with KMS779-Weapon003

Additionally, it can't open the wz file 'Skill.wz' in TMS113.

These conditions make it unable to analyze

if (mapleStoryPatchVersion == 113) { // hack for now reader.BaseStream.Position = fallbackOffsetPosition; // reset return false; }

And here are the wz file and exe:

https://mega.nz/folder/6QgCTa7b#eJs07rzEdmtNE-wgtc9NOg

lastbattle commented 1 year ago

Fixed, feel free to compile a version yourself for now until the next release.