Page 1 of 1

Issues with german client

Posted: Mon Nov 11, 2013 6:08 am
by ElfonFire
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:

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>
I then looked into the settings.lua file and commented out some code in the function settingsPrintKeys()

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 settings
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.

Re: Issues with german client

Posted: Mon Nov 11, 2013 8:26 am
by BlubBlab
I don't think that is a problem around the German client, see blow the other topics.
And also which version is it, maybe you should update? RC3 is really old if that is the version.

Re: Issues with german client

Posted: Mon Nov 11, 2013 9:56 am
by ElfonFire
RC3 is the folder where the bot is still inside, but I think I am up to date with RomBot 3.29, Revision 766.
Maybe it's not about the German Client, however I got no no clue what else is wrong.

Re: Issues with german client

Posted: Mon Nov 11, 2013 11:55 am
by rock5
It's got something to do with your key bindings I think. Have you been messing with your key bindings in game? Are all your hotkeys set up properly in your profile? Try using the default profile and see if it helps. Is your runes of magic character files located in "Eigene Dateien\Runes of Magic" in your documents folder?

Re: Issues with german client

Posted: Wed Nov 13, 2013 5:43 am
by ElfonFire
rock5 wrote:It's got something to do with your key bindings I think. Have you been messing with your key bindings in game? Are all your hotkeys set up properly in your profile? Try using the default profile and see if it helps. Is your runes of magic character files located in "Eigene Dateien\Runes of Magic" in your documents folder?
Thanks for the hint, changing the key bindings back to default worked. Now everything is perfect again :)