Returns the level calculated from XP of the specified stat. If stats were not transmitted yet, returns -1.
Id of the stat to query.
Calculated actual level of the specified stat based on XP.
osrs.printf("Base %s Level: %d", "Strength", osrs.ClientState.getStatBaseLevel(2)) Copy
osrs.printf("Base %s Level: %d", "Strength", osrs.ClientState.getStatBaseLevel(2))
Returns the level calculated from XP of the specified stat. If stats were not transmitted yet, returns -1.