Jump to content
Existing user? Sign In

Sign In



Sign Up

MX3 GFX Looping /718


Mrcastiel

Recommended Posts

Hello Runeleak,
This is nothing special, but just contributing something to the Community.
In you're commands.java or developerconsole.java or any other class file where you list you're commands add this:
  case "ANY NAME YOU WANT":
   WorldTasksManager.schedule(new WorldTask() {
    @Override
    public void run() {
     if (3250 >= Utils.getGraphicDefinitionsSize()) {
      stop();
     }
     if (player.hasFinished()) {
      stop();
     }
     player.setNextGraphics(new Graphics(92)); //Change This ID To Any GFX
    }
   }, 0, 3);
   return true;[/CODE]
and for 667:
   [CODE]if (cmd[0].equalsIgnoreCase("ANY NAME")) {
    WorldTasksManager.schedule(new WorldTask() {
     @Override
     public void run() {
      if (3250 >= Utils.getGraphicDefinitionsSize()) {
       stop();
      }
      if (player.hasFinished()) {
       stop();
      }
      player.setNextGraphics(new Graphics(500)); //Change This ID To Any GFX
     }
    }, 0, 3);
    return true;
   }[/CODE]
What does this do?
This give's you the GFX Id you inserted on you're account until you logout, yes, you can make it so when you login the server that the GFX stays on the character without typing an command in, but we diden't want that.
That's a feature for later maybe, well.. I hope you can get use of this :)
If already released, couldn't find a topic for it.[/QUOTE]
 
 
this was my release on rune-server
Link to comment
Share on other sites

  • 2 months later...
  • 5 months later...
  • 4 months later...
  • 2 years later...
  • 3 months later...
  • 1 year later...

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

Contact

ltlimes

RSPS Partners

RedemptionRSPS

What is a RSPS?

A RSPS, also known as RuneScape private server, is an online game based on RuneScape, and controlled by independent individuals.

Popular RSPS Servers

oldschoolrsps Runewild RedemptionRSPS

Disclaimer

Runesuite is not affiliated with runescape, jagex, rune-server and runelocus in any way & exists solely for educational purposes.

×
×
  • Create New...