Thread Tools Display Modes
09-27-07, 11:53 AM   #1
Detritis
A Black Drake
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 87
Missing Camera Models

Ok found the problem with the missing camera models giving us all that annoying error sound and have a quick fix for now,

Open ...\Addons\Mazzifier\Mazz3D_DBF.lua and scroll down to line 697. Change it from ["creature.fungalgiant.fungalgiantpurple"] = 379, to ["creature.fungalgiant.fungalgiant"] = 379,

Now enter WoW and open the Mazzifier and select 'Add-Ons Settings', push next until the 'Add-Ons Settings' tab is highlighted, scroll down the list and tick 'Mazzlefizz's 3D Characters', then next next next and Mazzlefy yourself and all is well in WoW again
  Reply With Quote
09-27-07, 12:04 PM   #2
Aygen
A Chromatic Dragonspawn
 
Aygen's Avatar
Join Date: Oct 2006
Posts: 162
I <3 you
kk?
  Reply With Quote
09-27-07, 12:07 PM   #3
Crenthius_UB
A Fallenroot Satyr
Join Date: Sep 2007
Posts: 20
Originally Posted by Alkar
Ok next problem anyone seen a fix for the Mazzlefizz's MazzleUI: No camera found. Report this mob to Mazzlefizz! not sure why it does this and can't seem anything that could make this happen but it seems that mazzle would know since it tells you to report it hehehe.. this has happened on Deadmire withered bog lords and the crytstal looking mobs in the middle of Shat

Reply from Mazzlefizz
This occurs because Blizzard either added new models in this patch or changed the names/paths of them. Since I'd normally go through and manually check all the models in the current WoW version, there's nothing you guys can really do on this other than disable the error message.


Or manually go though all the models that cause this error and manually fix. I think I will just disable this message in the mazzleui_models.lua
  Reply With Quote
09-27-07, 12:14 PM   #4
Detritis
A Black Drake
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 87
Originally Posted by Crenthius_UB
Originally Posted by Alkar
Ok next problem anyone seen a fix for the Mazzlefizz's MazzleUI: No camera found. Report this mob to Mazzlefizz! not sure why it does this and can't seem anything that could make this happen but it seems that mazzle would know since it tells you to report it hehehe.. this has happened on Deadmire withered bog lords and the crytstal looking mobs in the middle of Shat

Reply from Mazzlefizz
This occurs because Blizzard either added new models in this patch or changed the names/paths of them. Since I'd normally go through and manually check all the models in the current WoW version, there's nothing you guys can really do on this other than disable the error message.


Or manually go though all the models that cause this error and manually fix. I think I will just disable this message in the mazzleui_models.lua
Sure you can disable the error message but as far as I can tell it is simply 1 or 2 mob's who in Blizzard's infinite wisdom decided to change the model name, I have simply given an option to fix it another way.
  Reply With Quote
09-27-07, 12:25 PM   #5
Crenthius_UB
A Fallenroot Satyr
Join Date: Sep 2007
Posts: 20
I found one in Kara last night. I didnt keep track of the mobs name though, as I didnt know what caused the problem. Im sure others will find it. It was from one of the mobs that put spacial distortion on you. That green glowy stuff.
  Reply With Quote
09-27-07, 12:48 PM   #6
Detritis
A Black Drake
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 87
Originally Posted by Crenthius_UB
I found one in Kara last night. I didnt keep track of the mobs name though, as I didnt know what caused the problem. Im sure others will find it. It was from one of the mobs that put spacial distortion on you. That green glowy stuff.

Hmmm havent been to Kara in ohhhh quite sometime now, anyway if anyone would like to help track down all these illusive missing camera mobs you can add the following line 'DEFAULT_CHAT_FRAME:AddMessage("MazzleUI Missing Model Name: "..modelPath);' to the '...\Addons\MazzleUI\MazzleUI_Models.lua' file at line 293 or so.

