Problem with script ( tibia auto heal )

Ask gaming related questions (AHK v1.1 and older)
trues
Posts: 2
Joined: 02 Mar 2019, 08:10

Problem with script ( tibia auto heal )

02 Mar 2019, 11:41

Honor everyone. Well, I have such a problem that the auto hotey script does not work for me. Spaming all the time [f2] by default in the script is entered. The problem is that I got it from my friend has the same monitor and the same inch as I + the same window setting with life in tibia - additionally I used a script to check x.y mouse and everything was good.
[ my script to this game ( tibia )
:

#IfWinActive Dragon Ball Legend
CoordMode, Pixel, Screen
while(1){
color:= 0
myszkaX:= 1847
myszkaY:= 147
PixelGetColor, color, %myszkaX%, %myszkaY%, RGB

if(color != 0xDB4F4F){
Send {F2}
Sleep, 200
continue
}
}
return

]

In addition, I'll write that run auto hotkey as an administrator. Windows 7 64 bit
Ruevil2
Posts: 174
Joined: 14 Jul 2014, 10:39

Re: Problem with script ( tibia auto heal )

04 Mar 2019, 12:45

trues wrote:
02 Mar 2019, 11:41
#IfWinActive Dragon Ball Legend
This is probably the issue. This line means, 'Only run this script when the active window title is Dragon Ball Legend'. It needs to be changed to reflect the window title of the tibia window. Use the 'Windows Spy' Tool to find this info.
eternal1000
Posts: 5
Joined: 01 Aug 2019, 14:47

Re: Problem with script ( tibia auto heal )

01 Aug 2019, 15:01

I just cant do this here, someone help me! where i can find the color? what i have to edit here to function?
Thanks
eternal1000
Posts: 5
Joined: 01 Aug 2019, 14:47

Re: Problem with script ( tibia auto heal )

01 Aug 2019, 18:55

Same problem here.. i saw on windows spy, change the name and problem persist. what i do now?

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 51 guests