This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [SOLVED]  New Model  (Read 1376 times)

lawrytrix

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 22
    • View Profile
    • http://www.sunrising-network.de/
[SOLVED]  New Model
« 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:



And now the problem:


Yes, I changed the dbc-files for the server and the dbc files are in the Patch too:



When I tryed to spawn it:
« Last Edit: July 18, 2012, 06:07:05 pm by Admin »

Vel

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 340
    • View Profile
Re: [QUESTION] New Model
« Reply #1 on: July 18, 2012, 04:24:46 pm »
need to execute creature_model_info for any custom creature ID:


Code: [Select]
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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
is no more

lawrytrix

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 22
    • View Profile
    • http://www.sunrising-network.de/
Re: [QUESTION] New Model
« Reply #2 on: July 18, 2012, 06:06:44 pm »
Okay, it worked! :)
Thank you !
« Last Edit: January 01, 1970, 01:00:00 am by Admin »