node-metaverse icon indicating copy to clipboard operation
node-metaverse copied to clipboard

Is Client.Self.Autopilot(x, y, z) supported ?

Open dr-soni opened this issue 2 years ago • 1 comments

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?

dr-soni avatar Apr 25 '23 15:04 dr-soni

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.

gwigz avatar Apr 25 '23 19:04 gwigz