Jump to content

Recommended Posts

Posted

unsigned int status_base_matk_min(const struct status_data* status) { return status->int_ + (status->int_ / 7) * (status->int_ / 7); } 
 unsigned int status_base_matk_max(const struct status_data* status) { return status->int_ + (status->int_ / 5) * (status->int_ / 5); }

вот такая проблема матк подходит к 64к и идет в минус

как зделать больше максимальной матк?

  • 2 weeks later...
Posted

unsigned int status_base_matk_min(const struct status_data* status) { return status->int_ + (status->int_ / 7) * (status->int_ / 7); } 
 unsigned int status_base_matk_max(const struct status_data* status) { return status->int_ + (status->int_ / 3) * (status->int_ / 3); }

 

Просто уменьшите значение делителя этого решения.

от 5 до 4 3 2 1 .. это увеличит максимальный урон.

Join the conversation

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

Guest
Reply to this topic...

×   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...