It will simply grab the name of the model in the format Mazzle likes and spit it to your chat frame, you can then post the name in here and I'll look if its new or changed.
  Reply With Quote
09-27-07, 02:42 PM   #7
Aurora
An Aku'mai Servant
Join Date: Nov 2006
Posts: 31
Originally Posted by Crenthius_UB
I found one in Kara last night. I didnt keep track of the mobs name though, as I didnt know what caused the problem. Im sure others will find it. It was from one of the mobs that put spacial distortion on you. That green glowy stuff.

Yup same model for me as well, in Kara.

On the way to Shade, i believe.
  Reply With Quote
09-27-07, 07:46 PM   #8
Aygen
A Chromatic Dragonspawn
 
Aygen's Avatar
Join Date: Oct 2006
Posts: 162
That chained netherdrake for the Zuluhed quest in SMV also throws the error
  Reply With Quote
09-27-07, 09:17 PM   #9
Mazzlefizz
A Pyroguard Emberseer
 
Mazzlefizz's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 3,521
Originally Posted by Detritis
Sure you can disable the error message but as far as I can tell it is simply 1 or 2 mob's who in Blizzard's infinite wisdom decided to change the model name, I have simply given an option to fix it another way.
If paths have changed, there are probably more widespread changes than just one or two models. Since there were definitely some new models added in the interim patches after 2.0, I wouldn't be surprised if there were some added in this one as well. I'm sure there will be new ones in 2.3 when they release that new instance. Disabling the error messages is probably a better solution for you guys for the time being.
__________________
MazzleUI Home Page: Mazzlefizz.WoWInterface.com
Info, FAQs, Forums, Download can be found at that link.
  Reply With Quote
09-27-07, 10:25 PM   #10
WoWUIUser
A Defias Bandit
Join Date: Sep 2007
Posts: 3
How do i disable the Message so it does not show anymore?
  Reply With Quote
09-28-07, 12:52 AM   #11
Detritis
A Black Drake
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 87
Originally Posted by Mazzlefizz

If paths have changed, there are probably more widespread changes than just one or two models. Since there were definitely some new models added in the interim patches after 2.0, I wouldn't be surprised if there were some added in this one as well. I'm sure there will be new ones in 2.3 when they release that new instance. Disabling the error messages is probably a better solution for you guys for the time being.
Ahh Mazzle now where is the fun in that .

Anyway like Meio did in his patch I have disabled the error sound so as and when missing models popup I can fix them.

It does seem however that your default camera handles placing the missing mobs anyway
  Reply With Quote
10-26-07, 02:52 AM   #12
Carnivore
A Murloc Raider
Join Date: Dec 2006
Posts: 9
Originally Posted by Detritis
Hmmm havent been to Kara in ohhhh quite sometime now, anyway if anyone would like to help track down all these illusive missing camera mobs you can add the following line 'DEFAULT_CHAT_FRAME:AddMessage("MazzleUI Missing Model Name: "..modelPath);' to the '...\Addons\MazzleUI\MazzleUI_Models.lua' file at line 293 or so.

It will simply grab the name of the model in the format Mazzle likes and spit it to your chat frame, you can then post the name in here and I'll look if its new or changed.

MazzleUI Missing Model Name: creature.naaru.naaru
MazzleUI Missing Model Name: creature.etherialrobe.etherialrobe


just only 2 atm more to come
  Reply With Quote
10-26-07, 04:30 AM   #13
Detritis
A Black Drake
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 87
For anyone interested I have updated the relevant file with the missing models I have come across in my travels as well as fixed some erroneously placed models.

Simply extract the attached file into the ...\Interface\AddOns\Mazzifier directory overwriting the existing Mazz3D_DBF.lua file.

Run WoW, start the Mazzifier and make sure 'Add-On Settings' is ticked, proceed to the 'Add-On Settings' tab, scroll down and make sure 'Mazzlefizz's 3D Characters' is ticked and then Mazzify.

Last edited by Detritis : 01-22-08 at 03:21 AM. Reason: Removing outdated file attachment
  Reply With Quote
