kev
New Member
Posts: 5
|
Post by kev on Sept 9, 2016 14:41:23 GMT
Hi thanks for share. The script only does first area then keeps going up and down without fight and i have to move it to next area to do so. My phone is Samsung galaxy J5 Just reporting, it saves a lot time than without using anything anyway, cant complain much Hey kev glad to know it helps! It sounds like its not seeing that you have 3204 gold and thus never moving to the next area. Does it move and start the boss fight by itself? It checks gold randomly yes, but when finish first area he doesnt go 2nd. I move him there he farms it and then i move him to boss. He doesnt accept boss battle i have to do it myself also
|
|
|
Post by doohie on Sept 9, 2016 16:51:54 GMT
Just wanted to thank you for this, I've been wanting to learn how to make scripts but it's much easier for me to learn while looking at code and seeing it work, so really thank you!
Also a question, do I have to have certain setup in the option menu of the game (like put D-Pad on? or the flick option?)
|
|
|
Post by dragonguard on Sept 9, 2016 16:55:15 GMT
Hey kev glad to know it helps! It sounds like its not seeing that you have 3204 gold and thus never moving to the next area. Does it move and start the boss fight by itself? It checks gold randomly yes, but when finish first area he doesnt go 2nd. I move him there he farms it and then i move him to boss. He doesnt accept boss battle i have to do it myself also yeah sounds like its failing to identify the gold. Over the weekend i will try to set up a s5 and see if i can recreate the issue.
|
|
|
Post by doohie on Sept 9, 2016 17:08:27 GMT
Just a quick note, it is very rare, but could happen that if you encounter a minituar it could break the script since it adds around 10 gil (maybe 20 not sure) and could happen in any zone at any time. Could you please specify if we need to have certain setup regarding the exploration options (D-pad? Flick on? those sort of things)
|
|
|
Post by dragonguard on Sept 9, 2016 19:32:01 GMT
Just a quick note, it is very rare, but could happen that if you encounter a minituar it could break the script since it adds around 10 gil (maybe 20 not sure) and could happen in any zone at any time. Could you please specify if we need to have certain setup regarding the exploration options (D-pad? Flick on? those sort of things) It seems the money in each zone is completely fixed. They shouldn't cause any problems for the script but I will be on the look out for it. I will try to make a big update this weekend with regards to all questions. The short of it is that you shouldn't need to set up anything on a emulator (besides the ankulua obviously) in order for it to run. Due to false assumptions on my part though the script has issues on small resolutions that I hope to address soon. In these cases editing in your own photos my fix the problem, as well as highlighting the region and fixing it towards the player.
|
|
mdel
New Member
Posts: 9
|
Post by mdel on Sept 10, 2016 21:53:55 GMT
It seems the money in each zone is completely fixed. They shouldn't cause any problems for the script but I will be on the look out for it. I will try to make a big update this weekend with regards to all questions. The short of it is that you shouldn't need to set up anything on a emulator (besides the ankulua obviously) in order for it to run. Due to false assumptions on my part though the script has issues on small resolutions that I hope to address soon. In these cases editing in your own photos my fix the problem, as well as highlighting the region and fixing it towards the player. Haven't tried the script yet, had a setup with nox macro for when I'm at my pc (just walk to each zone on my own, then let the macro clear until I check it again)... and an autoclicker script that runs this dungeon fully. But going to try this for sure, thanks! This script will help me learn more, I tried my own mog event crafter, but soon after someone here updated his and mine felt like a piece of trash at that point. But it's a good learning experience  The gil is not completely fixed, as doohie said, there's a (very) rare minituar spawn that can mess with things. I had only one run so far that zone 1 netted me 3224 gil, more than 3204. This is because of the minituar spawn.
|
|
|
Post by dragonguard on Sept 11, 2016 15:24:20 GMT
It seems the money in each zone is completely fixed. They shouldn't cause any problems for the script but I will be on the look out for it. I will try to make a big update this weekend with regards to all questions. The short of it is that you shouldn't need to set up anything on a emulator (besides the ankulua obviously) in order for it to run. Due to false assumptions on my part though the script has issues on small resolutions that I hope to address soon. In these cases editing in your own photos my fix the problem, as well as highlighting the region and fixing it towards the player. Haven't tried the script yet, had a setup with nox macro for when I'm at my pc (just walk to each zone on my own, then let the macro clear until I check it again)... and an autoclicker script that runs this dungeon fully. But going to try this for sure, thanks! This script will help me learn more, I tried my own mog event crafter, but soon after someone here updated his and mine felt like a piece of trash at that point. But it's a good learning experience The gil is not completely fixed, as doohie said, there's a (very) rare minituar spawn that can mess with things. I had only one run so far that zone 1 netted me 3224 gil, more than 3204. This is because of the minituar spawn. Hope it helps  , always good to learn this stuff. hmm interesting. Unfortunately the only way to fix that is to grab photos of the gold after a rare minituar spawn happens. Still thank you for confirming it, i will make note of it when i do a large update soon.
|
|
|
Post by poweredbypho on Sept 12, 2016 5:08:57 GMT
This script started as a proof of concept for a exploration script. When the Mog cake event started I decided that setting this up would be in my best interest. The script was developed and tested on a nox emulator so I don't know how well it does elsewhere. In addition, because this is more a proof of concept and its bound to have some issues i'm releasing this as open source, anyone is allowed to edit this and repost it including in compiled format. If you have any questions ask them in the comments, I will try to help you out. The bot will start from the exploration selection screen (right before selecting a friend) or once you're inside the exploration screen (when you can move rain around) It will then move up into a combat area and move back and forth until it gets into combat. It will then click auto. For this reason i strongly recommend that you set limits on during auto and bring a healer with a aoe limit (lenna). After combat the bot will check how much gold it has and then either go back to looking for combat or move to the next area. The bot only collects one resource point at the moment. The bot will fail upon death, material limits, and connection time out (looking into how to fix the last one) script link: www.dropbox.com/s/uq5bcab3sdi9cer/FFBEBot.zip?dl=0Always open to suggestions, new ideas, new areas, etc. I program as a hobby so i do this in my off hours anyways (when not doing school, work, wife, etc) EDIT1: added some information about what the bot did on exploration. EDIT2: Fixed link What resolution are you running in NOX? I tried a bunch and it wouldn't even get past the "Depart" screen. But since I set it to 1080x1920 "phone" mode it now departs and moves to the battle location fine, but it won't "Auto" in battle and won't collect rewards if I "Auto" for it. I don't think it's checking for gold either. Is there an easy way to troubleshoot this? I'm pretty new to Ankulua and not sure how to use "toast" or "highlight". I can edit the FFBE.LUA in the NOX Shared folder in windows, but it seems every single change I make, I have to go into the NOX emulator and navigate with the file browser, copy that folder, and overwrite the SDCARD copy in Ankulua. Is there a faster way to make quick changes for testing? Thanks so much for this!
|
|
|
Post by dragonguard on Sept 12, 2016 14:15:28 GMT
This script started as a proof of concept for a exploration script. When the Mog cake event started I decided that setting this up would be in my best interest. The script was developed and tested on a nox emulator so I don't know how well it does elsewhere. In addition, because this is more a proof of concept and its bound to have some issues i'm releasing this as open source, anyone is allowed to edit this and repost it including in compiled format. If you have any questions ask them in the comments, I will try to help you out. The bot will start from the exploration selection screen (right before selecting a friend) or once you're inside the exploration screen (when you can move rain around) It will then move up into a combat area and move back and forth until it gets into combat. It will then click auto. For this reason i strongly recommend that you set limits on during auto and bring a healer with a aoe limit (lenna). After combat the bot will check how much gold it has and then either go back to looking for combat or move to the next area. The bot only collects one resource point at the moment. The bot will fail upon death, material limits, and connection time out (looking into how to fix the last one) script link: www.dropbox.com/s/uq5bcab3sdi9cer/FFBEBot.zip?dl=0Always open to suggestions, new ideas, new areas, etc. I program as a hobby so i do this in my off hours anyways (when not doing school, work, wife, etc) EDIT1: added some information about what the bot did on exploration. EDIT2: Fixed link What resolution are you running in NOX? I tried a bunch and it wouldn't even get past the "Depart" screen. But since I set it to 1080x1920 "phone" mode it now departs and moves to the battle location fine, but it won't "Auto" in battle and won't collect rewards if I "Auto" for it. I don't think it's checking for gold either. Is there an easy way to troubleshoot this? I'm pretty new to Ankulua and not sure how to use "toast" or "highlight". I can edit the FFBE.LUA in the NOX Shared folder in windows, but it seems every single change I make, I have to go into the NOX emulator and navigate with the file browser, copy that folder, and overwrite the SDCARD copy in Ankulua. Is there a faster way to make quick changes for testing? Thanks so much for this! The resolution on the nox is set to 960 by 600 but changes to roughly 375W when playing ffbe. I am currently looking into how to make this work better for all phones. To your other question yes there is. I posted just now in the original post about how to do it but the short is put everything in your shared other folder and then point anakulua at it and make sure your script editor is targeting the one in the other folder.
|
|
|
Post by dragonguard on Sept 12, 2016 14:15:41 GMT
Original Post updated.
|
|
mdel
New Member
Posts: 9
|
Post by mdel on Sept 12, 2016 21:46:42 GMT
Okay, tried out the script today, but I seem to have a problem. I tried it 3x and had to manually take over (well, use macros in NOX) during the first zone. So the exploration is clicked, friend selected and the team departs. Rain moves to the first zone up until the first hole in the floor he can't cross over. He then runs back/forth a bit, about 2-3 fights occur (it never went over 1.000 gil), the menu is opened to check the gold after a battle... and then he just does not move anymore. At all. I waited 3 minutes to see if he'd move, but it was just motionless, script still running.
This happened 3 times, each time after a while with me stepping in and finishing it another way. Not sure what's up, don't have the time to check it, but thought I'd mention it, maybe you'd have an idea what's wrong!
|
|
|
Post by poweredbypho on Sept 13, 2016 1:59:48 GMT
What resolution are you running in NOX? I tried a bunch and it wouldn't even get past the "Depart" screen. But since I set it to 1080x1920 "phone" mode it now departs and moves to the battle location fine, but it won't "Auto" in battle and won't collect rewards if I "Auto" for it. I don't think it's checking for gold either. Is there an easy way to troubleshoot this? I'm pretty new to Ankulua and not sure how to use "toast" or "highlight". I can edit the FFBE.LUA in the NOX Shared folder in windows, but it seems every single change I make, I have to go into the NOX emulator and navigate with the file browser, copy that folder, and overwrite the SDCARD copy in Ankulua. Is there a faster way to make quick changes for testing? Thanks so much for this! The resolution on the nox is set to 960 by 600 but changes to roughly 375W when playing ffbe. I am currently looking into how to make this work better for all phones. To your other question yes there is. I posted just now in the original post about how to do it but the short is put everything in your shared other folder and then point anakulua at it and make sure your script editor is targeting the one in the other folder. Great, thanks for this - just downloaded the latest revision. Also, I've input your 960 Height by 600 width, do you also have your custom DPI setting? (I set it to 150 for now). Thanks!!
|
|
|
Post by jackspace on Sept 13, 2016 3:08:29 GMT
The first version have some bugs but the second is working fine (TM/Forge) on my phone, only dwarves forge last boss the script is not setting auto mode, i need put manually. But don´t problem, great script, the only that works here.  thanks.
|
|
|
Post by dragonguard on Sept 13, 2016 3:42:32 GMT
The first version have some bugs but the second is working fine (TM/Forge) on my phone, only dwarves forge last boss the script is not setting auto mode, i need put manually. But don´t problem, great script, the only that works here.  thanks. Yeah, everything was working then i retested and i didn't auto on boss. Will look into it, glad it helps though.
|
|
|
Post by dragonguard on Sept 14, 2016 19:15:49 GMT
The first version have some bugs but the second is working fine (TM/Forge) on my phone, only dwarves forge last boss the script is not setting auto mode, i need put manually. But don´t problem, great script, the only that works here.  thanks. The auto issue on the last boss should be resolved now. Just download from the link and let me know if the updated version fixes your issue. Happy botting.
|
|