Page 1 of 1

More breakage.....

Posted: Tue Jun 11, 2013 5:47 pm
by Cindy

Code: Select all

Use MACRO: Executing RoMScript "}LoginNextToon=true;a={".
Use MACRO: Executing RoMScript "Logout();".
Did not find any crashed game clients.
5:39pm - undefined player.Class1 in settings.lua
Happened a number of times now with 758 bot.

Re: More breakage.....

Posted: Wed Jun 12, 2013 1:00 am
by rock5
Are you doing one of the minigames? They have those commands. Whichever waypoint you are running when the error happens, try this fix.

Find the following code

Code: Select all

		sendMacro("}LoginNextToon=true;a={")
		sendMacro("Logout();");
		waitForLoadingScreen();
Add a

Code: Select all

player:update()
just after it. See if that helps. Let me know if it does.