What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] Insignia Remover - BETA -

Smarter

Member
Joined
Jan 15, 2010
Messages
763
Reaction score
9
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.
 
Last edited:
Wow I've been waiting for a long time for this!!! I'll test it and let you know how it goes.

Thanks!
Saif
 
Thanks man! Def going to have to give this a try when I'm botting BG's next.
 
I haven't actually tested this ... would be really helpful if someone could try it out ...
 
Will try as soon as I get home.

Thanks!
 
Is this designed for PVP or BG-Beta, it is not working in BG-Beta in EOTS for me.
 
Tested it, doesn't actually do anything for me at all, kill horde. mounts up and rides off ;p
 
I will check and re-work the code, watch for update, Asap.
 
Tell me about it, I can't get it to remove the insignia and be competent with PvP ... becoming quite a challenge .... Zzz
 
What is the point of removing the insignia?

WoWWiki said:
In PvP Battlegrounds, you can right-click on an enemies corpse to "remove their insignia". This will give you and your party a negligible amount of copper or silver, and prevent that player from being able to resurrect at their body.

^^ :-D There's also related achievements.
 
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.
 
Last edited:
Back
Top