Evoknox
Fledgling Freddie
- Joined
- Nov 22, 2004
- Messages
- 280
I want to make a macro wich casts Aspect of the Monkey first and then get up the mount. What I tried is:
/cast Aspect of the Monkey
/script UseContainerItem(0, 2)
However when I use this it says Another action in progress after it has done Aspect of the Monkey. My guess is it won't mount cause it's busy with casting AotM so I'll need some kind of delay between those 2. Anyone knows how to do that?
/cast Aspect of the Monkey
/script UseContainerItem(0, 2)
However when I use this it says Another action in progress after it has done Aspect of the Monkey. My guess is it won't mount cause it's busy with casting AotM so I'll need some kind of delay between those 2. Anyone knows how to do that?