tukui-org / ElvUI

User Interface replacement AddOn for World of Warcraft.
https://tukui.org
Other
455 stars 152 forks source link

/in Macro function doesn't work anymore. #1060

Closed afkjustin closed 12 months ago

afkjustin commented 12 months ago

What is the issue you are having?

I used to have a macro like the following:

/flood /in 10 /flood

/flood started an addon, then "/in 10 /flood" would wait 10 seconds and turn off the macro.

What is the expected behavior?

/in 10 waits 10 seconds then sends the rest of the macro

What actually happened?

Nothing, the addon turns on from the first /flood but doesn't wait 10 seconds then turn off.

Suggested Solution/Workaround

No response

Errors

No response

ElvUI Changelog & Troubleshooting

Repooc commented 12 months ago

it was removed as it wont work in 10.2

afkjustin commented 12 months ago

I did the final check box, I re-tested by doing "/edebug on" then made a macro below, the "Test 2" never went off. My first macro was working yesterday, I updated ElvUI today.

/s Test 1 /in 5 /s Test 2

afkjustin commented 12 months ago

it was removed as it wont work in 10.2

Wasn't in the change log, guess I missed the news somewhere...

Repooc commented 12 months ago

we didnt put it in the changelog as it isnt something that is commonly known to be in the addon as it is very old and not documented anywhere