QuestItemBar

31 - Item Icon Errors

What steps will reproduce the problem?
1. Receive a quest item that has a use

What is the expected output? What do you see instead?
Icon seems to be obscured by other images

What version of the product are you using?
Latest (v0.8.1)

Do you have an error log of what happened?
No error log

Please provide any additional information below.
Only had the chance to test Darkmoon faire deck quest's. But I think the way addons pull icons from spells/macros etc has changed as I had issues with other addons doing similar things that had to be corrected.

Attatched a image of the error for clarification

  • qib.jpg
User When Change
Uggrich Dec 03, 2011 at 13:27 UTC

Added attachment qib.jpg

Uggrich Dec 03, 2011 at 13:27 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 1 comment
  • Avatar of Sithehenn Sithehenn Dec 07, 2011 at 02:10 UTC - 0 likes

    Apparently, in the 4.3 patch, Blizzard changed the size of Interface
    MINIMAP
    ObjectIcons.blp from 256/128 to 256/256 as well as adding a new icon to the file.

    To fix the icon display, edit the following lines in Core.lua: From:

    224:  button.questMark:SetTexCoord(0.125, 0.250, 0.250, 0.500);
    

    To:

    224:  button.questMark:SetTexCoord(0.125, 0.250, 0.125, 0.250);
    

    That should fix the icon.

  • 1 comment

Facts

Last updated
Mar 30, 2012
Reported
Dec 03, 2011
Status
New - Issue has not had initial review yet.
Type
Defect - A shortcoming, fault, or imperfection
Priority
Medium - Normal priority.
Votes
1

Reported by

Possible assignees