I am working with the FBBot script for my Ranger and need a little help with how to send keystrokes. Here is what I am doing, I currently have a lot of commands built and hotkeyed in autoit and instead of trying to get those functions to work in the FBBot script it would be much easier and faster if I could just have FBBot send the keystroke that would execute the script I already have. Right now I have about 5 functions hot keyed and built in autoit. When I hit "R", the script will send critical shot, execute the next reaction chain, cast Parry and execute the follow-up action chain. So where FBBot will target, run to the target, check for buffs, buff and then initiate a ranged attack by {call castspell "what ever it is"}, all I want to do is replace the call castpell with sending my hot key, which in this case is R. I am sure it sounds retarded but my autoit macro has all the attacks with the perfect amount of delay in them.
Thanks
Thanks