|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Support::Windows Servers Support forum for Windows EQEMu users. |

09-08-2009, 07:00 PM
|
The Solo Server
|
|
Join Date: May 2007
Posts: 416
|
|
Merchantlist...# of items cap?
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?
__________________
OP of Irreverent Server (The Solo Server)
Our Forums
|

09-08-2009, 08:20 PM
|
 |
Developer
|
|
Join Date: Mar 2003
Posts: 1,498
|
|
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.
|

09-08-2009, 08:22 PM
|
Hill Giant
|
|
Join Date: Sep 2008
Location: South Florida
Posts: 100
|
|
sometimes you have to reboot the server as well, ive had this happen to me before.
|

09-09-2009, 09:47 AM
|
The Solo Server
|
|
Join Date: May 2007
Posts: 416
|
|
Any official word on this to its limit?
__________________
OP of Irreverent Server (The Solo Server)
Our Forums
|

09-09-2009, 09:54 AM
|
 |
The PEQ Dude
|
|
Join Date: Apr 2003
Location: -
Posts: 1,988
|
|
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.
|

01-28-2010, 08:35 AM
|
 |
Hill Giant
|
|
Join Date: Apr 2008
Posts: 237
|
|
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...
Code:
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
|
Thread Tools |
|
Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 06:41 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |