Jezika
Member
Jezika submitted a new resource:
HermanTheCrafter - Quite difficult mini boss(?) that guarantees a crafting powerscroll drop 115+
Read more about this resource...
HermanTheCrafter - Quite difficult mini boss(?) that guarantees a crafting powerscroll drop 115+
Code:/* * Scripter : Jezika * Created at : 7/12/2013 12:39:37 PM */ using System; using Server; using Server.Items; using Server.Mobiles; namespace Server.Mobiles { [CorpseName( "Herman" )] public class Herman : BaseCreature { [Constructable] public Herman() : base( AIType.AI_Melee, FightMode.Aggressor, 10, 1, 0.6, 0.4 ) { this.Name = "Ghost of Herman The Crafter"; this.Hue = 2032; this.Body = 146;...
Read more about this resource...