• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] ScalingStatDistribution and ScalingStatValue

Status
Not open for further replies.

Barebones

BETA Tester
I'm trying to find a list or some sort of guide showing the values or if I put in X number then Y will happen. This has to deal with heirlooms / creating custom heirlooms.
 

Laurea

Enthusiast
I doubt somebody has made a guide for custom heirblooms, but this and this should be able to help you. You can also try looking at the core to see how those values are handled.
 

Laurea

Enthusiast
The +0x4 means that column starts at the fifth byte, the size 0x4 means it's four bytes long. If you're using Taliis, ScalingStatDistribution columns are as such:
0 = m_ID
1-10 = m_statID
11-20 = m_bonus
21 = m_maxlevel

For ScalingStatValues, you can just divide the +0x?? by four to get the column number. Remember to convert from hex to decimal. :smile:

Sorry for taking so long to reply, btw. Got distracted by food and desserts. :tongue:
 
Last edited:
Status
Not open for further replies.
Top