Skip to content

Commit

Permalink
hiscore: add the royal titans
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Feb 5, 2025
1 parent 552ba8f commit afb2c8c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions runelite-api/src/main/java/net/runelite/api/SpriteID.java
Original file line number Diff line number Diff line change
Expand Up @@ -1833,4 +1833,6 @@ public final class SpriteID
public static final int HISCORE_COLOSSEUM_GLORY = 5862;
public static final int HEALTHBAR_LAST_STAND_FRONT = 5863;
public static final int HEALTHBAR_LAST_STAND_BACK = 5864;
/* Unmapped: 5865~6344 */
public static final int HISCORE_ROYAL_TITANS = 6345;
}
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ public enum HiscoreSkill
THE_CORRUPTED_GAUNTLET("The Corrupted Gauntlet", BOSS, SpriteID.HISCORE_THE_CORRUPTED_GAUNTLET),
THE_HUEYCOATL("The Hueycoatl", BOSS, SpriteID.HISCORE_THE_HUEYCOATL),
THE_LEVIATHAN("The Leviathan", BOSS, SpriteID.HISCORE_THE_LEVIATHAN),
THE_ROYAL_TITANS("The Royal Titans", BOSS, SpriteID.HISCORE_ROYAL_TITANS),
THE_WHISPERER("The Whisperer", BOSS, SpriteID.HISCORE_THE_WHISPERER),
THEATRE_OF_BLOOD("Theatre of Blood", BOSS, SpriteID.HISCORE_THEATRE_OF_BLOOD),
THEATRE_OF_BLOOD_HARD_MODE("Theatre of Blood: Hard Mode", BOSS, SpriteID.HISCORE_THEATRE_OF_BLOOD),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ public class HiscorePanel extends PluginPanel
SCORPIA, SCURRIUS, SKOTIZO,
SOL_HEREDIT, SPINDEL, TEMPOROSS,
THE_GAUNTLET, THE_CORRUPTED_GAUNTLET, THE_HUEYCOATL,
THE_LEVIATHAN, THE_WHISPERER, THEATRE_OF_BLOOD,
THEATRE_OF_BLOOD_HARD_MODE, THERMONUCLEAR_SMOKE_DEVIL, TOMBS_OF_AMASCUT,
TOMBS_OF_AMASCUT_EXPERT, TZKAL_ZUK, TZTOK_JAD,
VARDORVIS, VENENATIS, VETION,
VORKATH, WINTERTODT, ZALCANO,
ZULRAH
THE_LEVIATHAN, THE_ROYAL_TITANS, THE_WHISPERER,
THEATRE_OF_BLOOD, THEATRE_OF_BLOOD_HARD_MODE, THERMONUCLEAR_SMOKE_DEVIL,
TOMBS_OF_AMASCUT, TOMBS_OF_AMASCUT_EXPERT, TZKAL_ZUK,
TZTOK_JAD, VARDORVIS, VENENATIS,
VETION, VORKATH, WINTERTODT,
ZALCANO, ZULRAH
);

private static final HiscoreEndpoint[] ENDPOINTS = {
Expand Down

0 comments on commit afb2c8c

Please sign in to comment.