diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohIcons.java b/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohIcons.java index d9ebe6754b..cd47e2e894 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohIcons.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohIcons.java @@ -54,6 +54,17 @@ public enum PohIcons CARRALLANGAR("carrallangar", CARRALLANGAR_PORTAL, CARRALLANGAR_PORTAL_33437, CARRALLANGAR_PORTAL_33440), CATHERBY("catherby", CATHERBY_PORTAL, CATHERBY_PORTAL_33435, CATHERBY_PORTAL_33438), WEISS("weiss", WEISS_PORTAL, WEISS_PORTAL_37593, WEISS_PORTAL_37605), + APEATOLLDUNGEON("apeatolldungeon", APE_ATOLL_DUNGEON_PORTAL, APE_ATOLL_DUNGEON_PORTAL_37604, APE_ATOLL_DUNGEON_PORTAL_37616), + BARROWS("barrows", BARROWS_PORTAL, BARROWS_PORTAL_37603, BARROWS_PORTAL_37615), + BATTLEFRONT("battlefront", BATTLEFRONT_PORTAL, BATTLEFRONT_PORTAL_37596, BATTLEFRONT_PORTAL_37608), + CEMETERY("cemetery", CEMETERY_PORTAL, CEMETERY_PORTAL_37602, CEMETERY_PORTAL_37614), + DRAYNORMANOR("draynormanor", DRAYNOR_MANOR_PORTAL, DRAYNOR_MANOR_PORTAL_37595, DRAYNOR_MANOR_PORTAL_37607), + FENKENSTRAINSCASTLE("fenkenstrainscastle", FENKENSTRAINS_CASTLE_PORTAL, FENKENSTRAINS_CASTLE_PORTAL_37599, FENKENSTRAINS_CASTLE_PORTAL_37611), + HARMONYISLAND("harmonyisland", HARMONY_ISLAND_PORTAL, HARMONY_ISLAND_PORTAL_37601, HARMONY_ISLAND_PORTAL_37613), + LUMBRIDGEGRAVEYARD("lumbridgegraveyard", LUMBRIDGE_GRAVEYARD_PORTAL, LUMBRIDGE_GRAVEYARD_PORTAL_37594, LUMBRIDGE_GRAVEYARD_PORTAL_37606), + MINDALTAR("mindaltar", MIND_ALTAR_PORTAL, MIND_ALTAR_PORTAL_37597, MIND_ALTAR_PORTAL_37609), + SALVEGRAVEYARD("salvegraveyard", SALVE_GRAVEYARD_PORTAL, SALVE_GRAVEYARD_PORTAL_37598, SALVE_GRAVEYARD_PORTAL_37610), + WESTARDOUGNE("westardougne", WEST_ARDOUGNE_PORTAL, WEST_ARDOUGNE_PORTAL_37600, WEST_ARDOUGNE_PORTAL_37612), ALTAR("altar", ALTAR_13179, ALTAR_13180, ALTAR_13181, ALTAR_13182, ALTAR_13183, ALTAR_13184, ALTAR_13185, ALTAR_13186, ALTAR_13187, ALTAR_13188, ALTAR_13189, ALTAR_13190, ALTAR_13191, ALTAR_13192, ALTAR_13193, ALTAR_13194, diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohOverlay.java b/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohOverlay.java index b9870ff737..717071b866 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohOverlay.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/poh/PohOverlay.java @@ -44,8 +44,11 @@ public class PohOverlay extends Overlay { PohIcons.LUMBRIDGE, PohIcons.FALADOR, PohIcons.VARROCK, PohIcons.CAMELOT, PohIcons.ARDOUGNE, PohIcons.YANILLE, PohIcons.LUNARISLE, PohIcons.WATERBIRTH, PohIcons.FISHINGGUILD, - PohIcons.SENNTISTEN, PohIcons.KHARYLL, PohIcons.ANNAKARL, PohIcons.KOUREND, PohIcons.MARIM, PohIcons.TROLLSTRONGHOLD, PohIcons.CARRALLANGAR, PohIcons.CATHERBY, PohIcons.WEISS, PohIcons.GHORROCK - + PohIcons.SENNTISTEN, PohIcons.KHARYLL, PohIcons.ANNAKARL, PohIcons.KOUREND, PohIcons.MARIM, + PohIcons.TROLLSTRONGHOLD, PohIcons.CARRALLANGAR, PohIcons.CATHERBY, PohIcons.WEISS, PohIcons.GHORROCK, + PohIcons.APEATOLLDUNGEON, PohIcons.BARROWS, PohIcons.BATTLEFRONT, PohIcons.CEMETERY, PohIcons.DRAYNORMANOR, + PohIcons.FENKENSTRAINSCASTLE, PohIcons.HARMONYISLAND, PohIcons.LUMBRIDGEGRAVEYARD, PohIcons.MINDALTAR, PohIcons.SALVEGRAVEYARD, + PohIcons.WESTARDOUGNE, }; private static final int MAX_DISTANCE = 2350; diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/apeatolldungeon.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/apeatolldungeon.png new file mode 100644 index 0000000000..b83aa0bc08 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/apeatolldungeon.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/barrows.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/barrows.png new file mode 100644 index 0000000000..696c1a0cf6 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/barrows.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/battlefront.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/battlefront.png new file mode 100644 index 0000000000..696c1a0cf6 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/battlefront.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/cemetery.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/cemetery.png new file mode 100644 index 0000000000..64d5571c15 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/cemetery.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/draynormanor.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/draynormanor.png new file mode 100644 index 0000000000..5ade949f89 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/draynormanor.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/fenkenstrainscastle.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/fenkenstrainscastle.png new file mode 100644 index 0000000000..06cca2eac1 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/fenkenstrainscastle.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/harmonyisland.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/harmonyisland.png new file mode 100644 index 0000000000..01e32ea4b4 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/harmonyisland.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/lumbridgegraveyard.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/lumbridgegraveyard.png new file mode 100644 index 0000000000..4c8a1578e2 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/lumbridgegraveyard.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/mindaltar.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/mindaltar.png new file mode 100644 index 0000000000..4c8936f022 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/mindaltar.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/salvegraveyard.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/salvegraveyard.png new file mode 100644 index 0000000000..9dc9a999d5 Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/salvegraveyard.png differ diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/poh/westardougne.png b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/westardougne.png new file mode 100644 index 0000000000..c40f91499b Binary files /dev/null and b/runelite-client/src/main/resources/net/runelite/client/plugins/poh/westardougne.png differ