Jump to content
  • 0
karazu

Disable Abracadabra skill in certain area.

Question

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

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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

Share this post


Link to post
Share on other sites
  • 0

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>'.

 

 

:)

Share this post


Link to post
Share on other sites
  • 0

 

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.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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