1. #261
    Deleted
    Ive been trying (and failing) to make a macro that does this:

    If target is friendly, cast thorns on it
    If target is not friendly, cast thorns on target of target if target of target is friendly, otherwise on self
    If there is no target, cast thorns on self

    is this doable?

  2. #262
    Deleted
    Code:
    #showtooltip
    /cast [help][@targettarget,help][@player]Thorns

  3. #263
    Deleted
    Quote Originally Posted by Treeston View Post
    Code:
    #showtooltip
    /cast [help][@targettarget,help][@player]Thorns
    ~works like a charm, cheers mate~

  4. #264
    Quote Originally Posted by Angelico View Post
    From what I've been told Blizzard added a command to check it...But do you know of an addon that works retroactively?
    From the Everyquest page:

    Also you can query the server for quests you've completed prior to your first use of EveryQuest. Access this option from the options screen.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  5. #265
    Deleted
    Is there any way to make a macro so Lightning Shield does NOT cast if it has more then 3 charges?

    I'm a compulsive shield caster!

  6. #266
    Deleted
    Macros cannot decide based on presence of buffs.

  7. #267
    I blame Blizzard for giving Shaman OCD with Water Shield for the last 4 years.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  8. #268
    Deleted
    Hello,

    I know macros cannot make decisions based on presence of buffs/debuffs but I'm wondering if the same applies to combat. Is it possible to have a macro cast mount if out of combat else druids travel form if in combat?

    Regards, Cheebo

  9. #269
    Deleted
    Code:
    #showtooltip
    /cast [combat]Travel Form; [nomounted]Mount name
    [nomounted] is there to prevent dismounting. If you want the macro to dismount while out of combat, use [nocombat] instead.

  10. #270
    Deleted
    Hi. I'm a pretty new warrior and I just dinged 66 and got my spell reflect...spell. I'm wondering is there a macro that equips shield+onehand and casts Spell Reflection instantly? I tried:

    #showtooltip Spell Reflection
    /equip Battleworn Thrash Blade
    /equip Adamantine Kite Shield
    /cast Spell Reflection

    But I have to spam it for it to work.

  11. #271
    Deleted
    I think that the game doesn't realize a shield is equipped instantly. I could be wrong though.

  12. #272
    idk if it has been posted yet, but once i had a macro for my HS wich was something like this
    /use Hearthstone
    /in 8 /y BY THE LIGHT OF ELUNE! *POOF*

    now, it dosn't work anymore, can any1 help me?

  13. #273
    Deleted
    Can't see any errors in there.

  14. #274
    it simply just wont say it after 8 seconds, it did once, but not anymore, I'm pretty sadpandaface

  15. #275
    Deleted
    Are you sure /in works at all? Try normally calling it (/in 2 /s test) from chat.

  16. #276
    could do that, i srsly don't hope they have removed that feature

  17. #277
    Deleted
    That was never a blizzard client feature. At least one of your addons needs to use the Ace3 library (or you have to have it installed seperately) to use it.

  18. #278
    Deleted
    Hey I have a simple request but Im not real clever.

    Are there any good macros which can cast a random ground mount and another macro for random flying mount?

    Ive lots of lovely mounts and rarely use them

    Any help will be appreciated.

  19. #279
    i did it the first day i ever played, no add-ons there

  20. #280
    Deleted
    Quote Originally Posted by Nikioz View Post
    Hey I have a simple request but Im not real clever.

    Are there any good macros which can cast a random ground mount and another macro for random flying mount?

    Ive lots of lovely mounts and rarely use them

    Any help will be appreciated.
    Code:
    #showtooltip
    /castrandom mount1, mount2, mount3, mount4, mount5
    etc.

Posting Permissions

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