First of all, thank you for the updates. Secondly, I'm having a slight issue with this. I don't want to use a gold bag, but I still want gold to go to the lootbag. It's in the loot list from [claim -t, but it's going to the main backpack, not the lootbag. I assume because there's no goldbag, it's defaulting to the backpack.

I've tried editing the XML:
XML Edit:
<GoldBagType type="string">Xanthos.Claim.LootBag</LootBagBagType>   

to

<GoldBagType type="string">Xanthos.Claim.GoldBag</GoldBagType>
Server won't start with this for some reason I don't understand. It compiles then starts over nonstop.

And making several edits in the Claim.cs file along the lines of this:
Claim.cs:
Container goldBag = GetGoldBag( from )

to

Container goldBag = GetLootBag( from );


and 
Container goldBag = from.Backpack.FindItemByType( ClaimConfig.GoldBagType ) as Container;

to 

Container goldBag = from.Backpack.FindItemByType( ClaimConfig.LootBagType ) as Container;

This appears to work. Is there a better way to do this? Am I going to break anything?
 

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back