Add fairy ring plugin
Displays location of fairy ring destination on the fairy ring ui.
This commit is contained in:
@@ -26,6 +26,8 @@ package net.runelite.api.widgets;
|
||||
|
||||
public class WidgetID
|
||||
{
|
||||
public static final int FAIRY_RING_CODE_GROUP_ID = 381;
|
||||
public static final int FAIRY_RING_GROUP_ID = 398;
|
||||
public static final int LOGOUT_PANEL_ID = 182;
|
||||
public static final int BANK_GROUP_ID = 12;
|
||||
public static final int BANK_INVENTORY_GROUP_ID = 15;
|
||||
@@ -396,4 +398,20 @@ public class WidgetID
|
||||
static final int WIDGET = 1;
|
||||
static final int BOTTOM_BAR = 14;
|
||||
}
|
||||
|
||||
static class FairyRing
|
||||
{
|
||||
static final int LEFT_ORB_CLOCKWISE = 19;
|
||||
static final int LEFT_ORB_COUNTER_CLOCKWISE = 20;
|
||||
static final int MIDDLE_ORB_CLOCKWISE = 21;
|
||||
static final int MIDDLE_ORB_COUNTER_CLOCKWISE = 22;
|
||||
static final int RIGHT_ORB_CLOCKWISE = 23;
|
||||
static final int RIGHT_ORB_COUNTER_CLOCKWISE = 24;
|
||||
static final int TELEPORT_BUTTON = 26;
|
||||
}
|
||||
|
||||
static class FairyRingCode
|
||||
{
|
||||
static final int FAIRY_QUEEN_HIDEOUT = 139;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user