Quote:
Originally Posted by dpkidz
i'm guessing you did add the source part too?
#define __WINGSFX //| Item mask with SFX
#define __ANI_WING //| Animations wings
also, do you get any error logs at all when equipping the item?
check in defineitem.h so that item's don't have duplicated numbers.
|
I have now solved the problem because of this, thank you! The server I am leeching from doesn't have ANI_WING but uses FLOATING_WING instead. It's kind of different but it's also the same at the same time lol but I managed to make it work by modifying every ANI_WING lines.
Now my problem is I can't hide those problematic items from inventory.
UPDATE2:
Now the Ani Wings are bug, it was working fine until I solved the problematic items above xD
UPDATE3:
SOLVED THE PROBLEM by changing the 8th line in Spec_Item
From: IK3_WING
To: IK3_ANI_WING
Now it is completely working such as you can preview it now and hide without affecting the other mask lolol silly me
But still, big thanks for giving me the idea!