Page MenuHomeFeedback Tracker

New line in flags in the types.xml file. flag_protection="0" or flag_protection="1"
Feedback, UrgentPublic

Description

Would like this to be a feature, for community servers to make some items flag protected or not.

Would look like this:

Example with it off:

<type name="SeaChest">
    <nominal>20</nominal>
    <lifetime>3888000</lifetime>
    <restock>0</restock>
    <min>10</min>
    <quantmin>-1</quantmin>
    <quantmax>-1</quantmax>
    <cost>100</cost>
    <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="1" flag_protection="0" crafted="0" deloot="0"/>
    <category name="tools"/>
    <usage name="Industrial"/>
    <usage name="Farm"/>
    <usage name="Coast"/>
    <usage name="Hunting"/>
</type>

Example with it on:

<type name="SeaChest">
    <nominal>20</nominal>
    <lifetime>3888000</lifetime>
    <restock>0</restock>
    <min>10</min>
    <quantmin>-1</quantmin>
    <quantmax>-1</quantmax>
    <cost>100</cost>
    <flags count_in_cargo="0" count_in_hoarder="0" count_in_map="1" count_in_player="1" flag_protection="1" crafted="0" deloot="0"/>
    <category name="tools"/>
    <usage name="Industrial"/>
    <usage name="Farm"/>
    <usage name="Coast"/>
    <usage name="Hunting"/>
</type>

Details

Severity
Feature
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
General

Event Timeline

XMC_Cross created this task.Sep 2 2023, 4:01 AM
Geez changed the task status from New to Feedback.Sep 4 2023, 11:04 AM