OSRS Plugin API
    Preparing search index...

    Function highlightNpcOff

    • Turns off the highlight for the specified NPC.

      Parameters

      • npcId: number

        The id of the npc to turn the highlight off for. Integer.

      • npcCreationCycle: number

        Server cycle that this NPC was created on - obtained by ClientOp.npcCreationCycle. Integer.

      • highlightChannel: number

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

      Returns void

      id = osrs.ClientOp.getNpcIdByName("Brugsen Bursen")
      osrs.ClientOp.highlightNpcOff(id, osrs.ClientOp.npcCreationCycle(id), 6)