You can try ExMatt's "ExFateBot" . Although I am not sure if it's working with CN server, you may ask himself this question
The fatebot might work... but i'm not certain about flying. And if flying does work, you would probably have to somehow extract it from the rest of the exbuddy project so that it will compile.
Hi ExMatt Another problem with CN server here. The character does not takeoff automatically, and the logs repeats as: [05:37:41.327 N] [FlightMover] Started Takeoff Task [05:37:41.330 V] [FlightMover] Created new Takeoff Coroutine [05:37:41.331 V] [FlightMover] Resumed Takeoff Coroutine [05:37:41.910 V] [FlightMover] Created new Takeoff Coroutine [05:37:41.910 V] [FlightMover] Resumed Takeoff Coroutine [05:37:42.471 V] [FlightMover] Created new Takeoff Coroutine [05:37:42.471 V] [FlightMover] Resumed Takeoff Coroutine [05:37:42.991 V] [FlightMover] Created new Takeoff Coroutine [05:37:42.991 V] [FlightMover] Resumed Takeoff Coroutine [05:37:43.485 V] [FlightMover] Created new Takeoff Coroutine I usually takeoff manually by pressing the space twice. But sometimes the game or RB froze Any idea or advice? View attachment 13156 2015-11-24 11.45.txt
Can you find out if this property works in reborn console while flying? MovementManager.IsFlying Try this in console: Code: Log(MovementManager.IsFlying);