• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

How to add guild check here?

I think your problem is you can't attack your guild member that's why you want a guild check?

If it is add a mapflag:

Code:
OnStart:    warpparty "guild_vs2",89,49,$@TeamID1;    warpparty "guild_vs2",11,49,$@TeamID2;    setmapflag "guild_vs2",mf_pvp_noguild; // <--    set $@start,1;    end;
 
Back
Top