voxlltv Posted March 27, 2020 Share Posted March 27, 2020 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 More sharing options...
voxlltv Posted March 27, 2020 Author Share Posted March 27, 2020 Actually... I was assuming 0.75 was 75%, but I see other items in the EntityLootContainerRegular have a `prob` of 10 or 13, so that's probably why I'm not seeing the books drop. I'm going to try altering that number. Link to comment Share on other sites More sharing options...
voxlltv Posted March 28, 2020 Author Share Posted March 28, 2020 Yeah I changed the prob to 13 and 2 perk books dropped right away. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.