Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 17 of 17
  1. #11

    Default

    Quote Originally Posted by Zzyzxx71 View Post
    /cast [target=targettarget] [] Lightning Bolt <--- works when you have a mob directly targetted

    /castsequence reset=combat [target=targettarget] [] Lightningbolt,,,,,,,, <-- does not work when you have a mob directly targetted

    Conditions are the same, the result is different.
    No it really does not.

    As a test log in 1 character (to remove other variables) spam the top macro against a target dummy and you will get "You have no target" (as the target dummy does not have a target) add the ,harm and it will work fine

    The second macro will not work as their is a typo - but spam

    /castsequence [target=targettarget] [] Lightning Bolt, - will give you "target does not exist"
    /castsequence [target=targettarget,harm] [] Lightning Bolt, - works fine

  2. #12

    Default

    Quote Originally Posted by Whowantstoknow View Post
    No it really does not.

    As a test log in 1 character (to remove other variables) spam the top macro against a target dummy and you will get "You have no target" (as the target dummy does not have a target) add the ,harm and it will work fine

    The second macro will not work as their is a typo - but spam

    /castsequence [target=targettarget] [] Lightning Bolt, - will give you "target does not exist"
    /castsequence [target=targettarget,harm] [] Lightning Bolt, - works fine
    That first macro is exactly what I used until I switched to /click.

    Notice the first macro was /cast - not /castsequence.

    I definitely will try the abovelisted alternatives, thanks all.
    Last edited by Zzyzxx71 : 09-24-2009 at 03:24 PM
    Resto Shaman + 4 DK's, work in progress...
    ------------------
    Teezy/Jaqblaq @ Stormrage
    Emeritus Guardian and Keeper of the no focus manifesto.

  3. #13

    Default

    Quote Originally Posted by Zzyzxx71 View Post
    That first macro is exactly what I used until I switched to /click.

    Notice the first macro was /cast - not /castsequence.

    I definitely will try the abovelisted alternatives, thanks all.
    this:

    /cast [target=targettarget] [] Lightning Bolt

    definately does not work (I am at the target dummy now) the only way I could see it working is if you are using an addon such as BT4 which allows you to autoassist

    Just think about it logically you need the first condition to be false before it will try the second catch all condition. It will not be false if you have a target so it will try to target your targets target which will most likely be your tank. You can make it false in multiple ways (like adding the ,harm) or add a condition before it to test if you have a hostile targetted ie

    [target=target,harm][target=targettarget,harm]

  4. #14

    Default

    Quote Originally Posted by Whowantstoknow View Post
    this:

    /cast [target=targettarget] [] Lightning Bolt

    definately does not work (I am at the target dummy now) the only way I could see it working is if you are using an addon such as BT4 which allows you to autoassist

    Just think about it logically you need the first condition to be false before it will try the second catch all condition. It will not be false if you have a target so it will try to target your targets target which will most likely be your tank. You can make it false in multiple ways (like adding the ,harm) or add a condition before it to test if you have a hostile targetted ie

    [target=target,harm][target=targettarget,harm]
    I'll be damned - I guess I should look at my own documentation every once in a while...

    /cast [target=targettarget, harm] [] Lightning Bolt

    is what I had in my own manifesto... /facepalm.
    Resto Shaman + 4 DK's, work in progress...
    ------------------
    Teezy/Jaqblaq @ Stormrage
    Emeritus Guardian and Keeper of the no focus manifesto.

  5. #15
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    With the no focus manifesto, your dps toon is always targeting your active toon.
    The active toon chooses the target, with the dps toon then casting at that target.

    The fall through initially did not work, when I would fly the flower picker or miner out of range of the main toon.
    However this did work:
    /castsequence [target=targettarget, harm] [target=target, exists, harm] Lightning Bolt,,,

    In a castsequence, the secondary condition of only [harm] did not work, even though looking at it, it should.




    I've basically moved to something very similar to this... still using no focus or target=targettarget for assist.

    DPS Button
    #show Lightning Bolt
    /Cast Elemental Mastery
    /Click MultiBarRightButton1
    /Click MultiBarRightButton2
    /Click MultiBarRightButton3
    /Click MultiBarRightButton4

    Button 1
    #show
    /castsequence [target=target, harm] [target=targettarget, harm] reset=combat Flame Shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    Button 2
    #show
    /castsequence [target=target, harm] [target=targettarget, harm] reset=combat Lava Burst,,,,,,,,,,,,,,,

    Button 3
    #show
    /castsequence [target=target, harm] [target=targettarget, harm] reset=combat Chain Lightning,,,,,,

    Button 4
    #show
    /cast [target=target, harm] [target=targettarget, harm] Lightning Bolt
    Last edited by Ualaa : 09-25-2009 at 12:52 AM

  6. #16

    Default

    target=target is never needed in a macro, it's a waste of valuable characters...

  7. #17

    Default

    #showtooltip Flame Shock
    /castsequence [target=targettarget, harm] [target=target, exists] reset=combat flame shock,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

    This is working, thanks all.
    Resto Shaman + 4 DK's, work in progress...
    ------------------
    Teezy/Jaqblaq @ Stormrage
    Emeritus Guardian and Keeper of the no focus manifesto.

Similar Threads

  1. Utilizing /click to run concurrent castsequences
    By Bigfish in forum Macros and Addons
    Replies: 106
    Last Post: 01-04-2010, 04:54 PM
  2. Re: Utilizing /click to run concurrent castsequences
    By Andreauk in forum Macros and Addons
    Replies: 7
    Last Post: 07-07-2009, 07:23 PM
  3. Using Interact target and click-to-move for melee movement
    By Trons in forum General WoW Discussion
    Replies: 1
    Last Post: 04-20-2009, 11:00 AM
  4. Mouse click issue
    By Fuzzyboy in forum Software Tools
    Replies: 4
    Last Post: 07-15-2008, 10:15 AM
  5. [target=targettarget] macro help
    By edwinyee82 in forum Macros and Addons
    Replies: 6
    Last Post: 06-09-2008, 12:41 PM

Posting Rules

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