Page 10 of 10

Re: Automatic 'login' script

Posted: Mon Oct 19, 2015 4:15 pm
by Bot_romka
I fix

Code: Select all

item.lua:143: attempt to concatenate global 'tmp' (a nil value)

Re: Automatic 'login' script

Posted: Fri Dec 25, 2015 7:42 am
by Ego95
Hey guys. Got a small problem.

I am using the following as bat file

Code: Select all

FOR /F "tokens=1 delims=" %%A in ('cd') do SET folder=%%A
START ../../micromacro.exe "%folder%/login.lua" acc:46 char:1 client:rom_botting path:xxx
START ../../micromacro.exe "%folder%/login.lua" acc:47 char:1 client:rom_botting path:xxx
START ../../micromacro.exe "%folder%/login.lua" acc:50 char:1 client:rom_botting path:xxx
START ../../micromacro.exe "%folder%/login.lua" acc:67 char:3 client:rom_botting path:xxx
START ../../micromacro.exe "%folder%/login.lua" acc:68 char:1 client:rom_botting path:xxx
But it logs in the first character of account 67 instead of the third. Already checked, if I maybe took the wrong account, but its the right one. Any solutions?