comparison QuestPOI.lua @ 71:d6c0bed32c51

fixed bounty highlighting and changed quests matching the selected bounty to have a yellow highlight, while quests matching any ongoing bounty are highlighted blue
author Nenue
date Wed, 05 Apr 2017 12:44:19 -0400
parents 31de7e9e7849
children 6db0b9696936
comparison
equal deleted inserted replaced
70:bb2baedae81f 71:d6c0bed32c51
780 end 780 end
781 781
782 if tl and (timeLeft < 120) then 782 if tl and (timeLeft < 120) then
783 self.HighlightBorder:SetVertexColor(1,0,0,0.7) 783 self.HighlightBorder:SetVertexColor(1,0,0,0.7)
784 elseif self.isBounty then 784 elseif self.isBounty then
785 self.HighlightBorder:SetVertexColor(1,1,0,1)
786 elseif self.isCriteria then
785 self.HighlightBorder:SetVertexColor(.25,.5,1,1) 787 self.HighlightBorder:SetVertexColor(.25,.5,1,1)
786 else 788 else
787 self.HighlightBorder:SetVertexColor(0,0,0,0.7) 789 self.HighlightBorder:SetVertexColor(0,0,0,0.7)
788 end 790 end
789 self.alertLevel = tl 791 self.alertLevel = tl