Page 1 of 1

Addon Help: Restoring player control after changeLevelReal

Posted: Sat Jan 28, 2017 4:40 pm
by isaacssv552
I'm trying to get the Fortress Flight working. I've got it mostly working and can move into and out of orbit. However, whenever I move into/out of orbit (a simple matter of calling changeLevelReal) the player gets messed up and it becomes impossible to properly transfer control to them, messing up the GETOUT talent. When I use the lua console to directly set it as the current player my controls are frozen , my cpu usage skyrockets, and the day/night cycle goes by at a rate of about once a second. I've looked through the lua records for the player and party but cannot find the issue.

Re: Addon Help: Restoring player control after changeLevelRe

Posted: Sat Jan 28, 2017 11:30 pm
by HousePet
It sounds like the player actor doesn't actually exist on the map.

Check my Arcanum addon for the Golem Refuge talent. It removes the player actor and restores it at a later time safely.

Re: Addon Help: Restoring player control after changeLevelRe

Posted: Sun Jan 29, 2017 1:23 am
by isaacssv552
HousePet wrote:It sounds like the player actor doesn't actually exist on the map.

Check my Arcanum addon for the Golem Refuge talent. It removes the player actor and restores it at a later time safely.
This worked. Thanks!