View Single Post
10-27-07, 03:59 PM   #249
lowep
A Defias Bandit
Join Date: Jun 2007
Posts: 3
Originally Posted by digaum2003
I would LOVE to find a way to DISABLE that annoying sound and the message from the camera mode, but searching in here I found a whole topic about that error, but ppl only say: Disable the error message... Disable the error msg... I disabled the error message for now, bla bla bla
But NO ONE tells us how to disable
Cool huh?

I'm hoping to find that way of disabling or I'll go nuts, because everytime I target that kind of mob (I'm in zangarmarsh now) that annoying sound and message keep appearing.

If anyone knows how to disable, please tell us or link the topic that tells how to

Thank you! That would be much MUCH appreciated!!!

In Addons\MazzleUI\MazzleUI_Models.lua goto

line 287 and 288
PlaySoundFile("Sound\\Character\\Human\\MaleNPC\\HumanPesantMale\\HumanPesantMaleWoundB.wav");
self:Print("No camera found. Report this mob to Mazzlefizz!")

change them to

--PlaySoundFile("Sound\\Character\\Human\\MaleNPC\\HumanPesantMale\\HumanPesantMaleWoundB.wav");
--self:Print("No camera found. Report this mob to Mazzlefizz!")

this will cause the game to treat them as comments and ignore them.
  Reply With Quote