Issues with german client
Posted: Mon Nov 11, 2013 6:08 am
Hallo everyone,
lately there have been some posts about issues with the GetText function, function.lua and so on. I Just registered because I have problems with the german client that might be related.
At the last game patch rombot automatically updated the addresses in addresses.lua. So far so good, now there's a red exclamation mark at the addresses.lua file but I guess that's allright.
But when I start the bot I get this error:
I then looked into the settings.lua file and commented out some code in the function settingsPrintKeys()
Well the bot starts again, but no surprise some scripts do not work as intended. For example I can't target an NPC (it says it works in the micromacro window, but the NPC is not actually selected).
Greetings from Germany and I hope someone has a solution.
lately there have been some posts about issues with the GetText function, function.lua and so on. I Just registered because I have problems with the german client that might be related.
At the last game patch rombot automatically updated the addresses in addresses.lua. So far so good, now there's a red exclamation mark at the addresses.lua file but I guess that's allright.
But when I start the bot I get this error:
Code: Select all
MACRO Test: ok
Fernkampffähigkeit gefunden: MAGE_FIREBALL
The game client did not crash.
11:55am - D:/Programme/micromacro/scripts/RC3/settings.lua:314: bad argument #1
to 'upper' (string expected, got nil)
Please enter the script name to run.
Type in 'exit' (without quotes) to exit.
Script>Code: Select all
--local keyname;
--if( string.upper(v.key) == "MACRO" ) then
-- keyname = "MACRO";
--else
-- keyname = getKeyName(v.key);
--end
--msg = msg..modname..keyname; -- add key name
-- printf(msg.."\n"); -- print line
--logMessage(msg); -- log keyboard settingsGreetings from Germany and I hope someone has a solution.