Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Bot_romka
Posts: 96 Joined: Tue Apr 05, 2011 2:59 am
Location: Russia
#181
Post
by Bot_romka » Mon Oct 19, 2015 4:15 pm
I fix
Code: Select all
item.lua:143: attempt to concatenate global 'tmp' (a nil value)
Attachments
item.lua
Fixed Error item.lua:143: attempt to concatenate global 'tmp' (a nil value) (18.09 KiB) Downloaded 302 times
Ego95
Posts: 564 Joined: Tue Feb 28, 2012 12:38 pm
Contact:
#182
Post
by Ego95 » Fri Dec 25, 2015 7:42 am
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?