Close
Showing results 1 to 5 of 5
  1. #1
    vert68
    Guest

    Default Macro expert???....try and figure this one out!

    As the name implies this is a hard macro to do. Basically I have 2 mages and a priest. My priest is my main. Basically I want to make a macro where when I press SHIFT,1 I cast Heal, when I press CTRL,1 I use Flash Heal, and when I simply press 1 I do a RENEW.....but I also want to include the mouseover. So my mouse has to be over the target and then I use wich ever healing spell im trying to use.

    So far this is what I got figured out.

    /cast [modifier:shift, button:1, target=mouseover] [modifier:shift, target=player] Heal
    /cast [modifier:ctrl, button:1, target=mouseover] [modifier:ctrl, target=player] Flash Heal
    /cast [button:1, target=mouseover] [target=player] Renew

  2. #2

    Default

    Well I know enough to know that you don't use separate casts. So perhaps try

    /cast [modifier:shift, button:1, target=mouseover] [modifier:shift, target=player] Heal; [modifier:ctrl, button:1, target=mouseover] [modifier:ctrl, target=player] Flash Heal; [button:1, target=mouseover] [target=player] Renew

    I am also not so sure about the whole button thing. If its on your bar in the 1 slot it wouldn't be needed (does the command even exist?).

    Actually.. Now that I look at it again I don't think that the targeting will work. I the mouseover will but the player will not. I tried it quickly but I don't know how you could do that part.
    The Stumps of Detheroc
    Stumpe - Stumpi - Stumpei - Stumpii
    (Slightly inactive)

  3. #3

    Default RE: Macro expert???....try and figure this one out!

    Quote Originally Posted by 'vert68',index.php?page=Thread&postID=31272#post31 272
    As the name implies this is a hard macro to do. Basically I have 2 mages and a priest. My priest is my main. Basically I want to make a macro where when I press SHIFT,1 I cast Heal, when I press CTRL,1 I use Flash Heal, and when I simply press 1 I do a RENEW.....but I also want to include the mouseover. So my mouse has to be over the target and then I use wich ever healing spell im trying to use.

    So far this is what I got figured out.

    /cast [modifier:shift, button:1, target=mouseover] [modifier:shift, target=player] Heal
    /cast [modifier:ctrl, button:1, target=mouseover] [modifier:ctrl, target=player] Flash Heal
    /cast [button:1, target=mouseover] [target=player] Renew
    I'm no expert, but it would look something like this:



    /cast [tar=mouseover,help,mod:shift][tar=player,mod:shift] Heal; [tar=mouseover,help,mod:ctrl][tar=player,mod:ctrl] Flash Heal; [tar=mouseover,help,nomod][tar=player,nomod] Renew
    5 Boxing (85):
    Paladin, 2xMage, Warlock, Priest
    Paldius, Magria, Magrib, Walina, Priset
    Currently:
    5 Boxing (85):
    Paladin, 3xWarlock, Shaman
    Ghallo, Warlisia, Warlisib, Warlisic, Pleo!

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

    Default

    Quote Originally Posted by 'vert68',index.php?page=Thread&postID=31272#post31 272
    /cast [modifier:shift, button:1, target=mouseover] [modifier:shift, target=player] Heal
    /cast [modifier:ctrl, button:1, target=mouseover] [modifier:ctrl, target=player] Flash Heal
    /cast [button:1, target=mouseover] [target=player] Renew
    The sections I've highlighted above will always evaluate to false.
    Now playing: WoW (Garona)

  5. #5

    Default RE: Macro expert???....try and figure this one out!

    Quote Originally Posted by 'vert68',index.php?page=Thread&postID=31272#post31 272
    As the name implies this is a hard macro to do. Basically I have 2 mages and a priest. My priest is my main. Basically I want to make a macro where when I press SHIFT,1 I cast Heal, when I press CTRL,1 I use Flash Heal, and when I simply press 1 I do a RENEW.....but I also want to include the mouseover. So my mouse has to be over the target and then I use wich ever healing spell im trying to use.

    So far this is what I got figured out.

    /cast [modifier:shift, button:1, target=mouseover] [modifier:shift, target=player] Heal
    /cast [modifier:ctrl, button:1, target=mouseover] [modifier:ctrl, target=player] Flash Heal
    /cast [button:1, target=mouseover] [target=player] Renew
    /cast [target=mouseover, help, mod:shift] Heal
    /cast [target=mouseover, help, mod:ctrl] Flash Heal
    /cast [target=mouseover, help] Renew

    Or
    /cast [target=mouseover, help, mod:shift] Heal; [target=mouseover, help, mod:ctrl] Flash Heal; [target=mouseover, help] Renew

Similar Threads

  1. Ok I have a problem, Can it be overcome with yoru expert skills?? :P
    By Yoshiman03 in forum General WoW Discussion
    Replies: 2
    Last Post: 05-27-2009, 10:25 PM
  2. Replies: 11
    Last Post: 02-28-2009, 03:11 AM
  3. Emergency Healing macro cant figure it
    By Glamour in forum Macros and Addons
    Replies: 9
    Last Post: 02-03-2009, 10:52 PM
  4. Replies: 5
    Last Post: 09-16-2008, 11:01 PM
  5. Can some expert talk me trough dual boxing ?
    By Gutti123 in forum New Multi-Boxers & Support
    Replies: 11
    Last Post: 08-01-2008, 10:44 AM

Posting Rules

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