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 마녀의구두 ALL_CATCRY 1000 7 return event OnFinishEquip: DisableSkill ALL_CATCRY 1 ResetSkillActivate 마녀의구두 ALL_CATCRY 1000 7 return event OnActiveSkill: Active_Montransform LOLI_RURI return event OnDeactiveSkill: DeActive_Montransform LOLI_RURI return |