[SOLVED]disable certain skill

leloush

New member
Messages
269
Points
0
Location
in front of my laptop =)
Emulator
how to disbale certain skill in a certain map.?

thanks in advance
default_ani_meow.gif


 
Last edited by a moderator:
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?
 
Last edited by a moderator:
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.

 
Last edited by a moderator:
Back
Top