Make a Bug Forum? and bug: after killed mob

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

Make a Bug Forum? and bug: after killed mob

#1 Post by j19861986 »

Can't you make a bug forum inside Runes of Magic forum (here in site)???
Mine is: the bot doesn't work just after killed mob
it's says:

Code: Select all

player.lua:1400 attempt to compare number with nil
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Make a Bug Forum? and bug: after killed mob

#2 Post by lisa »

This is pretty much the "report bug" section of site, most bugs are errors and can be sorted out and the best place to post is right here.

First thing I say since the last patch is make sure you run SVN update and SVN revert. Also make sure you don't run update.lua, some people use an autoloader for the bot and have update included in that batch file.

If after that it's all green then next is to look at the error.
In your case it is getting an error when it is trying to update the target and returning a nil value.
Which means that something has gone wrong along the way as it should have a target if you just killed it.

Try the SVN update and SVN revert and see if it helps, if not then post again with more details please =)
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

Re: Make a Bug Forum? and bug: after killed mob

#3 Post by j19861986 »

I have Updated and Revert all of RomBot
But don't know why there is a error like that
look in the screendump
Attachments
Rombot error player.lua1400.jpg
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Make a Bug Forum? and bug: after killed mob

#4 Post by lisa »

check your profile for this

Code: Select all

		<option name="LOOT_PAUSE_AFTER"   value="0" />	
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
j19861986
Posts: 37
Joined: Sun Jan 16, 2011 1:01 am

Re: Make a Bug Forum? and bug: after killed mob

#5 Post by j19861986 »

I just found it out for myself... there where nothin value in that, then I put 0 in it... now it works, thx anyway
Post Reply