Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Windows

Server Support on Windows Get (and give) support on general questions related to the RunUO server itself.

Reply
 
Thread Tools Display Modes
Old 05-16-2004, 09:24 AM   #1 (permalink)
Forum Expert
 
Join Date: Apr 2004
Posts: 426
Default Hatofmagİ

i hav HATOFTHEAMAGİ.CS i cant dye it and bless it is plate armor can someone fix it plz like osi shards hat of magi
Uo Man is offline   Reply With Quote
Old 05-16-2004, 12:37 PM   #2 (permalink)
Forum Expert
 
krazeykow's Avatar
 
Join Date: Mar 2004
Location: AR
Age: 19
Posts: 272
Default

I didn't think you could dye the hat of the magi on osi.... and if you want to bless it all it requires is an item bless deed instead of a clothing bless deed.
krazeykow is offline   Reply With Quote
Old 05-16-2004, 05:01 PM   #3 (permalink)
 
Join Date: Mar 2004
Age: 38
Posts: 254
Send a message via MSN to Lorryn
Default

Post the script UO man so that we may help you =)

L.
Lorryn is offline   Reply With Quote
Old 05-16-2004, 11:09 PM   #4 (permalink)
 
Join Date: May 2004
Age: 31
Posts: 15
Default

Quote:
Originally Posted by Lorryn
Post the script UO man so that we may help you =)

L.
Or someone post the script so he can create a new cs file and replace his old one. I would do it but I cant seem to find any Hatofthemagi.cs anywhere in my scripts.
The_Jerk is offline   Reply With Quote
Old 05-18-2004, 11:15 AM   #5 (permalink)
Forum Expert
 
Join Date: Apr 2004
Posts: 426
Default

Code:
using System; 
using Server.Items; 

namespace Server.Items 
{ 
   public class HatOfTheMagi : BaseArmor 
   { 
                public override int PhysicalResistance{ get{ return 0; } } 
                public override int FireResistance{ get{ return 5; } } 
                public override int ColdResistance{ get{ return 9; } } 
                public override int PoisonResistance{ get{ return 20; } } 
                public override int EnergyResistance{ get{ return 20; } } 

		public override int InitMinHits{ get{ return 255; } }
		public override int InitMaxHits{ get{ return 255; } }

      public override ArmorMaterialType MaterialType{ get{ return ArmorMaterialType.Leather; } } 
      public override ArmorMeditationAllowance DefMedAllowance{ get{ return ArmorMeditationAllowance.All; } }
               public override int ArtifactRarity{ get{ return 11; } } 

      [Constructable] 
      public HatOfTheMagi() : base( 0x1718 ) 
      { 
         Weight = 1.0; 
                        Name = "Hat Of The Magi"; 
                        Hue = 1153; 
                        StrRequirement = 10; 
                        Attributes.BonusInt = 8; 
                        Attributes.RegenMana = 4; 
                        Attributes.SpellDamage = 10; 

      } 

      public HatOfTheMagi( Serial serial ) : base( serial ) 
      { 
      } 
        
      public override void Serialize( GenericWriter writer ) 
      { 
         base.Serialize( writer ); 
         writer.Write( (int) 0 ); 
      } 
        
      public override void Deserialize(GenericReader reader) 
      { 
         base.Deserialize( reader ); 
         int version = reader.ReadInt(); 
      } 
   } 
}
Uo Man is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5