Add tile indicators plugin
Add tile indicators plugin, that will currently highlight the tile player is walking to. It is disabled by default, and have configurable highlighting color. Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -338,6 +338,13 @@ public abstract class RSClientMixin implements RSClient
|
||||
setRSModIcons((RSIndexedSprite[]) modIcons);
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public Point getSceneDestinationLocation()
|
||||
{
|
||||
return new Point(getDestinationX(), getDestinationY());
|
||||
}
|
||||
|
||||
@FieldHook("skillExperiences")
|
||||
@Inject
|
||||
public static void experiencedChanged(int idx)
|
||||
|
||||
Reference in New Issue
Block a user