Jump to content
  • 0

Formulas for Core Stats


Humble_Bee

Question


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.03
  • Content Count:  112
  • Reputation:   9
  • Joined:  09/22/19
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  6
  • Reputation:   4
  • Joined:  08/24/19
  • Last Seen:  

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
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  105
  • Topics Per Day:  0.02
  • Content Count:  446
  • Reputation:   229
  • Joined:  03/20/12
  • Last Seen:  

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.

Link to comment
Share on other sites

  • -3

  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.02
  • Content Count:  291
  • Reputation:   26
  • Joined:  12/16/17
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...