level-up event #116


  • Accepted
Open
  • rismisner created this issue Jul 1, 2010
    Owner

    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.

  • rismisner added the tags Accepted Enhancment Jul 1, 2010
  • _ForgeUser228323 posted a comment Jul 30, 2010

    I had this in RPHelper - texts were stuff like "/e has the experience of <level> seasons behind her."

  • _ForgeUser3459439 posted a comment Aug 15, 2011

    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")
    
  • rismisner removed their assignment Jan 16, 2013
  • rismisner assigned issue to _ForgeUser228323 Jan 16, 2013
  • rismisner posted a comment Jan 16, 2013

    I'm re-assigning all my tickets to Duerma

  • rismisner unassigned issue from _ForgeUser228323 May 7, 2015
  • rismisner posted a comment May 7, 2015

    Unassigning tickets that are not actively being worked on


To post a comment, please login or register a new account.