Show opponents hp in menu, your target colored, targeting you *

This commit is contained in:
Lucwousin
2019-10-24 12:01:46 +02:00
parent e5d259d56e
commit e2f8f0af32
8 changed files with 441 additions and 83 deletions

View File

@@ -30,6 +30,7 @@ import net.runelite.mapping.Import;
public interface RSActor extends RSEntity, Actor
{
@Import("targetIndex")
@Override
int getRSInteracting();
// Overhead text

View File

@@ -208,6 +208,10 @@ public interface RSClient extends RSGameShell, Client
@Override
RSPlayer getLocalPlayer();
@Import("localPlayerIndex")
@Override
int getLocalPlayerIndex();
@Import("npcCount")
int getNpcIndexesCount();