Jump to content
  • 0
Sign in to follow this  
Angelmelody

How to set mapflag with mf_zone properly?

Question

I have tried  the below two code snippet , Both crashes the map server,

 

Who can teach me how to use it properly?

1
 setmapflag "prontera",mf_zone;

2
 setmapflag "prontera",mf_zone,Normal;

 

 

 

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Only available official script in which you have this is in npcguild2agit_main_se.txt:51

 

setmapflag strnpcinfo(2),mf_zone,"GvG2";

Hope this helps you in understanding this syntax. It's basically the second way you tried but enclosing the zone name between "" (quotation marks).

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.