Jump to content

Help with camera rotater


Recommended Posts

Posted

@TNBJeff   Done.

import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
@ScriptManifest(author = "Gunman", info = "", name = "Camera Rotate Thing", version = 1.0, logo = "")
public class Main extends Script {
    @Override
    public int onLoop() {
        getCamera().moveYaw(random(0, 360));
        return random(60_000, 240_000);
    }
}

 

  • Like 1
Posted (edited)
16 hours ago, Gunman said:

@TNBJeff   Done.



import org.osbot.rs07.script.Script;
import org.osbot.rs07.script.ScriptManifest;
@ScriptManifest(author = "Gunman", info = "", name = "Camera Rotate Thing", version = 1.0, logo = "")
public class Main extends Script {
    @Override
    public int onLoop() {
        getCamera().moveYaw(random(0, 360));
        return random(60_000, 240_000);
    }
}

 

maybe move the pitch as well, if all he wants to do is stay logged in i guess it doesnt matter though lol

Edited by Tom

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...