Close
Showing results 1 to 3 of 3

Hybrid View

  1. #1

    Default Druid healing macro? /click

    I am starting a new team of druids and was going to dedicate one to resto. I am wondering how would I go about building a macro that could round-robin cast rejuv on the team without using a RR key?

    Maybe having a group of macros that are fired off by /click

    Code:
    button a 
    /click buttonb 
    /click buttonc 
    /click buttond 
    /click buttone 
    
    
    buttonb 
    /cast [target=druida] rejuventation 
    etc
    Or would I have to make it a /castsequence [target=druida] rejuvenation,,,,

    because of the GC?



    TIA

  2. #2

    Default

    how about this:

    Code:
     
    #showtolltip healspell 
    /cast [target=party1, exists, help, nodead] healspell 
    /cast [target=party2, exists, help, nodead] healspell 
    /cast [target=party3, exists, help, nodead] healspell 
    . 
    . 
    .
    would this do the job you want? It should heal all team members when they live.

  3. #3

    Default

    could use
    Code:
    /target party
    /cast some heal spell here
    if I remember correctly each time yeh hit /target party it'll goes to the next party member but if yeh spam it faster then the spell cooldown it'll skip one.

    or could do something along
    Code:
    castsequence target=party1 rejuv
    castsequence target=party2 ,rejuv
    castsequence target=party3 ,,rejuv
    castsequence target=party4 ,,,rejuv

    problems is if yeh start spamming that yeh will go oom real quick better off using wild growth not sure what level yer at.
    another thing yeh might want to look at is having a healing key for each member of yer group .



    with yers
    Code:
    /cast [target=party1, exists, help, nodead] healspell
    yeh dont really need "exists, help, nodead" because all of these things have to be true in order for yeh to be able to casta healspell on someone

Similar Threads

  1. Click healing from Tank Window using an Addon
    By Greythan in forum Macros and Addons
    Replies: 5
    Last Post: 07-25-2009, 04:23 PM
  2. Innerspace & RDX: Click Healing Demo
    By zanthor in forum Movies
    Replies: 15
    Last Post: 06-29-2009, 03:44 AM
  3. Resto Druid Macro Healing Setup - Druids give input please
    By pinotnoir in forum Macros and Addons
    Replies: 5
    Last Post: 12-20-2008, 07:36 PM
  4. someone got a druid healing macro for me plz ??
    By larifari in forum Macros and Addons
    Replies: 4
    Last Post: 12-18-2008, 10:19 AM
  5. Click Based Healing with Innerspace & RDX
    By zanthor in forum Screenshots and Digital Art
    Replies: 3
    Last Post: 12-08-2008, 01:27 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
  •