public BindBaseBoatDeedGump(BaseBoatDeed baseBoatDeed, PlayerMobile player) : base(50, 50) { m_BaseBoatDeed = baseBoatDeed; m_Player = player; Closable = true; Disposable = true; Dragable = true; Resizable = false; AddPage(0); AddBackground(90, 150, 380, 185, 5054); AddBackground(100, 160, 360, 165, 3000); AddLabel(110, 175, 0, @"The following number of doubloons will be removed"); AddLabel(110, 197, 0, @"from your bank box and the ship will be bound to you"); AddHtml(118, 230, 320, 17, @"<center>" + m_BaseBoatDeed.DoubloonCost.ToString() + "</center>", (bool)false, (bool)false); AddItem(255, 255, 2539); AddButton(170, 285, 247, 248, 1, GumpButtonType.Reply, 0); //Okay AddButton(310, 285, 243, 248, 2, GumpButtonType.Reply, 0); //Cancel }
public InternalTarget(BaseBoatDeed deed) : base(deed.MultiID, deed.Offset) { m_Deed = deed; }
public InternalTarget( BaseBoatDeed deed ) : base(deed.MultiID, deed.Offset) { m_Deed = deed; }
public InternalTarget(BaseBoatDeed deed) : base(deed.MultiID, deed.Offset, 14, true, TargetFlags.None) { m_Deed = deed; }