Jump to content
View in the app

A better way to browse. Learn more.

RuneSuite RSPS Development

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted
comment_26573

This is a quick release/tutorial on getting 'Time Played' on a Valius or Vencillio base, only reason im posting it is because I haven't seen anyone release something like this and its my own work. 

 

I am OneTrueGodTet on R-S this is my work, Just wanted to post it here as well seeing as im new and not everyone may have access to it there :)

This is the hidden content, please

I'm not saying its perfect or that it dosen't need some tender love and care but here ya go.
in rs2\entitiy\playerPlayer.java add the following imports:
import com.mayhem.rs2.entity.player.net.TimePlayed
import java.util.concurrent.TimeUnit;

and add the following under: public class Player extends Entity {


 

This is the hidden content, please





And still in Player.java add the following under: public void setShopCollection(long shopCollection) {

 

This is the hidden content, please




Next in rs2\entitiy\player\net Create a class called Timeplayed.java and add the following


 

This is the hidden content, please




Next step is optional i guess 

in playercommand.java add the following command 


 

This is the hidden content, please


and add the following in CommandInterface.java
 

This is the hidden content, please





in Playersave.java found in rs2\content\io:
look for: public PlayerDetails(Player player) {
and somewhere under that up to you add:

 

This is the hidden content, please



Lastly in InformationTab.java, rs2\content\interfaces\impl\Quest
Under "Online Staff: " + World.getStaff(), Add

 

This is the hidden content, please





Well thats it you should be able to get a decent working time played from that any criticism or improvements are welcome! If you found this helpful please leave a thanks or a rep+ 

Edited by Gildartsthegreat
made it look better

  • 3 months later...
  • 10 months later...
  • 1 month later...
  • 1 year later...
  • 1 month later...
  • 1 month later...
  • 2 weeks later...
  • 5 months later...
  • 6 months later...

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.