GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

[BUG] using #showtooltip in macro variable causes two issues

Xanique opened this issue Β· 4 comments

commented

πŸ”΅ Describe the bug:
Using #showtooltip in macro variable causes two issues.

πŸ”΅ To reproduce: (Steps to reproduce the behaviour)

  1. Create a sequence where you use using #showtooltip in the macro variable
  2. Use the variable in each block

πŸ”΅ Expected behaviour:
The block should function just like the variable text was actually typed into it.

πŸ”΅ Actual behaviour:

  1. The macro icon does not cycle showing the appropriate spell
  2. 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:

commented
commented

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.

commented

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?

commented

Thanks for checking.