OSRS Plugin API
    Preparing search index...

    Function playerFineCoord

    • Gets the current fine coordinates of the specified player.

      Parameters

      • playerId: number

        id of the npc.

      Returns FineCoord

      the coordinates of the player in a FineCoord class.

      local playerFineCoord = osrs.ClientOp.playerCoordFine(id)
      osrs.printf("Player Fine Coord - X: %d, Y: %d, Z: %d", playerFineCoord.x, playerFineCoord.y, fineCoord.z)