PapaZola 32 Posted October 4, 2020 hello its there posibble make bloody branch only can use at private mvp room map? Quote 12103,Bloody_Dead_Branch,Bloody Branch,2,10000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ monster "this",-1,-1,"--ja--",-3,1,""; },{},{} Quote Share this post Link to post Share on other sites
0 sparkle 0 Posted October 4, 2020 check this post, 49 minutes ago, PapaZola said: hello its there posibble make bloody branch only can use at private mvp room map? Quote Share this post Link to post Share on other sites
0 Poring King 139 Posted October 4, 2020 Quote I think for instances like this, it would be easier for a person to just modify the source quickly. For instance, look how PK is setup. if( battle_config.pk_mode ) map[i].flag.pvp = 1; // make all maps pvp for pk_mode [Valaris] We force all maps to PvP mode at loading in map::map_flags_init(). If you want to do like what you said where you'd rather allow branches on specific maps only, then I would do this: map[i].flag.nobranch = 1; // make all maps unable to use branches Then in a script: prontera,1,1,1 script removenobranch -1,{ OnInit: removemapflag "prontera",mf_nobranch; //rest of maps. } Have your script remove the mapflags that were set by the server at start and you have yourself a quick "limited" branch allowed area of maps. Quote Share this post Link to post Share on other sites
hello its there posibble make bloody branch only can use at private mvp room map?
Share this post
Link to post
Share on other sites