Tailor Made Tools/Programs for You - AHK

10/18/2009 00:39 Zangetsu#856
thank you, you really are an ahk master and works fast.
10/18/2009 10:55 Matic^#857
Hello Evan, i need the program which picks up edit items, on ground looks like [Only registered and activated users can see links. Click Here To Register...] and compose it to tower/fan. In inventory would be only that items. Also if possible make that in background click, and add mouse speed. Also would be good that if there is no "pink" items on ground account just stand, dont do anything. Ty
P.S. am using 1024*768 window mode.
Some functions ctrl + q - pause, ctrl + r - restart, crtl + e - start
10/18/2009 12:12 Evan Lim#858
Matic^@
picks up, no problem
compose to tower/fan, not sure how to do that, so probably no anyways
background click, no
10/18/2009 12:23 Matic^#859
Hmm ic, so anyways if you could create that he pick up pink items if not dont do anything, and what about composing if i record the movement then i put item from inventor and add to fan/tower and i add it in the bot so then he collect 9 items, i need that he pick up 9 items, and then starts my movement to compose them to tower/fan,and repeat all actions again i think that possible thing, but dont know how to do that. Maybe with if and then commands?
10/18/2009 18:55 Evan Lim#860
Matic^@
still dont really know how to compose tower/fan (i quit CO before it was even introduced)
secondly, cant really count 9, because there are many other objects are pink too
maybe if u can show me a video or a step form 1.2.3., i might be able to tell u whether it is possible or not for me to make
10/18/2009 19:05 Matic^#861
Ok i could try, i think it takes me aroud 10-20 minutes to do it
10/18/2009 19:16 Evan Lim#862
Matic^@
ok before that, if it involves clicking on a specific npc at a specific location that is not define in the CO build-in path function, then i dont know how to make it. because i cant make the bot to get the character to the exact same spot, and know where the npc is and to click him
10/18/2009 19:43 Matic^#863
no there is no NPC, or character clicking

PM'ed you video link
10/18/2009 23:17 Evan Lim#864
Matic^@
does the program needs to walk around or stay in the same spot?
right now i am thinking of using COELSE with the normal moving and picking up functions, then a side program that will pause COELSE and macro the combining clicks
should be possible if its just how it looks like in the video
10/19/2009 05:50 Matic^#865
no it's has one coordination in which one account comes and drops that items around
10/19/2009 06:27 Evan Lim#866
Matic^@
add the macros steps for dragging the necklace to inputbox
Code:
Pink_Hex = 0xEF6AFF

msgbox, Ctrl+Q to pause
loop
{
check = 0
loop
{
PixelSearch, outx, outy, 130, 100, 870, 580, %Pink_Hex%,5,Fast
if ErrorLevel = 0
{
click, %outx%, %outy%
count = 0
check++
}
else ErrorLevel = 1
{
count++
}
sleep 1000
if (count > 3 and check > 3)
break
}

;;;;;;;;;;;;your macro goes under here;;;;;;;;;;;;



;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
}
^q::pause

if u dont know how to find the xy coordinates of where to click, u can use the following script to output as tooltip
Code:
loop
{
mousegetpos, x, y
tooltip, x%x% y%y%,1,1
sleep 300
}
probably ur macro section code will look similar to this:
Code:
click 100,100 ; <- assume this is bag slot1 spot
Click down
click 200,200 ;<- assume this is the inputbox u need to drag to
click 300,300 ;<- assume this is the button for composing

click 100,100 ;<- repeat dragging for 9 times
click down
click 200,200 
click 300,300
....etc
so yea, u need to at least find few coordinates points, including, bag slot, inputbox, compose button
10/19/2009 19:35 Matic^#867
Wow thnx, i made it it works slow but works :) Thnx for your time and help :)
10/20/2009 05:00 demonkk3#868
is it possible to tailor make a program specifically for archers in the lab that auto scatters, auto jumps and use hp potions, reloads arrows and jump around ( like 5 different spots) a small spawn? need not have the pick up function. i tried the coelse but i don know how to use it exactly. i saw other auto clicky, but its abit of a problem that the monster in lab 2 always spawn at different position in the same place , i want to get the BEST exp from them :D
10/20/2009 06:57 Evan Lim#869
demonkk3@
if u cant get the COELSE works, i dont know how i can tailor a program for u that involves path walking
and if u can make COELSE works, thats exactly ur requirement is
10/20/2009 08:28 demonkk3#870
ok so if i can get coELSE to work, u tailor made that program isit? :DDD i`m trying hard to