Quest mob indicator #1606


  • New
  • Enhancment
  • Declined
Closed
Assigned to _ForgeUser5362565
  • _ForgeUser5362565 created this issue Sep 13, 2013
    Maintainer
    Copied from Curse: http://www.curse.com/addons/wow/xperl#c7779I never found a unit frame such as Xperl but a detail was missing : the "!" on the target when it was a quest mob. So i asked my husband if he could manage something for me, and here is what he did . Do you think you could include that in the next update ?In file Xperl_target.xml at line 188 the following text was added<!-- Quest Icon --><Texture name="Perl_Target_QuestIcon" file="Interface\TargetingFrame\PortraitQuestBadge" hidden="true"><Size>
    <AbsDimension x="16" y="16"/>
    </Size>
    <Anchors>
    <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT">
    <Offset>
    <AbsDimension x="-5" y="-4"/>
    </Offset>
    </Anchor>
    </Anchors>
    </Texture>In file Xperl_target.lua at line 323, the following text was added-- Begin: Is the target a quest npc?
    if (UnitIsQuestBoss("target")) then
    Perl_Target_QuestIcon:Show();
    else
    Perl_Target_QuestIcon:Hide();
    end
    -- End: Is the target a quest npc?
  • _ForgeUser5362565 added the tags New Enhancment Sep 13, 2013
  • _ForgeUser5362565 edited title Sep 13, 2013
  • _ForgeUser5362565 removed a tag Accepted Nov 2, 2013
  • _ForgeUser5362565 added a tag Declined Nov 2, 2013
  • _ForgeUser5362565 closed issue Nov 2, 2013

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