Search found 6 matches

by del3e7
Tue Feb 08, 2011 6:00 pm
Forum: Runes of Magic
Topic: Pawn.lua Error - Please help
Replies: 17
Views: 7881

Re: Pawn.lua Error - Please help

jduartedj wrote:Actually I've encountered a CPawn error afew times in middle of botting with no apparent reason!

I have this same problem, I just get a CPawn error in the middle of botting with no reason, and I don't know how to pursue fixing it. Anyone have any ideas what might cause this?
by del3e7
Fri Feb 04, 2011 12:59 pm
Forum: Runes of Magic
Topic: Drop party and switch waypoints after unstick tries
Replies: 11
Views: 2751

Re: Drop party and switch waypoints after unstick tries

thank you very much Lisa! you saved the rest of the hair left on my head :P your code works great (was receiving an error using the player.lua), thank you very much for spending the time to help me, it's appreciated. And thanks to Alkaiser for the assist as well, appreciate your effort and time too :)
by del3e7
Thu Feb 03, 2011 11:37 pm
Forum: Runes of Magic
Topic: Drop party and switch waypoints after unstick tries
Replies: 11
Views: 2751

Re: Drop party and switch profiles after unstick tries

Would it be easier to simpy edit my bot.lua at this point: -- Too many tries, logout if( settings.profile.options.MAX_UNSTICK_TRIALS > 0 and player.Unstick_counter > settings.profile.options.MAX_UNSTICK_TRIALS ) then cprintf(cli.yellow, language[55], player.Unstick_counter, settings.profile.options....
by del3e7
Thu Feb 03, 2011 1:05 pm
Forum: Runes of Magic
Topic: Drop party and switch waypoints after unstick tries
Replies: 11
Views: 2751

Re: Drop party and switch profiles after unstick tries

do you know what code I need to insert to drop party to reset instance at max unstick tries, or do I need to wait for someone else to help with that? I've tried a few things with no positive results so far.
by del3e7
Thu Feb 03, 2011 12:21 pm
Forum: Runes of Magic
Topic: Drop party and switch waypoints after unstick tries
Replies: 11
Views: 2751

Re: Drop party and switch profiles after unstick tries

I'm running a KS gold farm profile, which consists of 3 waypoint profiles (ks, rez to npc, npc to ks). It does well, however about every 5-6th run, somehow it will manage to get stuck. Instead of logging out or going to sleep, I would like it to drop party to reset instance and load a new waypoint p...
by del3e7
Thu Feb 03, 2011 12:00 pm
Forum: Runes of Magic
Topic: Drop party and switch waypoints after unstick tries
Replies: 11
Views: 2751

Drop party and switch waypoints after unstick tries

I've searched the forums and wasn't able to find any posts like this, but can someone give me a hand in how to get micromacro to drop party and load a new profile after max unstick tries? Thank you in advance.