summaryrefslogtreecommitdiff
path: root/npc/mapflag/skillmodifier.txt
diff options
context:
space:
mode:
authorMatheus Macabu <mkbu95@gmail.com>2013-05-18 16:00:28 -0300
committerMatheus Macabu <mkbu95@gmail.com>2013-05-18 16:00:28 -0300
commit077d9c8dca0918995f48fe8b3c1e8525e0bf74f8 (patch)
treefccb458649d33cb5503cba99be279b6510064f54 /npc/mapflag/skillmodifier.txt
parent21bbfad48084190b8a6881ee3b277993418a5137 (diff)
downloadhercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.gz
hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.bz2
hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.tar.xz
hercules-077d9c8dca0918995f48fe8b3c1e8525e0bf74f8.zip
Relocated mapflag from conf/ to npc/ and renamed some script files
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'npc/mapflag/skillmodifier.txt')
-rw-r--r--npc/mapflag/skillmodifier.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/mapflag/skillmodifier.txt b/npc/mapflag/skillmodifier.txt
new file mode 100644
index 000000000..bd60806f7
--- /dev/null
+++ b/npc/mapflag/skillmodifier.txt
@@ -0,0 +1,19 @@
+//===== 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.
+//============================================================ \ No newline at end of file