December 5, 201510 yr How do I check if another player is skulled. I want to use headIcons but you can only check headIcons on NPCs. What do?
December 5, 201510 yr Previously it was player.accessor.getSkullIcon() != -1 but I think getSkullIcon was added to Player recently, so you could use that as well. Edited December 5, 201510 yr by Flamezzz
December 5, 201510 yr Author Previously it was player.accessor.getSkullIcon() != -1 but I think getSkullIcon was added to Player recently, so you could use that as well. I don't see it anywhere in the API.
December 5, 201510 yr Version 2.4.3 - 16 November 2015 -Added proxy manager to booter -Improved AccountSelector -Added Player overhead icons i guess its only the icons that were added
December 5, 201510 yr Administrator player.getSkullIcon() is there, maybe the API docs aren't updated.
December 5, 201510 yr player.getSkullIcon() is there, maybe the API docs aren't updated. When are they ever
December 6, 201510 yr Author player.getSkullIcon() is there, maybe the API docs aren't updated. Any way I can get that method, maybe posted here, so I can add it to the API I use?
December 6, 201510 yr Administrator Any way I can get that method, maybe posted here, so I can add it to the API I use? It's exactly what you quoted. The more specific version: org.osbot.rs07.api.model.Player.getSkullIcon()
Create an account or sign in to comment