I am fairly new to MythicMobs and am trying to create a boss mob with serveral skills. I would, ideally, want each skill to use a timer as their condition. However, none of my abilities activate on the timer. Rather, they seem to default to the ~OnCombat trigger, as they activate whenever the mob takes or deals damage and when it spawns and dies. Here is my code:
OnTimer Condition Not Working
Code:
#From my "Skills" File BlizzardWeak: Cooldown: 25 Skills: - potion{type=SLOW;lvl=2;duration=160}...