Jump to content
  • 0
Sign in to follow this  
leloush

[SOLVED]disable certain skill

Question

how to disbale certain skill in a certain map.?

 

 

 

 

thanks in advance :meow:

Edited by leloush

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

 

 

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.

Share this post


Link to post
Share on other sites
  • 0

 

use mapflag noskill

 

example:

 

prontera mapflag noskill
for more mapflag info visit here.

how about 

 

prontera ( skill disable ) storm gust       ( is this possible? )

Share this post


Link to post
Share on other sites
  • 0

 

 

 

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 by leloush

Share this post


Link to post
Share on other sites
  • 0

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.

Share this post


Link to post
Share on other sites
  • 0

yep i just use prontera as example.. but thanks alot.. thanks for the help @mhalicot  , @pixel

 

 

[sOLVED]

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.