forums | blogs | polls | tutorials | downloads | rules | help

Adding BW Recipe items to shops

Following question:

I am currently working on adding BW's recipe items to one of tyhe DSII shops, and have been able to do so for most of them by changing the "is_pcontent_allowed = false;" line to one of the the below:

is_pcontent_allowed = true; // false
//is_pcontent_allowed = false;

This has worked for most of them, but not all, which I find strange as I cannot find any reason for why it would not work for all of them. For some items, no matter how I change the above line, they do not show up in the shop.

Does anyone have more info on what I might be missing?

The shop queries all available items in the pcontent pool to fill its content. These queries are done with specific power ranges. That's why some shops have lower level items and others have higher level items. If your item doesn't appear in the shop, there was either too much competition within the power range and you weren't lucky, or the pcontent power of your item was not included in the shop's pcontent power ranges at all.