viewing paste Unknown #6446 | C

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
    /* PvP zone is applied to all maps with a pvp mapflag */
    name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */
    
    disabled_skills: {
        BS_GREED: "PLAYER"
        CG_HERMODE: "PLAYER"
    }
    
    disabled_items: {
        Greed_Scroll: true
    }
},
=================
{
    /* PvP zone is applied to all maps with a pvp mapflag */
    name: "PvP" /* changing this name requires MAP_ZONE_PVP_NAME to also be changed in src/map/map.h file */
    
    disabled_skills: {
        BS_GREED: "PLAYER"
        CG_HERMODE: "PLAYER"
    }
    
    disabled_items: {
        Greed_Scroll: true
    }
 
    mapflags: ( "adjust_skill_damage    MG_FIREBOLT 50" )
},
 
Viewed 939 times, submitted by Guest.