Jump to content
  • 0

Formulas for Core Stats


Question

Posted

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

  • 0
Posted (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 by cherryeury
forgot to add script code window
  • Upvote 1
  • 0
Posted
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.

  • -3
Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...