What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

How to discard items in the armory

sd110572

New Member
Joined
Feb 22, 2023
Messages
4
Reaction score
0
<LLDiscardItem Armory="True" ItemIDs="4206,10003"/>
Only the items in the backpack have been discarded
 
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();
 
This is likely something you should ask @nt153133 on their discord as it is not an officially included tag.
 
Back
Top