Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dr-soni opened this issue Apr 25, 2023 · 1 comment
Open

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

dr-soni opened this issue Apr 25, 2023 · 1 comment

Comments

@dr-soni
Copy link

dr-soni commented Apr 25, 2023

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?

@gwigz
Copy link
Contributor

gwigz commented Apr 25, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants