WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Lua/XML Help (https://www.wowinterface.com/forums/forumdisplay.php?f=16)
-   -   simple script to activate two spells (https://www.wowinterface.com/forums/showthread.php?t=5094)

Aalwein 06-13-06 03:01 PM

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.

JoshBorke 06-13-06 03:23 PM

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.

Aalwein 06-13-06 05:44 PM

worked perfect. thanks a ton JoshBorke


All times are GMT -6. The time now is 01:52 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI