Virtue Posted June 4, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted June 4, 2012 how do i fix deep sleep's cooldown, because it is so spammable? Quote Link to comment Share on other sites More sharing options...
quesoph Posted June 4, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 210 Reputation: 10 Joined: 11/20/11 Last Seen: August 23, 2015 Share Posted June 4, 2012 ../src/map/skill.c case WM_LULLABY_DEEPSLEEP: if( rnd()%100 < 88 + 2 * skilllv ) sc_start(bl,status_skill2sc(skillid),100,skilllv,skill_get_time(skillid,skilllv)); + skill_blockpc_start (sd, WM_LULLABY_DEEPSLEEP, 2000); break; Quote Link to comment Share on other sites More sharing options...
Virtue Posted June 4, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Author Share Posted June 4, 2012 Nothing Happened Quote Link to comment Share on other sites More sharing options...
Docubo Posted June 4, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 117 Reputation: 8 Joined: 05/07/12 Last Seen: May 12, 2024 Share Posted June 4, 2012 why dont you add a simple cool down/after cast delay in skill_cast_db.txt Quote Link to comment Share on other sites More sharing options...
quesoph Posted June 5, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 210 Reputation: 10 Joined: 11/20/11 Last Seen: August 23, 2015 Share Posted June 5, 2012 (edited) And of course you need to recompile your server. Kiel Card or any delay reducing items can't bypass this: ../src/map/skill.c case WM_LULLABY_DEEPSLEEP: if( rnd()%100 < 88 + 2 * skilllv ) sc_start(bl,status_skill2sc(skillid),100,skilllv,skill_get_time(skillid,skilllv)); + skill_blockpc_start (sd, WM_LULLABY_DEEPSLEEP, 2000); break; and if you want to bypass the delay using delay reduce item then use Docubo's method. Edited June 5, 2012 by quesoph Quote Link to comment Share on other sites More sharing options...
Virtue Posted June 5, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Author Share Posted June 5, 2012 //-- WM_LULLABY_DEEPSLEEP 2422,3000,5000,0,2000:4000:6000:8000:8000,0,2000,0 Quote Link to comment Share on other sites More sharing options...
Question
Virtue
how do i fix deep sleep's cooldown, because it is so spammable?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.