Turns off the highlight for the specified NPC.
The id of the npc to turn the highlight off for. Integer.
Server cycle that this NPC was created on - obtained by ClientOp.npcCreationCycle. Integer.
The channel of the highlight category to use [1-32]. Positive Integer.
id = osrs.ClientOp.getNpcIdByName("Brugsen Bursen")osrs.ClientOp.highlightNpcOff(id, osrs.ClientOp.npcCreationCycle(id), 6) Copy
id = osrs.ClientOp.getNpcIdByName("Brugsen Bursen")osrs.ClientOp.highlightNpcOff(id, osrs.ClientOp.npcCreationCycle(id), 6)
Turns off the highlight for the specified NPC.