Angelmelody 221 Posted August 11, 2013 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; Quote Share this post Link to post Share on other sites
0 jaBote 438 Posted August 11, 2013 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). 1 Angelmelody reacted to this Quote Share this post Link to post Share on other sites
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