1. #1

    Need help with DK marco

    This marco in http://www.mmo-champion.com/class-de...guide-for-3-3/ don't work for me.

    It's
    #showtooltip
    /script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
    /cast <Skill Name>
    /cast !Rune Strike

    can anyone help me fix it or make a new one that would do the same thing please?
    (This signature was removed for violation of the Avatar & Signature Guidelines)

  2. #2

    Re: Need help with DK marco

    It should work fine as posted. Just don't put those <brackets>, so for example...

    #showtooltip
    /cast Blood Strike
    /cast !Rune Strike
    /script UIErrorsFrame:Clear()


    #showtooltip
    /cast Plague Strike
    /cast !Rune Strike
    /script UIErrorsFrame:Clear()


    Etc.. Whatever you want to bind it to.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  3. #3

    Re: Need help with DK marco

    Polo


    and you don't need /script UIErrorsFrame:Clear() or anything of the sort.
    Code:
    /cast <spell>
    /cast !Rune Strike
    works fine without error
    to: preposition; used as a function word to indicate position, connection, extent, relation ~ too: adverb; also, very, excessively, so

  4. #4

    Re: Need help with DK marco

    Gah Promark, you beat me to it. Well played sir!

  5. #5

    Re: Need help with DK marco

    Thank you guys ;D
    (This signature was removed for violation of the Avatar & Signature Guidelines)

Posting Permissions

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