summaryrefslogtreecommitdiff
path: root/npc/mapflag/skillmodifier.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:34:32 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-05 17:46:56 +0300
commit1e7eeab97430d630b419ee8f46b3fbcc57e92532 (patch)
tree361f93b48fd3f1fc94f9246b6dfb9f510cbfea49 /npc/mapflag/skillmodifier.txt
parent89f27cddaa582c86501be7ba78f9ae5c80142c62 (diff)
downloadhercules-1e7eeab97430d630b419ee8f46b3fbcc57e92532.tar.gz
hercules-1e7eeab97430d630b419ee8f46b3fbcc57e92532.tar.bz2
hercules-1e7eeab97430d630b419ee8f46b3fbcc57e92532.tar.xz
hercules-1e7eeab97430d630b419ee8f46b3fbcc57e92532.zip
Remove conf dir.
Diffstat (limited to 'npc/mapflag/skillmodifier.txt')
-rw-r--r--npc/mapflag/skillmodifier.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/npc/mapflag/skillmodifier.txt b/npc/mapflag/skillmodifier.txt
deleted file mode 100644
index 0006066bb..000000000
--- a/npc/mapflag/skillmodifier.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-//===== Hercules Script ======================================
-//= Mapflag: Adjust Skill Damage.
-//===== By: ==================================================
-//= Hercules Dev Team
-//===== 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.
-//===== Additional Comments: =================================
-//= 1.0 - Initial script.
-//============================================================