diff options
Diffstat (limited to 'npc/scripts_mapflags.conf')
-rw-r--r-- | npc/scripts_mapflags.conf | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/npc/scripts_mapflags.conf b/npc/scripts_mapflags.conf deleted file mode 100644 index eed3c3d3d..000000000 --- a/npc/scripts_mapflags.conf +++ /dev/null @@ -1,60 +0,0 @@ -//================= Hercules Configuration ================================ -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ -//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| -//= | | | | __/ | | (__| |_| | | __/\__ \ -//= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//================= License =============================================== -//= This file is part of Hercules. -//= http://herc.ws - http://github.com/HerculesWS/Hercules -//= -//= Copyright (C) 2012-2016 Hercules Dev Team -//= Copyright (C) Athena Dev Teams -//= -//= Hercules is free software: you can redistribute it and/or modify -//= it under the terms of the GNU General Public License as published by -//= the Free Software Foundation, either version 3 of the License, or -//= (at your option) any later version. -//= -//= This program is distributed in the hope that it will be useful, -//= but WITHOUT ANY WARRANTY; without even the implied warranty of -//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//= GNU General Public License for more details. -//= -//= You should have received a copy of the GNU General Public License -//= along with this program. If not, see <http://www.gnu.org/licenses/>. -//========================================================================= -//= Map Flags -//========================================================================= - -"npc/mapflag/nopvp.txt", -"npc/mapflag/gvg.txt", -"npc/mapflag/jail.txt", -"npc/mapflag/nightmare.txt", -"npc/mapflag/nobranch.txt", -"npc/mapflag/noexp.txt", -"npc/mapflag/noicewall.txt", -"npc/mapflag/noloot.txt", -"npc/mapflag/nomemo.txt", -"npc/mapflag/nopenalty.txt", -"npc/mapflag/nosave.txt", -"npc/mapflag/noteleport.txt", -"npc/mapflag/noreturn.txt", -"npc/mapflag/noskill.txt", -"npc/mapflag/nowarp.txt", -"npc/mapflag/nowarpto.txt", -"npc/mapflag/partylock.txt", -"npc/mapflag/pvp.txt", -"npc/mapflag/pvp_noparty.txt", -"npc/mapflag/pvp_noguild.txt", -"npc/mapflag/night.txt", -"npc/mapflag/zone.txt", -"npc/mapflag/battleground.txt", -"npc/mapflag/novending.txt", -"npc/mapflag/town.txt", -"npc/mapflag/reset.txt", -"npc/mapflag/skillmodifier.txt", -"npc/mapflag/skillduration.txt", -"npc/mapflag/notomb.txt", -"npc/mapflag/private_airship.txt", |