Jump to content
  • 0

Help please , Luk Status


Question

4 answers to this question

Recommended Posts

  • 0
Posted
2 hours ago, Stickman said:
How can I do growing up 50 points of luck of status i can get 1 point of perfect dodge

 

  Find This on your Status.c

here mine

      if (bl->type&battle_config.enable_perfect_flee) {
          stat = status->flee2;
          stat += 10 + (status->luk * 10/20); // (every 20 luk = +1 perfect flee)
          status->flee2 = cap_value(stat, 0, SHRT_MAX);
      


 

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...