PDA

View Full Version : No viewer list on shared items in 3.5E



Spyke
September 21st, 2009, 12:53
If you share an item with a player you should see little player portraits at the bottom in the same way that it works for images and story pages, but this doesn't work in 3.5E.

In adventure_items.xml in the "item" windowclass, no viewerlist element is included, and so no viewer list is shown to the GM if items are shared.

I've tried to add this by putting the same code into the item windowclass that works for images and story pages, just before the closing sheetdata tag:


<viewerlist>
<anchored>
<left>
<anchor>left</anchor>
<offset>21</offset>
</left>
<bottom>
<anchor>bottom</anchor>
<offset>-27</offset>
</bottom>
</anchored>
</viewerlist>

but this still doesn't show the list. Am I missing something?

When I made NPCs shareable and added the same code, it worked fine.

Spyke