1. Hi,
    I'm using the OnLootEntity to detect when the player start looting an entity and all works fine but the OnLootEntityEnd don't seem to be working to the backpack(DroppedItemContainer) and sleeper(BasePlayer). I'm i casting to the wrong classes or is something else?
     
  2. Wulf

    Wulf Community Admin

    Could you provide your exact usage with the code please?
     
  3. Wulf

    Wulf Community Admin

    OnLootEntityEnd only covers LootableCorpse and StorageContainer, so it may not work with DroppedItemContainer.
     
  4. So how can i detect when the player closes the inventory while in DroppedItemContainer and BasePlayer. I tried to use the built in methods in those classes but without success.
     
  5. Wulf

    Wulf Community Admin

    I don't think that event is ever sent to the server.
     
  6. I will mess around a little more and try to find a work around.
    Thanks