zackdreaver / ROenglishRE

An unofficial english translation project for Korea Ragnarok Online (kRO).
144 stars 174 forks source link

[20285] Costume Blowing Scattered Sakura #9

Closed exneval closed 8 years ago

exneval commented 8 years ago

The view ID of this item is 1331, and this is supposed to be animation headgear like Moonstar, Superstar, The problem is, in status window and char selection, this item will displaying [19023] Queen Scaraba Crown, view ID 1231, maybe there's something wrong with sprite? Because 1231 and 1331 is quite similar

zackdreaver commented 8 years ago

It's more like server problem instead of client. Adding view id to itemInfo means nothing to current emulator, maybe it will affect aegis but not rA or other similiar emulator. It should be 0 for view id, I remember adding that one from jRO which is has no itemInfo implementation.

So the fix is, check the item_db.txt and set the viewID to 0 for that item.

exneval commented 8 years ago

Ah yes, maybe all hat with animation should set view id to 0

zackdreaver commented 8 years ago

Yes, it should be 0 view if it uses special "treatment" to display it's effect. Closing this.