Set default offset to center of tile for arrows

Set default offset of the hint arrow to center of tile like type 2 of
the hint arrow does by default in runescape-client.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-04-09 00:56:27 +02:00
committed by Adam
parent 8615a0ad5d
commit 5aba4ea448
2 changed files with 10 additions and 0 deletions

View File

@@ -595,6 +595,12 @@ public interface RSClient extends RSGameEngine, Client
@Import("hintArrowY")
int getHintArrowY();
@Import("hintArrowOffsetX")
void setHintArrowOffsetX(int value);
@Import("hintArrowOffsetY")
void setHintArrowOffsetY(int value);
@Import("hintArrowNpcTargetIdx")
void setHintArrowNpcTargetIdx(int value);