Something like this should do the trick: Code: var aura = Core.Me.GetAuraById(1204); if(aura != null && !aura.IsDebuff) ChatManager.SendChat(String.Format("/statusoff \"{0}\"", aura.LocalizedName));