Jump to content
  • 0
aferny

1 VIT = 1.1 Soft def

Question

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!

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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)
Link to comment
Share on other sites

  • 0
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?

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.