used to play on a sphere server that allowed you to cook and eat corpses, and had a hunger system, any idea what I would need to change or is this a large overhaul?
 
Change OnCarve() in BaseCreature to provide default amount of meat?

Look for this:

Code:
                    from.SendLocalizedMessage(500485); // You see nothing useful to carve from the corpse.

Should be able to provide default meat there.
 
ill check there thnx, I'm still googling to cause one shard I played would give you a cooked head or cooked arm from acorpse..... I may change meat so dog meat when cooked is listed as such...
 
Back