Recently I noticed that when an animals corpse is cut (with a knife for instance) the blood will appear but on the body but there will be no items to retrieve. I have looked at the corpse.cfg file and it seems to be in order but again nothing seems to work. Are there any other places in the code that I should be looking to ensure that this is working? I will include a piece of what is in the corpses.cfg file to ensure that it is in the proper format:
corpse 0x06
{
# name bird
item1 0x9b9
amount1 1
item2 feather
amount2 20
}
corpse 0xcd
{
# name rabbit
item1 0x9f1
amount1 2
item2 0x1078
amount2 1
}
Any help would be greatly appreciated.
Thanks!