Remove investigate menu entry swap
As this was added to official client, it is now unnecessary. Closes #4292 Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -77,17 +77,6 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 4,
|
position = 4,
|
||||||
keyName = "swapCatacombEntrance",
|
|
||||||
name = "Catacomb entrance",
|
|
||||||
description = "Swap Read with Investigate on Catacombs of Kourend entrance"
|
|
||||||
)
|
|
||||||
default boolean swapCatacombEntrance()
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
@ConfigItem(
|
|
||||||
position = 5,
|
|
||||||
keyName = "swapChase",
|
keyName = "swapChase",
|
||||||
name = "Chase",
|
name = "Chase",
|
||||||
description = "Allows to left click your cat to chase"
|
description = "Allows to left click your cat to chase"
|
||||||
@@ -98,7 +87,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 6,
|
position = 5,
|
||||||
keyName = "claimSlime",
|
keyName = "claimSlime",
|
||||||
name = "Claim Slime",
|
name = "Claim Slime",
|
||||||
description = "Swap Talk-to with Claim Slime from Morytania diaries"
|
description = "Swap Talk-to with Claim Slime from Morytania diaries"
|
||||||
@@ -109,7 +98,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 7,
|
position = 6,
|
||||||
keyName = "swapExchange",
|
keyName = "swapExchange",
|
||||||
name = "Exchange",
|
name = "Exchange",
|
||||||
description = "Swap Talk-to with Exchange on NPC<br>Example: Grand Exchange Clerk, Tool Leprechaun, Void Knight"
|
description = "Swap Talk-to with Exchange on NPC<br>Example: Grand Exchange Clerk, Tool Leprechaun, Void Knight"
|
||||||
@@ -120,7 +109,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 8,
|
position = 7,
|
||||||
keyName = "swapFairyRing",
|
keyName = "swapFairyRing",
|
||||||
name = "Fairy ring",
|
name = "Fairy ring",
|
||||||
description = "Swap Zanaris with Last-destination or Configure on Fairy rings"
|
description = "Swap Zanaris with Last-destination or Configure on Fairy rings"
|
||||||
@@ -131,7 +120,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 9,
|
position = 8,
|
||||||
keyName = "swapHarpoon",
|
keyName = "swapHarpoon",
|
||||||
name = "Harpoon",
|
name = "Harpoon",
|
||||||
description = "Swap Cage, Big Net with Harpoon on Fishing spot"
|
description = "Swap Cage, Big Net with Harpoon on Fishing spot"
|
||||||
@@ -142,7 +131,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 10,
|
position = 9,
|
||||||
keyName = "swapHomePortal",
|
keyName = "swapHomePortal",
|
||||||
name = "Home",
|
name = "Home",
|
||||||
description = "Swap Enter with Home or Build or Friend's house on Portal"
|
description = "Swap Enter with Home or Build or Friend's house on Portal"
|
||||||
@@ -153,7 +142,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 11,
|
position = 10,
|
||||||
keyName = "swapPickpocket",
|
keyName = "swapPickpocket",
|
||||||
name = "Pickpocket on H.A.M.",
|
name = "Pickpocket on H.A.M.",
|
||||||
description = "Swap Talk-to with Pickpocket on H.A.M members"
|
description = "Swap Talk-to with Pickpocket on H.A.M members"
|
||||||
@@ -164,7 +153,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 12,
|
position = 11,
|
||||||
keyName = "swapPay",
|
keyName = "swapPay",
|
||||||
name = "Pay",
|
name = "Pay",
|
||||||
description = "Swap Talk-to with Pay on NPC<br>Example: Elstan, Heskel, Fayeth"
|
description = "Swap Talk-to with Pay on NPC<br>Example: Elstan, Heskel, Fayeth"
|
||||||
@@ -175,7 +164,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 13,
|
position = 12,
|
||||||
keyName = "swapBoxTrap",
|
keyName = "swapBoxTrap",
|
||||||
name = "Reset",
|
name = "Reset",
|
||||||
description = "Swap Check with Reset on box trap"
|
description = "Swap Check with Reset on box trap"
|
||||||
@@ -186,7 +175,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 14,
|
position = 13,
|
||||||
keyName = "swapTeleportItem",
|
keyName = "swapTeleportItem",
|
||||||
name = "Teleport item",
|
name = "Teleport item",
|
||||||
description = "Swap Wear, Wield with Rub, Teleport on teleport item<br>Example: Amulet of glory, Ardougne cloak, Chronicle"
|
description = "Swap Wear, Wield with Rub, Teleport on teleport item<br>Example: Amulet of glory, Ardougne cloak, Chronicle"
|
||||||
@@ -197,7 +186,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 15,
|
position = 14,
|
||||||
keyName = "swapAbyssTeleport",
|
keyName = "swapAbyssTeleport",
|
||||||
name = "Teleport to Abyss",
|
name = "Teleport to Abyss",
|
||||||
description = "Swap Talk-to with Teleport for the Mage of Zamorak"
|
description = "Swap Talk-to with Teleport for the Mage of Zamorak"
|
||||||
@@ -208,7 +197,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 16,
|
position = 15,
|
||||||
keyName = "swapTrade",
|
keyName = "swapTrade",
|
||||||
name = "Trade",
|
name = "Trade",
|
||||||
description = "Swap Talk-to with Trade on NPC<br>Example: Shop keeper, Shop assistant"
|
description = "Swap Talk-to with Trade on NPC<br>Example: Shop keeper, Shop assistant"
|
||||||
@@ -219,7 +208,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 17,
|
position = 16,
|
||||||
keyName = "swapTravel",
|
keyName = "swapTravel",
|
||||||
name = "Travel",
|
name = "Travel",
|
||||||
description = "Swap Talk-to with Travel, Take-boat, Pay-fare, Charter on NPC<br>Example: Squire, Monk of Entrana, Customs officer, Trader Crewmember"
|
description = "Swap Talk-to with Travel, Take-boat, Pay-fare, Charter on NPC<br>Example: Squire, Monk of Entrana, Customs officer, Trader Crewmember"
|
||||||
@@ -230,7 +219,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 18,
|
position = 17,
|
||||||
keyName = "swapAssignment",
|
keyName = "swapAssignment",
|
||||||
name = "Assignment",
|
name = "Assignment",
|
||||||
description = "Swap Talk-to with Assignment for Slayer Masters. This will take priority over swapping Trade."
|
description = "Swap Talk-to with Assignment for Slayer Masters. This will take priority over swapping Trade."
|
||||||
@@ -241,7 +230,7 @@ public interface MenuEntrySwapperConfig extends Config
|
|||||||
}
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 19,
|
position = 18,
|
||||||
keyName = "swapDecant",
|
keyName = "swapDecant",
|
||||||
name = "Decant",
|
name = "Decant",
|
||||||
description = "Swap Talk-to with Decant for Bob Barter and Murky Matt at the Grand Exchange."
|
description = "Swap Talk-to with Decant for Bob Barter and Murky Matt at the Grand Exchange."
|
||||||
|
|||||||
@@ -447,10 +447,6 @@ public class MenuEntrySwapperPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
swap("lay", option, target, true);
|
swap("lay", option, target, true);
|
||||||
}
|
}
|
||||||
else if (config.swapCatacombEntrance() && option.equals("read"))
|
|
||||||
{
|
|
||||||
swap("investigate", option, target, true);
|
|
||||||
}
|
|
||||||
else if (config.swapChase() && option.equals("pick-up"))
|
else if (config.swapChase() && option.equals("pick-up"))
|
||||||
{
|
{
|
||||||
swap("chase", option, target, true);
|
swap("chase", option, target, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user