WeakAuras2 icon indicating copy to clipboard operation
WeakAuras2 copied to clipboard

Repeating Actions

Open emptyrivers opened this issue 6 years ago • 3 comments

Part of the Use-Case Series.

Some users would like to create actions that repeat a specific number of times. For example, a countdown-style chat message spam. We have a snippet in discord which achieves this specific use case.

Should we incorporate this use case into WeakAuras, or is a snippet sufficient for the number of times that users want to do this?

emptyrivers avatar Jan 01 '19 22:01 emptyrivers

@Stanzilla do you have any thoughts?

emptyrivers avatar Jan 16 '19 14:01 emptyrivers

I think this will have a place in a more general overhaul of actions, if every action can be repeated as for example currently sounds can, then I think this makes sense

Stanzilla avatar Jan 16 '19 15:01 Stanzilla

I think repeating chat messages with a countdown is one of the more often requested things. And there's some inconsistency that sounds can be repeated but not chat messages. That's a bit strange.

There are actually two problems there:

  • "BOMB in %p" would currently output %p in the progress precision format. There's the obvious workaround with "BOMB in %C"
  • And how to actually add a repeat to the options and to which.

I think it does make sense to add it to the chat/custom script options in conditions.

For the general actions tab, I wouldn't mind if we don't add it there.

InfusOnWoW avatar Jan 27 '19 11:01 InfusOnWoW