Skip to content

Commit 48c3eee

Browse files
authored
Add files via upload
Fixed bug in autobtn
1 parent ecb49eb commit 48c3eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ffbe.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-- Memu 960x600 120dpi
44
-- http://ankulua.boards.net/thread/167/brave-exvius-ffbeauto-farming-explorations
55

6-
ver = "ffbeAuto v0.51"
6+
ver = "ffbeAuto v0.52"
77

88
Settings:setCompareDimension(true, 600)
99
Settings:setScriptDimension(true, 600)
@@ -437,7 +437,7 @@ function fFarm(location)
437437
else
438438
for i=0,60 do
439439
if(i%5==0) then connectionCheck() end
440-
if(i%10==0) then gameOver(); break end
440+
if(i%10==0) then gameOver() end
441441
if(existsClick(autobtn,1) and debug_mode) then runlog("autobtn") end
442442
if(exists(results_big)) then break end
443443
end

0 commit comments

Comments
 (0)