• Visit Rebornbuddy
  • How to discard items in the armory

    Discussion in 'Rebornbuddy Forum' started by sd110572, Sep 11, 2023.

    1. sd110572

      sd110572 New Member

      Joined:
      Feb 22, 2023
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      <LLDiscardItem Armory="True" ItemIDs="4206,10003"/>
      Only the items in the backpack have been discarded
       
    2. sd110572

      sd110572 New Member

      Joined:
      Feb 22, 2023
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      1
      I have modified the content of the LLDiscardItem file. If only there were a better way
      var slots = InventoryManager.FilledInventoryAndArmory.Where(x => ItemIds.Contains((int)x.RawItemId)).ToList();
       
    3. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,301
      Likes Received:
      374
      Trophy Points:
      83
      This is likely something you should ask @nt153133 on their discord as it is not an officially included tag.
       

    Share This Page