Regarding my Drums of Battle macro on the previous page:
First i want to thank Sinzar and Zorick for your suggestions.
@Sinzar: I made a new folder "drumsofbattle", created a drumsofbattle.lua with your code and a drumsofbattle.toc
When i start wow and click on addons at the character screen it is listed there.
However, when i try to use a macro in game like /run BaerbelThrottledMsg("test")
i get the following error mesage: [string "BaerbelThrottledMsg("test")"]:1: attempt to call a global 'BaerbelThrottledMsg' (a nil value)
and after clicking it several times: [string "BaerbelThrottledMsg("test")"]:1: unfinished string near '<eof>'
There is no message appearing in the chat window. I tested this while i was in a 10 man raid and had 2-4 other party members. Sadly i have pretty much no knowledge about creating wow addons, so i dont know how to fix this, so perhaps you could help me again?
@Zorick: The /in 30 /p msg seems to work nicely, thanks.
Ideally i would like to combine the 2 suggestions, would that be possible?
#showtooltip
/run BaerbelThrottledMsg("Using Drums of Battle, next one in 30 secs")
/use Drums of Battle
/in 30 /run BaerbelThrottledMsg("Drums of Battle expired, use next one")