Mr Garrison
Member
I tried so hard to make the bouras drop the pelt that you can use to imbue resist on your armor, but i only got errors... does anyone have a script to fix the loot tables on the bouras?
public override void OnDeath(Container c)
{
base.OnDeath(c);
if (Utility.RandomDouble() < 0.3) //Remove this line if you want it to be 100%
c.DropItem(new PixieLeg()); //Replace PixieLeg with your item
}
}
this.PackItem(new Nightshade(Utility.RandomMinMax(2, 3))); // Replace Nightshade with your item & change 2, 3 to 1, 1 or what ever
We use essential cookies to make this site work, and optional cookies to enhance your experience.