Jump to content
  • 0
Geralt

How to edit the Apple of Idun skil server 255/70

Question

3 answers to this question

Recommended Posts

  • 0
3 hours ago, Haruka Mayumi said:

any specific?

Like i played on a server before closing it when i used the idun apple clow skill or any other character would go up hp type would duplicate hp the server was pre re 255/70

 

 

 

this is the formula

 

but does not change the hp remains the same

case BA_APPLEIDUN:


#ifdef RENEWAL
            hp = 5 + 2* skill_lv + 10 * (status_get_vit(src) / 10); // HP recovery
#else
            hp = 100 + 5 * skill_lv + 10 * (status_get_vit(src) / 10); // HP recovery

Link to comment
Share on other sites

  • 0
On 9/4/2019 at 10:21 PM, Scofield said:

Like i played on a server before closing it when i used the idun apple clow skill or any other character would go up hp type would duplicate hp the server was pre re 255/70

 

 

 

this is the formula

 

but does not change the hp remains the same

 

 

Did you recompile after changing the src?

Link to comment
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.   Paste as plain text instead

  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.



×
×
  • Create New...

Important Information

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