Exemplo n.º 1
0
		public TradeHouseEntry( Auctioner auctioner ) : base( 6103, 10 )
		{
			m_Auctioner = auctioner;
		}
Exemplo n.º 2
0
        public TradeHouseEntry(Auctioner auctioner) : base(0102, 10)            //original 6103,10 6103 - Note 6103 (needs to be the last 4 numbers of the gothic number), 10 is distance range if char out of range it will show darkened and not able to use "0102 is Main Menu"

        {
            m_Auctioner = auctioner;
        }
Exemplo n.º 3
0
 public TradeHouseEntry(Auctioner auctioner) : base(6103, 10)
 {
     m_Auctioner = auctioner;
 }
Exemplo n.º 4
0
		public TradeHouseEntry( Auctioner auctioner ) : base( 0102, 10 )//original 6103,10 6103 - Note 6103 (needs to be the last 4 numbers of the gothic number), 10 is distance range if char out of range it will show darkened and not able to use "0102 is Main Menu"

		{
			m_Auctioner = auctioner;
		}