1
Modelling and Animation / Re: Exported M2 into Creature Model | Item Model
« on: September 20, 2013, 05:52:54 pm »
At your Database search for the table "Creature_Model_Info" and add this: Modelid: "the displayid" Bounding_radius: "2" <--- NOT "0" if you do that the model won't work! Combat_reach: "2" <--- ALSO NOT "0" if you do that the model won't work! Gender: "2" <--- not sure what this means Modelid:other_gender: 0
Better View:
ModelID............ Bounding_radius........... Combat_reach .......... Gender........... Model_other_gender
(DisplayID) ................2.......................................2............................2..................................0
......^------ This is the ID You made in CreatureDisplayidInfo.dbc
Better View:
ModelID............ Bounding_radius........... Combat_reach .......... Gender........... Model_other_gender
(DisplayID) ................2.......................................2............................2..................................0
......^------ This is the ID You made in CreatureDisplayidInfo.dbc
that is awesome