can u do the same with this?
//**** Thantos ****//
using System;
namespace Server.Items
{
public class IshaysGayWand : BaseOuterTorso
{
[Constructable]
public IshaysGayWand()
: this(0)
{
}
[Constructable]
public IshaysGayWand(int hue)
: base(0x3FFD, hue)
{
Name = "IshaysGayWand";
Weight = 3.0;
}
public override bool Dye(Mobile from, DyeTub sender)
{
from.SendLocalizedMessage(sender.FailMessage);
return false;
}
public IshaysGayWand(Serial serial)
: base(serial)
{
}
public override void Serialize(GenericWriter writer)
{
base.Serialize(writer);
writer.Write((int)0); // version
}
public override void Deserialize(GenericReader reader)
{
base.Deserialize(reader);
int version = reader.ReadInt();
}
}
}
dont works either
PS big thx :P
__________________
Land of Mystery osi style shard.
|