View Single Post
Old 06-02-2004, 05:08 AM   #1 (permalink)
GoldDraco13
Guest
 
Posts: n/a
Default 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!!!
Attached Files
File Type: zip BaseCreature.zip (22.4 KB, 274 views)
  Reply With Quote