Error after Update: bot.lua:797

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
bussdee
Posts: 37
Joined: Tue Apr 28, 2009 11:20 am

Error after Update: bot.lua:797

#1 Post 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`
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Error after Update: bot.lua:797

#2 Post 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 ) );
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Error after Update: bot.lua:797

#3 Post by Administrator »

Update again. Those have been fixed.
bussdee
Posts: 37
Joined: Tue Apr 28, 2009 11:20 am

Re: Error after Update: bot.lua:797

#4 Post by bussdee »

thx 4 fast reply
"Erfahrung ist fast immer eine Parodie auf die Idee."
Johann Wolfgang von Goethe
Post Reply