Page 1 of 1
Make a Bug Forum? and bug: after killed mob
Posted: Sun Jan 30, 2011 9:03 pm
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
Re: Make a Bug Forum? and bug: after killed mob
Posted: Sun Jan 30, 2011 9:51 pm
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 =)
Re: Make a Bug Forum? and bug: after killed mob
Posted: Thu Feb 03, 2011 11:06 am
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
Re: Make a Bug Forum? and bug: after killed mob
Posted: Thu Feb 03, 2011 11:15 am
by lisa
check your profile for this
Code: Select all
<option name="LOOT_PAUSE_AFTER" value="0" />
Re: Make a Bug Forum? and bug: after killed mob
Posted: Thu Feb 03, 2011 11:20 am
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