diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:00:28 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-05-18 16:00:28 -0300 |
commit | 077d9c8dca0918995f48fe8b3c1e8525e0bf74f8 (patch) | |
tree | fccb458649d33cb5503cba99be279b6510064f54 /npc/mapflag/skillduration.txt | |
parent | 21bbfad48084190b8a6881ee3b277993418a5137 (diff) | |
download | hercules-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/skillduration.txt')
-rw-r--r-- | npc/mapflag/skillduration.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/npc/mapflag/skillduration.txt b/npc/mapflag/skillduration.txt new file mode 100644 index 000000000..ca2f82a40 --- /dev/null +++ b/npc/mapflag/skillduration.txt @@ -0,0 +1,22 @@ +//===== Hercules Script ====================================== +//= Mapflag: Adjust Skill Duration. +//===== By: ================================================== +//= Hercules Dev Team +//===== Current Version: ===================================== +//= 1.0 +//===== Description: ========================================= +//= This mapflag allows you to control the duration of unit +//= skills in any map. +//= Example (1): +//= prontera mapflag adjust_unit_duration PR_SANCTUARY 50 +//= Halves the duration of Sanctuary in Prontera. +//= +//= Example (2): +//= prontera mapflag adjust_unit_duration WZ_QUAGMIRE 250 +//= Increases duration of Quagmire by 2.5 times in Prontera. +//===== Disclaimer: ========================================== +//= Be aware that some skill units have their visual effect +//= durations not controlled by the server (e.g. Storm Gust). +//===== Additional Comments: ================================= +//= 1.0 - Initial script. +//============================================================
\ No newline at end of file |