leloush 7 Posted December 21, 2013 (edited) how to disbale certain skill in a certain map.? thanks in advance Edited December 21, 2013 by leloush Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 21, 2013 use mapflag noskill example: prontera mapflag noskill for more mapflag info visit here. Quote Share this post Link to post Share on other sites
0 leloush 7 Posted December 21, 2013 use mapflag noskill example: prontera mapflag noskill for more mapflag info visit here. how about prontera ( skill disable ) storm gust ( is this possible? ) Quote Share this post Link to post Share on other sites
0 GM.PiXeL 6 Posted December 21, 2013 use mapflag noskill example: prontera mapflag noskill for more mapflag info visit here. how about prontera ( skill disable ) storm gust ( is this possible? ) yes, this is possible. go to db/re(pre-re)/map_zone_db.conf search for : name: "Towns" under it you will see : disabled_skills: { add storm gust in there. 1 leloush reacted to this Quote Share this post Link to post Share on other sites
0 leloush 7 Posted December 21, 2013 (edited) use mapflag noskill example: prontera mapflag noskill for more mapflag info visit here. how about prontera ( skill disable ) storm gust ( is this possible? ) yes, this is possible. go to db/re(pre-re)/map_zone_db.conf search for : name: "Towns" under it you will see : disabled_skills: { add storm gust in there. ah i see boss. thank you so it will be like this ( if i want to add new line ) name: "prontera" disabled_skills: { WZ_STORMGUST: "PLAYER" } or? Edited December 21, 2013 by leloush Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted December 21, 2013 Wrong Yes it is possibe by using mapflag zone example: add WZ_STORMGUST in { name: "Towns" disabled_skills: { AM_CANNIBALIZE: "PLAYER" AM_SPHEREMINE: "PLAYER" CR_CULTIVATION: "PLAYER" BS_GREED: "PLAYER" SC_MANHOLE: "PLAYER" WM_POEMOFNETHERWORLD: "PLAYER" GN_WALLOFTHORN: "PLAYER" WZ_STORMGUST: "PLAYER" //<-- Storm Gust } disabled_items: { Greed_Scroll: true }} then add in npc/mapflag prontera mapflag zone Towns since prontera is already in npc/mapflag. You don't have to add it anymore. Quote Share this post Link to post Share on other sites
0 leloush 7 Posted December 21, 2013 yep i just use prontera as example.. but thanks alot.. thanks for the help @mhalicot , @pixel [sOLVED] Quote Share this post Link to post Share on other sites
how to disbale certain skill in a certain map.?
thanks in advance
Edited by leloushShare this post
Link to post
Share on other sites