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

    Default

    Quote Originally Posted by Sanctume
    Theres bugs in castsequence macro atm.

    http://forums.worldofwarcraft.com/th...sid=1&pageNo=1
    well that explains a few of my deaths last night, I thought it was just the glitches i get now and then with my healing macros...
    http://pewpewsquad.blogspot.com/ http://www.stage6.com/user/pewpewss/videos/
    Team 1- 5 shamans <The PewPew Squad> Team2 - <Y o u Lo se> 70 druid, 70 shaman, 1 paladin, 24 mage, 1 mage
    Team 1 -> <1--10--20--30--40--44--50--60--70>

  2. #12

    Default

    Quote Originally Posted by cnj005
    Quote Originally Posted by Sanctume
    /cast [nocombat, nomounted] Crusader Aura; [mounted] Concentration Aura;
    /cast [nocombat, nomounted] (put your mount here);
    /dismount
    The problem i think i'm having here is the Summon charger shares GCD iwth crusader Aura. Would this work?

    /cast [mounted] Concentration Aura
    /dismount [mounted]
    /cast [combat] Concentration Aura
    /castsequence [nocombat, nomounted, flyable] Crusader Aura, Tawny Windrider
    /castsequence [nocombat, nomounted] Crusader Aura, Summon Charger

    Would take 2 clicks i think to mount up but that's ok i suppose.
    If its going to take two clicks anyway why not separate the crusader aura and the mount macro?

    Admitedly not used this on a pally, my highest being level1 but worked well on a hunter:
    [code:1]#showtooltip
    /use [flyable,nocombat]Snowy Gryphon;[nocombat]Swift Gray Ram;
    /cancelform
    [/code:1]
    I adapted it from a druid form macro on the wowwiki, try here...
    http://www.wowwiki.com/Useful_macros..._Crusader_Aura
    Currently running 3x City of Heroes under Octopus

  3. #13

    Default Re: Need complex macro assistance

    Quote Originally Posted by cnj005
    1) I want to enchant Windfury on my main hand and frostrbrand on my off hand. I don't want to do this with clicking and i don't want to do this with any alt or ctrl modifiers if possible. It could be done across 2 seperate macro's if neccessary. It just seems that i'm limited to only left or right clicking the icon...
    It would be so doable if you could /cancelaura <weapon buff> but sadly no idea how it's done.

    This might provide some ideas, though -- this is used to put sharpen stones/poisons on a specific weapon:
    /script UseContainerItem (#,#);
    /script PickupInventoryItem (16);

    Quote Originally Posted by cnj005
    2)I am currently using the following general Melee macro for my enhance shaman. I would like to find a way to incorporate Shamanistic Rage and or Bloodlust if it is up, but i'm having problems with the global cooldown:

    /startattack
    /use Core of Ar’kelos
    /castsequence reset=combat Stormstrike, Earth Shock, Grounding Totem, Tremor Totem, Earth Shock, Stormstrike, Earth Shock, Earth Shock
    Some trinks use a click, some don't. My Ancient Draenei Arcane Relic uses 2 clicks, my Vengeance of the Illidari does not. This is what I've used to compensate:
    /target [target=focustarget,harm,nodead][target=party1target,harm,nodead]
    /castsequence [combat] Vengeance of the Illidari, Ancient Draenei Arcane Relic
    /castsequence [nocombat,harm] reset=5/combat Totem of Wrath,Lightning Bolt,null; Lightning Bolt

    3) I'm using this macro for mounting on my pally... however i would like to modify it so that it will cast crusader when mounted(or mounting) and concentration when not mounted(or dismounting)

    /cast [nocombat,outdoors,nomounted,flyable] Tawny Windrider
    /cast [nocombat,outdoors,nomounted] Summon Charger
    /dismount [mounted]
    [code:1]/cast [nocombat, nomounted] Crusader Aura; [mounted] Concentration Aura;
    /stopcasting
    /cast [nocombat,outdoors,nomounted,flyable] Tawny Windrider; [nocombat,outdoors,nomounted] Summon Charger
    /dismount [mounted][/code:1]


    4) I can't seem to get the following macro's to pass:

    /castrandom [target=demolock] heal
    or
    /cast [target=demolock] heal
    Try /cast [target=demolock,help] Heal -- if worse comes to worse you can also try
    /target demolock
    /cast heal

    As another alternative, use party leader and do [target=party1]

    5) I have a general healing button for the pally, however i would like to create an additional one specifically for assist healing in panic situations. This is what i have so far however i can't get it to work because of the GCD, any suggestions?
    /cast [target=party1target,help,nodead][target=party1,help,nodead] Flash of Light
    Assist your party leader and heal the target, only if it's friendly. Otherwise, heal the party leader.

    /assist focus
    /cast [target=demolock] Blessing of Protection; [target=pally] Divine Shield;
    /stopcasting
    /use Ribbon of Sacrifice
    /use Essence of the Martyr
    /cast [help] Flash of Light; [target=tarettarget] Flash of Light
    I think you've misunderstood the use of [target=

    [target=<something>] is the same as /target <something>
    There are no "if" statements, really, so if you wanted to /assist demolock and heal something, youc an do that, if you want to target demolock and do something, you can do that, if you want to assist demolock and cast something only if demolock is targeting himself, you can't do that.
    TBC/Wrath Multiboxer: Velath / Velani / Velathi / Velatti / Velavi / Velarie [Archimonde (US-PvP)]

  4. #14
    Member Ughmahedhurtz's Avatar
    Join Date
    Jul 2007
    Location
    North of The Wall, South of The Line
    Posts
    7169

    Default

    http://forums.worldofwarcraft.com/th...96143900&sid=1

    search for cancelaura on that page. Lotsa info.
    Now playing: WoW (Garona)

Similar Threads

  1. Assistance with macro set up
    By Lowcorn in forum Macros and Addons
    Replies: 8
    Last Post: 07-21-2009, 10:59 AM
  2. Will this combo be too complex?
    By crfloyd in forum Multiboxing Group Composition Discussion
    Replies: 7
    Last Post: 02-03-2009, 07:45 AM
  3. Complex Party Heal Macro Help
    By Crashbombs in forum Macros and Addons
    Replies: 8
    Last Post: 08-28-2008, 11:37 AM
  4. Would like assistance with an /assist party1 -- /petattack macro
    By rebjorn in forum New Multi-Boxers & Support
    Replies: 3
    Last Post: 02-19-2008, 02:51 PM
  5. Complex KVM Question...
    By zanthor in forum General WoW Discussion
    Replies: 4
    Last Post: 07-17-2007, 04:29 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
  •