Jump to content

Help with camera rotater


TNBJeff

Recommended Posts

@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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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