From f7040d134b3d822d186616c13144ece65c6de92d Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Mon, 15 Apr 2019 22:20:31 -0700 Subject: [PATCH] clue plugin: Add new coordinate clue descriptions Ref: runelite/runelite#8504 --- .../client/plugins/cluescrolls/clues/CoordinateClue.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/CoordinateClue.java b/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/CoordinateClue.java index ed7bd9ed8b..ff2f7cefce 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/CoordinateClue.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/CoordinateClue.java @@ -80,6 +80,9 @@ public class CoordinateClue extends ClueScroll implements TextClueScroll, Locati .put(new WorldPoint(2735, 3638, 0), "East of Rellekka, north-west of Golden Apple Tree (AJR).") .put(new WorldPoint(2681, 3653, 0), "Rellekka, in the garden of the south-east house.") .put(new WorldPoint(2537, 3881, 0), "Miscellania.") + .put(new WorldPoint(2828, 3234, 0), "Southern coast of Crandor.") + .put(new WorldPoint(1247, 3726, 0), "Just inside the Farming Guild") + .put(new WorldPoint(3770, 3898, 0), "On the small island north-east of Fossil Island's mushroom forest.") // Hard .put(new WorldPoint(2209, 3161, 0), "North-east of Tyras Camp.") .put(new WorldPoint(2181, 3206, 0), "South of Elf Camp.") @@ -129,6 +132,9 @@ public class CoordinateClue extends ClueScroll implements TextClueScroll, Locati .put(new WorldPoint(3039, 3960, 0), "Wilderness. Pirates' Hideout.") .put(new WorldPoint(2987, 3963, 0), "Wilderness. West of Wilderness Agility Course.") .put(new WorldPoint(3189, 3963, 0), "Wilderness. North of Resource Area, near magic axe hut.") + .put(new WorldPoint(2341, 3697, 0), "North-east of the Piscatoris Fishing Colony bank.") + .put(new WorldPoint(3143, 3774, 0), "In level 32 Wilderness, by the black chinchompa hunting area.") + .put(new WorldPoint(2992, 3941, 0), "Wilderness Agility Course, past the log balance.") // Elite .put(new WorldPoint(2357, 3151, 0), "Lletya.") .put(new WorldPoint(3587, 3180, 0), "Meiyerditch.") @@ -158,6 +164,8 @@ public class CoordinateClue extends ClueScroll implements TextClueScroll, Locati .put(new WorldPoint(3188, 3933, 0), "Wilderness. Resource Area.") .put(new WorldPoint(2997, 3953, 0), "Wilderness. Inside Agility Training Area.") .put(new WorldPoint(3380, 3963, 0), "Wilderness. North of Volcano.") + .put(new WorldPoint(3051, 3736, 0), "East of the Wilderness Obelisk in 28 Wilderness.") + .put(new WorldPoint(2316, 3814, 0), "West of Neitiznot, near the bridge.") // Master .put(new WorldPoint(2178, 3209, 0), "South of Elf Camp.") .put(new WorldPoint(2155, 3100, 0), "South of Port Tyras (BJS).") @@ -185,6 +193,7 @@ public class CoordinateClue extends ClueScroll implements TextClueScroll, Locati .put(new WorldPoint(3188, 3939, 0), "Wilderness. Resource Area.") .put(new WorldPoint(3304, 3941, 0), "Wilderness. East of Rogues' Castle.") .put(new WorldPoint(2994, 3961, 0), "Wilderness. Inside Agility Training Area.") + .put(new WorldPoint(1248, 3751, 0), "In the north wing of the Farming Guild.") .build(); private final String text;