taultunleashed logoRift Macro Guide On Dominate With One Click Macros : Rift - Bots / Macros / Hacks
newtopic  postreply
 [ 8 posts ] 
blue large dot

Rift Macro Guide On Dominate With One Click Macros : Rift - Bots / Macros / Hacks

Posted: March 4th, 2011, 12:43 pm
 
tault_Broden

Total Posts: 2313
Joined: August 21st, 2004, 5:20 pm
tault_Broden's Reps: 159
User avatar
Active User > 50 Posts
premium
Here is a nice guide for rift online going in depth to explain more how the macro system works. With wow you can set small amcros but rift has it so you can create an entire macro to one key. So you can set up an entire buff routine, or aoe routine, or pvp routine with the click of one button. This is great because it will allow you to more easily manage your character and own other players who arent taking advantage of this.

(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))):
I found one big difference in what's allowed to do in a macro in Rift versus WoW.

Say that you want to make this macro on your warrior on WoW:
/cast Overpower
/cast Rend
The intended effect here is to cast Overpower if it's useable, and otherwise cast Rend.
This however, does not work on WoW.
The macro will always try to cast Overpower, regardless of wether or not is useable.
It will never cast Rend.
Therefore you are forced to have 2 different keybinds for Overpower and Rend.

This is not the case on Rift, however.
What does this mean to us?
It means you can macro tons of abilities into a "I Win" button.

This is a simple version of the dps macro on my Cleric Shaman:
(note: in Rift you do not need a slash in front of the cast command)
cast Massive Blow
cast Lightning Hammer
cast Crushing Blow
Massive Blow is the hardest hitting ability I have, but it has a 20 sec cooldown.
It's at the top of the macro because I want to use this ability whenever its ready.
Lightning Hammer is slightly better than Crushing Blow, and has a 6 sec cooldown.
Crushing Blow is the lowest hitting ability but has no cooldown.
It's at the bottom of the macro because I only want to use this ability when everything else is on cooldown.

See what I did here?
I put all of my 3 attacks into 1 button and now I can just spam this button to do max dps.
You get the idea.

The full macro I use looks like this
cast Jolt
cast Fated Blow
cast Massive Blow
cast Lightning Hammer
cast Crushing Blow
Jolt and Fated Blow are instant (no global cooldown) abilities that are useable after I crit or dodge someone.
Because Jolt and Fated Blow have no global cooldown, the macro will cast Massive Blow, Lightning Hammer or Crushing Blow too.
That's why they have to be at the top of the macro.

The beauty of this is that I now have a perfect dps rotation with just 1 button.
It will always cast the best attack to use.

Basicly your macro should look like this:
no global cooldown abilities
...
your best attack (with the longest cooldown etc)
...
...
...
your worst attack
I'm sure you guys can come up with even better ways to use macros in Rift.
Enjoy.

_________________
I DO NOT TAKE CREDIT FOR MY INFO.

I am a member of a exploit guild and post it here because i like this site and want to help it.

(!empty($user->lang['IMAGE'])) ? $user->lang['IMAGE'] : ucwords(strtolower(str_replace('_', ' ', 'IMAGE')))


Reply with quote
Posted: March 5th, 2011, 5:24 am
 
negative

Total Posts: 34
Location: London
Joined: May 1st, 2004, 4:00 am
negative's Reps: 4
User avatar
premium
Anytime I put more then one spell/ability in a macro it tells me, "you can only use one ability per macro"

Was this nerfed?


Reply with quote
Posted: March 7th, 2011, 3:26 am
 
zoefky

Total Posts: 67
Joined: February 23rd, 2007, 7:35 pm
zoefky's Reps: 1
User avatar
Active User > 50 Posts
Thats not what he tried to explain. Broder explained that if you have one attack in cooldown he automaticly jumps to the next.


Reply with quote
Posted: March 8th, 2011, 5:51 am
 
negative

Total Posts: 34
Location: London
Joined: May 1st, 2004, 4:00 am
negative's Reps: 4
User avatar
premium
Ah, gotcha...


Reply with quote
Posted: March 28th, 2011, 11:37 pm
 
longshot666

Total Posts: 20
Joined: March 28th, 2011, 8:01 am
longshot666's Reps: 1
User avatar
premium
I use a similar rotation macro for my justicar cleric. If you want to remove the errors and make it work smoothly add this line before all other lines...

suppressmacrofailures


also if you want it to show a particular icon/cooldown you add #show. so a rogue might use...


#show Puncture


this would show the icon and time left for the puncture cooldown.
use those. you will love them.


Reply with quote
Posted: March 30th, 2011, 12:34 am
 
rhareg

Total Posts: 25
Joined: October 21st, 2006, 4:48 pm
rhareg's Reps: 0
User avatar
premium
longshot666 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))):
I use a similar rotation macro for my justicar cleric. If you want to remove the errors and make it work smoothly add this line before all other lines...

suppressmacrofailures

...


This doesnt work for me?
'unknown command supressmacrofailures' =(


Reply with quote
Posted: March 30th, 2011, 2:00 pm
 
zoefky

Total Posts: 67
Joined: February 23rd, 2007, 7:35 pm
zoefky's Reps: 1
User avatar
Active User > 50 Posts
type it correctly

suPPressmacrofailures


Reply with quote
Posted: April 12th, 2011, 9:46 pm
 
longshot666

Total Posts: 20
Joined: March 28th, 2011, 8:01 am
longshot666's Reps: 1
User avatar
premium
This is the macro i use on my cleric which is 29 justicar 33 drood

#show Strike of Judgement
suppressmacrofailures
cast Glory of the Chosen
cast jolt
cast Fated Blow
cast Massive Blow
cast Glacial Shield
cast Purpose
cast Precept of Refuge
cast Doctrine of Bliss
cast Bolt of Radiance
cast Crushing Blow



The only reason i use bolt of radiance is for the one conviction needed for precept of refuge every 6 seconds. I'm specced so that blocking gives me mana back and precept only assists in this. Otherwise it's a beautiful rotation with lots of self healing. If i need a larger store of convictions for doctrine of bliss i just throw a few even justices in as I generally am fighting 2 or more mobs. Remember, this is just for soloing since in parties you NEED bolt of radiance to acquire hate.


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 4 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Rift - Bots / Macros / Hacks RSS Feed 
Sitemap of Rift - Bots / Macros / Hacks Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?