Gets the unique server creation cycle for the npc, used as unique identifiers in functions like ClientOp.highlightNpcOn
id of the npc.
the server creation cycle.
idList = osrs.ClientOp.getNpcIdAll()for index, id in pairs(idList) do osrs.ClientOp.highlightNpcOn(id, osrs.ClientOp.npcCreationCycle(id), 6);end Copy
idList = osrs.ClientOp.getNpcIdAll()for index, id in pairs(idList) do osrs.ClientOp.highlightNpcOn(id, osrs.ClientOp.npcCreationCycle(id), 6);end
Gets the unique server creation cycle for the npc, used as unique identifiers in functions like ClientOp.highlightNpcOn