Thread: Macro Help

  1. #1

    Macro Help

    Greetings,

    Wondering if you can help me get a Modification working on my Belt. So some reason I'm unable to use modifiers when wanting to use items, like my Belt Boost. I've used this exact same macro for various other macros, so the logic is sound, but it doesn't work on my belt.

    Any reason behind this?

    Code:
    #showtooltip
    /cast [nomod] Spear Hand Strike; [mod:ctrl] Nimble Brew; [mod:shift] /use Grievous Gladiator's Waistband of Cruelty
    Edit: I have also tried to use; /use 11 instead, and that doesn't work either.
    Last edited by Hyve; 2014-04-07 at 10:59 AM.

  2. #2
    Don't use slash commands in the middle of other slash commands.
    Code:
    /cast [nomod] Spear Hand Strike; [mod:ctrl] Nimble Brew; [mod:shift] Grievous Gladiator's Waistband of Cruelty

  3. #3
    Quote Originally Posted by pnutbutter View Post
    Don't use slash commands in the middle of other slash commands.
    Code:
    /cast [nomod] Spear Hand Strike; [mod:ctrl] Nimble Brew; [mod:shift] Grievous Gladiator's Waistband of Cruelty
    Thanks - I feel really stupid forgetting that! Hahaha....

  4. #4
    Epic!
    15+ Year Old Account
    Join Date
    Apr 2009
    Location
    Midwest Drudgeland
    Posts
    1,622
    You can also use "6" to dynamically refer to the belt slot. The number "11" is for one of your rings.

    Code:
    #showtooltip
    /cast [nomod] Spear Hand Strike; [mod:ctrl] Nimble Brew; [mod:shift] 10

Posting Permissions

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