Porting this bot to Dofus Touch
Hi,
So I'm currently learning Python and I wanted to try porting this bot to Dofus touch. Thanks a lot for your work the code seems very clean and neat, I made a repository since it's very different and I wanted to have only one branch for now so I merged the v3 alpha branch with the master one and fixing the conflicts was so easy thanks to the "cleaniness" of the code.
So my plan was to:
-Make the program detect scrcpy as the game (also precise that you can use waydroid even tho Ankama hate the emulators so if banned you gotta precise that you were playing on Steamdeck or sum because its authorised, no risk on native android tho)
-Adapt the code to the Dofus Touch gameplay ; The gameplay of Dofus Touch is quite similar compared to the gameplay of the original Dofus but there is some problems; -The maps are a bit different (is it a problem?) -The layout of the game can be different depending on the device you are playing on (like if it's a phone or a tablet) -The toolbar is not at the bottom of the screen but at the right
-Remove/Add the things that are not implemented or present in Dofus Touch (like Havenbag)
-See what to do about the multi-account thing (quite not possible if using scrcpy)
-Maybe try to restrict multi-boting because as you said it destroys server's economy
These are my first ideas but there is probably more important things to do and even more ideas.
Any help would be so appreciable, also sorry my issue is so long !
Thanks a lot,
Malik Hattabi
Also I have some kind of proof of concept. I was able to find the window focus and change it to scrcpy so I plugged my android and I can go left!! Because it's the only direction not changed
Hello man,
First, i apologize for my "quite" late answer, i'm really focused on my daily life lately so i have less time to check my email or my gihub notifications, this said, i think that dindo is quite outdated to be used as a base for your project, i mainly created Dindo for fun and to prove some ideas that i had at a certain time, and knowing that pixel bots are quite limited compared to socket or MITM bots, i highly encourage you to challenge yourself more and start something from scratch based on your own ideas and creations.
In the end, sorry if i didn't reply to all of your questions about dindo.
PS: As a bonus i can suggest you to look at AI/ML, you can maybe train an AI model on playing dofus touch and let it play for you later.