OSRS Plugin API
    Preparing search index...

    Function highlightNpcTypeOff

    • Turns off highlighting of the specified npc type.

      Parameters

      • typeId: number

        The type of highlight to turn off the highlight. Integer.

      • channelId: number

        The highlight channel to use [1-32]. Positive Integer.

      Returns void

      -- Disables highlighting pirates in Brimhaven
      osrs.ClientOp.highlightNpcTypeOff(522, 12)