Exemplo n.º 1
0
 /// <summary>
 /// Send invetory slot count.
 /// Default value 254
 /// </summary>
 public void SendMaxInvSlots()
 {
     Packets.Server.SetInventorySlotCount p1 = new SagaMap.Packets.Server.SetInventorySlotCount();
     p1.SetSlotCount((byte)this.Char.inv.invMaxSlots);
     this.netIO.SendPacket(p1, this.SessionID);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Send invetory slot count.
 /// Default value 254
 /// </summary>
 public void SendMaxInvSlots()
 {
     Packets.Server.SetInventorySlotCount p1 = new SagaMap.Packets.Server.SetInventorySlotCount();
     p1.SetSlotCount((byte)this.Char.inv.invMaxSlots);
     this.netIO.SendPacket(p1, this.SessionID);
 }