mirror of
https://github.com/parnic/ice-hud.git
synced 2025-06-16 14:50:13 -05:00
- whoops, update targetinfo dogtag to display the word "Combat" when in combat instead of "True"
This commit is contained in:
@ -339,7 +339,7 @@ function TargetInfo.prototype:GetDefaultSettings()
|
|||||||
defaults["filter"] = "Never"
|
defaults["filter"] = "Never"
|
||||||
defaults["perRow"] = 10
|
defaults["perRow"] = 10
|
||||||
defaults["line1Tag"] = "[Name:HostileColor]"
|
defaults["line1Tag"] = "[Name:HostileColor]"
|
||||||
defaults["line2Tag"] = "[Level:DifficultyColor] [[IsPlayer ? Race ! CreatureType]:ClassColor] [[IsPlayer ? Class]:ClassColor] [[~PvP ? \"PvE\" ! \"PvP\"]:HostileColor] [IsLeader ? \"Leader\":Yellow] [InCombat:Red] [Classification]"
|
defaults["line2Tag"] = "[Level:DifficultyColor] [[IsPlayer ? Race ! CreatureType]:ClassColor] [[IsPlayer ? Class]:ClassColor] [[~PvP ? \"PvE\" ! \"PvP\"]:HostileColor] [IsLeader ? \"Leader\":Yellow] [InCombat ? \"Combat\":Red] [Classification]"
|
||||||
defaults["line3Tag"] = "[Guild:Angle]"
|
defaults["line3Tag"] = "[Guild:Angle]"
|
||||||
defaults["myTagVersion"] = 2
|
defaults["myTagVersion"] = 2
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user