Close
Showing results 1 to 8 of 8

Hybrid View

  1. #1

    Talking

    Tested works fine but when i throw /cast bloodlust donest seem to cast my lIghtnig bolt only bloodlust how cloud this be corrected ty

    /assist [target=focus, exists]
    /use 13
    /use 14
    /cast Bloodlust
    /cast Lightning Bolt

    This to me is a major dps macro

    My chain lightning is

    /assist [target=focus, exists]
    /use 13
    /use 14
    /cast Berserk
    /cast Chain Lightning

    Guys if you cloud help me with these macros i get lost in them :P


    Quote Originally Posted by thinus View Post
    Don't thank me until you've tested it



  2. #2

    Default

    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.
    Last edited by Solon : 12-25-2009 at 09:32 PM Reason: Additional question.

  3. #3

    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.



  4. #4

    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
  •