[DiscordArchive] but what, npc use items?
[DiscordArchive] but what, npc use items?
Archived author: Barbz • Posted: 2018-01-16T16:28:20.009000+00:00
Original source
but what, npc use items?
Archived author: Kaev • Posted: 2018-01-16T16:28:39.690000+00:00
Original source
I parsed all items out of the item_template.dbc, compared them to the item ids that are already in the database and added them iirc
Archived author: Kaev • Posted: 2018-01-16T16:28:52.431000+00:00
Original source
there are many items that are only used by NPCs to give them their look
Archived author: Kaev • Posted: 2018-01-16T16:28:59.775000+00:00
Original source
e.g. some shoulders that only a certain NPC wears
Archived author: Kaev • Posted: 2018-01-16T16:29:53.676000+00:00
Original source
i had to do it since i removed the item_template.dbc and it would error if NPCs wear non existing items
Archived author: Barbz • Posted: 2018-01-16T16:31:03.214000+00:00
Original source
it's in creature_addon ?
Archived author: Kaev • Posted: 2018-01-16T16:31:47.625000+00:00
Original source
i think it's creature_equip_template
Archived author: Barbz • Posted: 2018-01-16T16:32:32.780000+00:00
Original source
well i know this table and it's only for weapons
Archived author: Barbz • Posted: 2018-01-16T16:32:46.512000+00:00
Original source
left hand, right hand, or ranged
Archived author: Kaev • Posted: 2018-01-16T16:32:59.218000+00:00
Original source
no idea, i just knew that there are NPC only items and that the server needs them so i added them