Close
Page 1 of 2 1 2 LastLast
Showing results 1 to 10 of 14

Hybrid View

  1. #1

    Default [Macros] Anyone Figure out anymore toggles/commands for rift macros?

    I am curious to know if anyone was able to get anymore details on the macro system within rifts.

    As of right now all i really do is target my main, assist him and then cast.

    Has anyone else figured out if there is a way for target of target, or any switching/casing within the macros?
    Meeo/Nibilus

  2. #2

    Default

    Quote Originally Posted by Meeo View Post
    I am curious to know if anyone was able to get anymore details on the macro system within rifts.

    As of right now all i really do is target my main, assist him and then cast.

    Has anyone else figured out if there is a way for target of target, or any switching/casing within the macros?
    http://www.riftlevelingguide.com/gam...erface/macros/

    and

    http://forums.riftgame.com/showthrea...Sticky-Request

    I use the target the leader with "cast on targets target" turned on. Im sure we will figure it all out soon. I did not use any macros in beta6. only an invite macro and follow.
    Currently 5 Boxing 5 Protection Paladins on Whisperwind Alliance
    The Power of Five!!! ( short video )

  3. #3

    Default

    Here is good discussion on macros and way to get more than one spell in a macro to work

    http://forums.riftgame.com/showthrea...ce-macro/page2
    Currently 5 Boxing 5 Protection Paladins on Whisperwind Alliance
    The Power of Five!!! ( short video )

  4. #4

    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

  5. #5

    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.

  6. #6

    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

  7. #7

    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

  8. #8

    Default

    I set up my follow system to work via focus so that whenever I PiP swap to a screen that character becomes my focus. My biggest problem so far is actually that I can't copy and paste into the macro box for whatever reason. Silly RIFTs.
    "Tact is for those that lack the wit for sarcasm."
    _________________________________________

  9. #9

    Default

    Quote Originally Posted by Mosg2 View Post
    I set up my follow system to work via focus so that whenever I PiP swap to a screen that character becomes my focus. My biggest problem so far is actually that I can't copy and paste into the macro box for whatever reason. Silly RIFTs.
    i hate that not being able to copy past in macros..pain in the ass. SO how did you do your focus macro? I have not figured out a way to do that.
    Currently 5 Boxing 5 Protection Paladins on Whisperwind Alliance
    The Power of Five!!! ( short video )

  10. #10

    Default

    I literally typed non stop for 45 minutes to get it setup.

    When I PiP swap to my windows (1-5 respectively) it sends F1 through F5 to everyone. Then the F1 macro in-game sets the focus to the character in slot 1. Then the macros look like this:

    /focus <charactername>

    Then my follow macro is:

    /target @focus
    /follow

    And I have my follow button in ISBoxer as a two step button so that I can add one motif to each character each time I hit follow.
    "Tact is for those that lack the wit for sarcasm."
    _________________________________________

Posting Rules

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