Exemplo n.º 1
0
 public virtual void SayPriceTo(Mobile m)
 {
     m.Send(new MessageLocalizedAffix(Serial, Body, MessageType.Regular, SpeechHue, 3, 1008052, Name, AffixType.Append, JoinCost.ToString(), ""));
 }
Exemplo n.º 2
0
 public virtual void SayPriceTo(Mobile m)
 {
     SayTo(m, true, "There is a fee in gold coins for joining the guild : {0}", JoinCost.ToString());
     //m.Send( new MessageLocalizedAffix( Serial, Body, MessageType.Regular, SpeechHue, 3, 1008052, Name, AffixType.Append, JoinCost.ToString(), "" ) );
 }