Not a bug Backpack drop in instances

Discussion in 'Archive (Read Only)' started by CMDR ☬ Narayana ☬, Sunday at 9:30 PM.

  1. CMDR ☬ Narayana ☬

    CMDR ☬ Narayana ☬ Ensign

    Joined:
    Mar 20, 2020
    Messages:
    14
    Likes Received:
    2
    For more information see here Bug Report Template

    Build:1.12.1 4742
    Mode: Multiplayer
    Platform: Steam
    DLC Installed: Yes

    SERVER NAME:
    SEED-ID:

    If applicable:
    MODIFIED PLAYFIELDS:

    Reproducibility:
    Severity:

    Type: playfield settings

    Summary: Drop Inventory command does not work in the playfield settings:

    Description: The Drop Inventory command does not work in the playfield settings:
    DropInventory: False

    Loot still drops from the backpack.
     
    #1
  2. Taelyn

    Taelyn Administrator Staff Member Community Manager

    • Developer
    • Administrator
    Joined:
    Oct 4, 2021
    Messages:
    951
    Likes Received:
    1,434
    This parameter is NOT to not drop inventory.
    This parameter is to leave inventory behind if you dont make the instance in time.
    Code:
    DropInventory: True              # When you do not solve the instance within the given "Time", you will be kicked and your inventory stays behind
    If you dont want to drop inventory you need to set this in the GameOptions.yaml
    Code:
    DiffPlayerBackpackDrop: DropEverything      # To allow switching off the dropping of backpacks on death [DropEverything, DropNothing, DropBagOnly]
    
     
    #2
    CMDR ☬ Narayana ☬ likes this.

Share This Page