Returns the current effective level of the specified stat. If stats were not transmitted yet, returns -1.
Id of the stat to query.
Current effective level of the specified stat.
osrs.printf("Effective %s Level: %d", "Strength", osrs.ClientState.getStatEffectiveLevel(2)) Copy
osrs.printf("Effective %s Level: %d", "Strength", osrs.ClientState.getStatEffectiveLevel(2))
Returns the current effective level of the specified stat. If stats were not transmitted yet, returns -1.