Cancel Npc-Script in the maps pvp, woe and gvg

something like if(getmapflag(strcharinfo(PC_MAP),mf_pvp) || getmapflag(strcharinfo(PC_MAP),mf_gvg)) { end; }

 
only desabled the npc in the maps:

if (getmapflag (strcharinfo (3), mf_pvp) || getmapflag (strcharinfo (3), mf_pvpnoparty) || getmapflag (strcharinfo (3), mf_pvpnoguild) || getmapflag (strcharinfo (3), mf_gvg) || getmapflag (strcharinfo ( 3), mf_gvgnoparty)) end;

-------

And Please , how disabled the NPC -script in the Cities ? 
default_sad.png


 
Last edited by a moderator:
Back
Top