Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MapleLib] Fix some mobs skeleton animnation #141

Merged
merged 1 commit into from
Sep 26, 2021

Conversation

taida957789
Copy link
Contributor

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
Copy link
Contributor Author

After
image

@lastbattle lastbattle merged commit 30ff917 into lastbattle:master Sep 26, 2021
@lastbattle
Copy link
Owner

Merged, thanks!

lastbattle added a commit that referenced this pull request Sep 26, 2021
lastbattle added a commit that referenced this pull request Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants