Mytherin / Tibialyzer

Tibialyzer is an extension made for the MMORPG Tibia. It automatically scans the server log and messages from the Tibia client by reading its memory, and gathers various statistics, such as loot found from creatures, damage dealt by party members and experience gained every hour.
Other
182 stars 60 forks source link

Facing Commands Have Stopped Working #293

Open Belasarion opened 7 years ago

Belasarion commented 7 years ago

This is a key function for me. I've got the following in my autohotkey file and it no longer works. I now walk in the direction that the key represents instead of facing that direction. I've checked to make sure that the function somehow didn't get unset in my Tibia client but its still set to ^ . Any ideas?

; Suspend Autohotkey Mode With Ctrl+Enter Ctrl+Enter::Suspend ; Turn To Face W::^Up A::^Left S::^Down D::^Right

Belasarion commented 7 years ago

Actually, I walk forward if nothing is in front of me If something is in that direction I turn to face it. If I hit the control key before I use "W, A, S, D" it works the way I think it should. I don't think I am having some sort of brain malfunction. Up until day it worked normally. Can't think of anything that changed except for the tibia client. I updated it yesterday.