WzComparerR2 icon indicating copy to clipboard operation
WzComparerR2 copied to clipboard

Linking item effects with Avatar plugin

Open Sunaries opened this issue 5 years ago • 1 comments

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?

Sunaries avatar Jul 13 '19 22:07 Sunaries

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.

Dban1 avatar Jul 14 '19 14:07 Dban1