|
Post by noncecents on Aug 11, 2017 12:59:25 GMT
@sikat has reached out to me and confirmed that he has had to step back from the project for the foreseeable future. I will attempt to get my current personal build with Press Repeat to a state where I'm comfortable releasing it to others.
I want to take a moment to thank @sikat for his hard work on this project and his excellent code. I'm not sure I can meet his degree of programming expertise or rate of feature development that he's produced thus far, but I'll do my best to maintain the script and add what I can to this awesome work of his.
|
|
drekx
New Member
Posts: 31
|
Post by drekx on Aug 13, 2017 4:26:39 GMT
@nocecents I finally figured out why the script isn't really working on my phone. It seems that it gets stuck looping infinitely in the section in ffarm that checks for waiting connection. Reason for it is that it seems that it cannot match the image for menuinbattle, and menu. I tried having it instead to check for auto but that also does not seem to get matched, I have tried even lowering the pattern match to 0.5 but still nothing. How would I possible go about getting the images needed without messing with the rest of the code as i'm not sure how the original images were taken. Thanks!
P.S Thanks for all the hard work @sikat.
|
|
|
Post by noncecents on Aug 18, 2017 1:47:52 GMT
@nocecents I finally figured out why the script isn't really working on my phone. It seems that it gets stuck looping infinitely in the section in ffarm that checks for waiting connection. Reason for it is that it seems that it cannot match the image for menuinbattle, and menu. I tried having it instead to check for auto but that also does not seem to get matched, I have tried even lowering the pattern match to 0.5 but still nothing. How would I possible go about getting the images needed without messing with the rest of the code as i'm not sure how the original images were taken. Thanks! P.S Thanks for all the hard work @sikat. Sorry about the delay. I need to get my own thread up which I can monitor more closely. Part of the problem relates to handling unusual aspect ratios and resolutions. This is why I suggest running the game in an emulator like Nox or Memu in 600 width by 960 height, as that's what the script runs natively in. The script does an enormous number of image lookups dependent upon specific regions that those images may be found within. Unfortunately those unusual aspect ratios tend to throw off those regions. It's something I'm going to try to spend some time on in the next update. The simplest solution on a phone is to screenshot the image with your phone (usually a key-combo like volume-down + home button, Google can give you the answer) and to crop the image that actually appears there. Then rename it to the file you want to replace in the images folder. Alternatively, if you want to see what the script is looking at when it references a region, you can save a snapshot of the image it sees by using the save function within the code, ie: mp_reg:save(filename.png) Where mp_reg is a region in the script. You could also do something like this for debugging purposes to get a copy of a successful match: match = existsClick("autobtn")
match:save("foundautobtn.png") You'll find images in the captured_images folder and are actually saved in black and white, which is how AnkuLua actually does image comparison.
|
|
|
Post by noncecents on Aug 21, 2017 17:06:01 GMT
All, I've got my fork of ffbeAuto Z posted over on my own thread. New features include a "Press Repeat" option as well as the ability to have skills cast with custom delay times in frames per second. Added abilities Imperil, Sentinel, Resist. Added ability for companion units to use Single Target damage abilities. I also cleaned up end-of-turn handling (should be a little bit more reliable). More changes (including a UI revamp) will be coming soon; I'm also working on a "chain helper" which will allow you to use the script to chain your own abilities from within a battle you're already doing manually (such as within a trial or difficult raid). All of the changes may also have broken some existing features (auto-skill selection for Arena seems to be having a problem, I hope to have that fixed tonight), so please try it out and let me know how it works!
|
|
|
Post by fantasticsphere on Sept 2, 2017 11:20:32 GMT
I run into a problem using Ace to solo the current Mog King FF3 ELT. The only way I can do that reliably is to use my Ace's Wild Card. However, the action icon for that ability is the one for "random" ability and there is no such option for custom battle in the Ankulua interface. Can you please add that ASAP? Also, you might want to add another meta action that really refers to any type of action (even unrecognized ones as long as the MP value matches).
NOTE: I've tried to select "Any Attack" instead, but still the macro won't select Wild Card (26 MP). Maybe it doesn't think it's an attack at all and the icon is not among those recognized by the macro.
This is affecting my ability to farm ELT at all. So wish it can be addressed soon.
Also, can the custom battle be configured to use LB when it's available for a given unit?
|
|
|
Post by boyll88 on Jul 13, 2021 19:31:16 GMT
Is this still working? Trying to get arena running but it gets to opponent select and just sits there. Can anyone help me out?
|
|