From 6657ad3d140b5d27835e29b88d87e0a0e3b49321 Mon Sep 17 00:00:00 2001 From: Sebastiaan Vanspauwen Date: Fri, 7 Sep 2018 16:06:49 +0200 Subject: [PATCH 1/2] Worldmap: Added Weiss and Troll Stronghold teleports --- .../plugins/worldmap/TeleportLocationData.java | 4 +++- .../plugins/worldmap/icy_basalt_teleport_icon.png | Bin 0 -> 198 bytes .../worldmap/stony_basalt_teleport_icon.png | Bin 0 -> 198 bytes 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 runelite-client/src/main/resources/net/runelite/client/plugins/worldmap/icy_basalt_teleport_icon.png create mode 100644 runelite-client/src/main/resources/net/runelite/client/plugins/worldmap/stony_basalt_teleport_icon.png diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/TeleportLocationData.java b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/TeleportLocationData.java index 2b722e49ab..915bb211a5 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/TeleportLocationData.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/TeleportLocationData.java @@ -125,7 +125,9 @@ enum TeleportLocationData RELLEKKKA_LYRE(TeleportType.OTHER, "Enchanted Lyre", "Rellekka", new WorldPoint(2664, 3643, 0), "enchanted_lyre_teleport_icon.png"), WATERBIRTH_ISLAND_LYRE(TeleportType.OTHER, "Enchanted Lyre", "Waterbirth Island", new WorldPoint(2550, 3756, 0), "enchanted_lyre_teleport_icon.png"), NEITIZNOT_LYRE(TeleportType.OTHER, "Enchanted Lyre", "Neitiznot", new WorldPoint(2336, 3801, 0), "enchanted_lyre_teleport_icon.png"), - JATIZSO_LYRE(TeleportType.OTHER, "Enchanted Lyre", "Jatizso", new WorldPoint(2409, 3809, 0), "enchanted_lyre_teleport_icon.png"), + JATIZSO_LYRE(TeleportType.OTHER, "Enchanted Lyre", "Jatizso", new WorldPoint(2409, 3809, 0), "enchanted_lyre_teleport_icon.png"), + WEISS_ICY_BASALT(TeleportType.OTHER, "Icy Basalt", "Weiss", new WorldPoint(2846, 3940, 0), "icy_basalt_teleport_icon.png"), + TROLL_STRONGHOLD_STONY_BASALT(TeleportType.OTHER, "Stony Basalt", "Troll Stronghold", new WorldPoint(2838, 3693, 0), "stony_basalt_teleport_icon.png"), // Wilderness OBELISK_13(TeleportType.OTHER, "Obelisk", "13", new WorldPoint(3156, 3620, 0), "obelisk_icon.png"), diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/worldmap/icy_basalt_teleport_icon.png b/runelite-client/src/main/resources/net/runelite/client/plugins/worldmap/icy_basalt_teleport_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..406d2c2274adc32c10f13a3c63922ddaa095a75c GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^{2gTe~DWM4fG_pU( literal 0 HcmV?d00001 diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/worldmap/stony_basalt_teleport_icon.png b/runelite-client/src/main/resources/net/runelite/client/plugins/worldmap/stony_basalt_teleport_icon.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3d93f99576cb4d8b4d86263a6b0b56053f76c1 GIT binary patch literal 198 zcmeAS@N?(olHy`uVBq!ia0vp^{2jNFkwX6bE^f%c10p%D=g8YIR9G=}s19D&3|3=lXIB*MbP zx`1JV5U)s+v4hd0#+Qu_magI#4T_xw4!h`Vy&-W#K%|({kj0yG_YMgwZ36>IZfR+0 qsm3kM4FWe(5*M80*!^G|GehuPo+V{RUO5BpVeoYIb6Mw<&;$U-9yyT! literal 0 HcmV?d00001 From 599601d3ad35c6cac043960dea74229161015d23 Mon Sep 17 00:00:00 2001 From: Sebastiaan Vanspauwen Date: Fri, 7 Sep 2018 17:42:17 +0200 Subject: [PATCH 2/2] Worldmap: Fixed Ape Atoll Arceuus Location --- .../runelite/client/plugins/worldmap/TeleportLocationData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/TeleportLocationData.java b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/TeleportLocationData.java index 915bb211a5..4fae15de66 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/TeleportLocationData.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/worldmap/TeleportLocationData.java @@ -68,7 +68,7 @@ enum TeleportLocationData HARMONY_ISLAND(TeleportType.ARCEUUS_MAGIC, "Harmony Island", 65, new WorldPoint(3797, 2866, 0), "harmony_island_teleport_icon.png"), CEMETERY(TeleportType.ARCEUUS_MAGIC, "Cemetery", 71, new WorldPoint(2978, 3763, 0), "cemetery_teleport_icon.png"), BARROWS(TeleportType.ARCEUUS_MAGIC, "Barrows", 83, new WorldPoint(3565, 3315, 0), "barrows_teleport_icon.png"), - APE_ATOLL_ARCEUUS(TeleportType.ARCEUUS_MAGIC, "Ape Atoll", 90, new WorldPoint(2771, 9102, 0), "ape_atoll_teleport_icon_arceuus.png"), + APE_ATOLL_ARCEUUS(TeleportType.ARCEUUS_MAGIC, "Ape Atoll", 90, new WorldPoint(2770, 2703, 0), "ape_atoll_teleport_icon_arceuus.png"), // Jewellery BARBARIAN_ASSAULT(TeleportType.JEWELLERY, "Games Necklace" , "Barbarian Assault", new WorldPoint(2520, 3571, 0), "games_necklace_teleport_icon.png"),