timers plugin: Improve imbued heart detection
As is the case with other graphics-based timers, the imbued heart timer will not fire if other graphics animations are triggered (such as those created when fighting the Dagannoth Kings). To add this timer more reliably, this commit will add the timer when a Magic stat boost occurs of the appropriate amount after recently clicking on an imbued heart. Because the magic level boost, combined with an imbued heart click check, is a reliable way to detect usage of an imbued heart, the graphics check is removed.
This commit is contained in:
@@ -44,7 +44,6 @@ public class GraphicID
|
||||
public static final int BOOK_HOME_TELEPORT_3 = 803;
|
||||
public static final int BOOK_HOME_TELEPORT_4 = 804;
|
||||
public static final int STAFF_OF_THE_DEAD = 1228;
|
||||
public static final int IMBUED_HEART = 1316;
|
||||
public static final int FLYING_FISH = 1387;
|
||||
public static final int NPC_CONTACT = 728;
|
||||
public static final int POT_SHARE = 733;
|
||||
|
||||
Reference in New Issue
Block a user