Also hier mit versuch ich den wert ja heraus zu finden kann sein das es auch falsch is hatte jetzt halbes jahr pause gehabt mit script schreiben.
HotKeySet("{HOME}", "_npcsum") |
MsgBox(0,"Info", "Press ""Home"" key (germ.: ""Pos1"") to get the pixelchecksum of targeted npc. Note the value and carry it over by using ""settings.au3/exe""") |
Func _npcsum(); |
If Not WinActivate("Guild Wars") Then |
WinActivate("Guild Wars") |
EndIf |
Sleep(3000) |
$sum = Pixelchecksum(660, 110,877, 121) |
MsgBox(0,"Your Pixelchecksum", $sum) |
Exit |
EndFunc |
While 1 |
WEnd |
Hierfür brauch ich das also ich will gucken ob eine truhe da steh und wenn keine truhe da is das er dann resignt
Func Checksum() |
Send("ö") |
$rndnumber = Random(200, 400) |
Sleep($rndnumber) |
If PixelChecksum( 658, 879,107, 125) = 664571142 Then |
truhe() |
EndIf |
EndFunc |
wäre ganz nett wenn ihr mir da helfen könnt
