Turns off the highlight on the specified tile, if highlighted by ClientOp.highlightTileOn.
The coordinate of the tile in a bitpacked form. Integer.
The highlight channel. Positive integer.
Flag to use source coordinates instead of world coordinates.
-- Disables the highlight of the tile directly below the playerosrs.ClientOp.highlightTileOff(osrs.ClientOp.coord():toBitPacked(), 6, true) Copy
-- Disables the highlight of the tile directly below the playerosrs.ClientOp.highlightTileOff(osrs.ClientOp.coord():toBitPacked(), 6, true)
Turns off the highlight on the specified tile, if highlighted by ClientOp.highlightTileOn.