[SUGGESTION] Custom Ingame PM Alert Noises!

Discussion in 'Suggestion Box Archives' started by EntityAI, Apr 13, 2015.

  1. I think that an option to disable the PM Alert Noise should be an option that could be changed in the Player Settings "/ps". This would be a great feature for people that have friends that constantly spam you... It get's annoying when all you hear is. "Ding!" "Ding!" "Ding!" especially when your pvping or doing something that takes focus. And maybe with the Option of disabling the PM Attention Noise, how about the Option to change your PM Attention Noise! Hopefully this Suggestion will be considered.
    Qwerty189 likes this.
  2. If someone spans you, screenshot it and report to staff. It's not allowed. But the idea is good. :)

    +1
  3. +1 becasause i can i spelled becasause wrong cause i can
  4. spans you ik u have good spelling
  5. Thanks. -_- I'm typing on a phone in a moving car.
  6. I believe this would be VERY easy to add.

    From my very basic coding experience, you could just have an integer (or whatever) and when you turn on PM noises it goes to 1 and off it is 0. Then in the PM code before the dinging noise make an if statement saying "if (Noise == 1){
    player.playSound(player.getLocation(), Sound.LEVEL_UP, 5, 5);
    }"

    (I got the sound from Aikar's post on chickeneer's profile)
  7. There should be two options. Ding, and moo. Nothing more.

    Defaulting to moo, of course. /s
    PenguinDJ, hashhog3000 and Ultimamaxx like this.
  8. +1 to overall idea

    ^^+1000000 for JackBiggin's idea
  9. I'd pay all my rupees to have this as my alert sound:
    PenguinDJ and hashhog3000 like this.
  10. +99999999999999999999999999999999
  11. Done, will go out next deploy (ability to turn it off). We can't do too much with the sound at this time.