Humble_Bee Posted November 30, 2019 Group: Members Topic Count: 54 Topics Per Day: 0.03 Content Count: 112 Reputation: 9 Joined: 09/22/19 Last Seen: July 24, 2022 Share Posted November 30, 2019 I've been having trouble finding the formulas for the core stats (str, dex, luk….). Can someone tell me where they are? I'd like to adjust a few (like lowering the hit bonus from luk and etc). Thanks! Quote Link to comment Share on other sites More sharing options...
0 cherryeury Posted November 30, 2019 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 6 Reputation: 4 Joined: 08/24/19 Last Seen: March 24, 2023 Share Posted November 30, 2019 (edited) as far as i remember , its in src/map/status.cpp edit : but if it's seems too hard , maybe just u can just use a script like this OnPCStatCalcEvent: if ( readparam(bDex) >= 1 ) bonus bHit, 1; end; } idk , just my few cents Edited November 30, 2019 by cherryeury forgot to add script code window 1 Quote Link to comment Share on other sites More sharing options...
0 Mabuhay Posted December 1, 2019 Group: Members Topic Count: 105 Topics Per Day: 0.02 Content Count: 446 Reputation: 232 Joined: 03/20/12 Last Seen: October 22, 2020 Share Posted December 1, 2019 8 hours ago, Humble_Bee said: I've been having trouble finding the formulas for the core stats (str, dex, luk….). Can someone tell me where they are? I'd like to adjust a few (like lowering the hit bonus from luk and etc). Thanks! status.cpp.. There are comments in the code as to what it adjusts and etc.. I cannot point it out to you now cuz i am on mobile. I am about to go to work in a bit. Quote Link to comment Share on other sites More sharing options...
-3 Ukiram Posted November 30, 2019 Group: Members Topic Count: 45 Topics Per Day: 0.02 Content Count: 291 Reputation: 27 Joined: 12/16/17 Last Seen: December 19, 2023 Share Posted November 30, 2019 8 minutes ago, Humble_Bee said: I've been having trouble finding the formulas for the core stats (str, dex, luk….). Can someone tell me where they are? I'd like to adjust a few (like lowering the hit bonus from luk and etc). Thanks! find db/pre-re/item_db.txt Quote Link to comment Share on other sites More sharing options...
Question
Humble_Bee
I've been having trouble finding the formulas for the core stats (str, dex, luk….). Can someone tell me where they are? I'd like to adjust a few (like lowering the hit bonus from luk and etc). Thanks!
Link to comment
Share on other sites
3 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.