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

Linking item effects with Avatar plugin #113

Open
Sunaries opened this issue Jul 13, 2019 · 1 comment
Open

Linking item effects with Avatar plugin #113

Sunaries opened this issue Jul 13, 2019 · 1 comment

Comments

@Sunaries
Copy link

Sunaries commented Jul 13, 2019

Hi,

MapleStory introduces new cape items with visual effects. Many of these capes don't render through the Avatar plugin. These effects are hidden in Effect.wz\ItemEff.img.

Example)

test

The cape (item: 1103081) does not render because it has a special effect.

test

However, it is stored in Effect.wz\ItemEff.img\1103081. Is it possible to link this so that it will appear through the Avatar plugin?

@Dban1
Copy link

Dban1 commented Jul 14, 2019

I think it'll be tricky because the actual item itself does not state whether it will have an effect. Though one suggestion I have would be to check ItemEff if there's any corresponding node to that id then render it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants