← Back to team overview

sikuli-driver team mailing list archive

[Question #689250]: Mouse Click Doesn't Register

 

New question #689250 on Sikuli:
https://answers.launchpad.net/sikuli/+question/689250

I feel like I've tried everything, I'm out of ideas.

• Script runs on admin privileges
• Tried Region. and App.
• Tried every mouseClick function

Here's my code:

Lineage = App("Lineage II")
Lineage.focus()

Settings.MoveMouseDelay = 0

playerHealth = Pattern("playerHealth.png").similar(0.90).targetOffset(25,0)
enemyHealth = Pattern("enemyHealth.png").similar(0.95)
enemy = Pattern("enemy.png").similar(0.60).targetOffset(40,60)

while playerHealth != 0:
    doubleClick(enemy)
    print("Click success")
    wait(1)



// Could this be due to the fact that the game is running a sort of "Antivirus"? (Lineage II w/ GameGuard)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.