Page 2 of 2

Re: So I've been f*****g about with RunUO

Posted: Thu Jul 07, 2011 8:34 pm
by Ingo

Code: Select all

   public override bool OnBeforeDeath()
        {
              switch (Utility.Random(1)) 
              {
                  case 0: PackItem(new EtherealHorse());
                      break;
              }
              return base.OnBeforeDeath();
          
           }