1. #1

    Macro Help Please :)

    Hi!

    I'm trying to add an alt mod component to a macro that I already have:

    #showtootip Dispatch
    /startattack
    /cast Dispatch
    /use Syrio's Gloves of Tutelage

    I'd like to add an alt mod that uses my engineering tinker on my Ghost Fox Belt

    Thanks!

  2. #2
    Code:
    #showtooltip
    /use [mod] 8
    /stopmacro [mod]
    /cast Dispatch
    /use 10
    On mod, use belt and stop macro; else cast dispatch and use gloves.

    Hopefully that's what you're looking for. It will use your belt/glove slot so you don't have to update the macro every time you replace gear.

    ---------- Post added 2013-01-04 at 03:13 PM ----------

    This one is a bit cleaner, but should work the same.

    Code:
    #showtooltip
    /cast [nomod] Dispatch
    /use [mod] 8; 10
    Last edited by Squirl; 2013-01-04 at 06:49 PM.

  3. #3
    Thanks a lot Squirl!

Posting Permissions

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