Search found 4 matches

by Palkki
Sat Aug 21, 2010 7:04 am
Forum: Runes of Magic
Topic: Error message(string expected, got nil)
Replies: 8
Views: 1944

Re: Error message(string expected, got nil)

log.txt with the changes:
Sat Aug 21 15:03:15 2010 : MicroMacro v1.0
Sat Aug 21 15:03:15 2010 : Processor Type: 4X 586, OS: Windows XP Service Pack 3
Sat Aug 21 15:03:15 2010 : LuaCoco is available.
Sat Aug 21 15:03:15 2010 : Lua glues exported.
Sat Aug 21 15:03:15 2010 : Keyboard layout: US ...
by Palkki
Sat Aug 21, 2010 5:44 am
Forum: Runes of Magic
Topic: Error message(string expected, got nil)
Replies: 8
Views: 1944

Re: Error message(string expected, got nil)

Bindings:
MOVEFORWARD UP W
MOVEBACKWARD S DOWN
STRAFELEFT A LEFT
STRAFERIGHT D RIGHT
TURNLEFT ,
TURNRIGHT .
JUMP SPACE
SITORSTAND X
TOGGLEAUTORUN
TOGGLERUN
TOGGLESHEATH Z
FOLLOWTARGET
SCREENSHOT PRTSCR
PUSHTOTALK
TOGGLEBACKPACK B
TOGGLECHARACTER0 C
TOGGLECHARACTER1 V
TOGGLECHARACTER2 Y ...
by Palkki
Thu Aug 19, 2010 1:20 am
Forum: Runes of Magic
Topic: Error message(string expected, got nil)
Replies: 8
Views: 1944

Re: Error message(string expected, got nil)

Well I kinda understood that it was key related, but I didn't get what was wrong with it. Because I thought the script was supposed to use the bindings.txt. And I have checked settings.lua multiple times and it appears that the keys are just fine. I am starting to lose my mind with this issue.
by Palkki
Wed Aug 18, 2010 7:44 am
Forum: Runes of Magic
Topic: Error message(string expected, got nil)
Replies: 8
Views: 1944

Error message(string expected, got nil)

I am getting this error when trying to start bot.lua.

".../rom/settings.lua:310: bad argument #1 to ´?´ (string expected, got nil)"

I am no expert with scripts or programming but I expect that 310 means line 310 in settings.lua file.

This is what I have on line 310

309 if( key[v:getAttribute ...