|
Post by wololo on Oct 3, 2017 7:47:25 GMT
I tried downloading it. I paid for the program subscription but cannot open any file I download. Please assist. Edit: it also says this {"response":{"action":"file\/zip","message":"The owner of the files is not a premium user. You need to confirm the download using your own bandwidth","error":149,"result":"Error","current_api_version":"1.5"}} I have no clue what you are talking about. I just tried to download it and it works just fine. I also did it on my phone with mobile data to check another connection and i was never logged in when i did it. Opening the archive works fine too. You should not have to pay for anything when downloading my script.And what means "it says"? What gives you this message? your browser? media fire? the programm you open the .rar file? Ankulua app? your Phone? the script itself when you run it?
|
|
|
Post by wololo on Oct 3, 2017 16:50:34 GMT
I got the rune evaluation working but it needs more testing to be sure its reliable, before i will add it to the script. It would be really nice if someone would help testing, i made a little script to test a dropped rune and show the results. If something isn't right, it would be cool if you could send me a screenshot of the test as private message. usage: - Run a dungeon
- lootscreen with rune pops up
- run Rune_tester.lua
- result will be shown next to the rune
- if anything is wrong, send me a screenshot
Rune tester
Any help is appreciated, thanks.
I also need some inspiration for rune filtering, what would you guys like to see? Personally i only care for filtering by grade, by stars, if it has a flat mainstat and if it has speed as a substat. Also keep everything or sell everything. Anything else?
|
|
|
Post by autoconfig on Oct 3, 2017 21:06:45 GMT
I'll try out some rune testing tonight with your bot. As for filter criteria; star level and rarity are obvious filters. Selling flats on 2/4/6 as well. As long as it meets the min star and rarity and doesnt have a flat if 2/4/6, I would recommend doing a substat evaluation similar to what SWARX has. In fact that eval system has influenced what I see as "good runes". Essentially, it looks at the substats and counts the number of non-flats (excluding speed) divided by the number of substats. The user sets a match percentage (25,33,50,66,75,100%). If (non-flatsubs)/(totalsubs) >= (submatchpercent) then it keeps the rune. As an example, you get a rare(blue) rune which has two subs. One is a flat and the other is not. User has it set to 75%. This rune would be sold. However a rare with both non-flat subs would be kept. Likewise a legendary with at least 3 non-flat sub stats would be kept. Another thought could be matching sub-stats with sets. Say, energy runes with an hp% sub, swift runes with a spd sub, focus with an acc sub, etc. Since the user is using that set already, ideally a rune from that set with that same stat may be worth keeping. Though this should not supersede flats on 2/4/6.
|
|
|
Post by autoconfig on Oct 3, 2017 21:34:18 GMT
Probably prioritize star > rarity > sell 2/4/6 flats > sub stat matching set > sub non-flat percentage.
As a secondary thought, having the bot capture screenshots of sold and kept runes could come in handy as a toggle feature. Just separate the save locations on the device between sold and kept runes. Then the user could go through the list to know which ones to sell or upgrade later or to refine their filter for next time.
|
|
|
Post by wololo on Oct 4, 2017 11:22:20 GMT
I'll try out some rune testing tonight with your bot. As for filter criteria; star level and rarity are obvious filters. Selling flats on 2/4/6 as well. As long as it meets the min star and rarity and doesnt have a flat if 2/4/6, I would recommend doing a substat evaluation similar to what SWARX has. In fact that eval system has influenced what I see as "good runes". Essentially, it looks at the substats and counts the number of non-flats (excluding speed) divided by the number of substats. The user sets a match percentage (25,33,50,66,75,100%). If (non-flatsubs)/(totalsubs) >= (submatchpercent) then it keeps the rune. As an example, you get a rare(blue) rune which has two subs. One is a flat and the other is not. User has it set to 75%. This rune would be sold. However a rare with both non-flat subs would be kept. Likewise a legendary with at least 3 non-flat sub stats would be kept. Another thought could be matching sub-stats with sets. Say, energy runes with an hp% sub, swift runes with a spd sub, focus with an acc sub, etc. Since the user is using that set already, ideally a rune from that set with that same stat may be worth keeping. Though this should not supersede flats on 2/4/6. I will start implementing the normal filters like stars, grade and if it has speed. Also sell everything and keep everything. I really like the substat matching set idea, but most of the time you want 2 substats matching each other on a rune and it can get quite complicated but i will give this a try for sure. Keeping runes on a percentage level like the overall quality of a rune is also a good point i really like. Making screenshots of kept and sold runes is really handy and i never thought of this, will definitely add that. Thanks for your input. I also tested the rune evaluation and found a little bug when it comes to idetifying a 5star rune over a 6star one and fixed that so this should be good to go. There will be some more tests today to be sure it is working and then goes into the schript.
|
|
|
Post by autoconfig on Oct 4, 2017 14:07:48 GMT
I liked your identifier with the stat window on the side. Would be perfect to get the screen shot while the stat window is up (helps to identify false positives)... I'm actually working on some code to do exactly that.
As for the % matching subs, I was able to successfully implement that filter into a different bot I've been revising. Ideally yes, you would want stats that compliment the set; but there are many monsters out there that favor odd combinations of stats, however many high end rune farmers wont allow more than one flat sub that they can re-roll. This is why I liked the % matching subs filter, it's up to the user to sell any runes which met that criteria but had an unfavorable combination. Which makes the screenshots useful to easily find and sell those.
Your rune Identifier worked perfectly last night by the way. Probably farmed up 40+ runes that had all the correct readings. I didn't see the 6*/5* issue you mentioned, so I am not sure what conditions caused that.
|
|
|
Post by wololo on Oct 4, 2017 15:30:10 GMT
I liked your identifier with the stat window on the side. Would be perfect to get the screen shot while the stat window is up (helps to identify false positives)... I'm actually working on some code to do exactly that. As for the % matching subs, I was able to successfully implement that filter into a different bot I've been revising. Ideally yes, you would want stats that compliment the set; but there are many monsters out there that favor odd combinations of stats, however many high end rune farmers wont allow more than one flat sub that they can re-roll. This is why I liked the % matching subs filter, it's up to the user to sell any runes which met that criteria but had an unfavorable combination. Which makes the screenshots useful to easily find and sell those. Your rune Identifier worked perfectly last night by the way. Probably farmed up 40+ runes that had all the correct readings. I didn't see the 6*/5* issue you mentioned, so I am not sure what conditions caused that. Nice to hear it worked well. The 6star problem was that it identified a 5star rune as 6 star cause the compare similarity was too low and the pictures are quite the same. I will get the first filters to work later this day and upload a version. I also added a way to count flat stats and it works good. Next step would be to identify which substats are on the rune.
|
|
|
Post by utopiaholic on Oct 5, 2017 10:45:48 GMT
You are doing God's work. I just wanted to appreciate your efforts here.
|
|
|
Post by wololo on Oct 5, 2017 15:07:42 GMT
You are doing God's work. I just wanted to appreciate your efforts here. Thanks for the warm words. I really like the community here, feels good to contribute.
|
|
|
Post by wololo on Oct 5, 2017 22:15:40 GMT
Just updated to v0.2.
edit: v0.2.1 is up.
|
|
|
Post by roivi22es on Oct 7, 2017 9:18:45 GMT
Hello Friend! You move in your work with great strides and this is very pleasing. I hope in your work to see the shop check At the moment there is not enough option "Dim screen". Also noticed that when selling a rune, the sales counter does not change and remains zero.
|
|
|
Post by wololo on Oct 7, 2017 13:12:01 GMT
Hello Friend! You move in your work with great strides and this is very pleasing. I hope in your work to see the shop check At the moment there is not enough option "Dim screen". Also noticed that when selling a rune, the sales counter does not change and remains zero. Will implement dim screen in next version. Im not sure how to make the shop check, need to test some things there, but if i get it to work it will be in there. About the sell counter, strange, its working for me, gonna look into that.
|
|
|
Post by utopiaholic on Oct 8, 2017 13:01:28 GMT
I just downloaded your script and it does work fine but the rune checking is not 100% yet. I'm not sure why but my setting is 5* hero and I checked the rare needs to have spd sub option but it sometimes takes 5* rare runes without speed subs. Just wanted to let you know about this minor issue. Everything else is great!
Thanks again for your script.
|
|
|
Post by wololo on Oct 8, 2017 14:34:08 GMT
I just downloaded your script and it does work fine but the rune checking is not 100% yet. I'm not sure why but my setting is 5* hero and I checked the rare needs to have spd sub option but it sometimes takes 5* rare runes without speed subs. Just wanted to let you know about this minor issue. Everything else is great! Thanks again for your script. I just released v0.3 and changed it to "min grade selected need speed", but read carefully "rare rune (1/3/5) needs speed?" this just checks for slot 1/3/5 if it has speed, 2/4/6 min grade selected will be kept. In the new version it will check the min selected grade if it has speed on slot 1/3/5.
|
|
|
Post by roivi22es on Oct 10, 2017 9:33:02 GMT
Hello! I`m a little Tested your work. You made a good option with the choice of arena actions. But these options do not work individually. For example, I am in a gold status and leaving the bot for the night I need only "rival" without "Match-up". The store often does not find. The bot at each search first reduces the screen, then maximizes and so each time. When you search for a store or arena after a dungeon, "End now" appears on the phone screen every time, then closes it and goes where it should, but it goes every time. And I would like to know if you are planning to complete the rune's evolution? For example, to collect 5* Legendary and 6* Rare. P.S.: and the rune sale counter is still not working The bot regularly collects and sells runes, but S=0 Thanks for your work!
|
|