[DiscordArchive] Is there a limit to how many items can an NPC vendor have at the same time? And if there is how can
[DiscordArchive] Is there a limit to how many items can an NPC vendor have at the same time? And if there is how can
Archived author: Asgavin • Posted: 2025-10-11T23:53:15.888000+00:00
Original source
Is there a limit to how many items can an NPC vendor have at the same time? And if there is how can I bypass that limit?
Archived author: Bench • Posted: 2025-10-11T23:56:47.874000+00:00
Original source
There is a limit, it is in the client afaik
Archived author: Nyeriah • Posted: 2025-10-11T23:57:17.129000+00:00
Original source
#define MAX_VENDOR_ITEMS 150 // Limitation in 3.x.x item count in SMSG_LIST_INVENTORY
Archived author: Asgavin • Posted: 2025-10-11T23:57:38.061000+00:00
Original source
Oh bummer, no wonder it only shows 9 pages
Archived author: Bench • Posted: 2025-10-11T23:57:48.196000+00:00
Original source
Should go up to 15 pages
Archived author: Asgavin • Posted: 2025-10-11T23:58:14.611000+00:00
Original source
Weird because I added like 800 with a mass query lol
Archived author: Asgavin • Posted: 2025-10-11T23:59:32.791000+00:00
Original source
I am trying to make NPCs that sell the items from quest rewards, I tried doing one with all the weapons but its around 800 so I guess its gonna be harder than I thought
Archived author: Bench • Posted: 2025-10-12T00:00:01.207000+00:00
Original source
Yea definitely gonna have to split that up somehow
Archived author: Asgavin • Posted: 2025-10-12T00:01:12.586000+00:00
Original source
Any idea why it might be showing only 9 pages if the max is 15? I know the IDs are correct because I pulled them directly from the quest_template and matched them with item_template
Archived author: Nyeriah • Posted: 2025-10-12T00:01:48.016000+00:00
Original source
check worldserver logs