Exemplo n.º 1
0
		//141 - "Auto"
		//544 - Smurf it!
		//6230 - "refill from stock"
		public KeyFillEntry( Mobile from, IItemStoreObject storeobject, int index ) : base( 6230, index )
		{
			_From = from;
			_StoreObject = storeobject;
		}
Exemplo n.º 2
0
		//3000175 = "add"
		public KeyAddEntry( Mobile from, IItemStoreObject storeobject, int index ) : base( 175, index )
		{
			_From = from;
			_StoreObject = storeobject;
		}
Exemplo n.º 3
0
		//3000362 = "open"
		public KeyOpenEntry( Mobile from, IItemStoreObject storeobject, int index ) : base( 362, index )
		{
			_From = from;
			_StoreObject = storeobject;
		}
Exemplo n.º 4
0
 //141 - "Auto"
 //544 - Smurf it!
 //6230 - "refill from stock"
 public KeyFillEntry(Mobile from, IItemStoreObject storeobject, int index) : base(6230, index)
 {
     _From        = from;
     _StoreObject = storeobject;
 }
Exemplo n.º 5
0
 //3000175 = "add"
 public KeyAddEntry(Mobile from, IItemStoreObject storeobject, int index) : base(175, index)
 {
     _From        = from;
     _StoreObject = storeobject;
 }
Exemplo n.º 6
0
 //3000362 = "open"
 public KeyOpenEntry(Mobile from, IItemStoreObject storeobject, int index) : base(362, index)
 {
     _From        = from;
     _StoreObject = storeobject;
 }