Jump to content
  • 0
Sign in to follow this  
razermantis

how to remove Adaptation of Circumtances cooldown delay?

Question

1 answer to this question

Recommended Posts

  • 0

Find this on skill.c

if( sc->data[SC_DANCING] && skill->get_inf2(ud->skill_id)&INF2_SONG_DANCE && sd )
	skill->blockpc_start(sd,BD_ADAPTATION,3000);

Add comment line // on that line

It should be like this

//if( sc->data[SC_DANCING] && skill->get_inf2(ud->skill_id)&INF2_SONG_DANCE && sd )
	//skill->blockpc_start(sd,BD_ADAPTATION,3000);

After editing it, recompile your server

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.