Is there a tag to show "basic" creature type?
I need (for example) not [70 Warp Stalker] but [70 Beast].
And if it is possible, this tag should not affect player targets.
At the momen i have this status text for target:
[difficulty][level][raidcolor][agclass]{white} [agrace][classification].
It shows:
70 Warrior Night Elf - if i target self, and
70 Warp Stalker Elite if i target elite beast of Warp Stalker type.
And i dont want this tag to make it look like:
70 Warrior Night Elf Humanoid, even if it will show correct creature family.
any way you can add these tags in so I don't have to do so myself with each new release
["smartpercentmana"] = function (u)
if not UnitIsConnected(u) then
return "Offline"
else
if UnitIsDeadOrGhost(u) then
return "Dead"
else
if UnitPowerType(u) == 0 then
mp = floor((UnitMana(u)/UnitManaMax(u))*100).."%"
return mp
else
mp = UnitMana(u).."/"..UnitManaMax(u)
return mp
end
end
end
end,
["smartmana"] = function (u)
if UnitIsDeadOrGhost(u) or (not UnitIsConnected(u)) then
return ""
else
if UnitPowerType(u) == 0 then
mp = UnitMana(u).."/"..UnitManaMax(u)
return mp
else
return ""
end
end
end,
I like my unit bars to show min/max value in the middle, and % all the way to the right.
But for rouges and warriors I just want min/max all the way to the left, and nothing in the middle.
These two tags allow me to do this.
I need (for example) not [70 Warp Stalker] but [70 Beast].
And if it is possible, this tag should not affect player targets.
At the momen i have this status text for target:
[difficulty][level][raidcolor][agclass]{white} [agrace][classification].
It shows:
70 Warrior Night Elf - if i target self, and
70 Warp Stalker Elite if i target elite beast of Warp Stalker type.
And i dont want this tag to make it look like:
70 Warrior Night Elf Humanoid, even if it will show correct creature family.
I like my unit bars to show min/max value in the middle, and % all the way to the right.
But for rouges and warriors I just want min/max all the way to the left, and nothing in the middle.
These two tags allow me to do this.
@ grimnir:
Wrong topic, i think.
@se7en:
This did not help. Still not
[62 Beast] but
[62 Nether Ray] etc.
I believe you want [creature].