Jump to content
  • 0
console

apple iduns max hp not increasing

Question

5 answers to this question

Recommended Posts

  • 0

Searched RMS,item_db, still can't find that name,

would you mind giving its ID?

Share this post


Link to post
Share on other sites
  • 0

can anyone help me about this? thanks in advance

Are you referring to The Apple of Idun? Also known as Song of Lutie o_o? If so, in skill.c it shows it increases your HP perfectly fine;

 

 

case BA_APPLEIDUN:val1 = 5+2*skill_lv+st->vit/10; // MaxHP percent increase if(sd)	val1 += pc->checkskill(sd,BA_MUSICALLESSON);break; 

Share this post


Link to post
Share on other sites
  • 0

its only not increasing to self but it gives to others

 

post-4102-0-98370700-1394647301_thumb.jpg

Share this post


Link to post
Share on other sites
  • 0

 

can anyone help me about this? thanks in advance

Are you referring to The Apple of Idun? Also known as Song of Lutie o_o? If so, in skill.c it shows it increases your HP perfectly fine;

 

 

case BA_APPLEIDUN:val1 = 5+2*skill_lv+st->vit/10; // MaxHP percent increase if(sd)	val1 += pc->checkskill(sd,BA_MUSICALLESSON);break; 

 

@msyterious the skill is working but it say on the description max hp +25% but when i use it only gives 12% of my max hp...and in other players that inside the apple of iduns gives 13%....

 

all i want is to increase the effect of the apple iduns i already try to increase the value but nothing change...

Share this post


Link to post
Share on other sites
  • 0

val1 = 5+2*skill_lv+st->vit/10; // MaxHP percent increase

Change this Formula and RECOMPILE, without recompile it won't come in effect.

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

×
×
  • Create New...

Important Information

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