Re: RoM bot
Posted: Tue Aug 25, 2009 4:56 pm
If that is the case, I have no idea what you did wrong. Updating the scripts would not cause spontaneus errors in lib.lua like that. If you haven't reinstalled MicroMacro from that link I gave you, you should do that first.Wobit wrote:Same error, downloaded it since one or 2 months so as it's version of the 6/06 , i alrdy had last one
No, you're getting a different error. It even tells you exactly what it is. Fix your onLeaveCombat code (or just remove it) and it will be fine.BlackGod wrote:I'm up to date too and still getting the same error... maybe you can check my folder plz...
thx
Ow damn I'm sorry...Administrator wrote:No, you're getting a different error. It even tells you exactly what it is. Fix your onLeaveCombat code (or just remove it) and it will be fine.BlackGod wrote:I'm up to date too and still getting the same error... maybe you can check my folder plz...
thx
I'm just glad it's been sorted out. It's really strange that reinstalling just the RoM bot fixed that. Or did you also reinstall MicroMacro?Wobit wrote:Well, when I did the xfer of profiles / waypoints, I overwrited the new skill.lua with my old one, reinstalled the rom, copied only waypoints and profiles and it's working now
Edit: thanks for help, thanks for this bot, thanks for your dedication, really appreciate it =)
This should be fixed in SVN r183. There is also a quick-fix: if your onDeath tag looks like this:sawsall wrote:I'm getting an error that says...../scripts/rom/settings.lua:422: Failure to compile and run lua code for OnDeath in character profile.......I have my ondeath script blank and it was working yesterday....is there some kind of script that I should be using now?....I've only been using this program for a couple days, so I'm completely green with it right now
Code: Select all
<onDeath></onDeath>
Code: Select all
<onDeath> </onDeath>
You're going to have to be more specific than just saying that you "have a problem."HanKo25 wrote:Since today morning I have a problem with SVN 183 using the same profile and waypoint file since beginning.
HanKo25 wrote:Its getting attacked on the way but is disregarding the mob and continuing to go to the next node or waypoint.
Sometimes he has agro from 4-5 mobs and newer trying to attack them just runs.
I got this only this morning and never before.
I use a macro for attack, it is setup correctly in skill list and profile.
PS. could be the lvl difference to be to small in profile (I use 2 down and 2 upp from the lvl of caracter), until this morning had ben working just fine.
Code: Select all
"inbbattle"
Code: Select all
<option name="COMBAT_RANGED_PULL" value="false"/>
I'll look at this problem tomorrow. I think I know what's wrong.Glopo wrote:HanKo25 wrote:Its getting attacked on the way but is disregarding the mob and continuing to go to the next node or waypoint.
Sometimes he has agro from 4-5 mobs and newer trying to attack them just runs.
I got this only this morning and never before.
I use a macro for attack, it is setup correctly in skill list and profile.
PS. could be the lvl difference to be to small in profile (I use 2 down and 2 upp from the lvl of caracter), until this morning had ben working just fine.
same here and the restrictiondoesn't work tooCode: Select all
"inbbattle"
http://www.solarstrike.net/wiki/index.p ... figurationps: can you tell us more about the new option ? likeCode: Select all
<option name="COMBAT_RANGED_PULL" value="false"/>
The bot don't detect the aggro at the moment.Administrator wrote: I'll look at this problem tomorrow. I think I know what's wrong.