This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What is the enhancement in mind? How should it look and feel?
New event hook: "Achievement Event: When I level up"
Please provide any additional information below.
Separate from any achievement, and usable on your own achievement, this event hook would provide a way to say "Ding! I'm level <level>! Woot!" or various other witty announcements for leveling up.
See also ticket 115 to add <level> to the substitution engine.
I had this in RPHelper - texts were stuff like "/e has the experience of <level> seasons behind her."
Hey, you can always use something like this:
/run SendChatMessage("My level: "..UnitLevel("Player"));
It works in speaking spell if you use it as 'say' channel. For another channels use structure:
SendChatMessage("msg","channel")
I'm re-assigning all my tickets to Duerma
Unassigning tickets that are not actively being worked on
To post a comment, please login or register a new account.