Page 1 of 1
Character spins in place
Posted: Sat Apr 14, 2012 2:35 pm
by s018mes
Ever since a patch that occurred sometime in the last month, my bot can not run for hours without an problem anymore.
Symptom: Character spins in place in an infinite loop.
When: occurs frequently after a loading screen into a new zone or instance.
Result: I have to stop the bot, and manually move character around to stop spinning. Restart bot.
Attempt to Fix: I tried putting the following code in several waypoints around when the character is moving through the instance's portal:
Assumption: Bot is lagging due a recent patch change? My computer still is running strong. So it has to be with a change in the relationship between the client and bot.
Question: What setting in the bot could I change or add to solve the problem after a loading screen?
Re: Character spins in place
Posted: Sun Apr 15, 2012 12:36 am
by rock5
The problem is, no one else has reported such a problem so it might be unique to you. So it's hard for us to figure out what is wrong. Also note that the game has changed over that time so it might not perform as well as it used to. For example, other users have reported that they can't run as many clients at the same time as they used to.
I'm also having to add a 3 second wait, followed by a player:update(), after every waitForLoadingScreen() because of issues I'm having on the rom4u server.
Re: Character spins in place
Posted: Sun Apr 15, 2012 4:21 am
by silinky
the character usually spins when the bot stops when spinning the bot. for example when i close the bot while doing a spin, the char spins forever. UNTIL i press the spin button on my keyboard for the same direction he is spinning. then it stops.
so i think you don't have the waitforloadingscreen in your script, and when he changes areas, while the bot is turning your char, he remains like it forever.
just an idea.
Re: Character spins in place
Posted: Sun Apr 15, 2012 5:20 am
by imaginethat
I have also noticed in the last couple of weeks that I get back to the bot and it is doing a 360 slow camera pan of the bot. It is always at a change channel. the thing is, it works fine 9 out of 10 times, but sometimes just get bot never stands up again. I have added a jump at the end of the channel change function, but that does not always fix it.
Re: Character spins in place
Posted: Sun Apr 15, 2012 5:24 am
by silinky
try instead of jump, to make it sit down and up. it helps with thesuicide function when also the char remains there sleeping on the floor.
Re: Character spins in place
Posted: Thu Sep 06, 2012 6:58 pm
by Ego95
The thread is maybe a bit old, but I know a solution. I had exactly the same error a few minutes ago. Then I remebered, that i had just installed the addon "ExtraActionBars". It's an addon which gives you extra slots to put your skills or bufffood in. You can't use makros in these extra action bars. So I think he did the makro test in one of these action bars. I've deactivated the action bars and restarted the bot. Everything works fine again

Re: Character spins in place
Posted: Thu Sep 06, 2012 8:48 pm
by lisa
AlterEgo95 wrote:Then I remebered, that i had just installed the addon "ExtraActionBars".
that addon actually removes the keypresses from the game and replaces the keypresses you make with the corresponding in game function so that it can monitor keypresses.
As to why the addon needs to monitor keypresses is unknown as in order to do what it says it does it doesn't need to do that.