Re: So I've been f*****g about with RunUO
Posted: Thu Jul 07, 2011 8:34 pm
Code: Select all
public override bool OnBeforeDeath()
{
switch (Utility.Random(1))
{
case 0: PackItem(new EtherealHorse());
break;
}
return base.OnBeforeDeath();
}