Monday at 01:29 PM1 day Hi all,I have recorded a path as Grinder but have trouble with adding a key press at a specific location only. Basically, when reaching a certain point like X: 3500.111, Y: xxxx.111, Z: xxxx.111 I would like to press "X".This using the Path recorder as on screenshot. I tried a few things in the Action Tab but so far, not succeeded. This would really change everything for me and I hope someone will be able to provide guidance on that. Really appreciate in advance and wish you a great day.
8 hours ago8 hr Hello,You can do it with the ACTION column. When you're not recording, double-click the ACTION cell of a point and put:c#: robotManager.Helpful.Keyboard.PressKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle, "x");Then save the profile.One thing to know, the action of a point runs when the bot reaches the point before it (when it starts walking toward that point). So if you want X pressed when standing at 3496.952, -3864.835, put the action on the line right after this one.
Create an account or sign in to comment