We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb49eb commit 48c3eeeCopy full SHA for 48c3eee
1 file changed
ffbe.lua
@@ -3,7 +3,7 @@
3
-- Memu 960x600 120dpi
4
-- http://ankulua.boards.net/thread/167/brave-exvius-ffbeauto-farming-explorations
5
6
-ver = "ffbeAuto v0.51"
+ver = "ffbeAuto v0.52"
7
8
Settings:setCompareDimension(true, 600)
9
Settings:setScriptDimension(true, 600)
@@ -437,7 +437,7 @@ function fFarm(location)
437
else
438
for i=0,60 do
439
if(i%5==0) then connectionCheck() end
440
- if(i%10==0) then gameOver(); break end
+ if(i%10==0) then gameOver() end
441
if(existsClick(autobtn,1) and debug_mode) then runlog("autobtn") end
442
if(exists(results_big)) then break end
443
end
0 commit comments