Tailor Made Tools/Programs for You - AHK

09/04/2009 21:51 Evan Lim#766
vegetasupersaiyan6@
Code:
^f::
WinGet, id, id, [C
settimer, a, 100
return
a:
ControlClick, x340 y71,ahk_id %id%,,left
return
^p::pause
^r::reload
^e::exitapp
09/04/2009 22:41 lolcool#767
Is there anyway you can make a Warehouse bypass. Something that can bypass a warehouse if we dont have the code for it so we can acess the pass from anywhere.
09/04/2009 23:06 Evan Lim#768
lolcool@
not sure, at least i dont know how to do it
09/05/2009 12:58 pidarmg231#769
hi I need a bot for archer that will kill turtledoves,pick cpbackpack,use them,and use cyclone,and if he dies to press revive here. if possible to be in background mode
the conquer site is conquer-europe.eu
if you will do it it will be very nice) thx alot!
sorry for annoying you...
09/05/2009 19:40 Evan Lim#770
pidarmg231@
cant be background mode
09/05/2009 21:45 Matic^#771
Hello evan, am interested in some things like, is possible to make like bot( created whit AHK) for example from your inventory pick up, sometimes use different items, by colours like 1st pick up blue, then red use red(right click), .....but they places in your inventory could change so i need that he seperate them by colours.

And second thing: like there are 3 places, am i need make that bot move to 1st coordinate and if he didnt found anything for example other char he move to other coordinates, if found didnt move to other to place but move into 4.

Sorry for long post but really interested in that, if that possible could you write command that do that. Really thnx :)
09/05/2009 23:18 Evan Lim#772
Matic^@
pick up items on floor depends on colors are not so reliable, as many other colors exists in the map floor or even the item exists multi-color too
so the best bet is to edit the dds image into something no so obvious (find id, edit MapItemIcon.ani)
and about the right clicking at the inventory, same thing as above (find id, edit ItemMinIcon.ani)
if u can do this both, then its possible
its nothing but searching for a color and click in a define searching area

about the coordinates, if it is a specific coordinate, it can be done by using CO build-in path function. if the path function cant be used, then a general coordinate can be done (+/- half screen area)
and about the find "anything", again, its depends on if that "thing" has any unique color or image
so what it meant is, even if the bot can go to a specific area, its not intelligent enough to identify if the "thing" exists or not unless something can make the "thing" unique
kind of like, its easy for human to see an image writing ABC, but simple programs just cant identify its writing ABC
09/06/2009 13:06 Matic^#773
Yeah , i think the same that i need to change items DDS firstly, i will try to do that later first i need to get PS/GIMP :) Anyway thnx for info, only one question you mentioned CO build-in path function, so could you write it or post link where i can find more info about it.
09/06/2009 15:06 Evan Lim#774
Matic^@
? its just the path button below right top corner right under the map
09/06/2009 16:37 Matic^#775
Oh ic, sorry for that fool question, just though that is something other thing :o
But CO build-in path function has one big minus, i need to use it in pk map, so if someone try pk me char, this patch fuction stop working :(
09/06/2009 20:12 Evan Lim#776
Matic^@
either way if u get pk, u dead anyways
so whats the big mins?
or do u mean even u are dead, u want ur character to walk around slowly to different points?
09/07/2009 13:23 Matic^#777
I think i could just add fuction to log off acc if l HP bar going low, if that possible
09/07/2009 17:20 Evan Lim#778
Matic^@
well even if its possible, it still wont change the fact the earlier requirements are impossible for me to make
09/08/2009 23:20 Matic^#779
IC, too bad really, anyway thnx for answers
09/11/2009 15:33 Unforgiveable#780
As this thread is huge I don't feel like looking through all of those posts to look if my question is there yet.
I apologize if you made such a program already.

I was looking for a program that will ctrl+rightclick at a certain position and will sit + meditate in order to heal a guard getting attacked for leveling phoenix.
Edit: Forgot to mention I'd like it to be background.

So coordinates for ctrl + right click is : 380, 301.
Sit is at : 123, 739
Meditation is at : 152 , 746.

Full screen mode, hope I didn't make any mistakes while I was getting the coords.

Thanks in advance.