Jump to content
Sign in to follow this  
Gunny-e174dd68292a73e3

cfglimitsdefinitionuser.xml

Recommended Posts

I have added the following in cfglimitsdefinitionuser.xml

    <valueflags>
        <user name="GreenZone">
            <value name="Tier3" />
            <value name="Tier4" />
            <value name="Tier8" />
            <value name="Tier11" />
            <value name="Tier12" />
        </user>
    </valueflags>
 

And in the types file I use: 

    <type name="AMS_FirstAidKit">
        <nominal>15</nominal>
        <lifetime>14400</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="0" crafted="0" deloot="0"/>
        <category name="containers"/>
        <tag name="shelves"/>
        <usage name="Medic"/>
        <value name="GreenZone" />
    </type>
 

But it gives me a unknow value GreenZone

Do I use <value name="GreenZone" /> wrong?

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×