How i can disable items in woe?

th3liquid

New member
Messages
4
Points
0
Github
th3liquid
Hello, i have a problem, i wanna know how i can disable the consumibles or others items in woe?
Thanks.

 
Code:
/db/pre-re(re)/map_zone_db.conf

{
    /* GvG zone is applied to all maps with a gvg mapflag */
    name: "GvG" /* changing this name requires MAP_ZONE_GVG_NAME to also be changed in src/map/map.h file */

    disabled_items: {

        Yggdrasilberry: true
        Seed_Of_Yggdrasil: true


    }

},
 
Back
Top