From f71860fc6abd03950a36fced12af16bb7ff93a80 Mon Sep 17 00:00:00 2001 From: David Date: Thu, 8 Aug 2019 10:16:31 +0100 Subject: [PATCH 1/3] ge: Add item limits for redwood and celastrus seeds/saplings (#9476) --- .../client/plugins/grandexchange/ge_limits.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/resources/net/runelite/client/plugins/grandexchange/ge_limits.json b/runelite-client/src/main/resources/net/runelite/client/plugins/grandexchange/ge_limits.json index 2aa2e9a867..ee0666ceb7 100644 --- a/runelite-client/src/main/resources/net/runelite/client/plugins/grandexchange/ge_limits.json +++ b/runelite-client/src/main/resources/net/runelite/client/plugins/grandexchange/ge_limits.json @@ -3464,5 +3464,13 @@ "23517": 100, "23522": 70, "23525": 4, - "23528": 70 + "23528": 70, + "22856": 200, + "22859": 200, + "22866": 200, + "22869": 200, + "22871": 200, + "22877": 200, + "22879": 200, + "22935": 12000 } From 21a188730b3829f2ce64d30bf49f10f3bf50efac Mon Sep 17 00:00:00 2001 From: tortuga69 <37732477+tortuga69@users.noreply.github.com> Date: Thu, 8 Aug 2019 02:20:56 -0700 Subject: [PATCH 2/3] Add support for Trollweiss Mountain Cave agility shortcut (#9543) --- .../main/java/net/runelite/client/game/AgilityShortcut.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/game/AgilityShortcut.java b/runelite-client/src/main/java/net/runelite/client/game/AgilityShortcut.java index f09ab41217..18ecce9f0d 100644 --- a/runelite-client/src/main/java/net/runelite/client/game/AgilityShortcut.java +++ b/runelite-client/src/main/java/net/runelite/client/game/AgilityShortcut.java @@ -65,7 +65,9 @@ public enum AgilityShortcut // Asgarnian Ice Dungeon STEPS, // Fossil Island Wyvern Cave - STAIRS_31485), + STAIRS_31485, + // Trollweiss Mountain Cave + ROCKY_HANDHOLDS, ROCKY_HANDHOLDS_19847), BRIMHAVEN_DUNGEON_MEDIUM_PIPE_RETURN(1, "Pipe Squeeze", null, new WorldPoint(2698, 9491, 0), PIPE_21727), BRIMHAVEN_DUNGEON_PIPE_RETURN(1, "Pipe Squeeze", null, new WorldPoint(2655, 9573, 0), PIPE_21728), BRIMHAVEN_DUNGEON_STEPPING_STONES_RETURN(1, "Pipe Squeeze", null, STEPPING_STONE_21739), From 26855079fe3839164d8b20fb3c555c0f20bbd9f1 Mon Sep 17 00:00:00 2001 From: Maxwell Chow Date: Thu, 8 Aug 2019 03:47:00 -0700 Subject: [PATCH 3/3] discord: Fix spelling errors in Discord status locations (#9615) --- .../runelite/client/plugins/discord/DiscordGameEventType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/discord/DiscordGameEventType.java b/runelite-client/src/main/java/net/runelite/client/plugins/discord/DiscordGameEventType.java index f877599ebc..01b6271c2d 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/discord/DiscordGameEventType.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/discord/DiscordGameEventType.java @@ -183,7 +183,7 @@ enum DiscordGameEventType DUNGEON_GRAND_TREE_TUNNELS("Grand Tree Tunnels", DiscordAreaType.DUNGEONS, 9882), DUNGEON_HAM("H.A.M Dungeon", DiscordAreaType.DUNGEONS, 12694, 10321), DUNGEON_IORWERTH("Iorwerth Dungeon", DiscordAreaType.DUNGEONS, 12738, 12993, 12994), - DUNGEON_JATIZSO_MINES("Jatizo Mines", DiscordAreaType.DUNGEONS, 9631), + DUNGEON_JATIZSO_MINES("Jatizso Mines", DiscordAreaType.DUNGEONS, 9631), DUNGEON_JIGGIG_BURIAL_TOMB("Jiggig Burial Tomb", DiscordAreaType.DUNGEONS, 9875, 9874), DUNGEON_JOGRE("Jogre Dungeon", DiscordAreaType.DUNGEONS, 11412), DUNGEON_KARAMJA_VOLCANO("Karamja Volcano", DiscordAreaType.DUNGEONS, 11413, 11414), @@ -223,7 +223,7 @@ enum DiscordGameEventType DUNGEON_WATERFALL("Waterfall Dungeon", DiscordAreaType.DUNGEONS, 10394), DUNGEON_WHITE_WOLF_MOUNTAIN_CAVES("White Wolf Mountain Caves", DiscordAreaType.DUNGEONS, 11418, 11419, 11675), DUNGEON_WITCHAVEN_SHRINE("Witchhaven Shrine Dungeon", DiscordAreaType.DUNGEONS, 10903), - DUNGEON_YANILLE_AGILITY("Yanile Agility Dungeon", DiscordAreaType.DUNGEONS, 10388), + DUNGEON_YANILLE_AGILITY("Yanille Agility Dungeon", DiscordAreaType.DUNGEONS, 10388), DUNGEON_MOTHERLODE_MINE("Motherlode Mine", DiscordAreaType.DUNGEONS, 14679, 14680, 14681, 14935, 14936, 14937, 15191, 15192, 15193), // Minigames