Jump to content
  • 0
Sign in to follow this  
Azhura

Skill Nerf

Question

I would like to nerf the skill effect of some job specifically for Bard and Dancer. Where should I modify if I would like to nerf for example the skill effect of Idun's Apple? Thank you in advance.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

be more specific

nerf the healing rate ? nerf the timer in between heal ? or just nerf the bard skill level to 3 max ...

Share this post


Link to post
Share on other sites
  • 0
9 minutes ago, AnnieRuru said:

be more specific

nerf the healing rate ? nerf the timer in between heal ? or just nerf the bard skill level to 3 max ...

 

Nerf the hp increase of that skill.

For the skill max level modification is it on skill_db?

Share this post


Link to post
Share on other sites
  • 0

I just noticed the latest ... songs ... are different from my memory .....WTF (20190530 client)
 

ok so go back to 20180620 client

		case BA_APPLEIDUN:
#ifdef RENEWAL
			hp = 100+2*skill_lv+5*(status_get_vit(src)/10); // HP recovery
#else // not RENEWAL
			hp = 30+5*skill_lv+5*(status_get_vit(src)/10); // HP recovery
#endif // RENEWAL
			if( sd )
				hp += 5*pc->checkskill(sd,BA_MUSICALLESSON);
			break;
		case BA_APPLEIDUN:
			val1 = 5+1000*skill_lv+st->vit/10; // MaxHP percent increase
			if(sd)
				val1 += pc->checkskill(sd,BA_MUSICALLESSON);
			break;

 

max level modification need to done both client side and server side

 

 

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.