Closed BobbyDuggart closed 4 years ago
Hey, should be a quick fix. DragUpToDown is part of the Mouse.ahk function, and the HWND needs to be updated for nox, so change line 6.
ControlGet, ld_id, Hwnd, , RenderWindow1, LDPlayer
to
ControlGet, nox_id, Hwnd, , ScreenBoardClassWindow, NoxPlayer
Also might need to replace the global ids to match, hope it helps.
Fixed! Thanks for the help and continued support on this project.
Yo, just started using the updated 4-6 Data and it's working well, however, line 310 in Maps.ahk, DragDownToUp(500, 675, 350) does not work for me. I assume this is because I switched everything over to NoxPlayer, however, EchoControl's client supported dragging on Nox, and his code looks the same. Not sure why it's failing to drag for me but the program clicks on 4-4 after the loop because it fails to drag up. Any help is appreciated.
Also note my computer is dogshit so my sleep timers are super long. Also for some reason GFL won't launch using LDPlayer lmao.
Config File
4-6 Script