View Full Version : Merchantlist...# of items cap?
Irreverent
09-08-2009, 07:00 PM
OK, was making a mega merchant. He's having unexpected results.
i loaded 114 items, he only shows 3. That's the 3 with the lowest itemids.
Was expecting more of it capping at item # whatever, or maybe alphabetical...but itemid AND only being 3...has me a little confused.
So, to better plan...what's the cap?
joligario
09-08-2009, 08:20 PM
I believe 80, but it may go higher. I mean, I think it displays 80. However, you need to have all slots filled, otherwise the merchant has some unwanted results.
eqemuross
09-08-2009, 08:22 PM
sometimes you have to reboot the server as well, ive had this happen to me before.
Irreverent
09-09-2009, 09:47 AM
Any official word on this to its limit?
cavedude
09-09-2009, 09:54 AM
There is a client limit of 80 items displayed at once, which is also enforced server side. If some of your items aren't showing up, make sure the slots are in order starting from 1. However, I found that in rare cases when the first 80 IDs are split over normal stock and temp stock, sometimes temp items below slot 80 do not show up in favor of ones above.
If you need more items, use an adventure merchant. They have no such limit although then you'd need to use adventure points and change the items a bit to have a LDoN price.
djeryv
01-28-2010, 08:35 AM
I see this thread was last posted in September, but I wanted to note something I noticed. I setup a few custom vendors that sometimes did not show all the items I had in the merchantlist table. They had the slots going in number order (no gaps). I found, when I also put the items in ITEM ID order as well, then they all showed up on the vendor.
Example...
INSERT INTO merchantlist (merchantid, item, slot) VALUES
('800043', '16391', '1'),
('800043', '21636', '2'),
('800043', '21650', '3'),
('800043', '28471', '4'),
('800043', '28472', '5'),
('800043', '28473', '6'),
('800043', '28474', '7'),
('800043', '28475', '8'),
('800043', '28476', '9'),
('800043', '28477', '10');
-Djeryv
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.