summaryrefslogtreecommitdiff
path: root/npc/mapflag/skillduration.txt
blob: ca2f82a400e07bee2bc7c7e437a8a157ae1742c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.
//============================================================