Modcraft - The community dedicated to quality WoW modding!
Wrath of the Lich King Modding => Serverside Modding => Topic started by: lawrytrix on July 18, 2012, 03:05:33 pm
-
Hello modcraft,
I´ve tryed to import a new model of Soldan´s workshop. But when I try to spawn it, it won´t show up.
I´ll post you some screenshots:
(http://s14.directupload.net/images/120718/temp/5jh6gdzv.png) (http://s14.directupload.net/file/d/2955/5jh6gdzv_png.htm)
(http://s7.directupload.net/images/120718/temp/d6zm69sg.png) (http://s7.directupload.net/file/d/2955/d6zm69sg_png.htm)
(http://s1.directupload.net/images/120718/temp/7469rdv9.jpg) (http://s1.directupload.net/file/d/2955/7469rdv9_jpg.htm)
And now the problem:
(http://s14.directupload.net/images/120718/temp/wigsi6lr.jpg) (http://s14.directupload.net/file/d/2955/wigsi6lr_jpg.htm)
Yes, I changed the dbc-files for the server and the dbc files are in the Patch too:
(http://s7.directupload.net/images/120718/temp/vd2ppyjz.png) (http://s7.directupload.net/file/d/2955/vd2ppyjz_png.htm)
(http://s14.directupload.net/images/120718/temp/r74mbuq3.png) (http://s14.directupload.net/file/d/2955/r74mbuq3_png.htm)
When I tryed to spawn it:
(http://s7.directupload.net/images/120718/temp/k6qexnfx.jpg) (http://s7.directupload.net/file/d/2955/k6qexnfx_jpg.htm)
-
need to execute creature_model_info for any custom creature ID:
INSERT INTO `creature_model_info` VALUES ('32755', '1', '1.5', '0', '0');
1. modelid (creature model info dbc)
2. bounding_radius
3. combat_reach
4. gender
5. modelid_other_gender
-
Okay, it worked! :)
Thank you !