Close
Showing results 1 to 8 of 8

Hybrid View

  1. #1

    Default

    seems like its only casting lightning bolt then using trinkets skiping Bloodlust
    Quote Originally Posted by Solon View Post
    Try reversing them.

    Code:
    /assist [target=focus, exists]
    /cast Lightning Bolt
    /cast Bloodlust
    /use 13
    /use 14
    What happens then? Bloodlust is instant right? Instants can go at the end of a macro and still go off with multi presses.

    BTW Why exists on assist target function? I never use them myself and still trying to find why anybody does except possible failovers (which you don't have here) for missing team members.



  2. #2

    Default

    OK, here you go, note the comma. It will require 2 presses for each lightning bolt.

    Code:
    /assist [target=focus, exists]
    /castsequence reset=combat ,Lightning Bolt
    /cast Bloodlust
    /use 13
    /use 14
    Does this do what you want?

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •