Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: husky999 on December 18, 2013, 03:27:59 pm

Title: [QUESTION] Change NPC shape.
Post by: husky999 on December 18, 2013, 03:27:59 pm
Hi again.

I have download more gameobjects.
There was some Citzens, and i would like to make a NPC from that gameobject.

It is possible?

When i type:

.npc add 32791 and after that .morph #modelid from creature_remplate it is working,

But when i try this with modelid from gameobjects_tempolate its not.
When I try to add some model from gameobject to creature_template in SQL, was an error in worldserv.

Question is, it is possible to give NPC morph from game_objects?

Best Regards
Title: Re: [QUESTION] Change NPC shape.
Post by: deep6ixed on December 18, 2013, 04:04:12 pm
What exactly are you trying to use the npc for? If just for questing and gossip then use a gameobject, if for combat then we can look and see where to go from here.
Title: Re: [QUESTION] Change NPC shape.
Post by: husky999 on December 18, 2013, 04:14:57 pm
Ok I know all. Im gonna made gobject and assing quest to this in SQL.

Thanx for hint.
Title: Re: [QUESTION] Change NPC shape.
Post by: husky999 on December 19, 2013, 03:54:22 pm
And problem again,

How to assingn custom quest to custom gobject?