problem with bot

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
chesterfield
Posts: 34
Joined: Thu Feb 16, 2012 4:03 am

problem with bot

#1 Post by chesterfield »

Wir wandern in einem Radius von 50 umher.
Did not find any crashed game clients.
9:16pm - scripts\rom/bot.lua:499: onLoad error: F:/micromacro/scrip
ons.lua:1003: bad argument #1 to 'pairs' (table expected, got nil)

Champion lv2
User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: problem with bot

#2 Post by Bill D Cat »

I don't see any code at either of the line numbers listed that would even remotely cause that error. So my guess is you are using an older version of the bot. I'd suggest you check the bot version and upgrade to the latest if you need to do so.
VLD
Posts: 3
Joined: Wed Nov 30, 2016 1:10 pm

Re: problem with bot

#3 Post by VLD »

Can help me with my problem?
I use addon for autoligin and waypoint on dailys in coast of elfs, but after relog bot crash with error:
".../rom/settings.lua:1317: bad argument #1 to 'pairs' <table expected, got nil>"
User avatar
Bill D Cat
Posts: 555
Joined: Sat Aug 10, 2013 8:13 pm
Location: Deep in the Heart of Texas

Re: problem with bot

#4 Post by Bill D Cat »

I'm guessing that the bot didn't update it's data completely/correctly when you changed characters.
Is the add-on for RoM iteself, or a userfunction file for the bot?
  • If it is an add-on for RoM, then you will need to find a way to get the bot to do a player:update() call to refresh its data.
  • If it is a userfunction file for the bot, then we can probably figure out where the problem is and get it fixed for you.
VLD
Posts: 3
Joined: Wed Nov 30, 2016 1:10 pm

Re: problem with bot

#5 Post by VLD »

Bill D Cat wrote:I'm guessing that the bot didn't update it's data completely/correctly when you changed characters.
Is the add-on for RoM iteself, or a userfunction file for the bot?
  • If it is an add-on for RoM, then you will need to find a way to get the bot to do a player:update() call to refresh its data.
  • If it is a userfunction file for the bot, then we can probably figure out where the problem is and get it fixed for you.
Oh, thank you! player:update() solve my problem! You best, Bill D Cat!
Post Reply