The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Question regarding status (agi/dex/vit etc) consumption (src)
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
vhan48
Hello everyone,
I'm having a hard time looking for the source code for status point gain consumption modifier (highlighted in green) , so that i can edit the status point gain per level, I've been trying for the code on char.c,char.h,int_status.c,int_status.h,skill.c,and skill.h, but i haven't had any luck on finding the line or i might have looked past it, please guys I need your help. Any,hints, tips,guides regarding this status point src of mine would be very much appreciated. Thanks in advance
*please ignore the "Attack Power" xD*
for those who may ask why,it's because i want to make it a constant value : (Spoiler)
from
Default :
1 = 2
11 = 3
21 = 4
31 = 5
41 = 6
51 = 7
61 = 8
71 = 9
81 = 10
91 = 11
Into
Constant:
1 = 2
11 = 2
21 = 2
31 = 2
41 = 2
51 = 2
61 = 2
71 = 2
81 = 2
91 = 2
*Solved http://rathena.org/board/topic/79916-changing-base-stat-point-counter/
Thank you very much people
Edited by vhan48Link to comment
Share on other sites
0 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.