I have Read the "Help" File but still cant figure out how to make a macro that works on client 1 while playing on client 2. Any ideas or codes for this
I'm working on a macro that heals/pots/sits/med/stig/dc/area to macro etc.
Pretty much it will play the game for u
you can do some actions on a minimized client with the control functions,
but I know only 2, click and send, you can't do a pixelsearch with minimized window, also with the control functions Idk what will happend if you open 2 clients because it works with the name of the window so there won't be a difference between those two unless there is a way to tell ahk to work on the one that's not active.
Anyway here is a sample on how to use control functions:
exactly right.
just need to add a little info:
if u open multi CO, activate (on top of all others) the one that u want the ahk.exe to attach to.
and if u want one ahk.exe that controls 2 or more CO
u can use different var, like:
exactly right.
just need to add a little info:
if u open multi CO, activate (on top of all others) the one that u want the ahk.exe to attach to.
and if u want one ahk.exe that controls 2 or more CO
u can use different var, like:
But this way of clicking does work so i must be doing something wrong.
What im exactly doing is trying to scatter and clicking on a stake for bow prof repeating this fast would work great ^^
And i want it to do this without the window open, if ican figure ot how many nice little things can be made.
hmm that control seems new since i've used autohotkey ... although i haven't looked at the language for a while now. guess a new breed of fun will come out of this
tell me if this works for u.
put something like 3+ items in F1 slot
u should be able to see it keeps clicking F1 slot every 1 second
Thanks a lot for your help!
I wil test this out as soon as i get home from work and im about to leave to work, go figure LOL
Anyway thanks a lot, very apriciated!
Alrighty! I looked at it, worked perfect!
So I altered it a bit:
But once again I stumbled on 1 more problem!
If the window is open and i move my mouse it will click there, So while its running I cant have the window open at all, For example if i wanna see on how much percent im on I cant open the window cuz it will mess up the left click.
Would you perhaps know why that happens? and what can I do about it
*thanks you for all your help, sorry im a pain ... Learning
[HELP]Autohotkey 06/11/2011 - AutoIt - 8 Replies Hallu, elitepvpers! ichh habe gaanz kur ne frage, wo ich es echt nich raffe, habe schon sufu benutzt und gegoogelt, aber nix gefunden, außer die normale anleitung auf english, die ich iwie nich raffe; kann mir wer bei autoit in diesen"noob" script autohotkey einbauen, damit der bot wenn ich auf F7 klicke automatisch beenden!
hier der "noob" script!
while 1
sleep(500)
mousemove(1191,109,0)
sleep(200)
mouseclick("right")
sleep(200)
mousemove(1235,186,0)
AutoHotKey Help 02/16/2010 - CO2 Programming - 2 Replies I just started using ahk the other day to try and make a bot for the lab and everything is ok except that my char tends to chase monsters and end up away from the spawn.
Just wondering if anyone could share some advice on how I could select or input a coord. within conquer so that my char would return to that spot periodically thus remaining more or less in one spot on the map.
I've attached what I have so far. I tried to remedy the wandering by adding a down jump if no monsters are...
Autohotkey 07/15/2009 - Mabinogi - 15 Replies Not something as a bot, but it can be used as a small one (like a fireworks spammer in events)
Autohotkey is a free program you can use to make small .exe files, the scripting looks a lot like .vbs too :D (only one i know so far DX)
as an example my fireworks spamming "bot":
Loop
{
IfWinExist Mabinogi : Pioneers of Iria
Winactivate
AutoHotKey Help 01/17/2009 - General Coding - 1 Replies Hi, Im having trouble with making a background macro for a game called ConquerOnline, refer to this thread . If anyone can help, I would really appreciate it.
Help with AutoHotKey 03/24/2006 - Conquer Online 2 - 3 Replies Hey everyone i need some help. does anyone know how to write a command where you hold down ctrl while mouse clicking? all i've managed to do so far is make it click ctrl, let go, then mouse click. anyone know the codes to how i can do them both together? thanks.
shadowHacker