Exemplo n.º 1
0
 public GMEthereal(EtherealTypes type)
     : base(0, 0, 0)
 {
     EthyType = type;
     LootType = LootType.Blessed;
     Name     = "Staff Ethereal Steed";
 }
Exemplo n.º 2
0
 public GMEthereal(EtherealTypes type)
     : base(0, 0)
 {
     this.EthyType = type;
     this.LootType = LootType.Blessed;
     this.Hue      = 2406;
 }
Exemplo n.º 3
0
        public override void Deserialize(GenericReader reader)
        {
            base.Deserialize(reader);
            int version = reader.ReadInt();

            EthyType = (EtherealTypes)reader.ReadInt();
        }
Exemplo n.º 4
0
 public GMEthereal(EtherealTypes type)
     : base(0,0)
 {
     this.EthyType = type;
     this.LootType = LootType.Blessed;
     this.Hue = 2406;
 }
Exemplo n.º 5
0
 public GMEthereal(EtherealTypes type)
     : base(0, 0, 0)
 {
     EthyType = type;
     LootType = LootType.Blessed;
     Hue      = 2406;
 }
Exemplo n.º 6
0
 public override void Deserialize(GenericReader reader)
 {
     base.Deserialize(reader);
     int version = reader.ReadInt();
     this.m_EthyType = (EtherealTypes)reader.ReadInt();
 }
Exemplo n.º 7
0
 public InstantEthereal(EtherealTypes type) : base(0, 0)
 {
     EthyType = type;
     LootType = LootType.Blessed;
     Hue      = 0;
 }
Exemplo n.º 8
0
		public GMEthereal( EtherealTypes type ) : base(0,0) {
			EthyType = type;
			LootType = LootType.Blessed;
			Hue = 2406;
		}