Reply
Thread Tools Display Modes
Unread 11-18-12, 10:38 AM   #1
yusi3434
Zombie
Join Date: Nov 2012
Posts: 1
Skill Rotation/Macros Help

Hi, I am sure there is already a add on for this but if someone could help me find out how to fix it I would appreciate it.

I am trying to do combos with my character while pressing only one button.

For example Pressing my first hotkey Does 1 skill then a second skill and 3 skill right after each other (waiting for cooldown before beginning another) Is there an add on for this?

I thought this was the function of the Macros but my Macros spam one of the skills in the list instead of doing them in succession. Let me know if you can help! Thx.
yusi3434 is offline   Reply With Quote
Unread 11-18-12, 10:31 PM   #2
Discryptor
Zombie
 
Discryptor's Avatar
Join Date: Nov 2012
Posts: 1
You need to ensure that your abilities that have a cooldown are further up the casting list then what your spam ability is. If you don't, you will always simply cast the spammable ability as it is never on cd.

The spell rotation of your macro works on a preference system of top to bottom. If your very top ability never goes on Cool down then the macro will never work past the first line.

Your macro should look something like this

#show Void Bolt
suppressmacrofailures
cast Neddra's Grasp
cast Radiate Death
cast Void Bolt


Void Bolt is the spammable ability, hence why it is on the bottom line of the macro.
The other 3 abilities all have cooldowns, so as each ability goes on cd, the next ability on the next line is used.

I hope this answered what you were hoping to achieve.
Discryptor is offline   Reply With Quote
Reply

Go BackRiftui » General Discussion » Member Guides and Helpful Information » Skill Rotation/Macros Help

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off