Good Day , How can I use this feature https://rathena.org/board/topic/97172-charms-items-effect-to-work-while-in-inventory/ . I tried following the instructions but the item don't give any bonus stats indicated in the item script. Also my mmo.h doesn;t have IT_CHARM in it like in the guide. The guide says to use type 12 but my type 12 is shadow gears.  How can I implement this feature.   my mmo.h enum item_types { IT_HEALING = 0, IT_UNKNOWN, //1 IT_USABLE, //2 I