Jump to content

Get zombies to drop perk books


voxlltv

Recommended Posts

I want zombies to start dropping perk books. Seems like this should be my code for my modlet for loot.xml, but I don't think it's working:

 

<append xpath="/lootcontainers/lootcontainer[@id='70']">
   <item group='perkBooks' prob='0.75'/>
</append>

<append xpath="/lootcontainers/lootcontainer[@id='71']">
   <item group='perkBooks' prob='0.75'/>
</append>

 

What am I doing wrong?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...