lastbattle / Harepacker-resurrected

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

[MapleLib] Fix some mobs skeleton animnation #141

Closed taida957789 closed 3 years ago

taida957789 commented 3 years ago

Before: image

Some skeleton data of mob is stored in UOL property

8800141.img/8800141.atlas -> real node 8800141.img/8800141.png -> real node 8800141.img/8800141 -> is linked to "../8800103/8800103"

and then we look at 8800103.img 8800103.img/8800103 -> is real skeleton data ?????????? ,The data structure is so messy... 8800103.img/8800103.png ->linked to 8800141

Therefore, I added some code for dereferencing UOL property to fixed this bug.

taida957789 commented 3 years ago

After image

lastbattle commented 3 years ago

Merged, thanks!