Thread Tools Display Modes
12-13-06, 12:58 PM   #1
Leialyn
A Defias Bandit
Join Date: Nov 2006
Posts: 3
Cast all Managems with only 1 Action Button?

Hiyas

Before 2.0 I used a selfwritten small addon, that checked if the gems existed in Inventory and then casts the appropriate Managem with CastSpellByName. I called the function with a makro that was in one actionbar slot.

Now I don't want to waste space in my actionbars and want again have only 1 actionbar slot to cast all managems. I've seen, that Autobar works out of combat, so is there something similar I can program? It can be assumed, that I only cast them while out of combat.

Or is there already an addon that does that? So I can copy code ^^
  Reply With Quote
12-13-06, 01:15 PM   #2
soddarkangel
A Kobold Labourer
Join Date: Dec 2006
Posts: 1
What I did, even though it can't check if you have a gem already is just made a castsequence macro.

/castsequence reset=240 conjure mana ruby, conjure mana citrine, conjure mana...
  Reply With Quote
12-16-06, 03:22 AM   #3
xbjim
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 58
theres a mod called autorack that could let you do this.. its like autobar (tho autobar sounds like its been udpated tho i havent tried it yet)

autorack uses one of your bags to let you use items, you could set it up to always put mana gems into a certain bag and in which order (like your macro that had an order)

http://www.wowinterface.com/download...-AutoRack.html
  Reply With Quote
12-16-06, 11:00 AM   #4
Leialyn
A Defias Bandit
Join Date: Nov 2006
Posts: 3
I want to CONJURE all Managems with one button and not USE them.
  Reply With Quote
12-16-06, 10:27 PM   #5
xbjim
A Wyrmkin Dreamwalker
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 58
you could do /castsequence

Code:
/castsequence Conjure Mana Jade,Conjure Mana Citrine,Conjure Mana Ruby
or that wont work because it exists in your inventory?

if not you could do it with modifiers:

Code:
/cast [modifier:ctrl] Conjure Mana Jade
/cast [button:2] Conjure Mana Citrine
/cast Conjure Mana Ruby
control left click = Conjure Mana Jade
right click = Conjure Mana Citrine
left click = Conjure Mana Ruby

Last edited by xbjim : 12-16-06 at 10:31 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Cast all Managems with only 1 Action Button?


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