-
-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dofus 1.29 #7
Comments
Hey :)
Yes, unfortunately, i stopped using windows & because no volunteer developers shows their interest to help on developing the windows version i'm not really planning to make a support for windows or mac os. This said, If you are searching for a windows compatible bot, you can try pixus bot but keep in mind that it's no longer maintained.
I didn't really try it, but it should work on Dofus Retro/1.29 (you can also try the first version which may work fine too). |
Very well, thanks for your answer, I only use Linux between. |
🤔 what didn't work exactly? if you just couldn't see the game window name in the choice list then it should be related to the game instance name of Dofus Retro (check the part of the code below) You could simply get the instance name of the opened game window from your system monitor (for example) & change the value in the line above. |
|
Simply use the click action (the one with a mouse icon) & combine it with the Wait (Monitor game screen) action, this way you could easily simulate a move action in Dofus Retro.
Yes, i store the position (x & y pixel position) + the color (rgb) in an array, & then check if the pixel have the right color before clicking on it, however, you can disable the color check from the bot settings (only in v2 i guess) & then the bot will always click on all pixels even if the pixel color don't match. |
Added the old instance name to support old versions
Does it need to be compiled? Thanks |
@YannickCardini How do you run retro on linux ? do you use wine ? |
No, python is an interpreted language so there is no need for a compiler. The compilation runs during the execution of the program => JIT (Just In Time).
I didn't really try it, i stopped dofus since version 2.48 so i'm not really sure which versions of the game still work, so just test it by yourself 😉 |
Sorry my bad, I saw that on the mobile phone and I had a limited view from and didn't see the code or any of the instructions. It worked fine here on Linux anyway. Thanks |
Hello,
This bot seems amazing and it designed only for Linux :)
It's customizable for dofus 1.29 ?
The text was updated successfully, but these errors were encountered: