BaseCreature Shard Cleaner
Summary:
I know this won't be for everyone...I got thinking after I made the dungeon sweeper, that it would be awesome if all the creatures would pick up stuff and do there part in keeping the shard clean...this is what this script does.
Its a Modified Distro BaseCreature.cs, I added the code in order for all you Base Creatures to pick up trash on the ground.
Description:
You can add items to the exempt list:
Type[] exemptlist = new Type[]{ typeof(MandrakeRoot), typeof(Ginseng), typeof(AxeOfTheHeavens)}; //Short example list
Installation:
Just replace your distro BaseCreature.cs with the one included....Enjoy!!!
|