Recent content by BIGCHIEF

  1. Hay would you be willing to post your skillball here?

    Hay would you be willing to post your skillball here?
  2. Brigand Murder

    Even with my script reading like this my players still arnt gaining justice. using System; using Server.Items; namespace Server.Mobiles { public class Brigand : BaseCreature { [Constructable] public Brigand() : base(AIType.AI_Melee, FightMode.Closest, 10, 1...
  3. Brigand Murder

    this is what i added to my brigand script private DateTime m_NextJustAward; public override void OnDeath( Container c ) { base.OnDeath( c ); if ( this.Kills >= 5 && DateTime.Now >= m_NextJustAward ) { Mobile m = FindMostRecentDamager( false )...
  4. Brigand Murder

    ty very much for the help I am now getting this error. Errors: + Mobiles/Monsters/Humanoid/Brigand.cs: CS0117: Line 115: 'Server.Mobiles.PlayerMobile' does not contain a definition for 'ComputeSkillTotal' CS0117: Line 116: 'Server.Mobiles.PlayerMobile' does not contain a definition for...
  5. Brigand Murder

    I am trying to add a brigand that is red to the game so players can gain justice off them but cant remember how i edited the brigand script for it before when I had my other server can someone please help me out here.
  6. Imbuing Fail.

    i cant seem to find that script in the server is there any other ideals anyone can through at me
  7. Imbuing Fail.

    i am not able to find where i can edit the max property's and max times an item can be imbued can someone help me out with the script to look in
  8. Looking to get approved to post here.

    Hay I am still not able to download anything.
  9. New Guy In Town

    New Guy In Town
  10. Looking to get approved to post here.

    Hi I am working on building a UO server and need to be approved to download and ask questions.
Back