Bring player targeted by hint arrow to front (while not in combat)

This commit is contained in:
Lucwousin
2020-06-27 15:09:15 +02:00
parent d80f6a211c
commit 81542d02a6
2 changed files with 16 additions and 0 deletions

View File

@@ -234,6 +234,9 @@ public interface RSClient extends RSGameShell, Client
@Import("combatTargetPlayerIndex")
int getLocalInteractingIndex();
@Import("combatTargetPlayerIndex")
void setLocalInteractingIndex(int idx);
@Import("groundItems")
RSNodeDeque[][][] getGroundItemDeque();