Cooldown | closed | |
Deity 2013-10-12 16:06:23 | I tried removing the cooldown of endure from re\skill_cast_db my server is running in renewal :) Original 8,0,0,0,10000:13000:16000:19000:22000:25000:28000:31000:34000:37000,10000,10000,-1 Modified 8,0,0,0,10000:13000:16000:19000:22000:25000:28000:31000:34000:37000,10000,0,-1 but it didn't work | |
Akinari 2013-10-16 00:47:08 | Have you reloaded the skill database before trying? Is there any other info you can provide for us? | |
exneval 2013-10-16 03:43:18 | this is becauseif (sd) skill_blockpc_start(sd,skill_id,skill_get_time2(skill_id,skill_lv)); on SM_ENDURE, skill,c it read duration 2, so the cooldown seems useless.. | |
Akinari 2013-10-16 04:48:18 | Yes, after looking at I see it has its own special case for cooldown. I'm not quite sure why this is, but it looks like that can be removed. Haven't tested. | |
Akinari 2013-10-16 07:15:58 | Fixed in 597ca8d. |