summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorFlipp <mysteriousragnarok@hotmail.com>2017-03-16 16:10:32 -0400
committerGitHub <noreply@github.com>2017-03-16 16:10:32 -0400
commit1e03a5b09d71741e267147cfcd522f9ad7a53dc2 (patch)
tree28ab576682113b4ea02a3cf81e24413f42573c8f /src/map/skill.c
parentc9232ec155ed82b3611f0151380b224c0222b17d (diff)
downloadhercules-1e03a5b09d71741e267147cfcd522f9ad7a53dc2.tar.gz
hercules-1e03a5b09d71741e267147cfcd522f9ad7a53dc2.tar.bz2
hercules-1e03a5b09d71741e267147cfcd522f9ad7a53dc2.tar.xz
hercules-1e03a5b09d71741e267147cfcd522f9ad7a53dc2.zip
Official status change base durations for Stun (#1234) (#1632)
- NPC_LICK now has a base chance of 20%*level and a base duration of 5s - Excruciating Palm now has a base duration 5s - Shield Press now has a base duration of 5s+0.5s*level - Earth Shaker now has a base duration of 2s (level 2-3) and 3s (level 4-5) - Sightless Mind now has a base duration of 30s in pre-re and 20s in renewal - Credit rathena/rathena@80e026433
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 51a8a28e7..cd7006de0 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -2,7 +2,7 @@
* This file is part of Hercules.
* http://herc.ws - http://github.com/HerculesWS/Hercules
*
- * Copyright (C) 2012-2016 Hercules Dev Team
+ * Copyright (C) 2012-2017 Hercules Dev Team
* Copyright (C) Athena Dev Teams
*
* Hercules is free software: you can redistribute it and/or modify
@@ -7470,8 +7470,8 @@ int skill_castend_nodamage_id(struct block_list *src, struct block_list *bl, uin
case NPC_LICK:
status_zap(bl, 0, 100);
- clif->skill_nodamage(src,bl,skill_id,skill_lv,
- sc_start(src,bl,type,(skill_lv*5),skill_lv,skill->get_time2(skill_id,skill_lv)));
+ clif->skill_nodamage(src, bl, skill_id, skill_lv,
+ sc_start(src, bl, type, (skill_lv * 20), skill_lv, skill->get_time2(skill_id, skill_lv)));
break;
case NPC_SUICIDE: