[DiscordArchive] Guys, let me see if i've understand this correctly please. With regards to the creature_template tab
[DiscordArchive] Guys, let me see if i've understand this correctly please. With regards to the creature_template tab
Archived author: Vargat • Posted: 2021-07-01T06:55:42.671000+00:00
Original source
Guys, let me see if i've understand this correctly please. With regards to the creature_template tables, KillCredit1 is described as :
"If this is a kill credit template -- one that is a dummy template that is used when more than one creature can count as a kill in a quest, then this is a link to the first entry of the creature that could be killed to give quest credit."
Therefore if I want to create a quest that requires killing 10 of either creature A or B I'd first have to create a creature_template C. Create two more creature_template for A and B and than have C's killCredit1 point to A and KillCredit2 point to B?In game I'd than spwan what?creature_template C or creature_template A and B?
Archived author: Honey • Posted: 2021-07-01T07:39:38.892000+00:00
Original source
Creature_template is a table to Store blueprints of NPCs. Unless you want to create a custom creatures, you dont need to add to it
Archived author: Vargat • Posted: 2021-07-01T07:42:21.879000+00:00
Original source
<@!595620700706832414> well forget what I want to do, it is mostly a theoretical question to better understand wow's data model.
Archived author: Honey • Posted: 2021-07-01T07:43:09+00:00
Original source
I cant Help with Quest Tables, never looked into it
Archived author: Vargat • Posted: 2021-07-01T07:46:19.006000+00:00
Original source
I havent even mentioned the Quest tables, indeed it would probably be required to go through it to create the quest. But I was mostly worried with the meaning of KillCredi1 and 2 from creature_template. Ill try messing with it maybe i can figure it out
Archived author: Honey • Posted: 2021-07-01T07:49:38.571000+00:00
Original source
When Messing with tables, without knowing the results, i advice to restart the worldserver and also to Close the Client and delete cache after every change
Archived author: Honey • Posted: 2021-07-01T07:50:40.262000+00:00
Original source
There are faster ways which often Work, but this one is bullet proof
Archived author: Vargat • Posted: 2021-07-01T07:51:49.488000+00:00
Original source
<@!595620700706832414> Will keep it in mind, thanks.