diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-07-26 21:03:05 +0300 |
commit | a564a6dd14b5ed10020e6b9fb39fe71c749b3e05 (patch) | |
tree | eb86d91c4de42c32ec634a32aeb14b14cbc956ee /npc/mapflag/skillmodifier.txt | |
parent | 556af4de983b8442548c7e0da01a7cf0dfc1aa42 (diff) | |
download | hercules-a564a6dd14b5ed10020e6b9fb39fe71c749b3e05.tar.gz hercules-a564a6dd14b5ed10020e6b9fb39fe71c749b3e05.tar.bz2 hercules-a564a6dd14b5ed10020e6b9fb39fe71c749b3e05.tar.xz hercules-a564a6dd14b5ed10020e6b9fb39fe71c749b3e05.zip |
Remove conf dir.
Diffstat (limited to 'npc/mapflag/skillmodifier.txt')
-rw-r--r-- | npc/mapflag/skillmodifier.txt | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/npc/mapflag/skillmodifier.txt b/npc/mapflag/skillmodifier.txt deleted file mode 100644 index 7354f4656..000000000 --- a/npc/mapflag/skillmodifier.txt +++ /dev/null @@ -1,40 +0,0 @@ -//================= Hercules Script ======================================= -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ -//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| -//= | | | | __/ | | (__| |_| | | __/\__ \ -//= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//================= License =============================================== -//= This file is part of Hercules. -//= http://herc.ws - http://github.com/HerculesWS/Hercules -//= -//= Copyright (C) 2013-2015 Hercules Dev Team -//= -//= 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/>. -//========================================================================= -//= Mapflag: Adjust Skill Damage. -//================= Current Version ======================================= -//= 1.0 -//================= Description =========================================== -//= This mapflag allows you to modify the damage of any skill -//= in any map. -//= Example (1): -//= prontera mapflag adjust_skill_damage MG_FIREBOLT 50 -//= Halves the damage of Firebolt in Prontera. -//= -//= Example (2): -//= prontera mapflag adjust_skill_damage MG_FIREBOLT 200 -//= Doubles the damage of Firebolt in Prontera. -//========================================================================= |