Humble_Bee Posted November 30, 2019 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
0 cherryeury Posted November 30, 2019 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
0 Mabuhay Posted December 1, 2019 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
-3 Ukiram Posted November 30, 2019 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
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!
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.