10-26-07, 09:14 AM   #14
Aygen
A Chromatic Dragonspawn
 
Aygen's Avatar
Join Date: Oct 2006
Posts: 162
<3 (x10)..
  Reply With Quote
11-24-07, 12:32 PM   #15
Carnivore
A Murloc Raider
Join Date: Dec 2006
Posts: 9
is there some new file for the new camera modells in Zul Aman ?



Originally Posted by Detritis
For anyone interested I have updated the relevant file with the missing models I have come across in my travels as well as fixed some erroneously placed models.

Simply extract the attached file into the ...\Interface\AddOns\Mazzifier directory overwriting the existing Mazz3D_DBF.lua file.

Run WoW, start the Mazzifier and make sure 'Add-On Settings' is ticked, proceed to the 'Add-On Settings' tab, scroll down and make sure 'Mazzlefizz's 3D Characters' is ticked and then Mazzify.
  Reply With Quote
11-24-07, 03:05 PM   #16
spiritwulf
A Cobalt Mageweaver
 
spiritwulf's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2006
Posts: 202
save yourselves headaches guys. wow has changed a lot of the mob names and every patch they will prob continue to do so. I have found at least 9 mobs with name changes, and every stupid little pet char etc they add will cause this prob again. Mazzleui has no problem displaying the mobs still so its really not an issue except for the annoying messages. Just comment the 2 warning lines out at the botom of the file in \mazzleui\mazzleui_models.lua like this:

Code:
--  PlaySoundFile("Sound\\Character\\Human\\MaleNPC\\HumanPesantMale\\HumanPesantMaleWoundB.wav");  
-- self:Print("No camera found.  Report this mob to Mazzlefizz!")
  Reply With Quote
12-04-07, 07:05 AM   #17
Detritis
A Black Drake
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 87
Originally Posted by spiritwulf
save yourselves headaches guys. wow has changed a lot of the mob names and every patch they will prob continue to do so. I have found at least 9 mobs with name changes, and every stupid little pet char etc they add will cause this prob again. Mazzleui has no problem displaying the mobs still so its really not an issue except for the annoying messages. Just comment the 2 warning lines out at the botom of the file in \mazzleui\mazzleui_models.lua like this:

Code:
--  PlaySoundFile("Sound\\Character\\Human\\MaleNPC\\HumanPesantMale\\HumanPesantMaleWoundB.wav");  
-- self:Print("No camera found.  Report this mob to Mazzlefizz!")
Not so much changing names, more like adding new ones, which is understandable seeing as though it's new content.

I went through the new mobs in the WoW files and pulled out nearly 3 dozen new models, some of which would never been seen in game or are from mobs in future patches (Sunwell).

Anyway do what is best, disable the message if you must or let others know when models are missing so they can be fixed. Also if you come across any models that are just 'wrong' in terms of size and orientation let me know.

Detritis

PS attached is a new updated DB, just follow the instructions given earlier, hopefully this might end up in one of the new maintained and updated versions of Mazzle.
Attached Files
File Type: zip Mazz3D_DBF.zip (29.2 KB, 902 views)

Last edited by Detritis : 12-04-07 at 07:18 AM.
  Reply With Quote
12-04-07, 09:41 AM   #18
Carnivore
A Murloc Raider
Join Date: Dec 2006
Posts: 9
great job, thank you very much
  Reply With Quote
04-02-08, 07:20 PM   #19
Thoragh
A Cliff Giant
Join Date: Apr 2007
Posts: 78
Any chance of getting a new database or having one added to the patch when it is done?
  Reply With Quote
04-05-08, 10:22 PM   #20
Thoragh
A Cliff Giant
Join Date: Apr 2007
Posts: 78
Here are two...not sure how to add them.

MazzleUI Missing Model Name: creature.felelfcasterfemale.felelfcasterfemale
MazzleUI Missing Model Name: creature.felelfwarriormale.felelfwarriormale
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Missing Camera Models


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off