OSRS Plugin API
    Preparing search index...

    Function getStatEffectiveLevel

    • Returns the current effective level of the specified stat. If stats were not transmitted yet, returns -1.

      Parameters

      • statId: number

        Id of the stat to query.

      Returns number

      Current effective level of the specified stat.

      osrs.printf("Effective %s Level: %d", "Strength", osrs.ClientState.getStatEffectiveLevel(2))