Thread: Change of Loot
View Single Post
Old 03-10-2006, 10:23 AM   #8 (permalink)
Stuby
Forum Novice
 
Join Date: Jan 2004
Posts: 191
Default

Or if you are asking so that you modify the current loot that drops, look at the lines

Code:
		public override void GenerateLoot()
		{
			AddLoot( LootPack.FilthyRich, 2 );
			AddLoot( LootPack.Gems, 8 );
                                                   
		}
They create the loot for this creature. To actually modify them though you should look at the LootPack class.
Stuby is offline   Reply With Quote