Post by bokoboko on Dec 17, 2021 9:22:04 GMT
Hi, I have been playing with Ankulua for a while now, here is my first submission to the forum.
The game is WOTV (War of the Visions) a Final Fantasy Tactics themed gacha strategy rpg. This script farms the current hard trials boss. My team is not perfect but a score obtained by this script is currently rank #12 on the global leaderboards. It will probably slip as more people nail down high scores, but this is more due to some weaknesses in my account, not the gameplay.
The script was developed on a pixel 4 xl, so all the regions and snaps are from a 3040x1440 device. The script starts at the unit alignment phase and repeatedly kills the boss until stopped or the account runs out of boss tickets. The boss can be auto killed by the in-game AI but the score and rewards are much lower than manually killing it, hence the utility of the script.
Anyways, this is unlikely to immediately usable by anyone, due to variances in team composition, unit levels, gear etc. However, it is written in a pretty re-usable way that may be useful to others. Each turn is defined by a set of metadata regarding the unit, the ability, the location they need to move to etc. Movement is tricky but is handled by detecting not the tile where the unit needs to move, but by a piece of nearby terrain aligning into the correct location. The floor in this stage all looks the same, and it has wavy special effects changing the textures constantly making it unsuitable for image based movement. However some of the terrain is static and can be used to determine when the unit is in the correct location. I hope this can be useful to some aspiring bot developers, I had a lot of fun making this!
Script download: drive.google.com/file/d/1pky800M2m129iOj54--nvaHeaZZvIZmc
Video showing 2 consecutive runs by the script: www.youtube.com/watch?v=DZgHVsdfmnk
The game is WOTV (War of the Visions) a Final Fantasy Tactics themed gacha strategy rpg. This script farms the current hard trials boss. My team is not perfect but a score obtained by this script is currently rank #12 on the global leaderboards. It will probably slip as more people nail down high scores, but this is more due to some weaknesses in my account, not the gameplay.
The script was developed on a pixel 4 xl, so all the regions and snaps are from a 3040x1440 device. The script starts at the unit alignment phase and repeatedly kills the boss until stopped or the account runs out of boss tickets. The boss can be auto killed by the in-game AI but the score and rewards are much lower than manually killing it, hence the utility of the script.
Anyways, this is unlikely to immediately usable by anyone, due to variances in team composition, unit levels, gear etc. However, it is written in a pretty re-usable way that may be useful to others. Each turn is defined by a set of metadata regarding the unit, the ability, the location they need to move to etc. Movement is tricky but is handled by detecting not the tile where the unit needs to move, but by a piece of nearby terrain aligning into the correct location. The floor in this stage all looks the same, and it has wavy special effects changing the textures constantly making it unsuitable for image based movement. However some of the terrain is static and can be used to determine when the unit is in the correct location. I hope this can be useful to some aspiring bot developers, I had a lot of fun making this!
Script download: drive.google.com/file/d/1pky800M2m129iOj54--nvaHeaZZvIZmc
Video showing 2 consecutive runs by the script: www.youtube.com/watch?v=DZgHVsdfmnk