Random question regarding plugin AutoExec. I've been using this plugin for years. In one of my AutoExec files, I have line where if a specific member in my party types out "7" in party chat, it will make all characters stop auto running, by simulating pressing the 7 key down, then back up. It's been working flawlessly for the past half year since I implemented it. Starting today when I logged in, it stopped working though, any ideas as to why?
Code
<register event="chat_party_Aerora_7" silent="true">wait .00;setkey NUMPAD7 down;wait .2;setkey NUMPAD7 up;</register> <!--auto run/stop autorun-->
EDIT: So, it seems to only be working if I'm currently on that character's specific instance. So, if I'm on Aerora, any chat commands sent through party will only effect her, and none of the other characters I have logged in unless I alt+tab over to that characters specific instance. This never was like this before :/
EDIT 2: Also probably unrelated to AutoExec, but now when ALT+Tabbing, it keeps a button pressed down as you alttab. So for example, I use the 8 on the NUMPAD to run. If I hold down 8, then Alt+Tab, it continues to auto run and also keeps the ALT macro tab open, despite not pressing an autorun key. When I tab back over, it stops auto running.
EDIT3: Does not happen on vanilla client.
These also happen with only 1 character logged in as well, if it matters.