Tagged: mouse

LostArk fishing Macro Complete (Fishing macro 3)

Now, if you just apply this post, you'll be able to use the fishing macro. ! Let's review it before entering. In the first hour, we got the mouse coordinates and stored them in init.txt along with the name of the fishing site. In the second hour, we learned how to detect exclamation points. This time, let's take the code we developed in the previous post to the Keyboard and Mouse events so that it becomes automatic fishing.

Exclamation point detection using PyAutoGui, OpenCV, (Fishing macro 2)

In this post, we will use the PyAutoGui library to detect an exclamation point that informs the completion of the Chi fishing. 

We've put OpenCV in the title, but we're not going to use OpenCV ourselves. 

However, one of the functions that PyAutoGui provides is a function called locateOnScreen. There is an item called confidence during the optional argument that this function receives. 

You must install OpenCV in order to specify this item. 

(Note that PyAutoGui will process the main monitor only if you have a double monitor. )

로스트아크 낚시 매크로 with Python (로아낚시매크로1)

낚시의 메커니즘은 반복적입니다. 
생활스킬로 트리를 변경한다. 
마우스를 물가로 움직인다.  
키보드(‘w’)로 찌를 던진다. 
느낌표가 나올때 까지 기다린다. 
느낌표가 나오면 키보드로(‘w’)로 찌를 회수한다. 
2~ 5번을 반복한다. 

LostArk Fishing Macro with Python (Fishing Macro1)

The mechanism of fishing is repetitive. 
Change the tree with life skills. 
Move the mouse to the water.  
Poke with the keyboard ('w'). 
Wait for the exclamation mark to appear. 
When an exclamation point comes up, the keyboard (' W ') is collected. 
Repeat 2 to 5 times.