Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Bug Skull overhead id

Joined
Jan 17, 2017
Messages
312
OSRS
While trying to get a list of overhead ids (mainly skull) using:
Code:
Players.getLocal().getOverheadIcons()
It returns with the ID 0.
Code:
[OverheadIcon(id=0, type=SKULL)]
Read the others are also affected.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
That's not necessarily wrong unless all overhead icons are returning that value.
 
Joined
Nov 4, 2013
Messages
864
I doubt ID 0 is assigned at all to be honest.
Items, NPCs, and Game objects all have the id 0 assigned, and I'm sure most of other definitions have too. ID is basically an index of the definition in the cache.
 
Top