Smarter's Insignia Remover - BETA Info: Should work fairly well and simple, please test and post feedback. It's Broke, don't bother, and I will fix it as soon as I can, quite busy catching up from the holidays. Check back soon.
Wow I've been waiting for a long time for this!!! I'll test it and let you know how it goes. Thanks! Saif
Tell me about it, I can't get it to remove the insignia and be competent with PvP ... becoming quite a challenge .... Zzz
Heyho ^^ 1st, sry 4 my horrible english.. 2. i give u a hint: private void Insignia() { ....... snip ..... WoWPlayer unit = ObjectManager.GetObjectsOfType<WoWPlayer>(false, false). Where(p => !p.IsPet && p.Dead <------ ..... snip ....... if (unit != null && !Blacklist.Contains(unit.Guid)) { unit.Interact(); ..... snip ....... Blacklist.Add(unit.Guid, new TimeSpan(0, 0, 30)); } ..... snip .....
Re-worked the plugin, seems navigating to target was the issue. Please download latest version and post back results. Thanks.