node-metaverse
node-metaverse copied to clipboard
Is Client.Self.Autopilot(x, y, z) supported ?
I use to use node-metaverse to move my avatar like I am currently doing with Corrade. Is it supported? If not, can someone give an outline/pointer on how one may implement it?
Not currently, there's no serverside functionality either. You'll need to tell the simulator which controls are being held down.
I think this would move forward till the controls are cleared? Haven't tried it.
bot.agent.setControlFlag(ControlFlags.AGENT_CONTROL_AT_POS | ControlFlags.AGENT_CONTROL_FAST_AT);
bot.agent.sendAgentUpdate();
As for rotation there's #70 #58.