Hello, And thanks for your time.
THe idea for this mob is simple its a low HP mob that acts like the shadow knight. The only thing thats different is im hoping the mob will look like a ferrit. while your fighting it will run in like any other mob and attack but it will steal from you. annoying i know but it will force players to think while they fight. If it takes dammage it will run and hide making the player have to detecting hidden and hunt him down. as for the players that dont know abought this mob. there stolen items are free game to players that know the truth.
Name = "pilferer";
SetStr( 35, 42 );
SetDex( 50, 76 );
SetInt( 12, 34 );
SetHits( 150 );
SetStam( 102, 300 );
SetDamage( 15, 25 );
SetDamageType( ResistanceType.Cold, 100 );
SetResistance( ResistanceType.Physical, 20, 70 );
SetResistance( ResistanceType.Fire, 20, 60 );
SetResistance( ResistanceType.Cold, 20, 60 );
SetResistance( ResistanceType.Poison, 20, 50 );
SetResistance( ResistanceType.Energy, 20, 50 );
SetSkill( SkillName.Ninjitsu, 100.0 );
SetSkill( SkillName.MagicResist, 100.0 );
SetSkill( SkillName.Tactics, 97.6, 100.0 );
SetSkill( SkillName.Wrestling, 97.6, 100.0 );
SetSkill( SkillName.Stealing, 97.6, 120.0 );
Fame = 230;
Karma = 500;
i will post another later.