Hey, now i've digged a bit further into stuff, since my last post about cd's etc.

Next problem coming up, while tanking i'd like to know a few different kind of things, first being how to make a custom display, of lets say Ratings?

More specifically i want my ui to have a nr running at the side showing my parry rating as the combat goes on, through lua.

Cant seem to get it working, as it doesnt truely have a trigger, but just want an icon/text updating specific character based ratings. (Could be health as well for that matter, though overcomplicating my ui with that would be unnecesasry)

Thanks in advance. :-)

(Ex:

Display:
%c

function()

GetParryChance("player")

end

does not work out as i want it)