Reply
Thread Tools Display Modes
Unread 11-15-11, 07:57 PM   #1
Zoklor
Zombie
Join Date: Nov 2011
Posts: 1
Macro helper?

Trying to use macros is a pain when you have multiple instant cast spells that will not function properly in a macro. The macro will essentially cycle through the first instacast. Is there a way or an add-on that will cycle instacast spells appropriately?
Zoklor is offline   Reply With Quote
Unread 11-15-11, 08:44 PM   #2
TimeBomb
Claw of Regulos
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 21
Quote:
Originally Posted by Zoklor View Post
Trying to use macros is a pain when you have multiple instant cast spells that will not function properly in a macro. The macro will essentially cycle through the first instacast. Is there a way or an add-on that will cycle instacast spells appropriately?
The 1.6 PTS has recently had the addon API updated in numerous ways - the two major ones being item/inventory-specific functionality, and macro functionality.

From what I understand, you can now make it so you can click on an addon frame to cast a macro command. I am not sure if you can have more than one macro command per addon frame - some clarification would be great.

The main limitation is that you have to click on something for the macro to cast, and the set macro can not be changed until you are out of combat.

Therefore, an addon that can add extra options or capabilities to macros (ex. If you have this buff, cast this skill. If not, then cast this other skill.) may be possible.
But I am not completely sure if something as dynamic as a conditional statement (i.e. if) is possible, because I know that they want any macro commands used in combat to be non-dynamic.

Last edited by TimeBomb : 11-15-11 at 08:48 PM.
TimeBomb is offline   Reply With Quote
Unread 11-16-11, 08:12 AM   #3
OKeez
Zombie
AddOn Author - Click to view addons
Join Date: Oct 2011
Posts: 3
What you could try is assign different instant cast spells in a macro to a Ctrl, Alt or Shift combo modifier. In this way you can at least have different instant spells in a macro thread.
OKeez is offline   Reply With Quote
Reply

Go BackRiftui » AddOns, Layouts and Macros » AddOn Search/Requests » Macro helper?


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