Hi guy's
i am working on the HFFF Luxon bot, but i have a problem. I want to get the color of the name of NPC.
eg :
[Only registered and activated users can see links. Click Here To Register...]
I use with autoIt the function PixelSearch and a tool to capture the color of pixel pointed.
But it does not work... Someone could test ? Or give me the true color code ? or any solution ? :rolleyes:
thx all and good job.
Samouraiz.
i am working on the HFFF Luxon bot, but i have a problem. I want to get the color of the name of NPC.
eg :
[Only registered and activated users can see links. Click Here To Register...]
I use with autoIt the function PixelSearch and a tool to capture the color of pixel pointed.
Quote:
coord = PixelSearch(0, 0, 1000, 1000, 0x002E5B)
if Not @error Then
MsgBox(0, "X and Y are:", coord[0] & "," & coord[1] )
EndIf
But it does not work... Someone could test ? Or give me the true color code ? or any solution ? :rolleyes:
thx all and good job.
Samouraiz.