Welcome!

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

Sign up now!

Bug OSRS - Resizeable mode minimap can cover Entities and they're still considered visible

Joined
Aug 23, 2015
Messages
1,961
This happens most often when people run resizeable mode with a small screen, but it can also happen with large windows and far away objects.

The OSRS minimap in the top right hand corner will cover an entity, making it un-clickable. isVisible() still returns true for this entity.

This can cause any bot on the store without a failsafe to accommodate a problem like this get stuck until inactivity logout, or indefinitely if the gameobject is still covered upon reloading into the game.
 
Misfits
Joined
Nov 21, 2016
Messages
1,517
This happens most often when people run resizeable mode with a small screen, but it can also happen with large windows and far away objects.

The OSRS minimap in the top right hand corner will cover an entity, making it un-clickable. isVisible() still returns true for this entity.

This can cause any bot on the store without a failsafe to accommodate a problem like this get stuck until inactivity logout, or indefinitely if the gameobject is still covered upon reloading into the game.

Or cause a player to die if they are in a combat region when it happens
 
Joined
Feb 18, 2017
Messages
176
happens on rs3 too, I just slap on a quick hack to fix it but it would be nice if this issue was actually fixed.
 
Joined
May 24, 2016
Messages
1,113
I believe Cloud said this requires quite a bit of work to resolve, but it's something he mentioned was in progress a little while ago. A progress update would be nice as it seems to affect both game modes.
 
Client Developer
Joined
Oct 12, 2015
Messages
3,763
Discussed this several times before, it's pretty unreasonable at the moment for us to put checks in place to avoid this, it'd just be ridiculously heavy.

Basically, until we think of an intelligent way to handle this it's unlikely to change.
 
Top