Gets the current fine coordinates of the specified player.
id of the npc.
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) Copy
local playerFineCoord = osrs.ClientOp.playerCoordFine(id)osrs.printf("Player Fine Coord - X: %d, Y: %d, Z: %d", playerFineCoord.x, playerFineCoord.y, fineCoord.z)
Gets the current fine coordinates of the specified player.