Skip to content

Commit

Permalink
Merge pull request #69 from larsvansoest/bug/pharao-scepter
Browse files Browse the repository at this point in the history
Bug/pharao scepter
  • Loading branch information
larsvansoest committed Apr 28, 2022
2 parents f9e91d9 + 1812eb2 commit cd82a7d
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Emote Clue Items v4.0.0 [![Plugin Installs](http://img.shields.io/endpoint?url=https://i.pluginhub.info/shields/installs/plugin/emote-clue-items&label=Active%20installs)](https://runelite.net/plugin-hub/Lars%20van%20Soest)
## Emote Clue Items v4.0.1 [![Plugin Installs](http://img.shields.io/endpoint?url=https://i.pluginhub.info/shields/installs/plugin/emote-clue-items&label=Active%20installs)](https://runelite.net/plugin-hub/Lars%20van%20Soest)

Emote Clue Items is a RuneLite plugin which highlights items required for emote clue steps and provides a user-friendly
item collection log with STASHUnit integration.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
mavenCentral()
}

def runeLiteVersion = '1.8.18.2'
def runeLiteVersion = '1.8.18.4'

dependencies {
compileOnly group: 'net.runelite', name: 'client', version: runeLiteVersion
Expand All @@ -24,7 +24,7 @@ dependencies {
}

group = 'com.larsvansoest.runelite'
version = '4.0.0'
version = '4.0.1'
sourceCompatibility = '1.8'

tasks.withType(JavaCompile) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ protected void startUp()
this.itemManager,
this::onStashUnitFilledChanged,
"Emote Clue Items",
"v4.0.0",
"v4.0.1",
"https://github.com/larsvansoest/emote-clue-items"
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* Source: https://github.com/runelite/runelite/tree/master/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues
* </p>
* <p>
* Maintained up to d129c49.
* Maintained up to af5ae4a.
* To check for any updates, see https://github.com/runelite/runelite/commits/master/runelite-client/src/main/java/net/runelite/client/plugins/cluescrolls/clues/EmoteClue.java
* </p>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,24 @@ public enum EmoteClueItem implements ItemRequirement
OAK_SHORTBOW("Oak shortbow", ItemID.OAK_SHORTBOW),
OBSIDIAN_CAPE("Obsidian cape", ItemID.OBSIDIAN_CAPE),
ORANGE_BOATER("Orange boater", ItemID.ORANGE_BOATER),
PHARAOHS_SCEPTRE_1("Pharaohs sceptre 1", ItemID.PHARAOHS_SCEPTRE_1),
PHARAOHS_SCEPTRE_2("Pharaohs sceptre 2", ItemID.PHARAOHS_SCEPTRE_2),
PHARAOHS_SCEPTRE_3("Pharaohs sceptre 3", ItemID.PHARAOHS_SCEPTRE_3),
PHARAOHS_SCEPTRE_4("Pharaohs sceptre 4", ItemID.PHARAOHS_SCEPTRE_4),
PHARAOHS_SCEPTRE_5("Pharaohs sceptre 5", ItemID.PHARAOHS_SCEPTRE_5),
PHARAOHS_SCEPTRE_6("Pharaohs sceptre 6", ItemID.PHARAOHS_SCEPTRE_6),
PHARAOHS_SCEPTRE_7("Pharaohs sceptre 7", ItemID.PHARAOHS_SCEPTRE_7),
PHARAOHS_SCEPTRE_8("Pharaohs sceptre 8", ItemID.PHARAOHS_SCEPTRE_8),
PHARAOHS_SCEPTRE_13074("Pharaohs sceptre 13074", ItemID.PHARAOHS_SCEPTRE_13074),
PHARAOHS_SCEPTRE_13075("Pharaohs sceptre 13075", ItemID.PHARAOHS_SCEPTRE_13075),
PHARAOHS_SCEPTRE_13076("Pharaohs sceptre 13076", ItemID.PHARAOHS_SCEPTRE_13076),
PHARAOHS_SCEPTRE_13077("Pharaohs sceptre 13077", ItemID.PHARAOHS_SCEPTRE_13077),
PHARAOHS_SCEPTRE_13078("Pharaohs sceptre 13078", ItemID.PHARAOHS_SCEPTRE_13078),
PHARAOHS_SCEPTRE_16176("Pharaohs sceptre 16176", ItemID.PHARAOHS_SCEPTRE_16176),
PHARAOHS_SCEPTRE_21445("Pharaohs sceptre 21445", ItemID.PHARAOHS_SCEPTRE_21445),
PHARAOHS_SCEPTRE_21446("Pharaohs sceptre 21446", ItemID.PHARAOHS_SCEPTRE_21446),
PHARAOHS_SCEPTRE_26948("Pharaohs sceptre 26950", ItemID.PHARAOHS_SCEPTRE_26948),
PHARAOHS_SCEPTRE_26950("Pharaohs sceptre 26950", ItemID.PHARAOHS_SCEPTRE_26950),
PHARAOHS_SCEPTRE_9045("Pharaohs sceptre 9045", ItemID.PHARAOHS_SCEPTRE_9045),
PHARAOHS_SCEPTRE_9046("Pharaohs sceptre 9046", ItemID.PHARAOHS_SCEPTRE_9046),
PHARAOHS_SCEPTRE_9047("Pharaohs sceptre 9047", ItemID.PHARAOHS_SCEPTRE_9047),
PHARAOHS_SCEPTRE_9048("Pharaohs sceptre 9048", ItemID.PHARAOHS_SCEPTRE_9048),
PHARAOHS_SCEPTRE_9049("Pharaohs sceptre 9049", ItemID.PHARAOHS_SCEPTRE_9049),
PHARAOHS_SCEPTRE_9050("Pharaohs sceptre 9050", ItemID.PHARAOHS_SCEPTRE_9050),
PHARAOHS_SCEPTRE_9051("Pharaohs sceptre 9051", ItemID.PHARAOHS_SCEPTRE_9051),
PHARAOHS_SCEPTRE_UNCHARGED("Pharaohs sceptre uncharged", ItemID.PHARAOHS_SCEPTRE_UNCHARGED),
PHARAOHS_SCEPTRE("Pharaohs sceptre", ItemID.PHARAOHS_SCEPTRE),
PINK_BOATER("Pink boater", ItemID.PINK_BOATER),
PINK_HEADBAND("Pink headband", ItemID.PINK_HEADBAND),
Expand Down Expand Up @@ -926,15 +936,25 @@ public enum EmoteClueItem implements ItemRequirement
),
ANY_PHARAOHS_SCEPTRE("Pharaoh's sceptre",
false,
EmoteClueItem.PHARAOHS_SCEPTRE,
EmoteClueItem.PHARAOHS_SCEPTRE_1,
EmoteClueItem.PHARAOHS_SCEPTRE_2,
EmoteClueItem.PHARAOHS_SCEPTRE_3,
EmoteClueItem.PHARAOHS_SCEPTRE_4,
EmoteClueItem.PHARAOHS_SCEPTRE_5,
EmoteClueItem.PHARAOHS_SCEPTRE_6,
EmoteClueItem.PHARAOHS_SCEPTRE_7,
EmoteClueItem.PHARAOHS_SCEPTRE_8
EmoteClueItem.PHARAOHS_SCEPTRE_13074,
EmoteClueItem.PHARAOHS_SCEPTRE_13075,
EmoteClueItem.PHARAOHS_SCEPTRE_13076,
EmoteClueItem.PHARAOHS_SCEPTRE_13077,
EmoteClueItem.PHARAOHS_SCEPTRE_13078,
EmoteClueItem.PHARAOHS_SCEPTRE_16176,
EmoteClueItem.PHARAOHS_SCEPTRE_21445,
EmoteClueItem.PHARAOHS_SCEPTRE_21446,
EmoteClueItem.PHARAOHS_SCEPTRE_26948,
EmoteClueItem.PHARAOHS_SCEPTRE_26950,
EmoteClueItem.PHARAOHS_SCEPTRE_9045,
EmoteClueItem.PHARAOHS_SCEPTRE_9046,
EmoteClueItem.PHARAOHS_SCEPTRE_9047,
EmoteClueItem.PHARAOHS_SCEPTRE_9048,
EmoteClueItem.PHARAOHS_SCEPTRE_9049,
EmoteClueItem.PHARAOHS_SCEPTRE_9050,
EmoteClueItem.PHARAOHS_SCEPTRE_9051,
EmoteClueItem.PHARAOHS_SCEPTRE_UNCHARGED,
EmoteClueItem.PHARAOHS_SCEPTRE
),
ANY_PIRATE_BANDANA("Any pirate bandana", false, EmoteClueItem.PIRATE_BANDANA, EmoteClueItem.PIRATE_BANDANA_7124, EmoteClueItem.PIRATE_BANDANA_7130, EmoteClueItem.PIRATE_BANDANA_7136),
ANY_RUNE_CROSSBOW("Any rune crossbow", false, EmoteClueItem.RUNE_CROSSBOW, EmoteClueItem.RUNE_CROSSBOW_OR),
Expand Down

0 comments on commit cd82a7d

Please sign in to comment.