karazu 33 Posted February 7, 2014 (edited) Hello! I know only need to type in here "map_zone_db.conf", but the problem is I don't know how to type it correctly and where to insert it..Please help me.I am disabling it not in TOWN so mean I cannot insert it there in the town which is already put in default. and also disable Knock back from skills Edited February 7, 2014 by karazu Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted February 7, 2014 example, go to the bottom of map_zone_db.conf and add BEFORE the last ) the following: ,{ name: "Custom" disabled_skills: { SA_ABRACADABRA: "PLAYER" } mapflags: ( "noknockback", )} now go to any npc script file and add this: yourmapname<tab>mapflag<tab>zone<tab>Custom 3 karazu, jaBote and Angelmelody reacted to this Quote Share this post Link to post Share on other sites
0 Angelmelody 221 Posted February 7, 2014 you can define a new zone in map.h then use the new zone in map_zone_db.conf #define MAP_ZONE_YOURS_NAME "YOURS" Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted February 7, 2014 you can define a new zone in map.h then use the new zone in map_zone_db.conf #define MAP_ZONE_YOURS_NAME "YOURS" not necessary to edit source only for the ones specified at map_zone_db.conf he just need to create a new mapzone and add all he want and set '<map name><tab>mapflag<tab>zone<tab><zone name>'. Quote Share this post Link to post Share on other sites
0 karazu 33 Posted February 7, 2014 you can define a new zone in map.h then use the new zone in map_zone_db.conf #define MAP_ZONE_YOURS_NAME "YOURS" not necessary to edit source only for the ones specified at map_zone_db.conf he just need to create a new mapzone and add all he want and set '<map name><tab>mapflag<tab>zone<tab><zone name>'. I am still confused. lets say I have a custom MAP named TESTMAP do I still need to edit the SRC for this one? and for typing it '<TESTMAP><tab>mapflag<tab>zone<tab><zone name>'. more sample please. Quote Share this post Link to post Share on other sites
0 karazu 33 Posted February 10, 2014 I got it now Quote Share this post Link to post Share on other sites
Hello! I know only need to type in here "map_zone_db.conf", but the problem is I don't know how to type it correctly and where to insert it..
Edited by karazuPlease help me
.
I am disabling it not in TOWN so mean I cannot insert it there in the town which is already put in default.
and also disable Knock back from skills
Share this post
Link to post
Share on other sites