Page 1 of 1

Error after Update: bot.lua:797

Posted: Tue Apr 13, 2010 11:33 pm
by bussdee
Got this eror now and cant start the rom/bot.lua

script/rom/bot.lua:797: function arguments expected near `___RPL`


Update:
tryed createpath.lua and got this error:

scripts\rom/createpath.lua:3: ..../classes/player.lua :858: unexpected symbol near `and`

Re: Error after Update: bot.lua:797

Posted: Wed Apr 14, 2010 3:40 am
by rock5
bussdee wrote:Got this eror now and cant start the rom/bot.lua

script/rom/bot.lua:797: function arguments expected near `___RPL`


Update:
tryed createpath.lua and got this error:

scripts\rom/createpath.lua:3: ..../classes/player.lua :858: unexpected symbol near `and`
I reported on this too. Until it's fixed just change the following;

Line 858 of player.lua has an extra 'and'. Change to;

Code: Select all

if( settings.profile.options.LOOT == true  and
And line 797 of bot.lua is missing a bracket. Change to;

Code: Select all

__RPL:setCurrentWaypoint(__RPL:getNearestWaypoint(player.X, player.Z ) );

Re: Error after Update: bot.lua:797

Posted: Wed Apr 14, 2010 7:28 am
by Administrator
Update again. Those have been fixed.

Re: Error after Update: bot.lua:797

Posted: Wed Apr 14, 2010 11:51 am
by bussdee
thx 4 fast reply