Page 85 of 111

Re: RoM bot

Posted: Tue Aug 25, 2009 4:56 pm
by Administrator

Re: RoM bot

Posted: Tue Aug 25, 2009 5:10 pm
by Wobit
Same error, downloaded it since one or 2 months so as it's version of the 6/06 , i alrdy had last one

Re: RoM bot

Posted: Tue Aug 25, 2009 5:17 pm
by Administrator
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
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.

Otherwise, you can zip up your whole MicroMacro folder and email it to admin@solarstrike.net for debugging.

Re: RoM bot

Posted: Tue Aug 25, 2009 5:53 pm
by BlackGod
I'm up to date too and still getting the same error... maybe you can check my folder plz... :)
thx

Re: RoM bot

Posted: Tue Aug 25, 2009 5:58 pm
by Administrator
BlackGod wrote:I'm up to date too and still getting the same error... maybe you can check my folder plz... :)
thx
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.

Re: RoM bot

Posted: Tue Aug 25, 2009 6:04 pm
by BlackGod
Administrator wrote:
BlackGod wrote:I'm up to date too and still getting the same error... maybe you can check my folder plz... :)
thx
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.
Ow damn I'm sorry... :?
But my onLeaveCombat was empty...
what was the problem?

Re: RoM bot

Posted: Tue Aug 25, 2009 6:19 pm
by Administrator
Strangely enough, I cannot read your mind. Unless you provide some information, I cannot say.

Re: RoM bot

Posted: Tue Aug 25, 2009 7:30 pm
by Wobit
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 =)

Re: RoM bot

Posted: Tue Aug 25, 2009 7:40 pm
by Administrator
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 =)
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?

Re: RoM bot

Posted: Tue Aug 25, 2009 7:47 pm
by sawsall
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

Re: RoM bot

Posted: Tue Aug 25, 2009 7:49 pm
by Administrator
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
This should be fixed in SVN r183. There is also a quick-fix: if your onDeath tag looks like this:

Code: Select all

<onDeath></onDeath>
Then just put a space inside of it.

Code: Select all

<onDeath> </onDeath>

Re: RoM bot

Posted: Wed Aug 26, 2009 1:48 am
by HanKo25
Since today morning I have a problem with SVN 183 using the same profile and waypoint file since beginning.
The harvest is working but if it gets agro is not fighting back just runs to the next waypoint or even stops and not doing anything.

Re: RoM bot

Posted: Wed Aug 26, 2009 2:15 am
by Administrator
HanKo25 wrote:Since today morning I have a problem with SVN 183 using the same profile and waypoint file since beginning.
You're going to have to be more specific than just saying that you "have a problem."

Re: RoM bot

Posted: Wed Aug 26, 2009 2:32 am
by HanKo25
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.

Re: RoM bot

Posted: Wed Aug 26, 2009 2:58 am
by Glopo
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 restriction

Code: Select all

"inbbattle"
doesn't work too



ps: can you tell us more about the new option ? like

Code: Select all

<option name="COMBAT_RANGED_PULL" value="false"/>

Re: RoM bot

Posted: Wed Aug 26, 2009 3:41 am
by Administrator
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 restriction

Code: Select all

"inbbattle"
doesn't work too
I'll look at this problem tomorrow. I think I know what's wrong.
ps: can you tell us more about the new option ? like

Code: Select all

<option name="COMBAT_RANGED_PULL" value="false"/>
http://www.solarstrike.net/wiki/index.p ... figuration

Re: RoM bot

Posted: Wed Aug 26, 2009 5:34 am
by d003232
Administrator wrote: I'll look at this problem tomorrow. I think I know what's wrong.
The bot don't detect the aggro at the moment. :-(

Re: RoM bot

Posted: Wed Aug 26, 2009 8:00 am
by Administrator
This should now be working as of SVN r184. The inBattle offset was changed.

Re: RoM bot

Posted: Wed Aug 26, 2009 8:47 am
by Glopo
rooo thx for your job so fast : :mrgreen:

Re: RoM bot

Posted: Wed Aug 26, 2009 4:31 pm
by solarmaster
ok. I've been using the bot for over a month now and it's been great.

Now, I've been wondering how to let my character just stand on one place and just fights back if a mob attacks.

Should I just create a waypoint and end the waypoint right away?

I just want him to stand there and not move at all, just waiting for the mobs to re-spawn.

Appreciate any help.



Thanks.