Jump to content
  • 0

1 VIT = 1.1 Soft def


Question

Posted

Hi,

 

I need help badly, Im very new to this kind of stuff and ive looked and i cant seem to get an answer/fix to my problem.

 

Was wondering if its possible to make it 1 vit = 1.1 soft def? Or if not where can i play around with this?

I found this post but im still so confused about it.

 

 

Thanks in advance!

4 answers to this question

Recommended Posts

  • 0
Posted

The explanation on the status.cpp

here.

stat += (int)(((float)level + status->vit) / 2 + (bl->type == BL_PC ? ((float)status->agi / 5) : 0)); //base level + (every 2 vit = +1 def) + (every 5 agi = +1 def)
  • 0
Posted
On 1/18/2021 at 4:36 PM, Cookie-rae said:

The explanation on the status.cpp

here.

stat += (int)(((float)level + status->vit) / 2 + (bl->type == BL_PC ? ((float)status->agi / 5) : 0)); //base level + (every 2 vit = +1 def) + (every 5 agi = +1 def)

I still cant seem to figure it out. Coz the ones in status.cpp is all renewal stuff. And our server right now is pre-re. Would it be on another file?

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