Unique PvP icon for neutral NPCs #445


  • Enhancment
  • Accepted
Open
Assigned to shefkin
  • _ForgeUser565257 created this issue Jun 16, 2009

    Neutral NPCs that have no faction group receive the players' faction icon if they are PVP flagged.  The FFA icon is not entirely correct since they are friendly to the player and can't be attacked.  Not showing the icon hides the information that they are acting as guards to discourage or prevent PVP.  We need a unique icon to display this information.

  • _ForgeUser565257 added the tags New Enhancment Jun 16, 2009
  • shefkin posted a comment Jun 17, 2009

    Umm this is intentional. It's how we've always done it.

  • _ForgeUser565257 posted a comment Jun 17, 2009

    Hmm... That's new for me. And quite surprising. Why on earth would Thrall have Alliance symbol on his portrait.

  • shefkin posted a comment Jun 20, 2009

    Okay I misunderstood. I thought you were just talking about NPCs that did not have a faction and were PVP flagged. However, after looking into this I can't reproduce what you're saying. Opposing faction NPCs have the proper icons for me. I'm curious this returns when you're targeting one of them: /dump UnitFactionGroup("target")

    If it's two nil's then the NPC is actually not flagged as Horde or Alliance and it's behaving as expected.

  • shefkin removed a tag New Jun 20, 2009
  • shefkin added a tag Waiting Jun 20, 2009
  • _ForgeUser565257 posted a comment Jun 20, 2009

    Actually, I made a mistake. Flagged and aligned NPCs do have proper flag. Only flagged and non-aligned have player's faction flag. Still, I think it would be more logical if flagged and non-aligned ones have FFA flag. Like:

    return [[Interface\TargetingFrame\UI-PVP-]] .. (UnitFactionGroup(unit) or "FFA")
    

    instead of

    return [[Interface\TargetingFrame\UI-PVP-]] .. (UnitFactionGroup(unit) or UnitFactionGroup("player"))
    

    in line 38.

  • _ForgeUser565257 removed a tag Waiting Jun 20, 2009
  • _ForgeUser565257 added a tag Replied Jun 20, 2009
  • shefkin posted a comment Jun 20, 2009

    Talking to ck there's really no clear correct thing to do here. These are typically vendors and other NPCs that also function as guards.

    Player's faction icon isn't entirely correct because they may attack you if you begin PVP'ing.

    FFA isn't entirely correct because you can not attack them.

    No icon loses the display of the information that these are guards in neutral areas to stop PVP'ing.

    Guess we need our own "guard" icon.

    Edited the ticket to be appropriate to what we really need. It's not a defect it's something we could improve thus enhancement.

  • shefkin removed a tag Replied Jun 20, 2009
  • shefkin added a tag Accepted Jun 20, 2009
  • Stanzilla unassigned issue from ckknight Aug 19, 2012
  • Stanzilla assigned issue to _ForgeUser1073194 Aug 19, 2012
  • Stanzilla unassigned issue from _ForgeUser1073194 Nov 4, 2013
  • Stanzilla assigned issue to shefkin Nov 4, 2013

To post a comment, please login or register a new account.