[BUG] using #showtooltip in macro variable causes two issues
Xanique opened this issue Β· 4 comments
π΅ Describe the bug:
Using #showtooltip in macro variable causes two issues.
π΅ To reproduce: (Steps to reproduce the behaviour)
- Create a sequence where you use using #showtooltip in the macro variable
- Use the variable in each block
π΅ Expected behaviour:
The block should function just like the variable text was actually typed into it.
π΅ Actual behaviour:
- The macro icon does not cycle showing the appropriate spell
- The Sequence Debugger does not show any output despite the fact that macro does work
π΅ Desktop (please complete the following information):
- OS: Windows 10 64bit
- Game Version TBC
π΅ GSE Version:
- Version: 3.0.28-bcc
- Downloaded From: https://www.curseforge.com
I canβt replicate the macro debugger one - it works for me. I start hitting the target dummy and hit enable in the debugger and get output. I can stop and pause the debugger and restart it. I can even hit enable and start it close the window run my macro and reopen it and stop it after leaving combat.
I donβt know what you are doing differently to not get a result.
GSE ignores #showtooltip and asks WoW to show the appropriate icon based on the macro text for each action. What WoW does with this is not something GSE has any control of. Adding #showtooltip is irrelevant to a GSE macro as it is already part of the macro stub in /macro. TimothyLuke
β¦
On 11 Jul 2021, at 1:55 pm, Xanique @.***> wrote: ο»Ώ π΅ Describe the bug: Using #showtooltip in macro variable causes two issues. π΅ To reproduce: (Steps to reproduce the behaviour) Create a sequence where you use using #showtooltip in the macro variable Use the variable in each block π΅ Expected behaviour: The block should function just like the variable text was actually typed into it. π΅ Actual behaviour: The macro icon does not cycle showing the appropriate spell The Sequence Debugger does not show any output despite the fact that macro does work π΅ Desktop (please complete the following information): OS: Windows 10 64bit Game Version TBC π΅ GSE Version: Version: 3.0.28-bcc Downloaded From: https://www.curseforge.com β You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Is the issue that i reported for the sequence debugger something else then?