Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- change
- Define(HAROMMS_TALISMAN 148904)
- to
- Define(HAROMMS_TALISMAN 148903)
- change
- if TalentPoints(FORCE_OF_NATURE_TALENT)
- {
- if Charges(FORCE_OF_NATURE) ==3 or {Charges(FORCE_OF_NATURE) ==2 and SpellChargeCooldown(FORCE_OF_NATURE) <=1} Spell(FORCE_OF_NATURE)
- if BuffPresent(TICKING_EBON_DETONATOR)
- or {BuffPresent(SOUL_CHARM) and BuffRemains(SOUL_CHARM) <= TreantTimeThreshold()}
- or {BuffPresent(ROR) and BuffRemains(ROR) <= TreantTimeThreshold()}
- or BuffPresent(BAD_JUJU)
- or BuffPresent(VICIOUS_TALISMAN)
- or BuffPresent(ASSURANCE_OF_CONSEQUENCE)
- or BuffPresent(HAROMMS_TALISMAN)
- or BuffPresent(SIGIL_OF_RAMPAGE)
- {
- Spell(FORCE_OF_NATURE)
- }
- }
- to
- if TalentPoints(FORCE_OF_NATURE_TALENT)
- {
- if Charges(FORCE_OF_NATURE) ==3 or {Charges(FORCE_OF_NATURE) ==2 and SpellChargeCooldown(FORCE_OF_NATURE) <=1} Spell(FORCE_OF_NATURE)
- if BuffPresent(TICKING_EBON_DETONATOR)
- or {BuffPresent(SOUL_CHARM) and BuffRemains(SOUL_CHARM) <= TreantTimeThreshold()}
- or {BuffPresent(ROR) and BuffRemains(ROR) <= TreantTimeThreshold()}
- or {BuffPresent(BAD_JUJU) and BuffRemains(BAD_JUJU) <= TreantTimeThreshold()}
- or {BuffPresent(VICIOUS_TALISMAN) and BuffRemains(VICIOUS_TALISMAN) <= TreantTimeThreshold()}
- or {BuffPresent(ASSURANCE_OF_CONSEQUENCE) and BuffRemains(ASSURANCE_OF_CONSEQUENCE) <= TreantTimeThreshold()}
- or {BuffPresent(HAROMMS_TALISMAN) and BuffRemains(HAROMMS_TALISMAN) <= TreantTimeThreshold()}
- or {BuffPresent(SIGIL_OF_RAMPAGE) and BuffRemains(SIGIL_OF_RAMPAGE) <= TreantTimeThreshold()}
- {
- Spell(FORCE_OF_NATURE)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment