[DiscordArchive] is the creature pre-exsisting already?
[DiscordArchive] is the creature pre-exsisting already?
Archived author: M'Dic • Posted: 2020-12-10T14:56:44.328000+00:00
Original source
is the creature pre-exsisting already?
Archived author: heehwrite • Posted: 2020-12-10T14:56:52.825000+00:00
Original source
No
Archived author: heehwrite • Posted: 2020-12-10T14:57:11.401000+00:00
Original source
It's a custom creature from the document.
Archived author: M'Dic • Posted: 2020-12-10T14:57:55.731000+00:00
Original source
ok. so u need to creatre it first in the creature_template. give it its own unique creature entry id, add the script name to it if there is a scripted ai for it that isnt smart ai
Archived author: M'Dic • Posted: 2020-12-10T14:58:16.939000+00:00
Original source
then spawn it in game with the creature entry id with the .npc add
Archived author: heehwrite • Posted: 2020-12-10T15:03:12.008000+00:00
Original source
> creatre it first in the creature_template
You meant insert the creature in the table?
I did it and I have the script name and the entry id.
> spawn it in game with the creature entry id with the .npc add
Sorry I don't get it.
- When you say "spawn", are you referring to adding the info to the creature table?
- I don't see .npc attribute in the column. Could you elaborate more on that?
Thank you for the response <@!209317995057643521>
Archived author: M'Dic • Posted: 2020-12-10T15:06:12.788000+00:00
Original source
well u can add it manually in the creature table or you can just go in game where u want it to be and type in .npc add **CreatureEntry**
Archived author: M'Dic • Posted: 2020-12-10T15:06:16.417000+00:00
Original source
and it will add it there
Archived author: heehwrite • Posted: 2020-12-10T15:10:04.325000+00:00
Original source
Oh I see. It seems that **.npc** is a gm command.
I have to set the account level as well. Thank you so much!