You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The cape (item: 1103081) does not render because it has a special effect.
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?
The text was updated successfully, but these errors were encountered:
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.
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)
The cape (item: 1103081) does not render because it has a special effect.
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?
The text was updated successfully, but these errors were encountered: