Thread Tools Display Modes
06-13-06, 03:01 PM   #1
Aalwein
A Flamescale Wyrmkin
 
Aalwein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 147
simple script to activate two spells

is there a way to create a script in lua to cast two spells? I am trying to create a macro that will cast Aspect of the Beast and follow up with Shadowmeld. I'm pretty savy with tweaking UI mods and such for my use but I know nothing about the LUA scripting stuff.
  Reply With Quote
06-13-06, 03:23 PM   #2
JoshBorke
A Chromatic Dragonspawn
 
JoshBorke's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 185
Does Aspect of the Beast generate a global cooldown? If so, then no you cannot.

If it doesn't, then you can do some tom-foolery involving something like:

Code:
/cast Aspect of the Beast
/script SpellStopCasting()
/cast Shadowmeld
or some foolishness.

I could be totally wrong, but hope this helps.
  Reply With Quote
06-13-06, 05:44 PM   #3
Aalwein
A Flamescale Wyrmkin
 
Aalwein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 147
worked perfect. thanks a ton JoshBorke
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » simple script to activate two spells


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