1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | item Witch_Shoes event OnStartEquip: EnableSkill ALL_CATCRY 1 SetSkillActivate Witch_Shoes ALL_CATCRY 1000 7 return event OnFinishEquip: DisableSkill ALL_CATCRY 1 ResetSkillActivate Witch_Shoes ALL_CATCRY 1000 7 return event OnActiveSkill: Active_Montransform LOLI_RURI return event OnDeactiveSkill: DeActive_Montransform LOLI_RURI return |