zouna
Contributors
Posts: 109
|
Post by zouna on Jan 11, 2019 22:46:15 GMT
OK, starting testing 1.5.6 again. Thank you so much for helping me out vaan. I'm seriously not able to cover all scenarios and you just keep me posted with stuff you find.
|
|
vaan
New Member
Posts: 39
|
Post by vaan on Jan 11, 2019 23:00:44 GMT
OK, starting testing 1.5.6 again. Thank you so much for helping me out vaan. I'm seriously not able to cover all scenarios and you just keep me posted with stuff you find. No problem, I like to help with catching flies (bugs). (^ω^) To make a masterpiece. ლ(`∀´ლ) (Laughing in evil mode)
|
|
|
Post by zeeksi on Jan 12, 2019 3:06:13 GMT
How does the bot handle the new event with the restricted movement regions?
I've been playing manually but am at the point where I'd like to just farm a single map and it's rather tedious. Good progress so far.
|
|
|
Post by bananajones on Jan 12, 2019 6:44:14 GMT
How does the bot handle the new event with the restricted movement regions? I've been playing manually but am at the point where I'd like to just farm a single map and it's rather tedious. Good progress so far. Not Very well, it tries to get to the opponents outside its range then sits for a bit before saying its stuck. 3-4 run is amazing though, except i notice it gets stuck whenever it locks a new ship
|
|
zouna
Contributors
Posts: 109
|
Post by zouna on Jan 12, 2019 11:43:01 GMT
zeeksi Yeah, it doesn't work on the new event. There is no way for me to make a solution for that. bananajones Really? I haven't had a new ship for ages, but it seemed to work before... here is how the bot tried to click the confirm button if(searchRegion:existsClick(victory))then wait(2) searchRegion:click(Location(680,530)) --tap to continue wait(5) searchRegion:click(Location(680,530)) --tap to continue if(searchRegion:existsClick(battle_confirm, 8)) then --the grey confirm button after battle else --if the confirm button can't be found, you've found a new ship, hooray! if(searchRegion:existsClick(confirm, 8)) then --see if the confirm button is already there (for 8 seconds) else --if the confirm button is not shown, well click(Location(240,710)) --tap to continue --go and tap the screen for it to pop up (happens on super rare and epic ships) if(searchRegion:existsClick(confirm, 8)) then --confirm button should now be on screen within the next 8 seconds end end click(Location(240,710)) --tap to continue --tap to get back to main screen if(searchRegion:existsClick(battle_confirm, 8)) then -- grey confirm button should be visibly and clickable end end if(not searchRegion:existsClick(confirm, 8)) then --urgent commissions found searchRegion:click(Location(320, 20)) --backup click if confirm can't be found end if(isMob == true) then mobsCleared = mobsCleared+1 end fleetFights = fleetFights+1 else
|
|
|
Post by zeeksi on Jan 12, 2019 13:35:57 GMT
With the event, since it has no air raids/ambushes, is it possible to make the bot just move 1 tile at a time towards an enemy? Just my idea of a work-around.
|
|
|
Post by bananajones on Jan 12, 2019 14:05:07 GMT
zeeksi Yeah, it doesn't work on the new event. There is no way for me to make a solution for that. bananajones Really? I haven't had a new ship for ages, but it seemed to work before... here is how the bot tried to click the confirm button Yeah i turned off all the notifications in the game and that seems to fix it, but ill babysit it and let you know zouna
|
|
|
Post by bananajones on Jan 12, 2019 15:27:28 GMT
|
|
zouna
Contributors
Posts: 109
|
Post by zouna on Jan 12, 2019 15:27:50 GMT
zeeksi Im afraid not, I'd need to find the position of the enemy on the grid and the position of the fleet(which i can't do yet). To find your fleet and imbue it into the exisiting code would take me propably a whole day. But I'd need to find the fleet first... which is the biggest problem. It might work in the future but certaintly not for this event, sorry. bananajones If you turn off the notificiations, it might not prompt the confirm dialog which locks the ship. You really need to babysit that! If you get a new ship simply go to your docks and see if the bot had it locked.
Never mind the notifications are the little messages you get on the top side of your android device it shouldn't actually have any impact. EDIT: The error message alone won't help me out. I need a whole screenshot to see where it happened.
|
|
|
Post by bananajones on Jan 13, 2019 6:53:09 GMT
zouna hopefully this helps a little more
EDIT Stuck
Edit 2 got stuck on 3-4 also, all my pics are on 3-4
|
|
zouna
Contributors
Posts: 109
|
Post by zouna on Jan 14, 2019 1:16:14 GMT
zouna hopefully this helps a little more
EDIT Stuck
Edit 2 got stuck on 3-4 also, all my pics are on 3-4
Thank you for reporting the bugs. Fixed the bug in the first picture you reported, will look further into the last two. UPDATE: v.1.5.7 actually removed a feature and fixed the sort excess bug reported by bananajones EDIT: Does anyone know if this is the only treasure ship sprite that exists? imgur.com/8oPTH5h
|
|
|
Post by bananajones on Jan 14, 2019 6:27:47 GMT
|
|
vaan
New Member
Posts: 39
|
Post by vaan on Jan 14, 2019 22:13:50 GMT
zounaI think, only this is treasure ships. I'm on 9-1 and no different treasure ships appeared. Btw. 1.5.6 running with no problems so far. Commison 16h+ no problem. Fight 3-4 no problem. But you need fix problem on bigger maps. When bot move screen on left upper corner and not in center of map. ┐(´д`)┌
|
|
zouna
Contributors
Posts: 109
|
Post by zouna on Jan 15, 2019 17:37:25 GMT
vaan What exactly is the problem with bigger maps? Going to left upper corner is correct, as long as he start to move the screen +1 to the right and down. UPDATE: v.1.5.7 is now official. Anyone that has the old version 1.3 running can update to v.1.5.7
|
|
vaan
New Member
Posts: 39
|
Post by vaan on Jan 15, 2019 21:22:52 GMT
zounaWhen I'm home, I'll record it and send it through a personal message. 12h Night shifts.
|
|