Update Widget IDs to 2019-10-17-rev182
This commit is contained in:
committed by
Max Weber
parent
6bb868cf1b
commit
a0eedbe39f
@@ -735,11 +735,11 @@ public class WidgetID
|
||||
|
||||
static class Pvp
|
||||
{
|
||||
static final int BOUNTY_HUNTER_INFO = 18;
|
||||
static final int KILLDEATH_RATIO = 15;
|
||||
static final int SKULL_CONTAINER = 61;
|
||||
static final int SAFE_ZONE = 63;
|
||||
static final int WILDERNESS_LEVEL = 66; // this can also be the Deadman Mode "Protection" text
|
||||
static final int BOUNTY_HUNTER_INFO = 6;
|
||||
static final int KILLDEATH_RATIO = 33;
|
||||
static final int SKULL_CONTAINER = 53;
|
||||
static final int SAFE_ZONE = 55;
|
||||
static final int WILDERNESS_LEVEL = 57; // this can also be the Deadman Mode "Protection" text
|
||||
}
|
||||
|
||||
static class KourendFavour
|
||||
|
||||
@@ -50,7 +50,6 @@ public class WidgetOverlay extends Overlay
|
||||
.put(WidgetInfo.PEST_CONTROL_INFO, OverlayPosition.TOP_LEFT)
|
||||
.put(WidgetInfo.ZEAH_MESS_HALL_COOKING_DISPLAY, OverlayPosition.TOP_LEFT)
|
||||
.put(WidgetInfo.PVP_BOUNTY_HUNTER_INFO, OverlayPosition.TOP_RIGHT)
|
||||
.put(WidgetInfo.PVP_KILLDEATH_COUNTER, OverlayPosition.TOP_LEFT)
|
||||
.put(WidgetInfo.SKOTIZO_CONTAINER, OverlayPosition.TOP_LEFT)
|
||||
.put(WidgetInfo.KOUREND_FAVOUR_OVERLAY, OverlayPosition.TOP_CENTER)
|
||||
.put(WidgetInfo.PYRAMID_PLUNDER_DATA, OverlayPosition.TOP_CENTER)
|
||||
|
||||
Reference in New Issue
Block a user