LoudPacks Posted December 5, 2015 Share 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? Quote Link to comment Share on other sites More sharing options...
Flamezzz Posted December 5, 2015 Share 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 Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted December 5, 2015 Author Share 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. Quote Link to comment Share on other sites More sharing options...
Apaec Posted December 5, 2015 Share Posted December 5, 2015 I don't see it anywhere in the API. that's cus its not part of the api Quote Link to comment Share on other sites More sharing options...
Joseph Posted December 5, 2015 Share 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 Quote Link to comment Share on other sites More sharing options...
Developer Zach Posted December 5, 2015 Developer Share Posted December 5, 2015 player.getSkullIcon() is there, maybe the API docs aren't updated. 1 Quote Link to comment Share on other sites More sharing options...
Extreme Scripts Posted December 5, 2015 Share Posted December 5, 2015 player.getSkullIcon() is there, maybe the API docs aren't updated. When are they ever Quote Link to comment Share on other sites More sharing options...
LoudPacks Posted December 6, 2015 Author Share 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? Quote Link to comment Share on other sites More sharing options...
Developer Zach Posted December 6, 2015 Developer Share 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() Quote Link to comment Share on other sites More sharing options...