1. #1

    Archaeology macro

    So, I made myself a very simple macro, just to save space - basically right clicking casts Survey, left clicking opens Archeology. It works just fine, but is there any way I can see the cooldown on Survey on it as well? Here's what it currently looks like (could possibly be simplified somewhat but I'm still learning here):

    /cast [button:2] Survey
    /cast [button:1] Archaeology(Expert)

  2. #2
    I just put it on my second action bar for 1 and 2

  3. #3
    High Overlord Gemkin's Avatar
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    Netherlands
    Posts
    132
    Quote Originally Posted by Furkel View Post
    It works just fine, but is there any way I can see the cooldown on Survey on it as well?
    Not sure, but isn't that done by adding the line:
    #showtooltip Survey

    ?

  4. #4
    My second action bar is currently full, as well as every other slot on every other action bar because I'm a little bit crazy and need every single spell I know to be accessible, despite the fact that I never use most of them. Also my favorite mounts, pets, flavor items, pots, bandages, etc etc etc.

    ---------- Post added 2010-12-16 at 01:28 PM ----------

    Quote Originally Posted by Gemkin View Post
    Not sure, but isn't that done by adding the line:
    #showtooltip Survey

    ?
    See, I knew it would be something really simple like that and I'd feel a little bit stupid for asking. Works perfectly, thank you!

  5. #5
    High Overlord
    10+ Year Old Account
    Join Date
    Nov 2010
    Location
    San Antonio, Texas
    Posts
    120
    Have you tried different addons to fix your full action bar problems? Bartender works wonders for me.

  6. #6
    I'm generally not a fan of addons what with the endless updates upon updates needed every patch, but thanks for the tip nonetheless, I'll check it out!

  7. #7
    Scarab Lord
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Texas
    Posts
    4,040
    Also, you can just do #showtooltip in the first line - it'll show whatever's set up for a normal click.

    And since I use Survey far more than I open the Archaeology window, I'd use this macro:
    Code:
    #showtooltip
    /cast [btn:2] Archaeology; Survey
    This puts Archaeology on a right-click, and Survey on left.

Posting Permissions

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