Sound notification #20


  • New
  • Enhancment
Open
Assigned to ardentvark
  • Tarkumi created this issue Dec 19, 2009

    Could you implement a sound notification feature when a cooldown finishes?

  • Tarkumi added the tags New Enhancment Dec 19, 2009
  • _ForgeUser3434481 posted a comment Oct 18, 2010

    Personally I always added this feature myself but it would be great to have, maybe even an option to change the sound. But if you don't want to wait just change the file; prototype.lua

    Goto Line 853 and add a new line after that reads: (of course change the sound to what you want, I use the AH bell)

     PlaySound("AuctionWindowOpen");
    

    Now lines 853-855 read as follows:

    tinsert(framePool, tremove(parent.usedFrames, k))
    PlaySound("AuctionWindowOpen");
    break
    

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