I have it in the EQ2Harvest_v1.1.3 script. Everything goes smooth until it starts gathering from a resource.
I tried to fix it by making the hotkey-string a "+41" for example, so that he first switches to hotbar 4, then presses the '4' key, where my gather skill is.
Before I did this the script would switch to hotbar 1 because it was shift-1'ing half of the time, (or shift-2,3,4...) and arriving at a hotbar without buttons.
This helps, but only after several harvests, because the +4 sometimes comes trough as '4' and not shift-4, not switching to the right hotbar, and then the harvest-cycle continues.
I changed the sendkeys demo file to send only the +41 and it does the same thing. I tried to change the script so that it would Keydown.vk_shift then send the string and finally KeyUp.vk_shift doesn't work. No wonder since I got into scripting for a week... the time I have Xunleashed registered. (Not to mention that I'm an accountant and not a programmer)
