Close
Showing results 1 to 7 of 7
  1. #1

    Default need help with a macro

    i am trying to use this macros on my shamans

    /cast [target=mousover, noharm, nodead] Lesser Healing Wave
    /cast [target=mouseover, noharm, dead] Ressurection

    but it dosen't work. i have to get on the toon and move my mouse over the Corpse and thats only way it will work. Do i have to change some seeting on my keyclone whould it work then ?

  2. #2

    Default

    /cast [target=mouseover, noharm, nodead] Lesser Healing Wave
    /cast [target=mouseover, noharm, dead] Ressurection

  3. #3

    Default

    I would not use noharm but rather help

    Here is a commonly used format

    /cast [help,exists] [target=mouseover,help,exists] [target=player] SPELLNAME

    or how about this one.

    /cast [target=mouseover,help,exists] [target=help,exists] [target=targettarget,help,exists] [target=player] SPELLNAME

  4. #4

    Default

    also how can i make my shamans accept rezz. i am useing the following macros

    /script AcceptGroup();
    /script AcceptQuest();
    /script AcceptTrade();
    /script RetrieveCorpse();
    /script RepopMe();
    /script ConfirmAcceptQuest();
    /script StaticPopup_Hide("PARTY_INVITE");
    /script StaticPopup_Hide("QUEST_ACCEPT");


    sorry to be a nub

  5. #5

    Default

    I am sure there is a simple /script command that will do that I know you can do a /click framebuttonname but I have been using the Multiboxing V2 mod it does it for me. I know the mod automation does it too.

    *edit* gosh I just read what I typed... I need to go back to school, talk about poor writing.........

  6. #6

    Default

    Any one for rez macro.i tryed few things with /script non of them worked. :S

  7. #7
    Member Otlecs's Avatar
    Join Date
    May 2007
    Location
    EU-Aggramar, Alliance.
    Posts
    1367

    Default

    but it dosen't work. i have to get on the toon and move my mouse over the Corpse and thats only way it will work. Do i have to change some seeting on my keyclone whould it work then ?
    This is exactly what you'd expect.

    "Mouseover" is the character's own mouse-over target. You can mouse-over a unit (dead or alive), or a unit frame and your spell will be cast on that.

    But you must still mouse-over it on the window containing the character that's casting the spell. Your drone can't see your main's mouse-over target.

    You need to add /script AcceptResurrect() to your macro, before the RetrieveCorpse() line (well, technically before the RepopMe() line which does the release, but that's as good a place as any...)

Similar Threads

  1. [MACRO] Arcane Mage DPS Macro
    By heffner in forum Macros and Addons
    Replies: 19
    Last Post: 04-28-2009, 08:26 PM
  2. Replies: 12
    Last Post: 03-25-2009, 04:29 PM
  3. MAcro guru's please help with retri paladin macro
    By Heraveth in forum Macros and Addons
    Replies: 3
    Last Post: 01-07-2009, 05:43 PM
  4. Replies: 5
    Last Post: 09-16-2008, 11:01 PM
  5. Hunter Macro? (Macro + Keyclone)
    By Lost Ninja in forum Macros and Addons
    Replies: 4
    Last Post: 12-29-2007, 06:54 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
  •