LoudPacks Posted December 5, 2015 Posted December 5, 2015 How do I check if another player is skulled. I want to use headIcons but you can only check headIcons on NPCs. What do?
Flamezzz Posted December 5, 2015 Posted December 5, 2015 (edited) 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, 2015 by Flamezzz
LoudPacks Posted December 5, 2015 Author Posted December 5, 2015 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.
Apaec Posted December 5, 2015 Posted December 5, 2015 I don't see it anywhere in the API. that's cus its not part of the api
Joseph Posted December 5, 2015 Posted December 5, 2015 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
Developer Zach Posted December 5, 2015 Developer Posted December 5, 2015 player.getSkullIcon() is there, maybe the API docs aren't updated. 1
Extreme Scripts Posted December 5, 2015 Posted December 5, 2015 player.getSkullIcon() is there, maybe the API docs aren't updated. When are they ever
LoudPacks Posted December 6, 2015 Author Posted December 6, 2015 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?
Developer Zach Posted December 6, 2015 Developer Posted December 6, 2015 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()