Gets the type of of the npc.
the id of the npc.
the type of the specified npc.
-- Highlights all types in the areaidList = osrs.ClientOp.getNpcIdAll()for index, id in pairs(idList) do osrs.ClientOp.highlightNpcTypeOn(osrs.ClientOp.npcTypeId(id), 12)end Copy
-- Highlights all types in the areaidList = osrs.ClientOp.getNpcIdAll()for index, id in pairs(idList) do osrs.ClientOp.highlightNpcTypeOn(osrs.ClientOp.npcTypeId(id), 12)end
Gets the type of of the npc.