Author Topic: Disable Trap Trigger Notification  (Read 302 times)

Legacy_BelowTheBelt

  • Hero Member
  • *****
  • Posts: 699
  • Karma: +0/-0
Disable Trap Trigger Notification
« on: June 01, 2015, 03:18:12 am »


               

When a trap is triggered the PC is sent a server message as well as a bit of floaty text that says something along the lines of, "You triggered a trap!".  


 


Is there a way to disable this notification or is it hardcoded?


 


Thanks!



               
               

               
            

Legacy_Shadooow

  • Hero Member
  • *****
  • Posts: 7698
  • Karma: +0/-0
Disable Trap Trigger Notification
« Reply #1 on: June 01, 2015, 06:48:20 am »


               

You could nullify this line in dialog.tlk and distribute such tlk to your players (which is always bad idea in first place). But server would try to send it anywas, it would be just empty line, definitely will apear in combat log, not sure if somehow above head too probably not.


 


With NWNX it might be possible to disable this message by already existing plugins (nwnx_chat maybe?).



               
               

               
            

Legacy_BelowTheBelt

  • Hero Member
  • *****
  • Posts: 699
  • Karma: +0/-0
Disable Trap Trigger Notification
« Reply #2 on: June 02, 2015, 08:12:30 pm »


               

Thanks Shadooow, I'll take a look.  I had hoped that nwnx_cool might have that functionality, but it doesn't, so I'll take a look at the chat plugin.