1. #4741
    Hi, I'm currently gearing up my Monk for some Mistweaving/fistweaving aswell for PvP, and currently I'm having this great idea for a macro, but I can't it it to work.

    The idea behind it is, to keep my amount of keybinds at a low level, so I'm combining spells having a different effect depending on my current target, say I'm targeting and ally and my key would cast surging mist, but if i have an enemy targeted i will cast tiger power.

    Now here's what I currently have

    #showtooltip
    /cast [harm]Jab;[help]Soothing Mist

    Now my problem is, when I have no target the icon will just be a "?" I want it to be Jab when I have no target, Jab when I have an enemy targeted and Soothing Mist when I have a friendly target.

    That's one part of the problem, the other is when I have no target, I will target my nearest enemy and use Jab on them. Kinda like when you hit your regular Jab key without a target.

    I hope I made this post somewhat understandable, and I'd really appreciate some help on the matter..

    Thanks a lot in advance
    Whether you think you can or can't - You're right!


    You can read my in-depth Void Ranger / Dark Ranger class concept from 2019 (With pictures) here.

  2. #4742
    Quote Originally Posted by IAMANIKOLAS View Post
    Now my problem is, when I have no target the icon will just be a "?" I want it to be Jab when I have no target, Jab when I have an enemy targeted and Soothing Mist when I have a friendly target.
    Code:
    #showtooltip
    /use [help]Soothing Mist;Jab
    Last edited by lawomous; 2013-09-27 at 11:48 PM.

  3. #4743
    Question. I need a mouse-over macro for my hunter if possible that casts Hunters Mark, Serpent Sting, and then Kill Command. Is this possible?

  4. #4744
    Code:
    #showtooltip
    /castsequence [@mouseover, harm, nodead] reset=3 Hunter's Mark, Serpent Sting, Kill Command


    Druid / Demon Hunter SimulationCraft Maintainer

  5. #4745
    Blademaster Velk's Avatar
    10+ Year Old Account
    Join Date
    Jun 2013
    Location
    British Columbia, Canada
    Posts
    46
    Hey

    I'm in a need of a mouse over AND nochanneling macro for my mage bombs.

    I use for my Arcane Barrage so I can spam it during my Arcane Missiles.

    Code:
    #showtooltip
    /cast [nochanneling] Arcane Barrage
    So Basically I need this macro but with a mouse over function for my mage bombs. Thanks!

  6. #4746
    Deleted
    Quote Originally Posted by Velk View Post
    Hey

    I'm in a need of a mouse over AND nochanneling macro for my mage bombs.

    I use for my Arcane Barrage so I can spam it during my Arcane Missiles.

    Code:
    #showtooltip
    /cast [nochanneling] Arcane Barrage
    So Basically I need this macro but with a mouse over function for my mage bombs. Thanks!
    So what do you want it to do, still cast AB on your target in case you don't mouseover anything, or do you just need the same macro for MB with a mouseover function?
    First:
    Code:
    #showtooltip
    /cast [nochanneling, @mouseover, harm, nodead] Mage Bomb; [nochanneling] Arcane Barrage
    second:
    Code:
    #showtooltip
    /cast [nochanneling, @mouseover, harm, nodead][nochanneling] Mage Bomb

  7. #4747
    Blademaster Velk's Avatar
    10+ Year Old Account
    Join Date
    Jun 2013
    Location
    British Columbia, Canada
    Posts
    46
    Quote Originally Posted by Tearor View Post

    second:
    Code:
    #showtooltip
    /cast [nochanneling, @mouseover, harm, nodead][nochanneling] Mage Bomb

    Sorry to be so vague, I was just showing the Arcane Barrage Macro as an example that I want my Mage Bomb to not cancel my Channeling and still be mouse over.

    But in the end, The second macro you linked works perfectly. Thank you very much!

  8. #4748
    Hi, I've used the search feature, but I can't seem to come up with the right keywords... Is there a way to script a macro to toggle the display of unit names (player and NPC, but not the "V" key nameplates) and possibly the combat numbers of all but my own? During a raid it's a mess of NPC and player names clogging up everything! It seems too clunky to have to change that in the menus each time...

  9. #4749
    Quote Originally Posted by SylvanElf View Post
    Hi, I've used the search feature, but I can't seem to come up with the right keywords... Is there a way to script a macro to toggle the display of unit names (player and NPC, but not the "V" key nameplates) and possibly the combat numbers of all but my own? During a raid it's a mess of NPC and player names clogging up everything! It seems too clunky to have to change that in the menus each time...
    not sure what you mean by "combat numbers" of other players but I took a guess...
    Code:
    /run local function toggle(v)SetCVar(v,1-GetCVar(v))end toggle("UnitNameOwn")toggle("UnitNameNPC")toggle("nameplateShowFriends")toggle("fctFriendlyHealers")toggle("fctSpellMechanicsOther")

  10. #4750
    WTB shaman macro.

    to purge or purify mouseover. if no mouseover then purge or purify the target.

    i want to save keybinds by having purge and purify in one bind and priority on mouseover

    ty ia

  11. #4751
    The Lightbringer
    15+ Year Old Account
    Join Date
    Jun 2008
    Location
    Italy
    Posts
    3,564
    Code:
    /cast [exists, @mouseover, help] Purify, [exists, @mouseover] Purge, [exists, help] Purify, [exists] Purge

  12. #4752
    Hi! thx for ur reply. I changed to the correct name purify spirit but it doesn't seem to work (dispel friendly). It's only working for purges.

  13. #4753
    Quote Originally Posted by Anna234 View Post
    Hi! thx for ur reply. I changed to the correct name purify spirit but it doesn't seem to work (dispel friendly). It's only working for purges.
    is your spec Resto?

  14. #4754
    yes resto shaman i can dispel friendly and enemy

  15. #4755
    There's probably a cleaner way to make it, but this is the one I use, and it works fine. Actually the one I use has both specs in it, so if I'm Ele I can use the same macro for Purge/Cleanse Spirit, but this is the Resto only version.

    Code:
    #showtooltip
    /cast [@mouseover, harm, nodead] Purge; [@mouseover, help, nodead] Purify Spirit; [harm] Purge; Purify Spirit

  16. #4756
    Quote Originally Posted by pnutbutter View Post
    not sure what you mean by "combat numbers" of other players but I took a guess...
    Code:
    /run local function toggle(v)SetCVar(v,1-GetCVar(v))end toggle("UnitNameOwn")toggle("UnitNameNPC")toggle("nameplateShowFriends")toggle("fctFriendlyHealers")toggle("fctSpellMechanicsOther")
    Thanks Pnut! So this will toggle the display of unit names on and off? Can you explain for the retarded (me) what each variable in this macro does, so I can understand better? Thank you SO much!
    Last edited by SylvanElf; 2013-10-08 at 03:36 PM.

  17. #4757
    Quote Originally Posted by SylvanElf View Post
    Thanks Pnut! So this will toggle the display of unit names on and off? Can you explain for the retarded (me) what each variable in this macro does, so I can understand better? Thank you SO much!
    UnitNameOwn: whether your own name is displayed above your head in the world
    UnitNameNPC: whether NPC names are displayed above their heads in the world
    nameplateShowFriends: whether nameplates are displayed for friendly units
    fctFriendlyHealers: whether floating combat text for heals on you shows the name of the person who healed you
    fctSpellMechanicsOther: whether you see floating combat text when other people do things like snare an enemy

  18. #4758
    Quote Originally Posted by pnutbutter View Post
    UnitNameOwn: whether your own name is displayed above your head in the world
    UnitNameNPC: whether NPC names are displayed above their heads in the world
    nameplateShowFriends: whether nameplates are displayed for friendly units
    fctFriendlyHealers: whether floating combat text for heals on you shows the name of the person who healed you
    fctSpellMechanicsOther: whether you see floating combat text when other people do things like snare an enemy
    YOU RULE!! Thanks again!!!

  19. #4759
    Legendary!
    10+ Year Old Account
    Join Date
    Sep 2009
    Location
    Not in Europe Anymore Yay
    Posts
    6,931
    Hope this is the right thread. Anyone know the /playsoundfile script for Rook's "BRAWL WITH ROOK!" quote?

  20. #4760
    Hey all. I'm having some trouble with some Shaman macros. I'm just picking the class back up after over two years off, and I'm moderately (overly!!!) confused how to se up a macro to do the following.

    - Mouseover
    - Friendly unit - /use Cleanse Spirit
    - Enemy unit - /use Purge

    Many thanks! I tried everything possible to figure it out myself, but dang, this is killing me. Too many keybinds now that I can't set up dropping multiple totems at once.

Posting Permissions

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