Search found 5 matches
- Fri Apr 10, 2009 4:51 am
- Forum: Runes of Magic
- Topic: RoM bot
- Replies: 2213
- Views: 2037496
Re: RoM bot
Do you have any plans on making the bot able to run back to your corpse? I think thats doable by creating a second waypoint, from the graveyard to where your botting waypoint is. This was done in various bots I've used for WoW.
- Wed Mar 18, 2009 2:19 pm
- Forum: MicroMacro general & support
- Topic: Attaching to Window with Wierd Name
- Replies: 7
- Views: 3114
Re: Attaching to Window with Wierd Name
I've managed to attach to the window, but you are right, can't send any keys to it, except tab. I did try using AutoIt and was able to get keys sent using the Send() function, but ControlSend didn't work very well.
- Wed Mar 18, 2009 2:18 pm
- Forum: MicroMacro general & support
- Topic: Attaching to Window with Wierd Name
- Replies: 7
- Views: 3114
Re: Attaching to Window with Wierd Name
Thats exactly what I was thinking of doing, but since you did it already, thanks =D
I'm guessing you're looking for a function like findProcessByWindow() but in reverse (findWindowByProcess()). In that case, no. There is no such function at this time. You could still write a set of functions to ...
I'm guessing you're looking for a function like findProcessByWindow() but in reverse (findWindowByProcess()). In that case, no. There is no such function at this time. You could still write a set of functions to ...
- Tue Mar 17, 2009 7:54 pm
- Forum: MicroMacro general & support
- Topic: Attaching to Window with Wierd Name
- Replies: 7
- Views: 3114
Re: Attaching to Window with Wierd Name
I'm trying to make a bot in ESO http://eso.perfectworld.com/ , but I'm having trouble getting getting micromacro to attach to the game window as it has a really wierd name in a chinese font. I've managed to make a list of all the windows but still haven't been able to attach to it. Is there a way ...
- Tue Mar 17, 2009 2:57 pm
- Forum: MicroMacro general & support
- Topic: Attaching to Window with Wierd Name
- Replies: 7
- Views: 3114
Attaching to Window with Wierd Name
I'm trying to make a bot in ESO http://eso.perfectworld.com/ , but I'm having trouble getting getting micromacro to attach to the game window as it has a really wierd name in a chinese font. I've managed to make a list of all the windows but still haven't been able to attach to it. Is there a way to ...