You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [] What - MQ2Events doesn't "CleanItemTags", so it won't correctly process events like trigger=You begin casting #1#
trigger=You begin casting #1#
command=/bc You begin casting ${EventArg1}
- [] When - Every time.
Expected the issue is that OnIncomingChat doesn't "CleanItemTags" as seen in VOID CheckChatForEvent(PCHAR szMsg) line 721 in MQ2DataVars.cpp, which causes it to fail to output the name of the spell you begin casting. This will apply for all new outputs that include spells as links for MQ2Events.
Expect that a resolution would be to modify OnIncomingChat to CleanItemTags prior to pEventsEvent->Feed(szLine);
In GitLab by @jessebevil on Dec 2, 2020, 19:54
Issue template
- [] What - MQ2Events doesn't "CleanItemTags", so it won't correctly process events like trigger=You begin casting #1#
Expected the issue is that OnIncomingChat doesn't "CleanItemTags" as seen in
VOID CheckChatForEvent(PCHAR szMsg)
line 721 in MQ2DataVars.cpp, which causes it to fail to output the name of the spell you begin casting. This will apply for all new outputs that include spells as links for MQ2Events.Expect that a resolution would be to modify OnIncomingChat to CleanItemTags prior to
pEventsEvent->Feed(szLine);
wondering if this is intentional, or just happens to have been overlooked.
The text was updated successfully, but these errors were encountered: