Mrcastiel 1,867 Posted December 12, 2016 Report Share Posted December 12, 2016 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 More sharing options...
99 skilla 0 Posted December 13, 2016 Report Share Posted December 13, 2016 thanks Link to comment Share on other sites More sharing options...
Mrcastiel 1,867 Posted December 13, 2016 Author Report Share Posted December 13, 2016 35 minutes ago, 99 skilla said: thanks np man Link to comment Share on other sites More sharing options...
OfficialLegend 12 Posted February 15, 2017 Report Share Posted February 15, 2017 Nice one man. Link to comment Share on other sites More sharing options...
emtmp 0 Posted February 17, 2017 Report Share Posted February 17, 2017 Nice contribution man! Link to comment Share on other sites More sharing options...
torque0 1 Posted July 24, 2017 Report Share Posted July 24, 2017 est gfx looping guide ever Link to comment Share on other sites More sharing options...
OG Zen 1,197 Posted December 19, 2017 Report Share Posted December 19, 2017 Tnx mate Link to comment Share on other sites More sharing options...
UndeadAlien 0 Posted March 25, 2020 Report Share Posted March 25, 2020 great snippet. great up the good work Link to comment Share on other sites More sharing options...
kooselscape 0 Posted July 9, 2020 Report Share Posted July 9, 2020 awesome contribution man, thanks! Link to comment Share on other sites More sharing options...
Farsken 0 Posted February 7, 2022 Report Share Posted February 7, 2022 Ty! Link to comment Share on other sites More sharing options...
Adarsh 0 Posted February 7, 2022 Report Share Posted February 7, 2022 im just making posts dont mind me lol Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now