ok here is the situation
i put F1 and F2 slot for med and sit (for tao to gain mana)
F1: 110, 740
F2: 160, 740
and i have a second function that keeps right clicking 100 pixel above of the tao, which let that point be 500, 250. so whenever any players pass that clicking point, they will get stig or other skills.
of course, i do have a script for that already, which is:
no problem for this code whatsoever, it runs perfectly
but it definately looks like using bots when other people look at it
so i was trying to make the sit and med function slower and more random sleep time. however the problem for that will be it might miss clicking 500, 250.
therefore i am trying to make something like this:
function 1:
for another example to understand what i am trying to say will be just like playing drums, right hand hits the drum every 2 seconds, while the left hand hits the drum every 0.2seconds.
any ideas that work around it?
PS* doesnt affect me anymore because i dont use the archer spawn to level at this moment. the purpose of this was when an archer click fly from the spot where my tao sits, the player will get stig and fly into the spawn.
ok here is the situation
i put F1 and F2 slot for med and sit (for tao to gain mana)
F1: 110, 740
F2: 160, 740
and i have a second function that keeps right clicking 100 pixel above of the tao, which let that point be 500, 250. so whenever any players pass that clicking point, they will get stig or other skills.
of course, i do have a script for that already, which is:
[......]
but it definately looks like using bots when other people look at it
[......]
If u want to make it more random, try using the function ... random xd
it works like this:
Of course you have to change the times, I never had a tao so I dont understand how it works, maybe u have to change the order between sit/med/skill as well.
then again, with that script, sometimes 500, 250 will have to wait a 4 second cycle sleep
which will miss right click stiging the archer when he flies up
archer 100 lvl lower can only fly for 40 seconds, that 4 seconds waiting to get stig can get people frustrated.
so again for the drum example for the scrpt u provide will be:
Code:
Right
Right
Left
Right
Right
Left
Right
Right
Left....
which thats not i want, i want something similar to:
Code:
Right Left
Right
Right
Right
Right Left
Right
Right
Right
Right Left.......
but trying to learn what exactly does the settimer function do.
if a simple loop like that can works the same, why need the settimer function
i was thinking about the settimer function might be more intelligent
then again, with that script, sometimes 500, 250 will have to wait a 4 second cycle sleep
which will miss right click stiging the archer when he flies up
archer 100 lvl lower can only fly for 40 seconds, that 4 seconds waiting to get stig can get people frustrated.
so again for the drum example for the scrpt u provide will be:
Code:
Right
Right
Left
Right
Right
Left
Right
Right
Left....
[...]
If u still want mora than 1 function to work at the same time, why dont you try with the controlSend(Fx) instead of making a right click over the Fx buttons?
you cant make 2 clicks on differents position at the same time, but maybe u can send more than one key at the same time.
[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 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.
AutoHotKey Help? 12/06/2007 - Conquer Online 2 - 11 Replies 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 :confused:
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 :D
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