aferny Posted January 17, 2021 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 09/28/20 Last Seen: August 9, 2021 Share Posted January 17, 2021 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! Quote Link to comment Share on other sites More sharing options...
0 hikashin-rae Posted January 18, 2021 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 213 Reputation: 24 Joined: 01/14/13 Last Seen: 14 hours ago Share Posted January 18, 2021 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) Quote Link to comment Share on other sites More sharing options...
0 aferny Posted January 27, 2021 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 09/28/20 Last Seen: August 9, 2021 Author Share Posted January 27, 2021 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? Quote Link to comment Share on other sites More sharing options...
0 botka4aet Posted January 27, 2021 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 211 Reputation: 17 Joined: 12/23/11 Last Seen: June 11, 2024 Share Posted January 27, 2021 https://github.com/rathena/rathena/blob/1e3d77785301df63939a2d1bafd4f97c2dc35f29/src/map/status.cpp#L2975 Quote Link to comment Share on other sites More sharing options...
0 aferny Posted January 31, 2021 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 20 Reputation: 0 Joined: 09/28/20 Last Seen: August 9, 2021 Author Share Posted January 31, 2021 On 1/28/2021 at 12:37 AM, botka4aet said: https://github.com/rathena/rathena/blob/1e3d77785301df63939a2d1bafd4f97c2dc35f29/src/map/status.cpp#L2975 Im still confused, does that mean the renewal will work on pre re? Quote Link to comment Share on other sites More sharing options...
Question
aferny
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.