Close
Showing results 1 to 10 of 14

Hybrid View

  1. #1

    Default

    im currently at work, and cant test it but im curious to know if anyone is currently using these style of macros in game...

    *MouseOver Heal Example*

    #show Basic Heal
    stopcasting
    cast [ctrl] @mouseover Heal Over Time
    cast [ctrl] Heal Over Time
    cast [alt] @mouseover Big Heal
    cast [alt] Big Heal
    cast @mouseover Basic Heal
    cast Basic Heal


    and something like this:
    @Focustarget - Cast a spell at a target of a focused target, E.G. /cast @focustarget Soul lance

    Snippet taken from the Advanced Macro setup section from: http://forums.riftgame.com/showthrea...Sticky-Request

    Im curious to know if these are working as intended(wow like); This will help out tremendously if its all working properly
    Meeo/Nibilus

  2. #2

    Default

    Quote Originally Posted by Meeo View Post
    #show Basic Heal
    stopcasting
    cast [ctrl] @mouseover Heal Over Time
    cast [ctrl] Heal Over Time
    cast [alt] @mouseover Big Heal
    cast [alt] Big Heal
    cast @mouseover Basic Heal
    cast Basic Heal

    This macros is obsolete, they restricted many things available before. Right now you can use only one cast statement for one macro.

  3. #3

    Default

    Quote Originally Posted by None of the above View Post
    This macros is obsolete, they restricted many things available before. Right now you can use only one cast statement for one macro.
    I remember that part; i guess i should if said, are the modifer and @ variables still applicable?
    Meeo/Nibilus

  4. #4

    Default

    Quote Originally Posted by None of the above View Post
    This macros is obsolete, they restricted many things available before. Right now you can use only one cast statement for one macro.
    Actually that macro will work fine. The macro system tests each line for execution and fires the first one that passes. What you can no longer do is something like this:

    Code:
    #show SomeBuff 
    cast @mark 1 SomeBuff 
    wait 2 
    cast @mark 2 SomeBuff 
    wait 2 
    cast @mark 3 SomeBuff 
    wait 2 
    cast @mark 4 SomeBuff 
    wait 2 
    cast @mark 5 SomeBuff
    Here's a sample of my heal macro that I use every day:

    Code:
    #show Healing Breath
    cast [ctrl] @mark 1 Healing Breath
    cast [alt] @mark 2 Healing Breath
    cast [shift] @mark 3 Healing Breath
    cast @self Healing Breath

Posting Rules

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