Looking to make a plugin that tracks when the wizard is in Archon and when they are leaving Archon. The other part I would like to display is when how long until the cooldown becomes available. This should fuction similarly to the ip4meta.cs plugin.
Code:foreach (var skill in player.Powers.CurrentSkills) { if (skill.SnoPower.Sno == 134872) { if (skill.Rune == 3) WizNumR++;