- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
Does anyone know how to add custom treasure map rewards, I've tried adding a loot table and directly adding the item to the Fill function for the TreasureMapChest.cs but still don't seem to be getting anything from it.. is it all just luck based or something because I thought this would directly add it to the chest every time?
C#:
if (level >= 1)
{
cont.DropItem(new EverlastingBandage());
}