Loot bags dissappear

Michael white

New member
I think a way around the loot bag despawn could be when they are in proximity to each other the combine into one. Also we could use fishing in game. Imagine thinking you have a giant fish when you reel in a screamer or dire wolf

 
I was having trouble with loot bags disappearing too quickly after a horde night and lengthened the time. This is probably not what you want for a server, but has been fine for my solo play.

Code:
<entity_classes>

    <!-- Extend the duration of Zombie Loot Bags to 1 Hour of Real Time -->
    <setattribute xpath="/entity_classes/entity_class[@name='EntityLootContainerRegular']/property[@name='TimeStayAfterDeath']" name="value">3600</setattribute>
    <setattribute xpath="/entity_classes/entity_class[@name='EntityLootContainerStrong']/property[@name='TimeStayAfterDeath']" name="value">3600</setattribute>
    <setattribute xpath="/entity_classes/entity_class[@name='EntityLootContainerBoss']/property[@name='TimeStayAfterDeath']" name="value">3600</setattribute>

</entity_classes>
~
 
Back
Top