[DiscordArchive] What table stores the items a vendor has for sale?
[DiscordArchive] What table stores the items a vendor has for sale?
Archived author: Anhanga • Posted: 2019-10-09T04:49:43.496000+00:00
Original source
What table stores the items a vendor has for sale?
Archived author: DandyPlays • Posted: 2019-10-09T04:50:02.649000+00:00
Original source
npc_vendor
Archived author: Anhanga • Posted: 2019-10-09T04:53:18.966000+00:00
Original source
haha, I had just found it: MySQL [acore_world]> select c.entry, c.name, v.item, i.name from npc_vendor v JOIN creature_template c ON(c.entry = v.entry) JOIN item_template i ON(v.item = i.entry) where c.entry = 32403; thanks!!
Archived author: Anhanga • Posted: 2019-10-09T04:54:23.374000+00:00
Original source
Thanks IceNet.
Archived author: Anhanga • Posted: 2019-10-09T04:59:08.678000+00:00
Original source
Thinking about making my own vendor mobs for the custom-module i'm tweaking