Jump to content
  • 0
console

apple iduns max hp not increasing

Question

5 answers to this question

Recommended Posts

  • 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

 

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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